mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
zabbix_agentd: Add UserParameter for Pakfire Status
Ship the UserParameter for monitoring the status of pakfire for keeping track of available updates etc. Signed-off-by: Alexander Koch <ipfire@starkstromkonsument.de> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
090af02e07
commit
5737a22cf2
@@ -5,6 +5,7 @@ etc/zabbix_agentd
|
||||
etc/zabbix_agentd/scripts
|
||||
etc/zabbix_agentd/zabbix_agentd.conf
|
||||
etc/zabbix_agentd/zabbix_agentd.d
|
||||
etc/zabbix_agentd/zabbix_agentd.d/userparameter_pakfire.conf
|
||||
usr/bin/zabbix_get
|
||||
usr/bin/zabbix_sender
|
||||
usr/lib/modules
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
# Some hints:
|
||||
# - It is strongly recommended to edit this file only using the visudo -f <filename> command. If you mess up this file,
|
||||
# you might end up locking yourself out of your system!
|
||||
# - Append the full path to each command, using "," as separator.
|
||||
# - Append the full path incl. parameters to each command, using "," as separator.
|
||||
# - Only add commands you really need. Zabbix should not have more rights than it has to.
|
||||
#
|
||||
# Uncomment the following two lines and edit the example of commands to fit your needs:
|
||||
# Append / edit the following list of commands to fit your needs:
|
||||
#
|
||||
#Defaults:zabbix !requiretty
|
||||
#zabbix ALL=(ALL) NOPASSWD: <path to command1>, <path to command2>
|
||||
Defaults:zabbix !requiretty
|
||||
zabbix ALL=(ALL) NOPASSWD: /opt/pakfire/pakfire status
|
||||
|
||||
2
config/zabbix_agentd/userparameter_pakfire.conf
Normal file
2
config/zabbix_agentd/userparameter_pakfire.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
### Parameter for monitoring pakfire status
|
||||
UserParameter=pakfire.status,sudo /opt/pakfire/pakfire status
|
||||
Reference in New Issue
Block a user