20 lines
594 B
Plaintext
20 lines
594 B
Plaintext
################################################################################
|
|
# 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_*
|