mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 00:42:14 +00:00
Fix to count dropped RRD points
This commit is contained in:
parent
b1fc25aff5
commit
de0f321470
4 changed files with 5 additions and 5 deletions
|
|
@ -85,7 +85,7 @@ void ThreadedActivityStats::updateRRDStats(bool write, ticks cur_ticks) {
|
|||
else
|
||||
rrd_stats->is_slow = false;
|
||||
|
||||
// ntop->getTrace()->traceEvent(TRACE_WARNING, "Evaluated condition: [slow: %u]", rrd_stats->is_slow ? 1 : 0);
|
||||
// ntop->getTrace()->traceEvent(TRACE_WARNING, "Evaluated condition: [slow: %u][path: %s]", rrd_stats->is_slow ? 1 : 0, threaded_activity->activityPath());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue