mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net-mgmt/collectd: merge setup.sh cleanup from master
This commit is contained in:
parent
749a8f198c
commit
73ea236001
3 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
0
net-mgmt/collectd/src/opnsense/scripts/OPNsense/Collectd/setup.sh
Normal file → Executable file
0
net-mgmt/collectd/src/opnsense/scripts/OPNsense/Collectd/setup.sh
Normal file → Executable file
Loading…
Reference in a new issue