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_name    check_disk_remote
command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -C "$USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$"
}

The documentation for check_by_ssh and check_disk should fill in the blanks as to what's happening there.

HTH,
  Matt


Attachment: PGP.sig
Description: This is a digitally signed message part

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Reply via email to