Page 1 of 2
Single Dashboard Nagios
Posted: Mon Apr 04, 2016 9:29 am
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.
Re: Single Dashboard Nagios
Posted: Mon Apr 04, 2016 9:39 am
by rhassing
Re: Single Dashboard Nagios
Posted: Mon Apr 04, 2016 9:55 am
by bwallace
Thanks rhassing. Yes it sounds like you need Nagios Fusion, miyappan, since it was deigned for these scenarios.
Re: Single Dashboard Nagios
Posted: Tue Apr 05, 2016 2:45 am
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.
Re: Single Dashboard Nagios
Posted: Tue Apr 05, 2016 2:47 am
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.
Re: Single Dashboard Nagios
Posted: Tue Apr 05, 2016 2:51 am
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).
Re: Single Dashboard Nagios
Posted: Tue Apr 05, 2016 4:15 am
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.
Re: Single Dashboard Nagios
Posted: Tue Apr 05, 2016 4:54 am
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
Re: Single Dashboard Nagios
Posted: Tue Apr 05, 2016 8:54 am
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"
Re: Single Dashboard Nagios
Posted: Tue Apr 05, 2016 8:56 am
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"