I wrote a simple test to catch linux filesystem that has gone R/O, using an active test:
UserParameter=lcl.filesysro,touch /var/log/zabbix/filesysro; echo $?
This works on many systems, but fails on 4 with permission errors. I don't understand, since the zabbix agent can write to it's logs.
Any ideas?
UserParameter=lcl.filesysro,touch /var/log/zabbix/filesysro; echo $?
This works on many systems, but fails on 4 with permission errors. I don't understand, since the zabbix agent can write to it's logs.
Any ideas?
Comment