Page 1 of 1

integration of nagiosxi to MNTOS

Posted: Fri Jul 27, 2012 7:17 am
by lntinfo
i have integrated nagiosxi to MNTOS (Multi Nagios Tactical Overview System).
when i am pointing to MNTOS URL below error i have got

ERROR: Could not retrieve Nagios information for Nagios Core. If Nagios is up, please check your MNTOS network configuration file.
ERROR: Could not retrieve Nagios information for Nagios XI. If Nagios is up, please check your MNTOS network configuration file.

Re: integration of nagiosxi to MNTOS

Posted: Fri Jul 27, 2012 7:52 am
by scottwilkerson
In your MNTOS network configuration file, do you have the correct URL's?

Re: integration of nagiosxi to MNTOS

Posted: Fri Jul 27, 2012 8:09 am
by lntinfo
yes.

Re: integration of nagiosxi to MNTOS

Posted: Fri Jul 27, 2012 8:45 am
by scottwilkerson
Are you sure the MNTOS machine can reach the other system (no firewall blocking)?

Can you retrieve the page via curl from the command prompt via curl on the MNTOS machine?

Code: Select all

curl http://<NAGIOS_IP>/nagios/

Re: integration of nagiosxi to MNTOS

Posted: Fri Jul 27, 2012 10:31 am
by lntinfo
below is the output

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr>
<address>Apache/2.2.3 (CentOS) Server at 172.28.2.134 Port 80</address>
</body></html>

Re: integration of nagiosxi to MNTOS

Posted: Fri Jul 27, 2012 12:40 pm
by mguthrie