summaryrefslogtreecommitdiff
path: root/manifests/plugins/openbsd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/openbsd.pp')
-rw-r--r--manifests/plugins/openbsd.pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifests/plugins/openbsd.pp b/manifests/plugins/openbsd.pp
new file mode 100644
index 0000000..67cf32d
--- /dev/null
+++ b/manifests/plugins/openbsd.pp
@@ -0,0 +1,13 @@
+class munin::plugins::openbsd inherits munin::plugins::base {
+ munin::plugin {
+ [ df, cpu, interrupts, load, memory, netstat, open_files,
+ processes, swap, users, vmstat
+ ]:
+ ensure => present,
+ }
+ munin::plugin {
+ [ memory_pools, memory_types ]:
+ ensure => present,
+ }
+
+}