summaryrefslogtreecommitdiff
path: root/manifests/plugins/selinux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/selinux.pp')
-rw-r--r--manifests/plugins/selinux.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/plugins/selinux.pp b/manifests/plugins/selinux.pp
new file mode 100644
index 0000000..6affc86
--- /dev/null
+++ b/manifests/plugins/selinux.pp
@@ -0,0 +1,4 @@
+class munin::plugins::selinux inherits munin::plugins::base {
+ munin::plugin::deploy { "selinuxenforced": }
+ munin::plugin::deploy { "selinux_avcstats": }
+}