As for if there's a way to make separate maps, it should already be built in! If you've created Host groups and assigned devices to them, you can filter the Status Map by using the "Drawing Layers" area. Additionally you can adjust the 2D coordinates via the Extended Information config:
2d_coords: This variable is used to define coordinates to use when drawing the host in the statusmap CGI. Coordinates should be given in positive integers, as the correspond to physical pixels in the generated image. The origin for drawing (0,0) is in the upper left hand corner of the image and extends in the positive x direction (to the right) along the top of the image and in the positive y direction (down) along the left hand side of the image. For reference, the size of the icons drawn is usually about 40x40 pixels (text takes a little extra space). The coordinates you specify here are for the upper left hand corner of the host icon that is drawn. Note: Don't worry about what the maximum x and y coordinates that you can use are. The CGI will automatically calculate the maximum dimensions of the image it creates based on the largest x and y coordinates you specify. > >-----Original Message----- > >From: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED] On > >Behalf Of Tedman Eng > >Sent: Thursday, June 22, 2006 2:16 PM > >To: 'Pete Siemsen'; [email protected] > >Subject: Re: [Nagios-users] statusmap.cgi - how to break up map > > > >One method you can use is create 'dummy' parent objects. > >These parent objects are stading in for hostgroups in > >functionality, but are to be used for tidying up the > >auto-map layouts. Group all objects that you want "clumped > >together" by setting them to have a common dummy parent. > >Name them according to your desired grouping scheme. > > > > > > [ Nagios ] > > | > > / \ > > / \ > > / \ > > / \ > > dummy1 dummy2 > > | |\ > > / \ | \ > > / \ | \ > > / \ | \ > > / \ | \ > >host1 host2 host3 host4 etc.. > > > > > > > >> -----Original Message----- > >> From: Pete Siemsen [mailto:[EMAIL PROTECTED] > >> Sent: Tuesday, June 20, 2006 1:15 PM > >> To: [email protected] > >> Subject: [Nagios-users] statusmap.cgi - how to break up map > >> > >> > >> We monitor about 240 things with Nagios. We don't use the > >Status Map > >> because it's so cluttered. Is there a way to control > >what's on the > >> graphical map, or is there a way to make separate maps or > >something? > >> > >> -- Pete > >> > >> > >> > >> > >> > >> _______________________________________________ > >> 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 > >> > > > >Using Tomcat but need to do more? Need to support web > >services, security? > >Get stuff done quickly with pre-integrated technology to > >make your job easier > >Download IBM WebSphere Application Server v.1.0.1 based on > >Apache Geronimo > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057 > >&dat=121642 > >_______________________________________________ > >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 > > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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
