LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Monitor Partition other than / in Nagios (https://www.linuxquestions.org/questions/linux-server-73/monitor-partition-other-than-in-nagios-835550/)

prayag_pjs 10-01-2010 01:19 AM

Monitor Partition other than / in Nagios
 
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?

EricTRA 10-01-2010 01:30 AM

Hello,

Have a look at the check_disk plugin that should reside in the libexec directory. You can use it to check path, device, unit, and so on.

Kind regards,

Eric


All times are GMT -5. The time now is 09:49 PM.