> On 14 Jul 2016, at 21:08, Michael Martinez wrote:
>
> On Thu, Jul 14, 2016 at 12:48 AM, Michael Friedrich
> wrote:
>> var hg_name = “myhostgroup"
>> var data = []
>> for (h in get_objects(Host)) {
>> if (hg_name in h.groups) {
>>data.add(h.name)
>> }
>> }
>
> Ok, thanks for the tip.
>
>
Hi .*
After several years of Nagios/Icinga I've started the journey
into the wild, wild world of Icinga 2 ;)
I've setup a simple setup. A central server ("www") is running Icinga 2
(2.4.10). Clients (e.g "lu-kthu") are configured as remote agents ("Command
Execution
Bridge"). Some checks (e.g.
Am 13.07.2016 um 19:19 schrieb Michael Friedrich:
Hi Michael,
>> Any chance to get the openssl error included in the Icinga error
>> messsage?
>>
>
> If you can provide a way to reliably test that scenario (certs, configs)
> and we only need to fiddle with the error message passed inside the
> cod