net-mgmt/collectd: fix template reload in service controller #207

This commit is contained in:
Franco Fichtner 2017-07-24 13:08:26 +02:00
parent 97d6b2b3fe
commit 69d8673de9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= collectd
PLUGIN_VERSION= 0.2
PLUGIN_REVISION= 1
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) {