Upgraded nagios to Nagios XI 2012R2.3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rdhall01
Posts: 87
Joined: Wed Nov 09, 2011 9:53 am

Upgraded nagios to Nagios XI 2012R2.3

Post by rdhall01 »

After running upgrade I now see the following issue

XI System Component Status

Event manager red exclamation point

only thing with an issue that I can see How can this be resolved
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Upgraded nagios to Nagios XI 2012R2.3

Post by abrist »

The event manager should be run from a cron. First, lets restart crond:

Code: Select all

service crond stop
ps -aef | grep cron
Check for any other crons still running, and kill them by proc ID:

Code: Select all

kill <process id>
Then restart cron and check for eventman:

Code: Select all

service crond start
ps -aef | grep eventman
If it is still not starting, check the crontab:

Code: Select all

grep eventman /etc/cron.d/nagiosxi
Also, check the eventman.log for any errors:

Code: Select all

tail /usr/local/nagiosxi/var/eventman.log
Finally, check the permissions on the eventman php file:

Code: Select all

ls -la /usr/local/nagiosxi/cron/eventman.php
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
rdhall01
Posts: 87
Joined: Wed Nov 09, 2011 9:53 am

Re: Upgraded nagios to Nagios XI 2012R2.3

Post by rdhall01 »

nagiosxi]# tail /usr/local/nagiosxi/var/eventman.log
C:\ - total: 16.00 Gb - used: 14.50 Gb (91%) - free 1.50 Gb (9%)
Date/Time: 2013-09-05 18:05:02

Respond: https://nagios.saas.infor.com/nagiosxi/ ... 908a939102
Nagios URL: https://nagios.saas.infor.com/nagiosxi/

)


PHP Fatal error: Call to undefined function mb_convert_encoding() in /usr/local/nagiosxi/html/includes/utils-email.inc.php on line 79

ls -la /usr/local/nagiosxi/cron/eventman.php
-rwxr-xr-x 1 nagios nagios 4275 Sep 5 13:24 /usr/loc


I also noticed that creating a new user and having it send the email generates a 500 error not sure if its related to the first or not
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Upgraded nagios to Nagios XI 2012R2.3

Post by scottwilkerson »

moved to support ticket
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked