Upgrading from Nagios XI 2012 to Latest

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Upgrading from Nagios XI 2012 to Latest

Post by scottwilkerson »

JakeHatMacys wrote:[root@esu2v239 ~]# crontab -l
5 0 * * * /usr/local/bin/nmon -x -f -t -s 900 -c 96 -m /archive/nmon_data 2>/dev/null
50 0 * * * /home/scripts/sys_info/prog/move_nmon_data.ksh 2>&1
50 2 * * 2 Shutting down ntpd: [ OK ]
Starting ntpd: [ OK ]
[root@esu2v239 ~]#
This is a problem, your root crontab is not valid, run

Code: Select all

crontab -e
Remove these lines

Code: Select all

50 2 * * 2 Shutting down ntpd:                             [  OK  ]
Starting ntpd:                                             [  OK  ]
then you should be able to perform the upgrade
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
JakeHatMacys
Posts: 281
Joined: Thu Sep 25, 2014 3:21 pm

Re: Upgrading from Nagios XI 2012 to Latest

Post by JakeHatMacys »

Thanks a ton guys, upgrade complete.

You guys rock.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Upgrading from Nagios XI 2012 to Latest

Post by scottwilkerson »

No problem have a great day!
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked