I have a CentOS-5 Server with Nagios installed,through which I monitor three other servers.
I want to monitor a Linux partition which is mounted under CentOS-5 server which has Nagios
installed.
I can monitor / partitions, of all three servers in Nagios,using:
Code:
service_description Root Partition
check_command check_local_disk!20%!10%!/
But I want to monitor a Linux,partition which is mounted as /data in one of the server.
Can any body let me know how to do this?