From 0c0aca2633384eaa393ecbf34230088e3ff83041 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jul 2020 20:31:47 -0400 Subject: just use the default configuration for the cpu plugin --- modules/mail/manifests/monitoring.pp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'modules/mail') 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", -- cgit v1.2.3-54-g00ecf