Hi,
I'm wondering what the most efficient way is to test for a read-only filesystem with zabbix agent.
Are there built-in commands that allow you to do so?
I've thought about:
- Monitoring read/write on the filesystem, and trigger if there are no more writes (comparing average of last 15 minutes with the last 60 minutes)
- Writing an extra script to "touch" and "rm" files, and verify it that way
I would prefer a method that allows you to do so straight from the default zabbix agent checks, instead of having to deploy extra scripts on each server.
How have others overcome this?
Regards,
M.
I'm wondering what the most efficient way is to test for a read-only filesystem with zabbix agent.
Are there built-in commands that allow you to do so?
I've thought about:
- Monitoring read/write on the filesystem, and trigger if there are no more writes (comparing average of last 15 minutes with the last 60 minutes)
- Writing an extra script to "touch" and "rm" files, and verify it that way
I would prefer a method that allows you to do so straight from the default zabbix agent checks, instead of having to deploy extra scripts on each server.
How have others overcome this?
Regards,
M.
Comment