mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
*/*: audit [reconfigure] usage; closes #454
As expected, the call is never used.
This commit is contained in:
parent
c458c3c745
commit
0165c94663
12 changed files with 1 additions and 67 deletions
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting Postfix
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/OPNsense/Postfix/setup.sh;/usr/local/etc/rc.d/postfix reload
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure Postfix
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/postfix status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting Collectd
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/OPNsense/Collectd/setup.sh;/usr/local/etc/rc.d/collectd restart
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure Collectd
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/collectd status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting telegraf
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/etc/rc.d/telegraf restart
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure telegraf
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/telegraf status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -21,9 +21,3 @@ command:/usr/local/etc/rc.d/zabbix_agentd status; exit 0
|
|||
parameters:
|
||||
type:script_output
|
||||
message:requesting zabbix_agentd status
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/OPNsense/ZabbixAgent/setup.sh; /usr/local/etc/rc.d/zabbix_agentd restart
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfiguring zabbix_agentd
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting Zabbix Proxy
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/OPNsense/Zabbixproxy/setup.sh;/usr/local/etc/rc.d/zabbix_proxy restart
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure Zabbix Proxy
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/zabbix_proxy status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting FreeRADIUS
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/Freeradius/setup.sh;/usr/local/etc/rc.d/radiusd reload
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure FreeRADIUS
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/radiusd status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting quagga
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/quagga/setup.sh;/usr/local/etc/rc.d/frr reload
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure quagga
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/frr status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting quagga
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/quagga/setup.sh;/usr/local/etc/rc.d/quagga reload
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure quagga
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/quagga status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting Siproxd
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/OPNsense/Siproxd/setup.sh;/usr/local/etc/rc.d/siproxd restart
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure Siproxd
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/siproxd status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting ClamAV
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/OPNsense/ClamAV/setup.sh;/usr/local/etc/rc.d/clamav-freshclam restart;/usr/local/etc/rc.d/clamav-clamd restart
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure ClamAV
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/clamav-freshclam status;/usr/local/etc/rc.d/clamav-clamd status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -16,12 +16,6 @@ parameters:
|
|||
type:script
|
||||
message:restarting c-icap
|
||||
|
||||
[reconfigure]
|
||||
command:/usr/local/opnsense/scripts/OPNsense/CICAP/setup.sh;/usr/local/etc/rc.d/c-icap restart
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure c-icap
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/c-icap status;exit 0
|
||||
parameters:
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
command:/usr/local/opnsense/scripts/OPNsense/ProxyUserACL/reconfigure.php
|
||||
parameters:
|
||||
type:script
|
||||
message:reconfigure proxy
|
||||
message:reconfiguring web proxy user acl
|
||||
|
|
|
|||
Loading…
Reference in a new issue