Add bash configuration files for NRPE

This commit is contained in:
Alban VIDAL 2019-09-29 22:32:06 +02:00
parent 09aa4defe6
commit 10d065871a
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,23 @@
################################################################################
# BSD 3-Clause License
#
# Copyright (c) 2019, Alban Vidal <alban.vidal@zordhak.fr>
# All rights reserved.
#
# Please see license file on root of this directory
################################################################################
# !! GIT FILE !!
# https://framagit.org/zorval/scripts/check-nrpe
################################################################################
# without sudo
command[check_available_conntrack] = /usr/local/bin/check_available_conntrack
# with sudo
command[check_reboot] = sudo /usr/sbin/needrestart -p -k
command[check_restart] = sudo /usr/sbin/needrestart -p -l

View File

@ -0,0 +1,19 @@
################################################################################
# BSD 3-Clause License
#
# Copyright (c) 2019, Alban Vidal <alban.vidal@zordhak.fr>
# All rights reserved.
#
# Please see license file on root of this directory
################################################################################
# !! GIT FILE !!
# https://framagit.org/zorval/scripts/check-nrpe
################################################################################
# sudo rules for nagios (NRPE)
nagios ALL=(root:adm) NOPASSWD: \
/usr/sbin/needrestart, \
/usr/local/sbin/check_*