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.
9 lines
406 B
9 lines
406 B
12 years ago
|
# Discover LVM volume
|
||
|
# $1 can be groups, volumes or snapshots
|
||
|
UserParameter=vfs.lvm.discovery[*],/usr/bin/sudo /var/lib/zabbix/bin/disco_lvm_sudo $1
|
||
12 years ago
|
|
||
12 years ago
|
# Type: Agent or Agent (active)
|
||
|
# Key: vfs.lvm.lv[volume,key] where volume is the path to a logical volume and
|
||
|
# key can be size, allocation (for snapshots only) or status
|
||
|
UserParameter=vfs.lvm.lv[*],/usr/bin/sudo /var/lib/zabbix/bin/check_lvm_sudo $1 $2
|