Hi all,
our Business Process Intelligence Plug-in ist not working - no content is shown (image1) and clicking
on "Create New BPI Group" or "manually edit Config" results in a HTTP 500 Error.
Our System is running Nagios XI 5.6.7 on CentOS 6.10 and bpi.log is just one line:
BEGIN BPI LOG 1571318356
bpi.conf contains only a very basic config:
define localServices1 {
title=Local Services
desc=Example BPI Group
primary=1
info=http://localhost
members=ux01;Current Load;|,ux01;Current Users;|,ux01;HTTP;|,ux01;00-PING;|,
warning_threshold=1
critical_threshold=2
priority=1
}
any Ideas?
Thanks and kind regads!
simon
BPI not working
BPI not working
You do not have the required permissions to view the files attached to this post.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: BPI not working
Hello Simoon,
Runt the following tail command on the Apache server while you load the BPI page, and post the output for us to review.
Also, a system profile would be very helpful. Thanks.
To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and share this in a private message and then reply to this post to bring it up in the queue.
Runt the following tail command on the Apache server while you load the BPI page, and post the output for us to review.
Code: Select all
tail -f /var/log/httpd/*error_log
To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and share this in a private message and then reply to this post to bring it up in the queue.
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: BPI not working
Hello Simon,
It's been a while since my last post. Did you resolve the BPI error? When you have a moment, let us know your status.
It's been a while since my last post. Did you resolve the BPI error? When you have a moment, let us know your status.
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: BPI not working
Hi,
thanks for your reply, i have been out of office for some time - sorry for the delay.
The Issue still persists and there are no entrys in httpd logs while loading the BPI page(s).
Our Systemprofile is attached.
kind regards
simon
Support edit: xi-profile.zip downloaded and shared with team.
thanks for your reply, i have been out of office for some time - sorry for the delay.
The Issue still persists and there are no entrys in httpd logs while loading the BPI page(s).
Our Systemprofile is attached.
kind regards
simon
Support edit: xi-profile.zip downloaded and shared with team.
Re: BPI not working
I found some MYSQL table errors that need to be fixed. Login to the server as root, run the following command to repair all of the tables in the MYSQL database.
Typically, when you see the spinning circle, that means that the PHP settings need to be increased.
Follow this article to do that.
https://support.nagios.com/kb/article/n ... e-611.html
See if this fixes the issue.
Code: Select all
mysqlcheck -f -r -u root -pnagiosxi --all-databases --use-frmFollow this article to do that.
https://support.nagios.com/kb/article/n ... e-611.html
See if this fixes the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: BPI not working
cool - that fixed it.
thank you
thank you
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: BPI not working
Great!noweda wrote:cool - that fixed it.
thank you
Locking