Hi,

I have been forced to tag 1.0.0 before 2pm CEST. At that moment I was
perfectly aware of this error, fixed it at 14:03 and pushed it to the
master at 14:09... unfortunately too late for 1.0.0. Please pull from
current master and try again. I guess there will be a 1.0.1 very soon.

Cheers,
Thomas

Am 25.03.2016 um 10:53 schrieb Stephan Tesch:
> Hi everyone,
>
> After the blog post yesterday of the amazing looking director, I wanted
> to give it a shot and add that module to my installation. Unfortunately,
> I didn't get very far. Installation did work without a problem, settings
> up the database was straightforward, but the kickstart doesn't work.
>
> I enabled the API feature, added an ApiUser and reused my Webserver
> certificates for the PKI stuff. But then, the import fails with a
> message saying "Failed to load icinga_zone <my_fqdn>". Config is as follows:
>
> const ZoneName = NodeName
>
> object Endpoint NodeName {
>   host = NodeName
> }
>
> object Zone ZoneName {
>   endpoints = [ NodeName ]
> }
>
> object ApiListener "api" {
>   cert_path = SysconfDir + "/icinga2/pki/" + NodeName + ".crt"
>   key_path = SysconfDir + "/icinga2/pki/" + NodeName + ".key"
>   ca_path = SysconfDir + "/icinga2/pki/ca.crt"
>
>   ticket_salt = TicketSalt
> }
>
> object ApiUser "admin" {
>   password = "mypassword"
>   permissions = [ "*" ]
> }
>
> I tried changing the name of the ApiListener object, but to no avail.
> Anything I'm missing?
>
> Best regards,
> Stephan
>
>
>
> _______________________________________________
> icinga-users mailing list
> icinga-users@lists.icinga.org
> https://lists.icinga.org/mailman/listinfo/icinga-users
>

-- 
Thomas Gelf
Principal Consultant

NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg
Tel: +49 911 92885-0 | Fax: +49 911 92885-77
CEO: Julian Hein, Bernd Erk | AG Nuernberg HRB18461
http://www.netways.de | thomas.g...@netways.de

** OSDC 2016 - April - netways.de/osdc **
** OSBConf 2016 - September - osbconf.org **
_______________________________________________
icinga-users mailing list
icinga-users@lists.icinga.org
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to