summaryrefslogtreecommitdiffstats
path: root/modules/partofme
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-04 22:13:15 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-04 22:13:15 -0400
commit76248d0e48b25f35fe9a9b05955d356b0aac8b4a (patch)
tree4953b1185ae8905e6f8c9d4cb53a0e11e3f80ddf /modules/partofme
parent0c0aca2633384eaa393ecbf34230088e3ff83041 (diff)
downloadpuppet-tozt-76248d0e48b25f35fe9a9b05955d356b0aac8b4a.tar.gz
puppet-tozt-76248d0e48b25f35fe9a9b05955d356b0aac8b4a.zip
factor common plugins out into a shared module
Diffstat (limited to 'modules/partofme')
-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
}