$OpenBSD: patch-etc_icinga2_conf_d_services_conf,v 1.2 2015/05/12 09:37:03 sthen Exp $
--- etc/icinga2/conf.d/services.conf.orig	Thu Mar 12 12:27:11 2015
+++ etc/icinga2/conf.d/services.conf	Thu Mar 12 15:09:03 2015
@@ -42,14 +42,14 @@ apply Service "ping6" {
 /*
  * Apply the `ssh` service to all hosts
  * with the `address` attribute defined and
- * the custom attribute `os` set to `Linux`.
+ * the custom attribute `os` set to `Linux` or `OpenBSD`.
  */
 apply Service "ssh" {
   import "generic-service"
 
   check_command = "ssh"
 
-  assign where (host.address || host.address6) && host.vars.os == "Linux"
+  assign where (host.address || host.address6) && (host.vars.os == "OpenBSD" || host.vars.os == "Linux")
   ignore where host.name == "localhost" /* for upgrade safety */
 }
 
