[icinga-users] Icinga Director import - external_object

2016-08-23 Thread Lee Clemens
Hello, Hopefully I just missed this, but how do you import/sync objects and have their 'object_type' set to 'external_object'? I'm using the latest Director version from github, commit from Aug 23 16:06:05, 'remove Services tab'. (sorry, it's on another computer). I haven't seen anything like

Re: [icinga-users] Icinga Director import - external_object

2016-08-23 Thread Rune 'TheFlyingcorpse' Darrud
Set it in the Sync Rule as an external_object when you import :) I do this for Zones and Endpoints that gets populated with Puppet. Example Sync rule Source Name: PuppetDB Destination Field: object_type Source Column: Custom expression Source Expression: external_object On 23 August 2016 at 20:

[icinga-users] need more help with filtering and REST API

2016-08-23 Thread Seth Galitzer
I'd like to be able to filter hosts and services on downtime and acknowledgement status. eg, only return hosts or services with problems that are not acknowledged and not in downtime. I've got the full list of attributes from an open-ended query, and I can't figure out which ones to use. Gettin