net-mgmt/telegraf: small tweaks

This commit is contained in:
Franco Fichtner
2017-10-13 18:04:36 +02:00
parent 309998d430
commit fda078dd4d
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
@@ -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');
}
}
@@ -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');
}
}