> On 26 Nov 2015, at 11:48, Andreas Grabner <[email protected]> > wrote: > > Hi, > > i used nagios around 10 years ago. Now I start with incinga and have some > questions. The most concrete is: > > I want to check a SMTP Server with TLS and authentication. The setup on a > debian jessie looks like this: > > object Host "any.host.at" { > import "generic-host" > address = "any.host.at" > // address6 = "::1" > vars.os = "Windows" > vars.smtp_authtype = "LOGIN" > vars.smtp_authuser = "user1" > vars.smtp_authpass = "xxxxxxxxxxxxxx" > vars.smtp_starttls = true > vars.smtp_mail_from = "[email protected]" > /* Define notification mail attributes for notification apply rules in > `notifications.conf`. */ > vars.notification["mail"] = { > /* The UserGroup `icingaadmins` is defined in `users.conf`. */ > groups = [ "icingaadmins" ] > } > } > > Icinga2 reports: SMTP CRITICAL - no authuser specified, 0.143 sec. response > time
And your service object configuration looks like? Kind regards, Michael > > Now I can not find the “CheckCommand” definition. I read about “include > <itl>” “include <plugins>” > What may be wrong? > > Tia > Andreas > > _______________________________________________ > icinga-users mailing list > [email protected] > https://lists.icinga.org/mailman/listinfo/icinga-users -- Michael Friedrich, DI (FH) Senior Developer NETWAYS GmbH | Deutschherrnstr. 15-19 | D-90429 Nuernberg Tel: +49 911 92885-0 | Fax: +49 911 92885-77 GF: Julian Hein, Bernd Erk | AG Nuernberg HRB18461 http://www.netways.de | [email protected] ** OSDC 2016 - April - netways.de/osdc ** ** OSBConf 2016 - September - osbconf.org ** _______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users
