parent/child and alerts
Rossz Vamos-Wentworth
rossz at vamos-wentworth.org
Mon Sep 12 18:14:23 CEST 2005
Andreas Ericsson wrote:
> Rossz Vamos-Wentworth wrote:
>
>> Andreas Ericsson wrote:
>>
>>> Rossz Vamos-Wentworth wrote:
>>>
>>>> I need to improve how alerts are handled. This morning the internet
>>>> connection on my nagios server went down. This resulted in none of
>>>> the remote tests working. I had thought nagios automatically
>>>> checked if the host was reachable if there was a test failure, but
>>>> from alerts I'm receiving, this turns out to not be true (or I
>>>> screwed up something in the configuration.
>>>>
>>>
>>> You screwed up your configuration.
>>
>>
>>
>> I think I see the problem. Dumb of me. I'm testing the router that
>> connects my nagios server to the internet. Pinging it works just fine
>> even when there is no internet connection.
>>
>> What do other people use to test their connectivity?
>>
>
> A google ping (or some such), or the default route for your router.
>
I've defined this check command:
define command{
command_name check_connectivity
command_line $USER1$/check_ping -H www.google.com -w 100.0,20% -c
500.0,60%
}
And changed my router ping test to this:
define service{
use local-service
host_name router
service_description CONNECTIVITY
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 15
retry_check_interval 1
contact_groups linux-admins
notification_interval 240
notification_period 24x7
notification_options c,r
check_command check_connectivity
}
And made all remote hosts children of "router". Notifications for this
service is disabled since it wouldn't work without any connectivity.
I'll configure one of my remote servers to PING test my primary nagios
server and send an alert if it fails.
But I think there might still be a problem. I think I need to configure
the router host to be entirely dependent upon this check. I'm reading
up on host/service dependencies now.
--
Rossz
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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