mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Alert changes after review
This commit is contained in:
parent
279c29aeb7
commit
2e537a0c94
14 changed files with 64 additions and 114 deletions
|
|
@ -748,7 +748,7 @@ class NetworkInterface : public AlertableEntity {
|
|||
inline bool hasAlerts() { return(has_alerts); }
|
||||
inline void refreshHasAlerts() { has_alerts = alertsManager ? alertsManager->hasAlerts() : false; }
|
||||
void getEngagedAlertsCount(lua_State *vm, int entity_type, const char *entity_value);
|
||||
void getEngagedAlerts(lua_State *vm, int entity_type, const char *entity_value, int alert_type, int alert_severity);
|
||||
void getEngagedAlerts(lua_State *vm, int entity_type, const char *entity_value, AlertType alert_type, AlertLevel alert_severity);
|
||||
|
||||
virtual bool reproducePcapOriginalSpeed() const { return(false); }
|
||||
u_int32_t getNumEngagedAlerts();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue