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.
integration of nagiosxi to MNTOS
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: integration of nagiosxi to MNTOS
In your MNTOS network configuration file, do you have the correct URL's?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: integration of nagiosxi to MNTOS
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?
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
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>
<!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
How far did you get on the following docs?
http://library.nagios.com/library/produ ... ith-nagios
http://library.nagios.com/library/produ ... sing-mntos
http://library.nagios.com/library/produ ... ith-nagios
http://library.nagios.com/library/produ ... sing-mntos