From b74ea32070492c251943d69a09265463cc9866ed Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 4 Sep 2019 22:54:49 +0200 Subject: Cleaned configuration for PDV infrastructure (incomplete) integrated with my Conky monitoring scripts --- config/pdv/servers/pdv_virt.cfg | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 config/pdv/servers/pdv_virt.cfg (limited to 'config/pdv/servers/pdv_virt.cfg') diff --git a/config/pdv/servers/pdv_virt.cfg b/config/pdv/servers/pdv_virt.cfg new file mode 100644 index 0000000..1f1b413 --- /dev/null +++ b/config/pdv/servers/pdv_virt.cfg @@ -0,0 +1,45 @@ +# Virtualization Servers + +define hostgroup { + hostgroup_name vm-servers + alias Virtualization Servers +} + +define host { + use unix-server + host_name ipepdvsrv1 + address 141.52.64.9 + hostgroups vm-servers, www-servers, mysql-servers + parents ipe-ss3-17 +} + +define host { + use ipmi-server + host_name ipepdvsrv2 + address 192.168.26.134 + hostgroups vm-servers, www-servers, mysql-servers, pgsql-servers + parents ipe007 + _IPMI_IP 192.168.26.154 + _IPMI_FAN_EXCLUDES -x Fan2 -x Fan7 -x Fan8 +} + +#define service { +# use ping-service +# host_name ipepdvsrv1 +# service_description MySQL Status +# check_command check_mysql!adei!adei +#} + +define service { + use ping-service + host_name ipepdvsrv1 + service_description ARCHIVE Software + check_command check_http_page!/software/ +} + +define service { + use ping-service + host_name ipepdvsrv1 + service_description ARCHIVE Data + check_command check_http_page!/data/ +} -- cgit v1.2.3