diff --git a/components/livestatus/statustable.cpp b/components/livestatus/statustable.cpp index b348db7fd..7f264b5f3 100644 --- a/components/livestatus/statustable.cpp +++ b/components/livestatus/statustable.cpp @@ -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();