Dear
I need to check some mount points are working or not in some linux servers.
I tried with following in zabbix agentd.conf
that runs a script having following command
to check if the mount exist or not and return o if available.
While checking it from the zabbix server with command as follows:
it shows:
Please help, I actually need to create an item with trigger whenever the mount is not working.
Thanks in advance.
I need to check some mount points are working or not in some linux servers.
I tried with following in zabbix agentd.conf
Code:
UserParameter = mount.check,/home/zabbix/mount.check.sh
Code:
test -d /mnt/test && echo 0
While checking it from the zabbix server with command as follows:
Code:
zabbix_get -s 192.168.201.18 10050 -k "mount.check"
Code:
ZBX_NOTSUPPORTED
Thanks in advance.
Comment