Page 1 of 1

Wrong version in service status

Posted: Thu Oct 20, 2022 9:54 am
by kobe12
Hi,
I've just updated nagios core from 4.4.6 to 4.4.8 follow the documentation: https://assets.nagios.com/downloads/nag ... ading.html

All seems to have gone well, I see "Version 4.4.8" when I access the web page and also when I check with: /usr/local/nagios/bin/nagios –help

But when I chech the service (systemctl status nagios) I see in the first line: nagios.service - Nagios Core 4.4.6

Something went wrong during the upgrade?

Thanks!

Re: Wrong version in service status

Posted: Fri Oct 21, 2022 3:23 am
by kobe12
I've seen that it comes from nagios.service file in /lib/systemd/system:

Code: Select all

[Unit]
Description=Nagios Core 4.4.6
...
Why hasn't it upgraded?