added docker containers nrpe check in services.cfg for monitor instance
This commit is contained in:
parent
c83cc5d74a
commit
a0931b42cf
1 changed files with 16 additions and 0 deletions
|
@ -1 +1,17 @@
|
|||
## This file is manged by puppet
|
||||
|
||||
define service {
|
||||
name Docker Containers
|
||||
check_command check_nrpe!check_docker_containers
|
||||
hostgroup_name sunet::dockerhost2
|
||||
service_description Docker Containers
|
||||
|
||||
contact_groups admins
|
||||
|
||||
max_check_attempts 4
|
||||
check_interval 5
|
||||
retry_interval 1
|
||||
check_period 24x7
|
||||
notification_period 24x7
|
||||
register 1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue