mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Provide IPFire specific items for the Zabbix server to monitor: - ipfire.net.gateway.pingtime: Internet Line Quality - ipfire.net.gateway.ping: Internet connection - ipfire.net.fw.hits.raw: JSON formatted list of Firewall hits/chain - ipfire.dhcpd.clients: Number of active DHCP leases - ipfire.captive.clients: Number of Captive Portal clients Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
12 lines
549 B
Plaintext
12 lines
549 B
Plaintext
# Include file for sudoers file
|
|
#
|
|
# This is needed for some IPFire specific userparameters to be able to execute commands that only run as root (using sudo)
|
|
#
|
|
# DO NOT CHANGE THIS FILE. This file is managed by IPFire, will be overwritten on next addon upgrade and is not
|
|
# included in the backup.
|
|
#
|
|
# To add more sudo rights to zabbix agent, you should modify the sudoers file zabbix_agentd_user
|
|
#
|
|
Defaults:zabbix !requiretty
|
|
zabbix ALL=(ALL) NOPASSWD: /opt/pakfire/pakfire status, /usr/sbin/fping, /usr/local/bin/getipstat
|