Isaac Witmer wrote: > On Mon, Apr 16, 2012 at 3:02 PM, Michael Friedrich > <michael.friedr...@univie.ac.at> wrote: >> On 16.04.2012 20:32, Isaac Witmer wrote: >>> I'm trying to figure out the proper way to install with with the >>> default debian configuration. It's apparent from a base configuration >>> that some of the paths don't match my system. I think I can probably >>> manage, but if anyone knows of any nagiosbp guides specifically for >>> debian, I'd be much obliged. >> clarify on your problem then - i expect a lot people actually using the >> debian packages for icinga. > Alright, I'm using this ./configure: > sudo ./configure --with-nagcgiurl=/icinga/cgi-bin > --with-naghtmurl=/icinga --with-nagetc=/etc/ > --with-apache-authname="Icinga Access" --with-nagiosbp-user=nagios > --with-nagiosbp-group=nagios > > and it gives me this output: > General Options: > ------------------------- > Install user/group: nagios,nagios > Install ${prefix}: /usr/local/nagiosbp > Install ${exec_prefix}: ${prefix} > LIB Dir: ${exec_prefix}/lib > Config Dir: ${prefix}/etc > Data Dir: ${prefix}/share > HTM URL: /nagiosbp > CGI URL: /nagiosbp/cgi-bin > Nagios Config Dir: /etc/ > Nagios HTM URL: /icinga > Nagios CGI URL: /icinga/cgi-bin > Apache conf.d Dir: /etc/apache2/conf.d > Apache User: www-data > Apache AuthName: Icinga Access > cron.d Dir: /etc/cron.d > > > Which looks pretty good; more in line with the debian icinga package > installation than the default './configure'.
to get an idea, which configure flags the native icinga debian package does set, see over here. http://anonscm.debian.org/gitweb/?p=pkg-nagios/icinga.git;a=blob;f=debian/rules;hb=HEAD at least the cgi url is different - /cgi-bin/icinga - so -with-nagcgiurl= needs an adjustment. --nagetc= is also wrong, this should probably be /etc/icinga (as sysconfdir is in debian configure). --apache-authname must be something different than "Icinga Access" - what do the docs say about that? > > One thing I'm a bit worried about still is the '/nagiosbp' htm URL. It > looks like it's coming with it's own cgi interface, separate from > icinga? but it also works together with icinga? most likely. tbh i've never installed it, but seen it integrated in icinga-web as well. maybe adjusting the cgi path plus rest will help in the first place, > > I'm also a bit worried that this is going to have it's own reports. > Currently the script that we use goes to the cgi and downloads the > html and png generated from cgi in icinga. It'd be nice if I could > have this new method (which shows the elevated status of both checks) > connected with the old system of services and hosts. > Does that make sense? > > Thanks! > -- DI (FH) Michael Friedrich Vienna University Computer Center Universitaetsstrasse 7 A-1010 Vienna, Austria email: michael.friedr...@univie.ac.at phone: +43 1 4277 14359 mobile: +43 664 60277 14359 fax: +43 1 4277 14338 web: http://www.univie.ac.at/zid http://www.aco.net Lead Icinga Core Developer http://www.icinga.org ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ icinga-users mailing list icinga-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/icinga-users