From 8d8887c4ee333b620bdfb0a4c5888efb88f48493 Mon Sep 17 00:00:00 2001 From: Keith Burdis Date: Fri, 8 Feb 2013 14:24:09 +0000 Subject: * Switched to using OMD rather than manually compiling check_mk * Added support for host tags and creating host groups based on these tags * Allow local check_mk configuration to be specified in /etc/check_mk/main.mk.local that is appended to /etc/check_mk/main.mk as check_mk can do a lot more than is covered by this module --- manifests/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/service.pp') diff --git a/manifests/service.pp b/manifests/service.pp index 3d55df8..4b31df9 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -11,7 +11,7 @@ class check_mk::service { enable => true, } } - service { 'nagios': + service { 'omd': ensure => 'running', enable => true, } -- cgit v1.2.3