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:
Alexander Koch
2019-04-27 21:26:46 +02:00
committed by Michael Tremer
parent 090af02e07
commit 5737a22cf2
4 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,2 @@
### Parameter for monitoring pakfire status
UserParameter=pakfire.status,sudo /opt/pakfire/pakfire status