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