Single Dashboard Nagios

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Single Dashboard Nagios

Post by miyappan »

Hi,

i have multiple nagios server ex:192.168.85.x,192.168.91.7,192.168.91.34 & 192.168.91.10 every time i have logging into each server to monitor client machine instead of logging in each server is their any option to monitor single dashboard for monitoring multiple servers. please help me on this ASAP.
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: Single Dashboard Nagios

Post by rhassing »

Rob Hassing
Image
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Single Dashboard Nagios

Post by bwallace »

Thanks rhassing. Yes it sounds like you need Nagios Fusion, miyappan, since it was deigned for these scenarios.
Be sure to check out the Knowledgebase for helpful articles and solutions!
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: Single Dashboard Nagios

Post by miyappan »

Hi,

I have installed MNTOS. am able to access throw Web . but i don't know how to add multiple Nagios Server into the MNTOS can you please help me how to configure multiple nagios server in MNTOS ASAP.
Attachments
MNTOS Web.PNG
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: Single Dashboard Nagios

Post by miyappan »

Hi,

I have installed MNTOS. am able to access throw Web . but i don't know how to add multiple Nagios Server into the MNTOS can you please help me how to configure multiple nagios server in MNTOS ASAP.
Attachments
MNTOS Web.PNG
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: Single Dashboard Nagios

Post by rhassing »

Fusion is a Nagios product. Mntos is not. I think you should ask at the mntos support site.
But I think you should configure a file called network.ini (or something similar).
Rob Hassing
Image
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: Single Dashboard Nagios

Post by miyappan »

rhassing wrote:Fusion is a Nagios product. Mntos is not. I think you should ask at the mntos support site.
But I think you should configure a file called network.ini (or something similar).
Hi,

please share the MNTOS Support sites link.
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: Single Dashboard Nagios

Post by rhassing »

edit the networks.ini file abd add your Nagios servers:

Code: Select all

[Network1]
id=1
location="Nagios Core"
network="Everwatch"
nagios="http://admin:adminpwd@<ip address>/nagios/cgi-bin/tac.cgi"
public="http://<ip address>/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28"
contacts=
icon="img/mona.jpg"

[Network2]
id=2
location="Nagios Core"
network="Everwatch2"
nagios="http://admin:adminpwd@<ip address>/nagios/cgi-bin/tac.cgi"
public="http://<ip address>/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28"
contacts=
icon="img/mona.jpg"
and restart MNTOS
Rob Hassing
Image
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: Single Dashboard Nagios

Post by miyappan »

rhassing wrote:edit the networks.ini file abd add your Nagios servers:

Code: Select all

[Network1]
id=1
location="Nagios Core"
network="Everwatch"
nagios="http://admin:adminpwd@<ip address>/nagios/cgi-bin/tac.cgi"
public="http://<ip address>/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28"
contacts=
icon="img/mona.jpg"

[Network2]
id=2
location="Nagios Core"
network="Everwatch2"
nagios="http://admin:adminpwd@<ip address>/nagios/cgi-bin/tac.cgi"
public="http://<ip address>/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28"
contacts=
icon="img/mona.jpg"
and restart MNTOS

hi i have configured whatever you you mentioned but still i'm getting blank screen.

[Network1]
id=1
location="Nagios Core"
network="Everwatch"
nagios="http://nagiosadmin:Nova@123<192.168.91.34>/nagios/cgi-bin/tac.cgi"
public="http://192.168.91.34/nagios/cgi-bin/sta ... ustypes=28"
contacts=
icon="img/mona.png"

[Network2]
id=2
location="Nagios Core"
network="Everwatch2"
nagios="http://nagiosadmin:Nova@123<192.168.91.7>/nagios/cgi-bin/tac.cgi"
public="http://192.168.91.7/nagios/cgi-bin/stat ... ustypes=28"
contacts=
icon="img/mona.png"
Attachments
MNTOS Web.PNG
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: Single Dashboard Nagios

Post by miyappan »

hi i have configured whatever you you mentioned but still i'm getting blank screen.

[Network1]
id=1
location="Nagios Core"
network="Everwatch"
nagios="http://nagiosadmin:Nova@123<192.168.91.34>/nagios/cgi-bin/tac.cgi"
public="http://192.168.91.34/nagios/cgi-bin/sta ... ustypes=28"
contacts=
icon="img/mona.png"

[Network2]
id=2
location="Nagios Core"
network="Everwatch2"
nagios="http://nagiosadmin:Nova@123<192.168.91.7>/nagios/cgi-bin/tac.cgi"
public="http://192.168.91.7/nagios/cgi-bin/stat ... ustypes=28"
contacts=
icon="img/mona.png"
Attachments
MNTOS Web.PNG
Locked