mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
7f330c0308
commit
a24c233ecb
@ -157,6 +157,11 @@ Value StatusTable::ProgramVersionAccessor(const Value& row)
|
|||||||
return "2.0";
|
return "2.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Value StatusTable::LivestatusVersionAccessor(const Value& row)
|
||||||
|
{
|
||||||
|
return "2.0";
|
||||||
|
}
|
||||||
|
|
||||||
Value StatusTable::LivestatusActiveConnectionsAccessor(const Value& row)
|
Value StatusTable::LivestatusActiveConnectionsAccessor(const Value& row)
|
||||||
{
|
{
|
||||||
return LivestatusListener::GetClientsConnected();
|
return LivestatusListener::GetClientsConnected();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user