nagios update issue

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
duck1004e
Posts: 1
Joined: Tue Nov 19, 2019 4:03 am

nagios update issue

Post by duck1004e »

hi

i have upgraded my Nagios Core 3.2.3 to 4.4.5.
but no update....

/usr/local/nagios/bin/nagios -v /etc/nagios/nagios.cfg

Nagios Core 4.4.5
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 2019-08-20
License: GPL

Website: https://www.nagios.org
Reading configuration data...
Warning: use_embedded_perl_implicitly is deprecated and will be removed.
Warning: enable_embedded_perl is deprecated and will be removed.
Warning: p1_file is deprecated and will be removed.
Warning: sleep_time is deprecated and will be removed.
Warning: external_command_buffer_slots is deprecated and will be removed. All commands are always processed upon arrival
Warning: command_check_interval is deprecated and will be removed. Commands are always handled on arrival
Read main config file okay...
Read object config files okay...

Running pre-flight check on configuration data...

Checking objects...
Checked 43 services.
Checked 6 hosts.
Checked 2 host groups.
Checked 0 service groups.
Checked 1 contacts.
Checked 1 contact groups.
Checked 24 commands.
Checked 5 time periods.
Checked 0 host escalations.
Checked 0 service escalations.
Checking for circular paths...
Checked 6 hosts
Checked 0 service dependencies
Checked 0 host dependencies
Checked 5 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...

Total Warnings: 0
Total Errors: 0

service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Tue Nov 19 18:06:29 2019] [warn] The ScriptAlias directive in /etc/httpd/conf.d/nagios.conf at line 9 will probably never match because it overlaps an earlier ScriptAlias.
[Tue Nov 19 18:06:29 2019] [warn] The Alias directive in /etc/httpd/conf.d/nagios.conf at line 26 will probably never match because it overlaps an earlier Alias.
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[ OK ]
[root@KO /]# service nagios restart
Stopping nagios: [ OK ]
Starting nagios: [ OK ]


but webpage going
version 3.2.3....
why my nagios is no update..?

help..
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: nagios update issue

Post by benjaminsmith »

Hello @duck10043e,

Which upgrade instructions did you follow, did you follow the directions below?

How to Upgrade Nagios Core

There are some extra steps required for upgrading from 4.3.3 or before, to version 4.3.4 or greater.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked