You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
change snmp to alarm
This commit is contained in:
@@ -72,7 +72,7 @@ static const std::string optim("Build is "
|
||||
|
||||
namespace fs = boost::filesystem;
|
||||
|
||||
using namespace snmpmanager;
|
||||
using namespace alarmmanager;
|
||||
using namespace config;
|
||||
using namespace std;
|
||||
using namespace messageqcpp;
|
||||
@@ -2592,7 +2592,7 @@ namespace oam
|
||||
|
||||
if (OAMParentModuleFlag) {
|
||||
//call getAlarm API directly
|
||||
SNMPManager sm;
|
||||
ALARMManager sm;
|
||||
sm.getActiveAlarm(activeAlarm);
|
||||
return;
|
||||
}
|
||||
@@ -2634,7 +2634,7 @@ namespace oam
|
||||
|
||||
if (OAMParentModuleFlag) {
|
||||
//call getAlarm API directly
|
||||
SNMPManager sm;
|
||||
ALARMManager sm;
|
||||
sm.getAlarm(date, alarmlist);
|
||||
return;
|
||||
}
|
||||
@@ -2669,7 +2669,7 @@ namespace oam
|
||||
|
||||
if (OAMParentModuleFlag) {
|
||||
//call getAlarm API directly
|
||||
SNMPManager sm;
|
||||
ALARMManager sm;
|
||||
sm.getActiveAlarm(activeAlarm);
|
||||
}
|
||||
else if (UseHdfs > 0)
|
||||
|
Reference in New Issue
Block a user