mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net-mgmt/collectd: fix template reload in service controller #207
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user