Ok but then I have an issue here: Each host is define with a single address, right?
In this case, how woud you configure nagios if you want to have this map: Server_1--<10.10.10.0/24>---ROUTER1---<20.20.20.0/24>---Server_2 How would you define the host ROUTER1 since I also need to monitor both its interfaces? Also, is there a way to get rid of the "Nagios process" icon? Thanks! Christophe -----Original Message----- From: Sloane, Robert Raymond [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 5:52 PM To: Varaillon Jean Cristophe Subject: RE: [Nagios-users] Flat map Nagios doesn't discover the network topology, it is contained in the Nagios configuration by using the "parents" directive in the host object. For example: define host { host_name host1 ... parents router1 } define host { host_name router1 ... parents router0 } define host { host_name router0 ... } would look like: Nagios Host | router0 | router1 | host1 Hosts with no "parents" directive are assumed to be on the same subnet as the Nagios host. See http://nagios.sourceforge.net/docs/2_0/networkreachability.html for more information. -- Bob Sloane, University of Kansas Computer Center, Lawrence, KS, 66045 Email:[EMAIL PROTECTED] http://www.ku.edu/home/sloane Phone:(785)864-0444 > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Varaillon Jean Cristophe > Sent: Tuesday, November 21, 2006 9:22 AM > To: [email protected] > Subject: [Nagios-users] Flat map > > > Hi, > > I trying to get a nice map showing the actual topology of my network. > > So fare all what I am getting is a "flat" map without > hierarchy where all nodes and routers are linked to "Nagios Process". > > Also the "Status Information" of each router and node is: > "(No information!)" > > Finally the icon representing each device is a just a question mark. > > Any suggestion why all this is happening? > > In fact I am not sure how Nagios is discovering the network,, > meaning who connects to who. > > Also, is Nagios drawing L2 and/or L3 topology? > > Many thanks in advance for your time. > > Christophe > > Disclaimer > The information in this e-mail and any attachments is > confidential. It is intended solely for the attention and use > of the named addressee(s). If you are not the intended > recipient, or person responsible for delivering this > information to the intended recipient, please notify the > sender immediately. Unless you are the intended recipient or > his/her representative you are not authorized to, and must > not, read, copy, distribute, use or retain this message or > any part of it. E-mail transmission cannot be guaranteed to > be secure or error-free as information could be intercepted, > corrupted, lost, destroyed, arrive late or incomplete, or > contain viruses. > > > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the > chance to share your opinions on IT & business topics through > brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge &CID=DEVDEV _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
