Re: [icinga-users] Best practice to avoid redundant definitions in a multi-zone setup

2017-03-22 Thread Peter Eckel
Hi Valentin, > - All agents/clients could/will receive this information due to config > synchronization, no matter if they need these definitions or not. correct. One might consider that an issue, depending on how many configurations are affected. My personal approach is to put as much of th

Re: [icinga-users] sync modification of properties

2017-03-22 Thread Thomas Gelf
Am 22.03.2017 um 15:55 schrieb Rudy Gevaert: it should read ${values.kernel}. Yes. Thanks it works. Glad to hear that! Do we have some docs online with gives some more examples? Yes and no, they are slightly distributed. Import and Sync is documented in the Director itself with one speci

Re: [icinga-users] sync modification of properties

2017-03-22 Thread Rudy Gevaert
Quoting Thomas Gelf , Wed, 22 Mar 2017: Hi, it should read ${values.kernel}. Yes. Thanks it works. Do we have some docs online with gives some more examples? Thanks, Rudy Cheers, Thomas Am 22.03.2017 um 11:56 schrieb Rudy Gevaert: Hi, I'm very impressed with the director approa

[icinga-users] Grafana module in Icingaweb2

2017-03-22 Thread Garrett Pye
Is anyone using Grafana to graph metrics? Based on the example from https://github.com/vshn/icingaweb2-module-grafana, Icinga web interface does not seem to display the proper graph, rather it only displays one of grafana graphs from the default dashboard. There are multiple hosts and services da

Re: [icinga-users] sync modification of properties

2017-03-22 Thread Thomas Gelf
Hi, it should read ${values.kernel}. Cheers, Thomas Am 22.03.2017 um 11:56 schrieb Rudy Gevaert: Hi, I'm very impressed with the director approach. I hope it can live up to be usable for automation and still for end users. Like it promises. What I have tested I really nice! II got the CSV

[icinga-users] sync modification of properties

2017-03-22 Thread Rudy Gevaert
Hi, I'm very impressed with the director approach. I hope it can live up to be usable for automation and still for end users. Like it promises. What I have tested I really nice! II got the CSV import working with fileshipper. I want to try to import my Puppet facts (for now with the fi

Re: [icinga-users] Best practice to avoid redundant definitions in a multi-zone setup

2017-03-22 Thread Valentin Höbel
Hi Peter, you are referring to one of two scenarios in my e-mail: Placing configuration which affects multiple agents in all zones. While I realize that global zones are perfect places to put such configuration in, doing so comes with several disadvantages: - All agents/clients could/will rec