blob: 61f9f358513c5bb752135754ad431dbb425f1177 (
plain)
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
40
|
define host {
use unix-server
host_name styx
address 141.52.64.104
parents ipe-ss3-17
}
define host {
use unix-server
host_name suren.me
address 141.52.64.115
parents ipe-ss3-17
hostgroups +smtp-servers
}
define host {
use unix-server
host_name surengw
address suren.me
parents sccgw
hostgroups +smtp-servers
_SSH_PORT 24
}
define host {
use remote-server
host_name darksoft.org
parents inetgw
hostgroups +smtp-servers
_SMTP_PORT 2500
}
define host {
use remote-server
host_name serv4
address serv4.suren.me
parents inetgw
hostgroups +smtp-servers
_SMTP_PORT 2500
}
|