mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-24 10:17:59 +02:00
WIP
This commit is contained in:
parent
078ddd9e8e
commit
60a69486c0
@ -257,7 +257,7 @@ void DbConnection::LogStatsHandler()
|
||||
{
|
||||
auto rate = output - input;
|
||||
|
||||
if (pending < rate * 5) {
|
||||
if (pending > rate * 5) {
|
||||
timeInfo = " empty in ";
|
||||
if (rate <= 0)
|
||||
timeInfo += "infinite time, your task handler isn't able to keep up";
|
||||
|
Loading…
x
Reference in New Issue
Block a user