Own path
This commit is contained in:
parent
3b27fcae28
commit
8325bcd4f2
5 changed files with 15 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
||||||
zabbix ALL= NOPASSWD: /opt/bin/batman-gateway-mode-enabled.sh
|
zabbix ALL= NOPASSWD: /opt/bin/zabbix/batman-gateway-mode-enabled.sh
|
||||||
zabbix ALL= NOPASSWD: /opt/bin/batman-maximum-gateway-metric.sh
|
zabbix ALL= NOPASSWD: /opt/bin/zabbix/batman-maximum-gateway-metric.sh
|
||||||
zabbix ALL= NOPASSWD: /opt/bin/batman-visible-gateway-count.sh
|
zabbix ALL= NOPASSWD: /opt/bin/zabbix/batman-visible-gateway-count.sh
|
||||||
zabbix ALL= NOPASSWD: /opt/bin/route-table42-reachable6.sh
|
zabbix ALL= NOPASSWD: /opt/bin/zabbix/route-table42-reachable6.sh
|
||||||
zabbix ALL= NOPASSWD: /opt/bin/route-table42-reachable.sh
|
zabbix ALL= NOPASSWD: /opt/bin/zabbix/route-table42-reachable.sh
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
UserParameter=batman-gateway-mode-enabled,sudo /opt/bin/batman-gateway-mode-enabled.sh
|
UserParameter=batman-gateway-mode-enabled,sudo /opt/bin/zabbix/batman-gateway-mode-enabled.sh
|
||||||
UserParameter=batman-maximum-gateway-metric,sudo /opt/bin/batman-maximum-gateway-metric.sh
|
UserParameter=batman-maximum-gateway-metric,sudo /opt/bin/zabbix/batman-maximum-gateway-metric.sh
|
||||||
UserParameter=batman-visible-gateway-count,sudo /opt/bin/batman-visible-gateway-count.sh
|
UserParameter=batman-visible-gateway-count,sudo /opt/bin/zabbix/batman-visible-gateway-count.sh
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
UserParameter=ip_conntrack_count,/opt/bin/conntrack_count.sh
|
UserParameter=ip_conntrack_count,/opt/bin/zabbix/conntrack_count.sh
|
||||||
UserParameter=ip_conntrack_max,/opt/bin/conntrack_max.sh
|
UserParameter=ip_conntrack_max,/opt/bin/zabbix/conntrack_max.sh
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
UserParameter=dhcp_lease_free,/opt/bin/dhcp-pool-usage-percent.sh free
|
UserParameter=dhcp_lease_free,/opt/bin/zabbix/dhcp-pool-usage-percent.sh free
|
||||||
UserParameter=dhcp_lease_used,/opt/bin/dhcp-pool-usage-percent.sh used
|
UserParameter=dhcp_lease_used,/opt/bin/zabbix/dhcp-pool-usage-percent.sh used
|
||||||
UserParameter=dhcp_server_running,/opt/bin/dhcp_server_running.sh
|
UserParameter=dhcp_server_running,/opt/bin/zabbix/dhcp_server_running.sh
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
UserParameter=route-table42-reachable,sudo /opt/bin/route-table42-reachable.sh
|
UserParameter=route-table42-reachable,sudo /opt/bin/zabbix/route-table42-reachable.sh
|
||||||
UserParameter=route-table42-reachable6,sudo /opt/bin/route-table42-reachable6.sh
|
UserParameter=route-table42-reachable6,sudo /opt/bin/zabbix/route-table42-reachable6.sh
|
||||||
|
|
Loading…
Reference in a new issue