Question about thresholds and nrpe
Carroll, Jim P [Contractor]
jcarro10 at sprintspectrum.com
Tue Jan 14 19:49:59 CET 2003
Not sure what you're asking here. Setting the warning/critical thresholds
doesn't have a lot to do with NRPE, other than what you put into the
nrpe.cfg file.
But let's assume you need an example for each. First, nrpe.cfg on the
client:
command[check_load]=/home/nagios/libexec/check_load 5 10 15 20 25 30
command[root]=/home/nagios/libexec/check_disk -m 95 98 /
Next, services.cfg on Nagios:
define service{
host_name itdmln30
use icmp
service_description Total Load
contact_groups unix-admins
check_command check_nrpe!check_load
}
define service{
host_name itdmln30
use icmp
service_description Space on root
contact_groups unix-admins
check_command check_nrpe!root
}
I'll assume for the moment that you've already got check_nrpe properly
defined in checkcommands.cfg. (Note that you may wish to have another 'use'
statement than what I'm using for my environment.)
I should also mention that my check_load is based on an example I read
somewhere. Now that I've done a "./check_load --help", I may change my
approach.
HTH.
jc
> -----Original Message-----
> From: Jim Greene [mailto:jwgreene at megalink.net]
> Sent: Tuesday, January 14, 2003 12:01 PM
> To: Nagios Mailing List
> Subject: [Nagios-users] Question about thresholds and nrpe
>
>
>
> Hi All,
> I did a search and nothing showed up so I guess i will
> ask the list:
> I am using nrpe to monitor disk space and load on a few mixes
> solaris/linux boxes. How do I set the threshholds for these devices ?
> Thanks in advance...
> Jim
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: FREE SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your SSL
> security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
>
-------------------------------------------------------
This SF.NET email is sponsored by: Take your first step towards giving
your online business a competitive advantage. Test-drive a Thawte SSL
certificate - our easy online guide will show you how. Click here to get
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
More information about the Users
mailing list