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

2017-02-05 Thread Assaf Flatto
On 02/02/17 18:32, Jan Matis wrote: Hi all, this is to my understanding quite easily achievable in icinga2 : (not tested, but this is where i'd start ) apply Service "app: tomcat" { import "generic-service" check_command = "nrpe" vars.nrpe_command = "check_tomcat" assign where "tomcat

[icinga-users] Icinga2 and check_multi

2017-02-05 Thread Stephane Bortzmeyer
I did not find a definition of check_multi so, just in case, here is mine (seems to work): object CheckCommand "multi" { command = [ PluginDir + "/check_multi"] arguments = { /* See http://my-plugin.de/wiki/projects/check_multi/config

[icinga-users] Warning / Zone message: Zone has more than 2 endpoints

2017-02-05 Thread Christian Moreno Moreno
Hi! We have one icinga2 cluster with one master Zone (2 Endpoints) + 4 children Zones (every with 2-6 Satelliten). Until now it wasnt any problem, but I see now in every reload/restart the next message for every Zone; warning/Zone: The Zone object '' has more than two endpoints. Due to a know

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

2017-02-05 Thread Jan Matis
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 doing. The problem is I have an exception o