mooli tayer has uploaded a new change for review. Change subject: tools: snmp: fix 'minimal snmp configuration' section in conf file ......................................................................
tools: snmp: fix 'minimal snmp configuration' section in conf file key name has to be FILTER and not FILTERS. users using current example will not get any snmp notification. Change-Id: I0202abfd9c2d26e41d2073a293e27d983f7578f9 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1072849 Signed-off-by: Mooli Tayer <mta...@redhat.com> --- M packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/20/25420/1 diff --git a/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in b/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in index 58fed0a..68359f2 100644 --- a/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in +++ b/packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in @@ -140,7 +140,7 @@ # # Create @ENGINE_ETC@/notifier/notifier.conf.d/20-snmp.conf with: # SNMP_MANAGERS="host" -# FILTERS="include:*(snmp:) ${FILTERS}" +# FILTER="include:*(snmp:) ${FILTER}" # Default whitespace separated IP/DNS list with optional port, default is 162. # SNMP_MANAGERS=manager1.example.com manager2.example.com:164 -- To view, visit http://gerrit.ovirt.org/25420 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0202abfd9c2d26e41d2073a293e27d983f7578f9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4.0 Gerrit-Owner: mooli tayer <mta...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches