Hi,
On 9/18/2006 6:08 PM, David Schlecht wrote: > Thanks for your reply, Gerhard, > > > > Good article. > > > > Yours was one of the first approaches I took, but I found that the > two sets of CGIs both returned the same results, regardless of > the config files. This leads me to belive that the CGIs might interface > with the running nagios process. As far as I know the cgis only interface to the files generated by nagios. These file paths are hard-coded in the cgi binaries, which means that you have to compile (at least the cgis) with a different configuration. (You could also try patching them :-) Try a command like 'strings -n 6 /usr/local/nagios2/sbin/tac.cgi | grep status\\.dat' using your local path to the cgis, of course. You'll see the status data file path is compiled into the cgi binary. Arno > > I am running the CGIs from the command line to avoid any problems > with Apache and vHosts. > > > > If you're sure this approach still works, then I can pound on my > configurations till I get it, but I suspect that it no longer works > with one instance and multiple configurations. > > > > Does Configure hard code the configuration paths in the CGIs? > > > > > > - David Schlecht (dschl) > > > > ----------------------- > > This thread is located in the archive at this URL: > > http://www.nagiosexchange.org/nagios-users.34.0.html?&tx_maillisttofaq_pi > 1[showUid]=21942 > > > > >>Hi David, > > > >>i proposed a method some time ago which was successfully adopted > > by some > > >>people: > > >>http://people.consol.de/~lausser/nagios/more-than-one-nagios.html > > > >>Greetings from Munich, > > >>Gerhard > > > >>>-----Ursprüngliche Nachricht----- > > >>>Von: [EMAIL PROTECTED] > > >>>[mailto:[EMAIL PROTECTED] Im > > >>>Auftrag von David Schlecht > > >>>Gesendet: Freitag, 15. September 2006 20:12 > > >>>An: [email protected] > > >>>Betreff: [Nagios-users] Want to run 2 nagios on 1 machine > > > >>>Hi All > > > > > >>>I'm trying to run two instances of Nagios on the same machine > > >>>using virtual hosts, but I'm having trouble. Has anyone > > >>>succeeded at this? I've checked over some old posts with > > >>>suggestions but the CGIs just don't seem to work with two instances. > > > > > >>>The specifics -- > > > >>>We are monitoring a large network and have 24/7 operators > > >>>watching the console and pager and e-mail. Nagios is great > > >>>for alerting them so they can notify the right department/technician > > . > > > > > >>>The operators are not allowed to change the status, such as > > >>>disabling notifications, acknowledgements... This is > > >>>strictly a read-only interface. Hence, their web login is > > >>>via a privledged account which allows them to view all hosts > > >>>and services, but can't change anything. > > >>> Their e-mail comes from a different account. > > > > > >>>Now we have developers who want to monitor their > > >>>test/development machines and I don't want these failures to > > >>>reach the operators' > > >>> web interface. Since the operators are viewing a privledged > > >>>screen, there's no way to prevent them from seeing the test > > boxes. > > > > > >>>My current attempt uses a single Nagios install with separate > > >>>test directories, many linked back to the installed ones. > > >>>Running the CGI in the test directory shows all the hosts > > >>>from the production instance. > > > > > >>>If two instances isn't the best way to solve this, are there > > >>>any other suggestions? > > > > > >>>Thanks, > > > > > >>>- David Schlecht (dschl) > > > > > >>>----------------------- > > > >>>The mailing list archive is found here: > > > >>>http://www.nagiosexchange.org/nagios-users.34.0.html > > > > > >>>-------------------------------------------------------------- > > >>>----------- > > >>>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 > > > > ------------------------------------------------------------------------- > 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 -- IT-Service Lehmann [EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de ------------------------------------------------------------------------- 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
