Bug 1072849
| Summary: | minimal snmp notifications conf section has wrong variable name | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Petr Beňas <pbenas> |
| Component: | ovirt-engine-notification-service | Assignee: | Mooli Tayer <mtayer> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Beňas <pbenas> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.4.0 | CC: | aberezin, acathrow, emesika, gklein, iheim, knesenko, mtayer, pstehlik, Rhev-m-bugs, yeylon |
| Target Milestone: | --- | ||
| Target Release: | 3.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | infra | ||
| Fixed In Version: | av3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
please provide a patch to 3.4.0 and move to MODIFIED when it is merged Mooli, please get all acks to the bz. - Kiril 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}"
Closing as part of 3.4.0 |
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.