From e9213dd6d461b93a8c2179fa18e72d0612f18ca8 Mon Sep 17 00:00:00 2001 From: mpana Date: Tue, 12 Jun 2018 11:59:57 +0300 Subject: [PATCH] added checkman --- checkman/selinux | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 checkman/selinux diff --git a/checkman/selinux b/checkman/selinux new file mode 100644 index 0000000..3df2508 --- /dev/null +++ b/checkman/selinux @@ -0,0 +1,20 @@ +title: Check for SELinux status +agents: linux +catalog: os/misc +license: GPL +distribution: spearhead +description: + This check verifies SELinux status. + You need to install the plugin {selinux} into the {plugins} directory of your + linux agent. + + The check will go critical if SELinux is disabled or if SELinux file mode is + permissive. The check will go to warning if the current mode is permissive + while the file mode is enforcing. + +inventory: + One service will be created where the {selinux} plugin produces a non-empty + output. + +perfdata: + No performance data is available. \ No newline at end of file