mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
parent
af3458dfec
commit
a393c8213e
@ -67,6 +67,9 @@ void DbConnection::Start(bool runtimeCreated)
|
||||
|
||||
void DbConnection::StatsLoggerTimerHandler(void)
|
||||
{
|
||||
if (!GetConnected())
|
||||
return;
|
||||
|
||||
int pending = GetPendingQueryCount();
|
||||
|
||||
double now = Utility::GetTime();
|
||||
|
Loading…
x
Reference in New Issue
Block a user