summaryrefslogtreecommitdiffstats
path: root/modules/tick
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-05 00:33:42 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-05 00:33:42 -0400
commita69b5407af934edf16e63d08f354d4266d5098d6 (patch)
treef43c5222e8eab6a6385c73876fc6c71d0ea827ce /modules/tick
parent76248d0e48b25f35fe9a9b05955d356b0aac8b4a (diff)
downloadpuppet-tozt-a69b5407af934edf16e63d08f354d4266d5098d6.tar.gz
puppet-tozt-a69b5407af934edf16e63d08f354d4266d5098d6.zip
add some network monitoring too
Diffstat (limited to 'modules/tick')
-rw-r--r--modules/tick/manifests/client/base_plugins.pp6
1 files changed, 6 insertions, 0 deletions
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",