mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Trace periodic activities duration and generate an alert for long lasting ones
This commit is contained in:
parent
eec3c19485
commit
8a239f97f4
7 changed files with 88 additions and 4 deletions
|
|
@ -45,6 +45,7 @@ class ThreadedActivity {
|
|||
void schedulePeriodicActivity(ThreadPool *pool);
|
||||
void setInterfaceTaskRunning(NetworkInterface *iface, bool running);
|
||||
bool isInterfaceTaskRunning(NetworkInterface *iface);
|
||||
bool storeSlowActivityAlert(u_long duration_time, NetworkInterface *iface);
|
||||
|
||||
public:
|
||||
ThreadedActivity(const char* _path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue