summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2018-04-12 01:11:48 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-05 02:10:49 +0000
commit70aafbb58d98c6ca5a049433db87493784ec587a (patch)
tree917eab2118ec28d990de0b80714481fe8c5a0989 /src/Makefile.am
parentee4c6ebfd9e1697501b6fa0225d684867796a637 (diff)
downloadphosphor-dbus-monitor-70aafbb58d98c6ca5a049433db87493784ec587a.tar.gz
phosphor-dbus-monitor-70aafbb58d98c6ca5a049433db87493784ec587a.zip
Add SNMP event callback for error notification
Added callback support for SNMP events. Parse the callback message and raise SNMP trap Clients specify the object paths to watch and callbacks to invoke in the config yaml. Change-Id: I105652f65e4e1c5354c934c88e4d59866540f71c Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e5827e6..23c6009 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,8 @@ phosphor_dbus_monitor_SOURCES = \
propertywatch.cpp \
resolve_errors.cpp \
event_manager.cpp \
- event_serialize.cpp
+ event_serialize.cpp \
+ snmp_trap.cpp
phosphor_dbus_monitor_LDADD = \
$(SDBUSPLUS_LIBS) \
OpenPOWER on IntegriCloud