summaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authorMatt Taggart <taggart@riseup.net>2014-06-26 17:21:27 -0700
committerMatt Taggart <taggart@riseup.net>2015-04-16 21:09:01 +0000
commit989fb446c1db090f7f9a4d1401b5ba83681af581 (patch)
tree41c7b617d111c35a7a90a75292fc08b12949a8f0 /manifests/config.pp
parent7893decc59cc67d446e65f7045e0de5ee929252e (diff)
new resource collector for 'ps' checks
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 1d7d6cd..6736147 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -51,6 +51,7 @@ class check_mk::config (
}
if ( $use_storedconfigs ) {
class { 'check_mk::server::collect_hosts': }
+ class { 'check_mk::server::collect_ps': }
}