-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts
39 lines (31 loc) · 937 Bytes
/
hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# NOTE: only put one unique host per category here
# this is your main nagios server and
# where ansible will deploy it.
[nagios]
192.168.109.146
#192.168.109.144
# use this for generic Linux servers
[servers]
# inherits servers checks, includes http
[webservers]
host1
# elasticsearch, logstash, kibana servers
[elkservers]
# check only elasticsearch, inherits servers checks
[elasticsearch]
# icmp check only, see the README
# for correct syntax as you'll also need ip address
# e.g. hostname
# switch01 ansible_host=1.2.3.3
[switches]
# icmp and http checks, see the README
# for correct syntax as you'll also need ip address
# e.g. web02-ipmi ansible_host=1.2.3.4
[oobservers]
# Dell idrac health checks for the physical server
# connected to it, see install/group_vars/all.yml
# for various settings here. See README
# for correct syntax as you'll also need the ip
# address
# e.g. web01-idrac ansible_host=1.2.3.5
[idrac]