Whitespace cleanup.
This commit is contained in:
parent
b7c6046ec5
commit
cc57f33ac1
28 changed files with 126 additions and 129 deletions
|
@ -33,5 +33,4 @@ define icinga2::nrpe::plugin (
|
|||
notify => Service[$icinga2::params::nrpe_daemon_name]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -35,7 +35,6 @@ define icinga2::object::idomysqlconnection (
|
|||
statehistory_age => 0,
|
||||
servicechecks_age => 0,
|
||||
systemcommands_age => 0
|
||||
|
||||
},
|
||||
$categories = [],
|
||||
$target_dir = '/etc/icinga2/conf.d',
|
||||
|
|
|
@ -35,7 +35,6 @@ define icinga2::object::idopgsqlconnection (
|
|||
statehistory_age => 0,
|
||||
servicechecks_age => 0,
|
||||
systemcommands_age => 0
|
||||
|
||||
},
|
||||
$categories = [],
|
||||
$target_dir = '/etc/icinga2/conf.d',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
######################################################################################
|
||||
# /etc/icinga2/icinga2.conf config file template. Based on the file included in
|
||||
# the Icinga 2 apt and yum packages.
|
||||
# the Icinga 2 apt and yum packages
|
||||
# Autogenerated by Puppet
|
||||
# (c) Nicholas Chappell, 2014
|
||||
######################################################################################
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
######################################################################################
|
||||
# etc/nagios/nrpe.cfg config file template. Based on the file included in
|
||||
# the Icinga apt package.
|
||||
# the Icinga apt package
|
||||
# Autogenerated by Puppet
|
||||
# (c) Nicholas Chappell, 2014
|
||||
######################################################################################
|
||||
|
@ -60,7 +60,7 @@ server_port=<%= scope.lookupvar('icinga2::nrpe::nrpe_listen_port') %>
|
|||
|
||||
|
||||
# NRPE USER
|
||||
# This determines the effective user that the NRPE daemon should run as.
|
||||
# This determines the effective user that the NRPE daemon should run as
|
||||
# You can either supply a username or a UID.
|
||||
#
|
||||
# NOTE: This option is ignored if NRPE is running under either inetd or xinetd
|
||||
|
|
Loading…
Reference in a new issue