summaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/manifests/monitoring.pp18
1 files changed, 10 insertions, 8 deletions
diff --git a/modules/mail/manifests/monitoring.pp b/modules/mail/manifests/monitoring.pp
index a6c740b..92bbaa7 100644
--- a/modules/mail/manifests/monitoring.pp
+++ b/modules/mail/manifests/monitoring.pp
@@ -80,18 +80,20 @@ class mail::monitoring {
}
tick::client::plugin {
- "cpu":
- opts => {
- percpu => true,
- totalcpu => true,
- collect_cpu_time => false,
- report_active => false,
- };
"disk":
opts => {
- ignore_fs => ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs"],
+ ignore_fs => [
+ "tmpfs",
+ "devtmpfs",
+ "devfs",
+ "iso9660",
+ "overlay",
+ "aufs",
+ "squashfs"
+ ],
};
[
+ "cpu",
"diskio",
"kernel",
"mem",