From: Gunnar Beutner Date: Sat, 12 Apr 2014 06:54:09 +0000 (+0200) Subject: Update example config. X-Git-Tag: v0.0.10~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eee198ecaba7774494c4fe0e3f944b64cceb981e;p=icinga2 Update example config. Refs #4865 --- diff --git a/etc/icinga2/conf.d/localhost.conf b/etc/icinga2/conf.d/localhost.conf index 432427f72..8b5d9e0d1 100644 --- a/etc/icinga2/conf.d/localhost.conf +++ b/etc/icinga2/conf.d/localhost.conf @@ -66,6 +66,13 @@ object Service "disk" { check_command = "disk" } +object Service "swap" { + import "generic-service" + + host_name = "localhost" + check_command = "swap" +} + object Service "kernel" { import "generic-service"