mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-14 19:20:10 -04:00
parent
71cefb9ea4
commit
210acfbf1d
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ Value StatusTable::NumServicesAccessor(const Value&)
|
|||
|
||||
Value StatusTable::ProgramVersionAccessor(const Value&)
|
||||
{
|
||||
return Application::GetAppVersion();
|
||||
return Application::GetAppVersion() + "-icinga2";
|
||||
}
|
||||
|
||||
Value StatusTable::LivestatusVersionAccessor(const Value&)
|
||||
|
|
|
|||
Loading…
Reference in a new issue