No need to check for puppetmaster process anymore. It's gone baby gone.
This commit is contained in:
parent
a1f55572bd
commit
81d9781409
2 changed files with 11 additions and 11 deletions
|
@ -2,8 +2,8 @@
|
||||||
# Puppet Servers (just puppet1 for now)
|
# Puppet Servers (just puppet1 for now)
|
||||||
###############
|
###############
|
||||||
|
|
||||||
define hostgroup {
|
#define hostgroup {
|
||||||
hostgroup_name puppetservers
|
# hostgroup_name puppetservers
|
||||||
alias Puppet Servers
|
# alias Puppet Servers
|
||||||
members lockbox01
|
# members lockbox01
|
||||||
}
|
#}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
define service {
|
#define service {
|
||||||
hostgroup puppetservers
|
# hostgroup puppetservers
|
||||||
service_description Puppetmaster
|
# service_description Puppetmaster
|
||||||
check_command check_by_nrpe!check_puppetmaster
|
# check_command check_by_nrpe!check_puppetmaster
|
||||||
use defaulttemplate
|
# use defaulttemplate
|
||||||
}
|
#}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
hostgroup servers
|
hostgroup servers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue