Page 2 of 2

Re: Upgrading from Nagios XI 2012 to Latest

Posted: Wed Feb 11, 2015 6:17 pm
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

Re: Upgrading from Nagios XI 2012 to Latest

Posted: Thu Feb 12, 2015 8:24 am
by JakeHatMacys
Thanks a ton guys, upgrade complete.

You guys rock.

Re: Upgrading from Nagios XI 2012 to Latest

Posted: Thu Feb 12, 2015 8:54 am
by scottwilkerson
No problem have a great day!