Skip to content

Commit

Permalink
net-mgmt: adjusts paths and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 17, 2017
1 parent b3d88ed commit 83189b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion net-mgmt/collectd/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLUGIN_NAME= collectd
PLUGIN_VERSION= 0.1
PLUGIN_VERSION= 0.2
PLUGIN_COMMENT= Collect system and application performance metrics periodically
PLUGIN_DEPENDS= collectd5
PLUGIN_MAINTAINER= [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[start]
command:/usr/local/opnsense/scripts/collectd/setup.sh;/usr/local/etc/rc.d/collectd start
command:/usr/local/opnsense/scripts/OPNsense/Collectd/setup.sh;/usr/local/etc/rc.d/collectd start
parameters:
type:script
message:starting Collectd
Expand All @@ -11,13 +11,13 @@ type:script
message:stopping Collectd

[restart]
command:/usr/local/opnsense/scripts/collectd/setup.sh;/usr/local/etc/rc.d/collectd restart
command:/usr/local/opnsense/scripts/OPNsense/Collectd/setup.sh;/usr/local/etc/rc.d/collectd restart
parameters:
type:script
message:restarting Collectd

[reconfigure]
command:/usr/local/opnsense/scripts/collectd/setup.sh;/usr/local/etc/rc.d/collectd restart
command:/usr/local/opnsense/scripts/OPNsense/Collectd/setup.sh;/usr/local/etc/rc.d/collectd restart
parameters:
type:script
message:reconfigure Collectd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ collectd_opnsense_bootup_run="/usr/local/opnsense/scripts/OPNsense/Collectd/setu
collectd_enable="YES"
{% else %}
collectd_enable="NO"
{% endif %}"
{% endif %}

0 comments on commit 83189b3

Please sign in to comment.