summaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/manifests/monitoring.pp22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/mail/manifests/monitoring.pp b/modules/mail/manifests/monitoring.pp
index a3c7728..a6c740b 100644
--- a/modules/mail/manifests/monitoring.pp
+++ b/modules/mail/manifests/monitoring.pp
@@ -78,4 +78,26 @@ class mail::monitoring {
'mail_count',
]:
}
+
+ 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"],
+ };
+ [
+ "diskio",
+ "kernel",
+ "mem",
+ "processes",
+ "swap",
+ "system",
+ ]:
+ }
}