[Nagios-users] monitoring disk usage of remote server

2008-08-26 Thread Chandra Bahadur
Hi     I can check the disk usage locally with the command check_disk. But I need to monitor the disk usage of remote servers. Check_disk command doesn't have any option to specify the name of the remote server to be monitored...       How do I monitor the disk usage of remote servers ??    

Re: [Nagios-users] monitoring disk usage of remote server

2008-08-26 Thread Matthew Pounsett
On 26-Aug-2008, at 12:27 , Chandra Bahadur wrote: How do I monitor the disk usage of remote servers ?? By either using check_by_ssh or with a remote agent like NRPE. The check_by_ssh method looks something like this: define command { command_namecheck_disk_remote command_line

Re: [Nagios-users] monitoring disk usage of remote server

2008-08-26 Thread Agnello George
On 8/26/08, Chandra Bahadur [EMAIL PROTECTED] wrote: Hi I can check the disk usage locally with the command check_disk. But I need to monitor the disk usage of remote servers. Check_disk command doesn't have any option to specify the name of the remote server to be monitored...

Re: [Nagios-users] monitoring disk usage of remote server

2008-08-26 Thread jeffrey Lang
One way i figured out how to do this is to setup CIFS/SMB and use check_disk_smb.Share the file system out with samba which is easy to setup. Just share out as read only and limit who can access the shares. Then use check_disk_smb to verify the disk usage. Chandra Bahadur wrote: Hi

Re: [Nagios-users] monitoring disk usage of remote server

2008-08-26 Thread Cammack, Jim (DFW)
Chandra, jeffrey Lang 08/26/2008 11:38:05 AM One way i figured out how to do this is to setup CIFS/SMB and use check_disk_smb. Share the file system out with samba which is easy to setup. Just share out as read only and limit who can access the shares. Then use check_disk_smb to verify the disk

Re: [Nagios-users] monitoring disk usage of remote server

2008-08-26 Thread Ian Masters
I can check the disk usage locally with the command check_disk. But I need to monitor the disk usage of remote servers. Check_disk command doesn't have any option to specify the name of the remote server to be monitored... Use the NRPE add-on: