Bug 1072849 - minimal snmp notifications conf section has wrong variable name
Summary: minimal snmp notifications conf section has wrong variable name
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-notification-service
Version: 3.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 3.4.0
Assignee: Mooli Tayer
QA Contact: Petr Beňas
URL:
Whiteboard: infra
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-05 09:46 UTC by Petr Beňas
Modified: 2016-02-10 19:13 UTC (History)
10 users (show)

Fixed In Version: av3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 25394 0 None None None Never
oVirt gerrit 25402 0 None None None Never
oVirt gerrit 25420 0 None None None Never

Description Petr Beňas 2014-03-05 09:46:04 UTC
Description of problem:
# grep FILTERS  /usr/share/ovirt-engine/services/ovirt-engine-notifier/ovirt-engine-notifier.conf 
# FILTERS="include:*(snmp:) ${FILTERS}"


Version-Release number of selected component (if applicable):
rhevm-tools-3.4.0-0.3.master.el6ev.noarch


Expected results:
Should be FILTER

Additional info:
Using this wrong variable name results in no snmp notifications being sent.

Comment 1 Eli Mesika 2014-03-05 13:25:54 UTC
please provide a patch to 3.4.0 and move to MODIFIED when it is merged

Comment 2 Kiril Nesenko 2014-03-16 19:48:10 UTC
Mooli, please get all acks to the bz.

- Kiril

Comment 3 Petr Beňas 2014-03-18 13:28:37 UTC
Verified in av3.

[root@pb-rh34 ~]# rpm -qa rhevm-tools
rhevm-tools-3.4.0-0.5.master.el6ev.noarch
[root@pb-rh34 ~]# grep FILTERS  /usr/share/ovirt-engine/services/ovirt-engine-notifier/ovirt-engine-notifier.conf
[root@pb-rh34 ~]# grep FILTER  /usr/share/ovirt-engine/services/ovirt-engine-notifier/ovirt-engine-notifier.conf
# Deprecated, use FILTER with DATABASE_UNREACHABLE instead.
# FILTER="include:VDC_START(smtp:mail) ${FILTER}"
# FILTER="exclude:VDC_START include:*(smtp:mail1) ${FILTER}"
# The final filter list contains FILTER  as well as 'event_subscriber' table records.
FILTER="exclude:*"
# FILTER="include:*(snmp:) ${FILTER}"
# FILTER="include:VDC_START(snmp:profile1) ${FILTER}"

Comment 4 Itamar Heim 2014-06-12 14:08:15 UTC
Closing as part of 3.4.0


Note You need to log in before you can comment on or make changes to this bug.