monitoring disk usage of remote server
Matthew Pounsett
matt at conundrum.com
Tue Aug 26 19:16:09 CEST 2008
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
URL: <https://www.monitoring-lists.org/archive/users/attachments/20080826/fa02e445/attachment.sig>
-------------- next 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=/
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at 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
More information about the Users
mailing list