mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
net-mgmt/collectd: fix template reload in service controller #207
This commit is contained in:
parent
97d6b2b3fe
commit
69d8673de9
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue