From 76248d0e48b25f35fe9a9b05955d356b0aac8b4a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jul 2020 22:13:15 -0400 Subject: factor common plugins out into a shared module --- modules/partofme/manifests/monitoring.pp | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'modules/partofme') 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 } -- cgit v1.2.3-54-g00ecf