From a69b5407af934edf16e63d08f354d4266d5098d6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Jul 2020 00:33:42 -0400 Subject: add some network monitoring too --- modules/tick/manifests/client/base_plugins.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/tick') diff --git a/modules/tick/manifests/client/base_plugins.pp b/modules/tick/manifests/client/base_plugins.pp index aabedeb..84b9db1 100644 --- a/modules/tick/manifests/client/base_plugins.pp +++ b/modules/tick/manifests/client/base_plugins.pp @@ -12,11 +12,17 @@ class tick::client::base_plugins { "squashfs" ], }; + "net": + opts => { + ignore_protocol_stats => true, + }; [ "cpu", "diskio", "kernel", "mem", + "netstat", + "ntpq", "processes", "swap", "system", -- cgit v1.2.3-54-g00ecf