From b40621bc3f1253adaa154428ddef758638b5d175 Mon Sep 17 00:00:00 2001 From: Nishanth Thomas Date: Tue, 8 Apr 2014 20:12:14 +0530 Subject: SNMP Trap Support : SNMP notification on status change These plugins will generate SNMP traps when there is a host or service state change in Nagios. Plugged into the Nagios Notification mechanism and uses netsnmp utils to generate SNMP traps Addressed the review comments Change-Id: I42c4d1968a48bc80e767f6fbc24d1637a92d21b0 Signed-off-by: Nishanth Thomas --- config/snmpmanagers.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/snmpmanagers.cfg (limited to 'config/snmpmanagers.cfg') diff --git a/config/snmpmanagers.cfg b/config/snmpmanagers.cfg new file mode 100644 index 0000000..1e595f4 --- /dev/null +++ b/config/snmpmanagers.cfg @@ -0,0 +1,5 @@ +#Configure the trap destinations +#Provide the ipaddress and community names of SNMP manangers +# +#localhost public +#10.70.1.219 public \ No newline at end of file -- cgit