You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
change snmp to alarm
This commit is contained in:
@ -34,7 +34,7 @@ using namespace cacheutils;
|
||||
using namespace std;
|
||||
using namespace oam;
|
||||
using namespace messageqcpp;
|
||||
using namespace snmpmanager;
|
||||
using namespace alarmmanager;
|
||||
using namespace logging;
|
||||
using namespace config;
|
||||
|
||||
@ -2713,7 +2713,7 @@ void sendAlarmThread(sendAlarmInfo_t* t)
|
||||
{
|
||||
MonitorLog log;
|
||||
Oam oam;
|
||||
SNMPManager alarmMgr;
|
||||
ALARMManager alarmMgr;
|
||||
|
||||
pthread_mutex_lock(&ALARM_LOCK);
|
||||
|
||||
|
Reference in New Issue
Block a user