mirror of https://github.com/Icinga/icinga2.git
parent
30c445a5ee
commit
30b13ba2d6
|
@ -67,6 +67,9 @@ void DbConnection::Start(bool runtimeCreated)
|
|||
|
||||
void DbConnection::StatsLoggerTimerHandler(void)
|
||||
{
|
||||
if (!GetConnected())
|
||||
return;
|
||||
|
||||
int pending = GetPendingQueryCount();
|
||||
|
||||
double now = Utility::GetTime();
|
||||
|
|
Loading…
Reference in New Issue