|
| 1 | +# Some generic hostgroup definitions |
| 2 | + |
| 3 | +# A simple wildcard hostgroup |
| 4 | +define hostgroup { |
| 5 | + hostgroup_name all |
| 6 | + alias All Servers |
| 7 | + members * |
| 8 | +} |
| 9 | + |
| 10 | +define hostgroup { |
| 11 | + hostgroup_name external-servers |
| 12 | + alias External servers |
| 13 | + members v6-tunnel-endpoint.ericatherhino.org, v6-pop.ericatherhino.org |
| 14 | +} |
| 15 | + |
| 16 | +define hostgroup { |
| 17 | + hostgroup_name internal-servers |
| 18 | + alias Internal servers |
| 19 | + members localhost, brain.ericatherhino.org, interface.ericatherhino.org, left-eye.ericatherhino.org, mech.ericatherhino.org, right-eye.ericatherhino.org |
| 20 | +} |
| 21 | + |
| 22 | +define hostgroup { |
| 23 | + hostgroup_name raspberry-pis |
| 24 | + alias Rapsberry Pis |
| 25 | + members brain.ericatherhino.org, interface.ericatherhino.org, left-eye.ericatherhino.org, mech.ericatherhino.org, right-eye.ericatherhino.org, brain.ericatherhino.test, interface.ericatherhino.test, left-eye.ericatherhino.test, mech.ericatherhino.test, right-eye.ericatherhino.test |
| 26 | +} |
| 27 | + |
| 28 | +define hostgroup { |
| 29 | + hostgroup_name linux-servers |
| 30 | + alias Linux-servers |
| 31 | + members localhost, v6-tunnel-endpoint.ericatherhino.org, v6-pop.ericatherhino.org, incoming.glacsweb.info |
| 32 | +} |
| 33 | + |
| 34 | +define hostgroup { |
| 35 | + hostgroup_name http-servers |
| 36 | + alias HTTP servers |
| 37 | + members localhost |
| 38 | +} |
| 39 | + |
| 40 | +define hostgroup { |
| 41 | + hostgroup_name v6-servers |
| 42 | + alias IPv6 Servers |
| 43 | + members brain.ericatherhino.org, interface.ericatherhino.org, left-eye.ericatherhino.org, mech.ericatherhino.org, right-eye.ericatherhino.org, localhost, v6-tunnel-endpoint.ericatherhino.org, v6-pop.ericatherhino.org |
| 44 | +} |
| 45 | + |
| 46 | +define hostgroup { |
| 47 | + hostgroup_name v4-servers |
| 48 | + alias IPv4 Servers |
| 49 | + members localhost, v6-pop.ericatherhino.org, incoming.glacsweb.info |
| 50 | +} |
| 51 | + |
| 52 | +define hostgroup { |
| 53 | + hostgroup_name local-v4-servers |
| 54 | + alias Local IPv4 Servers |
| 55 | + members brain.ericatherhino.test, interface.ericatherhino.test, left-eye.ericatherhino.test, mech.ericatherhino.test, right-eye.ericatherhino.test |
| 56 | +} |
| 57 | + |
0 commit comments