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
Upgraded nagios to Nagios XI 2012R2.3
Re: Upgraded nagios to Nagios XI 2012R2.3
The event manager should be run from a cron. First, lets restart crond:
Check for any other crons still running, and kill them by proc ID:
Then restart cron and check for eventman:
If it is still not starting, check the crontab:
Also, check the eventman.log for any errors:
Finally, check the permissions on the eventman php file:
Code: Select all
service crond stop
ps -aef | grep cronCode: Select all
kill <process id>Code: Select all
service crond start
ps -aef | grep eventmanCode: Select all
grep eventman /etc/cron.d/nagiosxiCode: Select all
tail /usr/local/nagiosxi/var/eventman.logCode: Select all
ls -la /usr/local/nagiosxi/cron/eventman.phpFormer 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.
"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.
Re: Upgraded nagios to Nagios XI 2012R2.3
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
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
moved to support ticket