[MCOL-251] does columnstore need to issue snmp traps? Created: 2016-07-07 Updated: 2023-10-26 Resolved: 2016-10-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.2 |
| Fix Version/s: | 1.0.4 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2016-19, 2016-20, 2016-21 | ||||||||
| Description |
|
The current version of MariaDB Columnstore issues snmptraps, which is used to inform remote control centers of an issue with the system. This is there because it was in InfiniDB. It was in InfiniDB when the software design was to be running on a dedicated appliance. The question is, does this functionality of being able to generate snmptraps from columnstore need to be kept? 1 item of note, the issuing of local alarms is tied to issuing for a trap. So if we decide to remove the snmptrap functionality, the logic of sending alarms will need to be changed. Also removing the snmptrap functionality altogether will simple our source tree and build process. |
| Comments |
| Comment by David Hill (Inactive) [ 2016-07-13 ] |
|
it was agreed that the snmptrap functionality would be moved from columnstore. |
| Comment by David Hill (Inactive) [ 2016-10-10 ] |
|
Changes being made: 1. remove the issuing of snmptrapds This is actively being worked now in |
| Comment by David Hill (Inactive) [ 2016-10-10 ] |
|
code changes are completed... 1. Issue alarms without snmptraps ready for review in enegine mcol-251... a lot of files were changed |
| Comment by David Hill (Inactive) [ 2016-10-10 ] |
|
How to test: 1. make sure you can build with net-snmp-devel |
| Comment by David Hill (Inactive) [ 2016-10-10 ] |
|
Assign to review, let me know if its reviewable based on the knowledge of OAM |
| Comment by Ben Thompson (Inactive) [ 2016-10-11 ] |
|
Review done, looks good, confirmed build/install. |
| Comment by David Hill (Inactive) [ 2016-10-26 ] |
|
tested, no snmptrap daemon is now loaded and alarms are functional |