summaryrefslogtreecommitdiffstats
path: root/modules/partofme/manifests/monitoring.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/partofme/manifests/monitoring.pp')
-rw-r--r--modules/partofme/manifests/monitoring.pp24
1 files changed, 1 insertions, 23 deletions
diff --git a/modules/partofme/manifests/monitoring.pp b/modules/partofme/manifests/monitoring.pp
index ab3aeef..09bf5f7 100644
--- a/modules/partofme/manifests/monitoring.pp
+++ b/modules/partofme/manifests/monitoring.pp
@@ -69,27 +69,5 @@ class partofme::monitoring {
]:
}
- tick::client::plugin {
- "disk":
- opts => {
- ignore_fs => [
- "tmpfs",
- "devtmpfs",
- "devfs",
- "iso9660",
- "overlay",
- "aufs",
- "squashfs"
- ],
- };
- [
- "cpu",
- "diskio",
- "kernel",
- "mem",
- "processes",
- "swap",
- "system",
- ]:
- }
+ include tick::client::base_plugins
}