In our environment, we have a provisioning tool that we wrote to boot
up instances in EC2. We have another tool that runs periodically which
generates Icinga2 config files (host objects) from lists of running
hosts in EC2. We'd like the provisioning tool to automatically
schedule a downtime period for new hosts via the Icinga2 CLI. The
problem is that by the time the provisioning tool completes, Icinga2
may not have the new hosts in its configuration yet.

So, my question is, if the provisioning tool submits a cli request to
downtime a host that doesn't exist, what does Icinga2 do with this
request? If the downtime is scheduled for a future time for a host
that does not exist *at present* (but will exist within say 10
minutes), will Icinga2 hold this downtime until the host exists?

-- 
---
Michael Martinez
http://www.michael--martinez.com
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to