zabbix-agent-addons/zabbix_conf/vdo.conf
Daniel Berteaud 7f89a211ea Automatic commit of package [zabbix-agent-addons] release [0.2.75-0.beta1].
Created by command:

/usr/bin/tito tag --use-release 0.beta1%{?dist}
2019-05-21 12:11:23 +02:00

13 lines
610 B
Plaintext

# Discover VDO volumes
# $1 not used for now
UserParameter=vfs.vdo.vol.discovery[*],/var/lib/zabbix/bin/disco_vdo_sudo --what=volumes
# Type: Agent or Agent (active)
# Key: vfs.vdo.vol[volume,item] where volume is the name of the volume to monitor
# item can be one of the valid keys (run manually without --value arg to see available keys)
UserParameter=vfs.vdo.vol[*],/var/lib/zabbix/bin/check_vdo_sudo --volume=$1 --value=$2
# Type: Agent or Agent (active)
# You can also get all the info about a vdo volume at once, in JSON
UserParameter=vfs.vdo.vol.all[*],/var/lib/zabbix/bin/check_vdo_sudo --volume=$1