Re: [icinga-users] Active service check still occurs when the service is in a downtime period

2016-10-24 Thread Mickael Ange
Sorry for the late response. Thank you Gerald for your reply. I see your point. Regards, Mickael On 10/14/2016 06:00 PM, icinga-users-requ...@lists.icinga.org wrote: > Send icinga-users mailing list submissions to > icinga-users@lists.icinga.org > > To subscribe or unsubscribe via the Wo

Re: [icinga-users] check_by_ssh

2016-10-24 Thread Antony Stone
On Monday 24 October 2016 at 08:22:39, Stephan Tesch wrote: > Am 24.10.2016 um 01:05 schrieb Antony Stone: > > > >> I say "almost" because it's SSH, but it's not on port 22. > >> > >> I've found section 7.2 of > >> http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/agent-b > >> ase

[icinga-users] icinga2 in a hierachy? Is this possible?

2016-10-24 Thread Karl E. Jorgensen
Hi! I have a requirement that I _thought_ that icinga2 could fulfill, but my experiments so far have been without success... In short, the requirements are: * icinga deployed in two locations - "A" and "B". The two locations are independent, and separated by firewalls (we can open up inter-i

Re: [icinga-users] icinga2 in a hierachy? Is this possible?

2016-10-24 Thread Horatiu N
Hello, I have done this before with no problems whatsoever. You basically install two icinga backends and two icinga frontends that have nothing to do with each other. It's obviously a no-brainer for anyone reading this but i'm sure you mean to do something else that you didn't properly describ

Re: [icinga-users] icinga2 in a hierachy? Is this possible?

2016-10-24 Thread Karl E. Jorgensen
Hi On Mon, Oct 24, 2016 at 03:42:50PM +0300, Horatiu N wrote: > Hello, Thanks for the quick reply! > > I have done this before with no problems whatsoever. > You basically install two icinga backends and two icinga frontends that have > nothing to do with each other. I've got that far... But h

Re: [icinga-users] icinga2 in a hierachy? Is this possible?

2016-10-24 Thread Antony Stone
On Monday 24 October 2016 at 14:46:46, Karl E. Jorgensen wrote: > Hi > > On Mon, Oct 24, 2016 at 03:42:50PM +0300, Horatiu N wrote: > > Hello, > > Thanks for the quick reply! > > > I have done this before with no problems whatsoever. > > You basically install two icinga backends and two icinga

[icinga-users] Plugin defaults

2016-10-24 Thread Antony Stone
Hi. I'm trying to work out where some of the default alert settings come from. For example - disk usage - I'm reading section 12.1.7 "disk" of http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/plugin-check- commands and it tells me "The check_disk plugin checks the amount of used

Re: [icinga-users] Plugin defaults

2016-10-24 Thread Gerald Vogt
On 24/10/2016 22:05, Antony Stone wrote: For example - disk usage - I'm reading section 12.1.7 "disk" of http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/plugin-check- commands and it tells me "The check_disk plugin checks the amount of used disk space..." and says that the defaul

Re: [icinga-users] Plugin defaults

2016-10-24 Thread Antony Stone
On Monday 24 October 2016 at 22:37:22, Gerald Vogt wrote: > On 24/10/2016 22:05, Antony Stone wrote: > > > > So, I'm trying to work out where the 10% and 20% default thresholds are > > defined. > > Well, I would run this: > > # icinga2 object list -t CheckCommand -n disk Yes, that's very usefu