separate docker host groups
This commit is contained in:
parent
00af86f218
commit
bdb0583395
|
@ -45,13 +45,6 @@ define host{
|
|||
address 10.99.22.54
|
||||
}
|
||||
|
||||
### Hostgroup
|
||||
define hostgroup{
|
||||
hostgroup_name docker-hosts
|
||||
alias Docker Hosts
|
||||
members pi501.in.thelinuxpro.net,pi502.in.thelinuxpro.net,pi503.in.thelinuxpro.net,pi504.in.thelinuxpro.net
|
||||
}
|
||||
|
||||
### Service definitions for all docker hosts
|
||||
define service{
|
||||
use local-service,graphed-service
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
### Hostgroup
|
||||
define hostgroup{
|
||||
hostgroup_name docker-hosts
|
||||
alias Docker Hosts
|
||||
members pi501.in.thelinuxpro.net,pi502.in.thelinuxpro.net,pi503.in.thelinuxpro.net,pi504.in.thelinuxpro.net
|
||||
}
|
Loading…
Reference in New Issue