Re: [icinga-users] Run serviceB only if serviceA fails

2012-09-20 Thread Christoph Anton Mitterer
btw: In general; I like the idea and would vote for it's regular inclusion in Icinga :) Cheers, Chris. smime.p7s Description: S/MIME cryptographic signature -- Everyone hates slow websites. So do we. Make your web apps

Re: [icinga-users] Run serviceB only if serviceA fails

2012-09-20 Thread Christoph Anton Mitterer
On Thu, 2012-09-20 at 23:13 +0200, stibbits wrote: > The nagios/icinga's servicedependency principles were known to me i > just wanted to know if there is any other way(feature) how to solve > such a requirement. Thanks for your answer, You should be able to write such functionality yourself using

Re: [icinga-users] best way to refine service checks for selected hosts

2012-09-18 Thread Christoph Anton Mitterer
Unfortunately I just found out the following: On Tue, 2012-09-18 at 23:34 +0200, Christoph Anton Mitterer wrote: > Now I refine settings: ... > host_name host1,host2 ... That doesn't work as expected (which may be a bug,... or at least a feature th

[icinga-users] best way to refine service checks for selected hosts

2012-09-18 Thread Christoph Anton Mitterer
Hi. I haven't found the following ideas in such a form in the documentation (maybe I was just utterly blind); once if all questions (marked with numbers like, 1)...2)...) are solved, we may polish it up and integrated it somehow in the documentation for the benefit of all. I'm looking for a way

Re: [icinga-users] what happens when Nagios goes to version 4

2012-08-07 Thread Christoph Anton Mitterer
On Tue, 2012-08-07 at 19:13 +0200, Michael Friedrich wrote: > i don't think icinga should blindly follow the predecessor's > changes That of course! =) Cheers, Chris. smime.p7s Description: S/MIME cryptographic signature -

[icinga-users] what happens when Nagios goes to version 4

2012-08-07 Thread Christoph Anton Mitterer
Hi. I just wondered what will happen with Icinga, when Nagios goes to the big new version 4. AFAIU Andreas Ericsson,... many things especially in the core are going to change. Will there be some merging (of worth changes)? Cheers, Chris. smime.p7s Description: S/MIME cryptographic signature

Re: [icinga-users] temporary files created by icinga

2012-08-07 Thread Christoph Anton Mitterer
On Wed, 2012-08-01 at 02:53 +0200, Michael Friedrich wrote: > afaik there's a limit on the checkresult reaper on the checkresult age - > then such results should be unlinked as well. and if not (file age too > old), wipe them manually. Okay... I'll have a look if this happens more often... maybe

Re: [icinga-users] temporary files created by icinga

2012-07-31 Thread Christoph Anton Mitterer
btw: I mainly ask, because I like to split filesystems, and when Icinga moves files from e.g. /tmp to it's spool dir (as it happens with e.g. pnp4nagios in npcd modes),... this should be all on the same fs. Cheers, Chris. smime.p7s Description: S/MIME cryptographic signature ---

[icinga-users] temporary files created by icinga

2012-07-31 Thread Christoph Anton Mitterer
Hi. I noted several files being created,... and wonder whether this is normal: 1) Icinga creates files in /var/lib/icinga/spool/checkresults ... well these are the outputs from the checks, right... should be normal ;) I noted though, that some of them got not cleaned up... Michael, if you read,

Re: [icinga-users] CGI authenticated users/contacts with SSL client certs

2012-07-27 Thread Christoph Anton Mitterer
Hi Alex. On Fri, 2012-07-27 at 06:56 +0200, Alexander Wirt wrote: > grep -i ssl /etc/icinga/cgi.cfg > # When enabled, this option allows you to use x509 cert (SSL) > use_ssl_authentication=0 > > http://docs.icinga.org/latest/en/configcgi.html I have this already and also doesn't help with my pro

[icinga-users] CGI authenticated users/contacts with SSL client certs

2012-07-26 Thread Christoph Anton Mitterer
Hi. Is it somehow possible to have authenticated users become authenticated contacts when SSL client authentication is used? In that case the REMOTE_USER will be the DN of the cert,... but as for an authenticated user to become and authenticated contact the names must match one gets into trouble

[icinga-users] modules file warning

2012-07-22 Thread Christoph Anton Mitterer
Hi. There is this warning in the idomod config file: # # WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING # # Do NOT overwrite modules while th

Re: [icinga-users] some icinga-web questions

2012-07-22 Thread Christoph Anton Mitterer
On Thu, 2012-07-05 at 09:32 +0200, Michael Friedrich wrote: > > Now a problem remains... how can I do the same > > within /etc/icinga-web/conf.d/ so that it's preserved on updates? It worked for me be adding the following to /etc/icinga-web/conf.d/cronks.xml: Cronks

Re: [icinga-users] some icinga-web questions

2012-07-09 Thread Christoph Anton Mitterer
On Thu, 2012-07-05 at 09:32 +0200, Michael Friedrich wrote: > > Ok I guess I found it,.. there is a file: > > app/modules/Cronks/config/cronks_misc.xml > > where I can remove the user/passwd parameter (I've allowed access > > unconditionally on loopback) and where I can replace the default > > "/ic

Re: [icinga-users] some icinga-web questions

2012-07-04 Thread Christoph Anton Mitterer
Hi Michael. Thanks for your quick reply. On Wed, 2012-07-04 at 23:30 +0200, Michael Friedrich wrote: > > a) From which path does it load the files from the icon_image setting? > > Or is that just used in the CGI? > depends on your definition. this is apache path, not fs. Yes of course,.. I found

[icinga-users] some icinga-web questions

2012-07-04 Thread Christoph Anton Mitterer
Hey. I'd have some icinga-web questions: a) From which path does it load the files from the icon_image setting? Or is that just used in the CGI? b) Does it (i.e. the icinga_web DB user) need read-write access to the icinga DB (idoutils) or is read-only enough? In the later case on could furth