--- /dev/null
+# 'check_smtp_ssl' command definition
+define command {
+ command_name check_smtp_ssl
+ command_line /usr/lib/nagios/plugins/check_smtp -H '$HOSTADDRESS$' -S -D 14
+}
+
address 18.208.0.204
}
+# SMTP is redundant with SMTP-SSL, since they use the same port
+#define service {
+# name olinda-smtp
+# use adehnert-service
+# service_description SMTP
+# check_command check_smtp
+# host_name olinda
+#}
+
define service {
- name olinda-smtp
+ name olinda-smtp-ssl
use adehnert-service
service_description SMTP
- check_command check_smtp
+ check_command check_smtp_ssl
+ host_name olinda
+}
+
+define service {
+ name olinda-https
+ use adehnert-service
+ service_description HTTPS
+ check_command check_https
host_name olinda
}