Am 18.03.2011 13:42, schrieb Michael DiMartino:
> During the overnight I have a small of one of my monitored WAN devices.
> Icinga promptly sent out an down  alert email, and when the device 
> came back
> up the system sent up the up email. However,  4 hours  later the same 
> device went down
> for 10 mins but no alert email was sent. Nothing change  on the system 
> and SMTP is up an running, and nothing is
> stuck in the queue.
>
>
> define service{
>         use                     generic-service ; Inherit values from 
> a template
>         host_name               Synergy-DSL        ; The name of the 
> host the service is associated with
>         contact_groups          FT
>         service_description     PING            ; The service description
>         check_command           check_ping!200.0,20%!600.0,60%  ; The 
> command used to monitor the service
>         normal_check_interval   1               ; Check the service 
> every 5 minutes under normal conditions
>         retry_check_interval    1               ; Re-check the service 
> every minute until its final/hard state is determined
>         notification_options    w,u,c,r
>         }
>
> how can I go about troubleshooting thisn.
>
>
> -- 
> -- 
> Regards,
> Michael
Take a look at the service definition in objects.cache and verify that 
the notification_period allows notifications to be sent during the time 
the device went down.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to