currently zabbix-1.1.1 seems not support fs readonly check,
It's a common problem happened on our server clusters, and we use the following method to check it:
$ touch /usr ; touch /cache
touch: setting times of `/usr': Permission denied
touch: setting times of `/cache': Read-only file system
It should be supported as a key, any other ideas?
..thnks
It's a common problem happened on our server clusters, and we use the following method to check it:
$ touch /usr ; touch /cache
touch: setting times of `/usr': Permission denied
touch: setting times of `/cache': Read-only file system
It should be supported as a key, any other ideas?
..thnks