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)
|
||||
###############
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name puppetservers
|
||||
alias Puppet Servers
|
||||
members lockbox01
|
||||
}
|
||||
#define hostgroup {
|
||||
# hostgroup_name puppetservers
|
||||
# alias Puppet Servers
|
||||
# members lockbox01
|
||||
#}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
define service {
|
||||
hostgroup puppetservers
|
||||
service_description Puppetmaster
|
||||
check_command check_by_nrpe!check_puppetmaster
|
||||
use defaulttemplate
|
||||
}
|
||||
#define service {
|
||||
# hostgroup puppetservers
|
||||
# service_description Puppetmaster
|
||||
# check_command check_by_nrpe!check_puppetmaster
|
||||
# use defaulttemplate
|
||||
#}
|
||||
|
||||
define service {
|
||||
hostgroup servers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue