net-mgmt/collectd: merge setup.sh cleanup from master

This commit is contained in:
Franco Fichtner 2017-07-25 06:30:12 +02:00
parent 749a8f198c
commit 73ea236001
3 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PLUGIN_NAME= collectd
PLUGIN_VERSION= 0.2
PLUGIN_REVISION= 2
PLUGIN_COMMENT= Collect system and application performance metrics periodically
PLUGIN_DEPENDS= collectd5
PLUGIN_MAINTAINER= m.muenz@gmail.com

View file

@ -133,7 +133,7 @@ class ServiceController extends ApiControllerBase
$this->stopAction();
// generate template
$backend->configdRun('template reload OPNsense/collectd');
$backend->configdRun('template reload OPNsense/Collectd');
// (res)start daemon
if ($mdlGeneral->enabled->__toString() == 1) {

View file