Re: [icinga-users] icinga 1 - service attached to hostgoup except hostnames starting with internal*

2017-02-06 Thread Assaf Flatto
On 06/02/17 09:58, Jan Matis wrote: Thank you. >are you using an automated method to register the hosts yes >you can just add the host (via templates) to the host group and that way any service check assigned to the group will be applied to the host in that group. That is exactly what I'm doin

Re: [icinga-users] icinga 1 - service attached to hostgoup except hostnames starting with internal*

2017-02-06 Thread Jan Matis
thank you :) this worked like a charm. edit /etc/icinga/icinga.cfg and set : use_regexp_matching=1 then service can be set up exactly how I wanted: define service{ use generic-service-nobody hostgroups tomcats host_name

Re: [icinga-users] command_endpoint on a different zone

2017-02-06 Thread Joosten, Markus
I've just tried to implement my approach, and it turns out I was almost correct ;) It is indeed possible to abuse check_dummy to "mirror" hosts and services from a child zone to the parent zone (because the master knows about them), but not the other way round. Regards, Markus On 2017-02-03

Re: [icinga-users] command_endpoint on a different zone

2017-02-06 Thread Stephan Tesch
Am 2017-02-06 13:05, schrieb Joosten, Markus: Dear Markus, thanks for the heads up, I really appreciate it. I've just tried to implement my approach, and it turns out I was almost correct ;) It is indeed possible to abuse check_dummy to "mirror" hosts and services from a child zone to the pare

[icinga-users] Two iteration of Graphite module and perfdata

2017-02-06 Thread Garrett Pye
There seems to be two different iterations of how to install and run the Graphite module. Have attempted to run both but neither is connecting to our existing Graphite host/server to send, pull data, and graph display properly. One states we need to update /opt/graphite/conf/ while the other does n

Re: [icinga-users] Two iteration of Graphite module and perfdata

2017-02-06 Thread Garrett Pye
Error message when selecting Graphite action [image: Inline image 1] On Mon, Feb 6, 2017 at 2:11 PM, Garrett Pye wrote: > There seems to be two different iterations of how to install and run the > Graphite module. Have attempted to run both but neither is connecting to > our existing Graphite h

Re: [icinga-users] Two iteration of Graphite module and perfdata

2017-02-06 Thread Dirk Roeder
Hi Garret, these are two different modules from different developers. I'm right now going with the findmypast version, as the other one needs to have templates defined for each service, while the other ones works for me without this. My configuration for this module in /etc/icingaweb2/modul