You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
558 B
14 lines
558 B
12 years ago
|
# Discovery of configured host
|
||
|
# Key: backuppc.host.discovery
|
||
|
# Macro: {#BPCSTATUS}
|
||
|
# Filter regex: enabled => true
|
||
|
# Other available macros:
|
||
|
# {#BPCPERIOD}: Max age (in day) the oldest backup should be
|
||
|
# {#BPCHOST}: name of the backup host
|
||
|
UserParameter=backuppc.host.discovery,/usr/bin/sudo /var/lib/zabbix/bin/disco_backuppc_sudo
|
||
|
|
||
|
# Item prototypes
|
||
|
# key: backuppc.host.info[{#BPCHOST},item]
|
||
12 years ago
|
# Valide item are: errors, max_errors, size, duration, age, notify
|
||
12 years ago
|
UserParameter=backuppc.host.info[*],/usr/bin/sudo /var/lib/zabbix/bin/check_backuppc_sudo $1 $2
|