mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user