Multiple SNMP traps only sending one alert

Matt Hanley MHANLEY at cxtec.com
Fri Jun 10 17:26:37 CEST 2005


I've set up Nagios to receive an SNMP trap from a remote source, and it
works fine.  The trap comes in, an alert is emailed out, and the service
status is set to critical.

The problem is, subsequent traps come in and no further alerts are
emailed out (although "Last Check" reads correctly).  Here is the
service config:

# service FAX
define service{
        host_name		faxmachine
        service_description		FAX
        is_volatile			1
        active_checks_enabled	0
        passive_checks_enabled	1
        check_period		none
        max_check_attempts	1
        normal_check_interval	2
        retry_check_interval	1
        contact_groups		mhanley
        notification_interval		0
        notification_period		24x7
        notification_options		c
        check_command		check_none
        }

What do I need to do so that I'll receive an email alert for every trap
that is sent?

Thanks!

-matt

Matthew Hanley
mhanley at cxtec.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20050610/42533c33/attachment.html>


More information about the Users mailing list