Files
confdroid_nrpe/manifests/params.pp

185 lines
8.1 KiB
ObjectPascal
Raw Normal View History

2017-07-28 14:08:13 +01:00
## cd_nrpe::params.pp
# Module name: cd_nrpe
# Author: Arne Teuke (arne_teuke@ConfDroid.com)
# # License:
# This file is part of cd_nrpe.
#
2017-07-28 16:49:02 +01:00
# cd_nrpe is used for providing automatic configuration of NRPE.
2017-07-28 14:08:13 +01:00
# Copyright (C) 2016 ConfDroid (copyright@ConfDroid.com)
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# @summary Class holds all parameters for the cd_nrpe module and is
# inherited by all classes except defines.
2017-07-28 17:41:54 +01:00
# @see https://www.nagios.org/documentation/
2017-07-28 14:08:13 +01:00
# @param [string] pkg_ensure
# which [package type](https://confdroid.com/2017/05/puppet-type-package/)
# to choose, i.e. `latest` or `present`.
2017-07-28 16:42:50 +01:00
# @param [string] ne_log_facility the log facility to use.
# @param [string] ne_log_file If a log file is specified in this option,
# nrpe will write to that file instead of using syslog. i.e. /var/run/nrpe.log
# @param [string] ne_debug Whether debugging messages are logged to the
# syslog facility.
# @param [string] ne_nrpe_port the NRPE port. used in firewall ( optional)
# and configuration file.
# @param [string] ne_listen_queue_size Listen queue size (backlog) for
# serving incoming connections.
# @param [string] ne_nagios_server ipaddress of the nagios server to be allowed
# to connect to NRPE service. Default is to look up a global parameter from
# ENC.
# @param [string] ne_dont_blame_nrpe whether or not the NRPE daemon will
# allow clients to specify arguments to commands that are executed.
# @param [string] ne_allow_bash_cmd_subst whether or not the NRPE daemon will
# allow clients to specify arguments that contain bash command substitutions
# of the form $(...).
# @param [boolean] ne_allow_sudo Whether to allow sudo access. used in nrpe.cfg
# as well as for creating a sudo role.
2017-07-28 18:06:39 +01:00
# @param [string] ne_command_prefix allows you to prefix all commands with a
2017-07-28 16:42:50 +01:00
# user-defined string.
# @param [string] ne_incl_fw Whether to include firewall rules
# @param [string] ne_command_timeout maximum number of seconds that the NRPE
# daemon will allow plugins to finish executing before killing them off.
# @param [string] ne_connection_timeout maximum number of seconds that the
# NRPE daemon will wait for a connection to be established before exiting.
# @param [string] ne_ssl_version These directives allow you to specify how to
# use SSL/TLS.
# @param [string] ne_ssl_use_adh This is for backward compatibility and is
# DEPRECATED. Set to 1 to enable ADH or 2 to require ADH. 1 is currently the
# default but will be changed in a later version.
# @param [string] ne_ssl_cipher_list ciphers can be used. For backward
# compatibility, this defaults to 'ssl_cipher_list=ALL:!MD5:@STRENGTH' in
# this version but will be changed in a later version of NRPE.
# @param [string] ne_ssl_cacert_file path and name of the ssl certificate
2017-07-30 13:32:50 +01:00
# authority (ca) file / chain. must be full path.
2017-07-28 16:42:50 +01:00
# @param [string] ne_ssl_cert_file path and name of the server ssl certificate.
# must include full path.
2017-07-28 18:06:39 +01:00
# @param [string] ne_ssl_privatekey_file path and name of the server ssl
2017-07-28 16:42:50 +01:00
# private key. Must include full path.
# @param [string] ne_ssl_client_certs determines client certificate usage.
# Values: 0 = Don't ask for or require client certificates
# 1 = Ask for client certificates
# 2 = Require client certificates
# @param [string] ne_ssl_logging determines which SSL messages are send to
# syslog. OR values together to specify multiple options.
# Values: 0x00 (0) = No additional logging (default)
# 0x01 (1) = Log startup SSL/TLS parameters
# 0x02 (2) = Log remote IP address
# 0x04 (4) = Log SSL/TLS version of connections
# 0x08 (8) = Log which cipher is being used for the connection
# 0x10 (16) = Log if client has a certificate
# 0x20 (32) = Log details of client's certificate if it has one
# -1 or 0xff or 0x2f = All of the above
# @param [string] ne_nasty_metachars list of characters that cannot
# be passed to the NRPE daemon.
# @param [string] ne_include_file include definitions from an external
# config file.
2017-07-28 16:49:02 +01:00
# @param [string] ne_fw_order_no ordering prefix for he firewall rules. Adjust
2017-07-28 17:41:54 +01:00
# to your environment if needed.
# @param [string] ne_ssl_opts Specify additional SSL options.
2017-07-28 18:06:39 +01:00
# @param [string] ne_user the NRPE service user
# @param [string] ne_user_comment The comment for the service user /etc/passwd
2017-07-30 13:32:50 +01:00
# @param [string] ne_user_uid the UID for the service user
2017-07-28 18:19:44 +01:00
# @param [string] ne_user_home the home for the service user
2017-07-28 18:06:39 +01:00
# @param [string] ne_user_shell the shell for the service user.
2017-07-28 18:19:44 +01:00
# @param [string] ne_user_groups additional groups for the service user.
# @param [string] ne_server_address the network interfaces to listen on
# @param [string] ne_allow_weak_rnd_seed Whether to allow weak random seeds
# @param [string] ne_include_selinux Whether to manage selinux
2017-07-28 19:26:27 +01:00
# @param [boolean] ne_enable_ssl Whether to enable SSL certificates.
2017-07-30 12:32:29 +01:00
# @param [boolean] ne_manage_cmds Whether to manage command rules for NRPE
# checks, to allow dynamic check & command rules.
2017-07-28 16:42:50 +01:00
###############################################################################
2017-07-28 14:08:13 +01:00
class cd_nrpe::params (
2017-07-28 14:35:33 +01:00
$pkg_ensure = 'latest',
2017-07-30 12:32:29 +01:00
$ne_manage_cmds = true,
2017-07-30 15:01:52 +01:00
# NRPE user settings
2017-07-28 14:36:35 +01:00
$ne_user = 'nrpe',
$ne_user_comment = 'NRPE service user',
2017-07-28 14:35:33 +01:00
$ne_user_uid = '1005',
2017-07-28 16:42:50 +01:00
$ne_user_home = '/var/run/nrpe',
2017-07-28 14:35:33 +01:00
$ne_user_groups = undef,
$ne_user_shell = '/sbin/nologin',
2017-07-28 14:08:13 +01:00
2017-07-30 15:01:52 +01:00
2017-07-28 16:42:50 +01:00
# nrpe.cfg
2017-07-28 16:49:54 +01:00
$ne_log_facility = 'daemon',
2017-07-28 16:42:50 +01:00
$ne_log_file = '',
$ne_debug = '0',
$ne_nrpe_port = '5666',
2017-07-28 19:49:03 +01:00
$ne_server_address = '0.0.0.0',
2017-07-28 16:42:50 +01:00
$ne_listen_queue_size = '5',
$ne_nagios_server = $::nagios_server,
$ne_dont_blame_nrpe = '1',
$ne_allow_bash_cmd_subst = '1',
2017-07-30 18:02:06 +01:00
$ne_allow_sudo = true,
2017-07-28 16:42:50 +01:00
$ne_command_prefix = '/usr/bin/sudo',
$ne_command_timeout = '60',
$ne_connection_timeout = '300',
$ne_allow_weak_rnd_seed = '1',
2017-07-28 19:26:27 +01:00
$ne_enable_ssl = false,
2017-07-28 19:22:05 +01:00
$ne_ssl_version = 'TLSv2+',
2017-07-28 16:42:50 +01:00
$ne_ssl_use_adh = '1',
$ne_ssl_cipher_list = 'ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!RC4:!MD5:@STRENGTH',
$ne_ssl_cacert_file = '/etc/pki/tls/certs/ca-chain.crt.pem',
$ne_ssl_cert_file = "/etc/pki/tls/certs/${::fqdn}.crt.pem",
$ne_ssl_privatekey_file = "/etc/pki/tls/private/${::fqdn}.key.pem",
$ne_ssl_client_certs = '2',
$ne_ssl_logging = '0x00',
2017-07-28 17:54:42 +01:00
$ne_nasty_metachars = '"|`&><\'\\[]{};\r\n\"',
2017-07-28 16:42:50 +01:00
$ne_include_file = '',
2017-07-28 17:41:54 +01:00
# nrpe.conf
$ne_ssl_opts = '',
2017-07-28 16:42:50 +01:00
# firewall
$ne_incl_fw = true,
2017-07-28 16:49:02 +01:00
$ne_fw_order_no = '50',
2017-07-28 16:42:50 +01:00
2017-07-28 16:58:16 +01:00
# selinux
$ne_include_selinux = true,
2017-07-28 16:42:50 +01:00
2017-07-28 14:08:13 +01:00
) {
# installation section
$reqpackages = $::operatingsystem ? {
2017-07-28 17:29:40 +01:00
/(?i-mx:centos|fedora|redhat)/ => ['nrpe','nrpe-selinux'],
2017-07-28 14:08:13 +01:00
}
2017-07-28 16:42:50 +01:00
# service
$ne_service = 'nrpe'
# directories
$ne_main_conf_d_dir = '/etc/nrpe.d'
$ne_run_dir = '/var/run/nrpe'
# files
$ne_main_conf_file = '/etc/nagios/nrpe.cfg'
2017-07-28 17:54:42 +01:00
$ne_main_conf_erb = 'cd_nrpe/nrpe_cfg.erb'
2017-07-28 16:42:50 +01:00
$ne_nrpe_pid_file = "${ne_run_dir}/nrpe.pid"
2017-07-28 17:54:42 +01:00
$ne_nrpe_conf_file = '/etc/sysconfig/nrpe'
$ne_nrpe_conf_erb = 'cd_nrpe/nrpe_conf.erb'
2017-07-30 12:32:29 +01:00
$ne_cmd_file = "${ne_main_conf_d_dir}/commands.cfg"
$ne_cmd_head_erb = 'cd_nrpe/cmd_head.erb'
$ne_cmd_rule_erb = 'cd_nrpe/cmd_rule.erb'
2017-07-30 15:01:52 +01:00
$ne_sudo_file = '/etc/sudoers.d/nagios_sudo'
$ne_sudo_rule_erb = 'cd_nrpe/sudo_rule.erb'
2017-07-28 16:42:50 +01:00
2017-07-28 14:08:13 +01:00
# includes must be last
include cd_nrpe::main::config
}