diff options
author | Marri Devender Rao <devenrao@in.ibm.com> | 2018-05-02 00:16:06 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-08-28 09:47:40 +0000 |
commit | e88df9cfcb1ab27413c0591202b5deb918c85c60 (patch) | |
tree | a3b2f136e234dfe1a612c3967e3f78278dbdb754 /configure.ac | |
parent | 2ded5e1e3993913be34e8122f2b835468a2f9e91 (diff) | |
download | phosphor-dbus-monitor-e88df9cfcb1ab27413c0591202b5deb918c85c60.tar.gz phosphor-dbus-monitor-e88df9cfcb1ab27413c0591202b5deb918c85c60.zip |
Raise SNMP trap by reading error entry properties
dbus-monitor is notified for any new error entry
created. dbus-monitor parses the error entry and
constructs ErrorNotification object and sends
SNMP trap.
Change-Id: I25916b087c5513916c90266278ccafc5db3c41a0
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d0adf4e..7ec92de 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ AM_PATH_PYTHON([2.7], PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],, AC_MSG_ERROR(["Requires sdbusplus package."])) PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces],, AC_MSG_ERROR(["Requires phosphor-dbus-interfaces package."])) PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],, AC_MSG_ERROR(["Requires phosphor-logging."])) +PKG_CHECK_MODULES([PHOSPHOR_SNMP], [phosphor-snmp],, AC_MSG_ERROR(["Requires phosphor-snmp."])) # Check for sdbus++ AC_PATH_PROG([SDBUSPLUSPLUS], [sdbus++]) |