mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net-mgmt/telegraf: small tweaks
This commit is contained in:
@@ -49,6 +49,7 @@ net/wol -- Wake on LAN Service
|
||||
net/zerotier -- Virtual Networks That Just Work
|
||||
net-mgmt/collectd -- Collect system and application performance metrics periodically
|
||||
net-mgmt/snmp -- SNMP Server via bsnmpd
|
||||
net-mgmt/telegraf -- Agent for collecting metrics and data
|
||||
net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent
|
||||
sysutils/boot-delay -- Apply a persistent 10 second boot delay
|
||||
sysutils/monit -- Proactive system monitoring
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ class InputController extends \OPNsense\Base\IndexController
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext("Telegraf Inputs");
|
||||
$this->view->inputForm = $this->getForm("input");
|
||||
$this->view->inputForm = $this->getForm("input");
|
||||
$this->view->pick('OPNsense/Telegraf/input');
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ class OutputController extends \OPNsense\Base\IndexController
|
||||
public function indexAction()
|
||||
{
|
||||
$this->view->title = gettext("Telegraf Outputs");
|
||||
$this->view->outputForm = $this->getForm("output");
|
||||
$this->view->outputForm = $this->getForm("output");
|
||||
$this->view->pick('OPNsense/Telegraf/output');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user