integration of nagiosxi to MNTOS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

integration of nagiosxi to MNTOS

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: integration of nagiosxi to MNTOS

Post by scottwilkerson »

In your MNTOS network configuration file, do you have the correct URL's?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

Re: integration of nagiosxi to MNTOS

Post by lntinfo »

yes.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: integration of nagiosxi to MNTOS

Post 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/
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lntinfo
Posts: 136
Joined: Tue Mar 01, 2011 10:17 am

Re: integration of nagiosxi to MNTOS

Post 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>
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: integration of nagiosxi to MNTOS

Post by mguthrie »

Locked