1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

change snmpmanager to alarmmanager

This commit is contained in:
david hill
2017-03-14 09:07:23 -05:00
parent 52e499dde4
commit 2d8797f2bd
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
08 - oamcpp 08 - oamcpp
09 - servermonitor 09 - servermonitor
10 - traphandler 10 - traphandler
11 - snmpmanager 11 - alarmmanager
12 - configcpp 12 - configcpp
13 - loggingcpp 13 - loggingcpp
14 - messageqcpp 14 - messageqcpp

View File

@ -57,7 +57,7 @@ const vector<string> SubsystemID = ba::list_of
("oamcpp") // id = 8 ("oamcpp") // id = 8
("ServerMonitor") // id = 9 ("ServerMonitor") // id = 9
("traphandler") // id = 10 ("traphandler") // id = 10
("snmpmanager") // id = 11 ("alarmmanager") // id = 11
("configcpp") // id = 12 ("configcpp") // id = 12
("loggingcpp") // id = 13 ("loggingcpp") // id = 13
("messageqcpp") // id = 14 ("messageqcpp") // id = 14