summaryrefslogtreecommitdiffstats
path: root/modules/partofme
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-03-09 17:21:51 -0500
committerJesse Luehrs <doy@tozt.net>2019-03-09 17:21:51 -0500
commitae83d44f66fdf5fbefba835020a33fc03f9aa9f4 (patch)
tree7857913c7ae3d46cd05910d04c53dff795fe13c3 /modules/partofme
parent29b16cfc309ab74f4927834a292c03fa0af1b56b (diff)
downloadpuppet-tozt-ae83d44f66fdf5fbefba835020a33fc03f9aa9f4.tar.gz
puppet-tozt-ae83d44f66fdf5fbefba835020a33fc03f9aa9f4.zip
add monitoring for package updates
Diffstat (limited to 'modules/partofme')
-rw-r--r--modules/partofme/manifests/monitoring.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/partofme/manifests/monitoring.pp b/modules/partofme/manifests/monitoring.pp
index 39a606c..c78d447 100644
--- a/modules/partofme/manifests/monitoring.pp
+++ b/modules/partofme/manifests/monitoring.pp
@@ -2,6 +2,7 @@ class partofme::monitoring {
include smartmontools
include munin::node
include munin::duplicati
+ include munin::archlinux
munin::plugin {
[
@@ -60,4 +61,10 @@ class partofme::monitoring {
'duplicati_last_run',
]:
}
+
+ munin::plugin {
+ [
+ 'package_updates',
+ ]:
+ }
}