diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-04 22:54:49 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-04 22:54:49 +0200 |
commit | b74ea32070492c251943d69a09265463cc9866ed (patch) | |
tree | 080bd9c8eb0b53491e118bdfed29f7cd61126bfe /config/pdv/servers/dark.cfg | |
download | pdvnagios-master.tar.gz pdvnagios-master.tar.bz2 pdvnagios-master.tar.xz pdvnagios-master.zip |
Cleaned configuration for PDV infrastructure (incomplete) integrated with my Conky monitoring scriptsHEADmaster
Diffstat (limited to 'config/pdv/servers/dark.cfg')
-rw-r--r-- | config/pdv/servers/dark.cfg | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/config/pdv/servers/dark.cfg b/config/pdv/servers/dark.cfg new file mode 100644 index 0000000..61f9f35 --- /dev/null +++ b/config/pdv/servers/dark.cfg @@ -0,0 +1,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 +} |