mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-28 01:26:44 -04:00
parent
7f330c0308
commit
a24c233ecb
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue