You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user