diff --git a/cfg/command.cfg b/cfg/command.cfg new file mode 100644 index 0000000..53c3648 --- /dev/null +++ b/cfg/command.cfg @@ -0,0 +1,2503 @@ +define command { + command_name notify-dell-host-by-email + command_line /usr/bin/printf "%b" "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nHost: $HOSTNAME$nState: $HOSTSTATE$nAddress: $HOSTADDRESS$nInfo: $HOSTOUTPUT$nnDate/Time: $LONGDATETIME$n" | /bin/mail -s "** $NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HOSTSTATE$ **" $CONTACTEMAIL$ +} + +define command { + command_name notify-dell-service-by-email + command_line /usr/bin/printf "%b" "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nnService: $SERVICEDESC$nHost: $HOSTALIAS$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nnDate/Time: $LONGDATETIME$nnAdditional Info:nn$SERVICEOUTPUT$n" | /bin/mail -s "** $NOTIFICATIONTYPE$ Service Alert: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ +} + +define command { + command_name check_dell_oob_server_component_snmp + command_line perl /usr/local/monitoring/nagios/dell/scripts/dell_check_idrac_snmp.pl -H $HOSTADDRESS$ -F $ARG1$ -i $ARG2$ +} + +define command { + command_name check_dell_oob_server_component_wsman + command_line perl /usr/local/monitoring/nagios/dell/scripts/dell_check_idrac_wsman.pl -H $HOSTADDRESS$ -F $ARG1$ -i $ARG2$ +} + +define command { + command_name check-dell-host-alive + command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5 +} + +define command { + command_name check-dummy + command_line $USER1$/check_dummy $ARG1$ $ARG2$ +} + +define command { + command_name check_alive + command_line $USER1$/check_icmp -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% +} + +define command { + command_name check-host-alive + command_line $USER1$/check_icmp -H $HOSTADDRESS$ -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-long + command_line $USER1$/check_icmp -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -t 60s -n 20 -i 2s +} + +define command { + command_name check-host-alive-fw-servernet-1 + command_line $USER1$/check_icmp -H 140.180.220.1 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-fw-servernet-2 + command_line $USER1$/check_icmp -H 10.6.48.1 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-fw-servernet-3 + command_line $USER1$/check_icmp -H 10.6.52.1 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-fw-servernet-4 + command_line $USER1$/check_icmp -H 10.6.63.65 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-fw-servernet-6 + command_line $USER1$/check_icmp -H 10.6.63.129 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-fw-servernet-7 + command_line $USER1$/check_icmp -H 140.180.219.1 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-fw-servernet-10 + command_line $USER1$/check_icmp -H 10.6.0.1 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-fw-servernet-11 + command_line $USER1$/check_icmp -H 10.6.32.1 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check-host-alive-eisfw-plinknet8 + command_line $USER1$/check_icmp -H 192.168.9.33 -t 10 -w 3000.0,80% -c 5000.0,100% -n 5 +} + +define command { + command_name check_alive_through_nsclient + command_line $USER1$/check_nrpe -p $USER10$ -H $HOSTADDRESS$ -c CheckWMIValue -a 'Query=SELECT StatusCode FROM Win32_PingStatus WHERE Address="$ARG1$"' MaxCrit=1 Check:Status:=StatusCode +} + +define command { + command_name check_alive_ssh + command_line $USER1$/check_generic -e '$USER1$/check_ssh -4 -t $USER3$ $HOSTADDRESS$' -n SSH -t 70 -w '!~/SSH OK/' -o '=~/SSH OK/' -f c -p time +} + +define command { + command_name check-jnextday + command_line $USER1$/check_dummy $ARG1$ $ARG2$ +} + +define command { + command_name check_multi + command_line $USER1$/check_multi -l /usr/local/monitoring/nagios/libexec $ARG1$ $ARG2$ $ARG3$ $ARG4$ +} + +define command { + command_name check-test-critical + command_line $USER1$/check_dummy 2 +} + +define command { + command_name check_ESXi_CIM + command_line $USER1$/check_esxi_hardware.py -H https://$HOSTADDRESS$ -V auto -t $USER3$ -p -U '$USER17$' -P '$USER4$' +} + +define command { + command_name check_gearman + command_line $USER1$/check_gearman -H $ARG1$ -t $USER3$ $ARG2$ +} + +define command { + command_name check_generic + command_line $USER1$/check_generic -e '$ARG1$' -t $USER3$ $ARG2$ +} + +define command { + command_name check__lpglog + command_line $USER1$/check_log2.pl -l $ARG1$ -s $ARG2$ -p $ARG3$ +} + +define command { + command_name check_apache + command_line $USER1$/check_apache.pl -H $HOSTADDRESS$ +} + +define command { + command_name check_biztalk + command_line $USER1$/check_biztalk.pl -H $HOSTADDRESS$ -U groundwk -P $USER30$ -w 1 -c 5 -d 1 -D 5 -o 1 -O 5 +} + +define command { + command_name check_by_ssh_apache + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_apache.pl -H $HOSTADDRESS$" +} + +define command { + command_name check_by_ssh_cpu + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 45 -l "$USER17$" -C "$USER22$/check_cpu $ARG1$:$ARG2$" +} + +define command { + command_name check_by_ssh_disk + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$" +} + +define command { + command_name check_by_ssh_load + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_load -w $ARG1$ -c $ARG2$" +} + +define command { + command_name check_by_ssh_mailq_sendmail + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "sudo $USER22$/check_mailq -w $ARG1$ -c $ARG2$ -M sendmail" +} + +define command { + command_name check_by_ssh_mem + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_mem.pl -U -w $ARG1$ -c $ARG2$" +} + +define command { + command_name check_by_ssh_mysql + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_mysql -H $HOSTADDRESS$ -d $ARG1$ -u $ARG2$ -p $ARG3$" +} + +define command { + command_name check_by_ssh_mysql_engine + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_mysql -H $HOSTADDRESS$ -u $ARG1$ -p $ARG2$" +} + +define command { + command_name check_by_ssh_process_args + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -w $ARG1$ -c $ARG2$ -a $ARG3$" +} + +define command { + command_name check_by_ssh_process_cmd + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -w $ARG1$ -c $ARG2$ -C $ARG3$" +} + +define command { + command_name check_by_ssh_process_count + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -w $ARG1$ -c $ARG2$" +} + +define command { + command_name check_by_ssh_process_crond + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -c 1:1 -a crond" +} + +define command { + command_name check_by_ssh_process_named + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -c 1:1 -C named -a /etc/named.conf" +} + +define command { + command_name check_by_ssh_process_proftpd + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -c 1:1 -a proftpd: (accepting" +} + +define command { + command_name check_by_ssh_process_sendmail_accept + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -c 1:1 -a sendmail: accepting con" +} + +define command { + command_name check_by_ssh_process_sendmail_qrunner + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -c 1:1 -a sendmail: Queue runner" +} + +define command { + command_name check_by_ssh_process_slapd + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -w $ARG1$ -c $ARG2$ -C slapd" +} + +define command { + command_name check_by_ssh_process_xinetd + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_procs -c 1:1 -a xinetd" +} + +define command { + command_name check_by_ssh_swap + command_line $USER1$/check_by_ssh -H $HOSTADDRESS$ -t 60 -l "$USER17$" -C "$USER22$/check_swap -w $ARG1$ -c $ARG2$" +} + +define command { + command_name check_citrix + command_line $USER1$/check_ica_master_browser.pl -I $HOSTADDRESS$ -P $HOSTADDRESS$ +} + +define command { + command_name check_dns + command_line $USER1$/check_dns -t $USER3$ -a $HOSTADDRESS$ -H $HOSTALIAS$ +} + +define command { + command_name check_dns_expect + command_line $USER1$/check_dns -t $USER3$ -s $HOSTADDRESS$ -H "$ARG1$" -a "$ARG2$" $ARG3$ +} + +define command { + command_name check_dns_generic + command_line $USER1$/check_dns -t $USER3$ -H $ARG1$ -a $ARG2$ $ARG3$ +} + +define command { + command_name check_dns_udns + command_line $USER1$/check_udns.pl --lookup $ARG1$ --result $ARG2$ --result $ARG3$ --server $ARG4$ --servername $ARG5$ --server $ARG6$ --servername $ARG7$ $ARG8$ +} + +define command { + command_name check_dsml + command_line $USER1$/check_dsml.pl -H $HOSTADDRESS$ -b $ARG1$ -a "$ARG2$" -v "$ARG3$" -s "$ARG4$" +} + +define command { + command_name check email end2end SSL + command_line $USER1$/check_email_delivery --plugin "$USER1$/check_smtp_send -H $ARG2$ --ssl --mailfrom $ARG1$@Princeton.EDU --mailto $ARG1$@Princeton.EDU -U $ARG1$ -P $USER30$ --header 'Subject: $ARG2$_$TIMET$' --body Test -w 10 -c 15 -t 20" --plugin "$USER1$/check_imap_receive --ssl -H $ARG3$ -U $ARG1$ -P $USER30$ -s SUBJECT -s $ARG2$_$TIMET$ --imap-retries 10 -w 20 -c 40 -t 60" +} + +define command { + command_name check email end2end SSL advanced + command_line $USER1$/check_email_delivery --plugin "$USER1$/check_smtp_send --ssl --mailfrom $ARG1$ -U $ARG2$ -H $ARG3$ --mailto $ARG4$ -P $USER30$ --header 'Subject: $ARG3$_$TIMET$' --body Test -w 10 -c 15 -t 20" --plugin "$USER1$/check_imap_receive --ssl -U $ARG5$ -H $ARG6$ -P $USER30$ -s SUBJECT -s $ARG3$_$TIMET$ --imap-retries 10 -w 20 -c 40 -t 60" +} + +define command { + command_name check email end2end TLS + command_line $USER1$/check_email_delivery --plugin "$USER1$/check_smtp_send -H $ARG2$ --tls --mailfrom $ARG1$@Princeton.EDU --mailto $ARG1$@Princeton.EDU -U $ARG1$ -P $USER30$ --header 'Subject: $ARG2$_$TIMET$' --body Test -w 10 -c 15 -t 20" --plugin "$USER1$/check_imap_receive --ssl -H $ARG3$ -U $ARG1$@Princeton.EDU -P $USER30$ -s SUBJECT -s $ARG2$_$TIMET$ --imap-retries 10 -w 20 -c 40 -t 60" +} + +define command { + command_name check email end2end TLS-SSL + command_line $USER1$/check_email_delivery --plugin '$USER1$/check_smtp_send --tls --mailfrom $ARG1$ -U $ARG2$ -P "$ARG3$" -H $ARG4$ --mailto $ARG5$ --header "Subject: $ARG4$_$TIMET$" --body Test -w 10 -c 15 -t 20' --plugin '$USER1$/check_imap_receive --ssl -U $ARG6$ -P "$ARG7$" -H $ARG8$ -s SUBJECT -s $ARG4$_$TIMET$ --imap-retries 10 -w 20 -c 40 -t 60' --wait 10 + # -w 30,10,10 -c 220,40,40 -t 230 +} + +define command { + command_name check email end2end ppa + command_line $USER1$/check_email_delivery --plugin "$USER1$/check_smtp_send -H $ARG2$ --mailfrom $ARG1$ --mailto $ARG1$ --header 'Subject: $ARG2$_$TIMET$' --body Test -w 10 -c 15 -t 20" --plugin "$USER1$/check_imap_receive --ssl -H $ARG3$ -U $ARG1$ -P $USER30$ -s SUBJECT -s $ARG2$_$TIMET$ --imap-retries 10 -w 20 -c 40 -t 60" --wait 10 +} + +define command { + command_name check email end2end + command_line $USER1$/check_email_delivery --plugin "$USER1$/check_smtp_send -H $ARG2$ --mailfrom $ARG1$@Princeton.EDU --mailto $ARG1$@Princeton.EDU --header 'Subject: $ARG2$_$TIMET$' --body Test -w 15 -c 25 -t 29" --plugin "$USER1$/check_imap_receive --ssl -H $ARG3$ -U $ARG1$ -P $USER30$ -s SUBJECT -s $ARG2$_$TIMET$ --imap-retries 5 -w 15 -c 25 -t 29" +} + +define command { + command_name check email end2end via nrpe + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H princeton-emergencyweb-01.oit.duke.edu -c check_email_delivery -a $ARG1$ $USER30$ $ARG2$ +} + +define command { + command_name check_esx_gw_server_cpu + command_line $USER1$/check_esx_gw -H $HOSTADDRESS$ -C $USER7$ -l CPU -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_esx_gw_server_mem + command_line $USER1$/check_esx_gw -H $HOSTADDRESS$ -C $USER7$ -l MEM -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_esx_gw_server_net + command_line $USER1$/check_esx_gw -H $HOSTADDRESS$ -C $USER7$ -l NET -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_esx_gw_server_netlist + command_line $USER1$/check_esx_gw -H $HOSTADDRESS$ -C $USER7$ -l NETLIST -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_esx_gw_vm_instance_cpu + command_line $USER1$/check_esx_gw -H $HOSTADDRESS$ -C $USER7$ -l CPU -v $ARG1$ -w $ARG2$ -c $ARG3$ +} + +define command { + command_name check_esx_gw_vm_instance_list + command_line $USER1$/check_esx_gw -H $HOSTADDRESS$ -C $USER7$ -l LIST -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_esx_gw_vm_instance_mem + command_line $USER1$/check_esx_gw -H $HOSTADDRESS$ -C $USER7$ -l MEM -v $ARG1$ -w $ARG2$ -c $ARG3$ +} + +define command { + command_name check_esx_gw_vm_instance_net + command_line $USER1$/check_esx_gw -H $HOSTADDRESS$ -C $USER7$ -l NET -v $ARG1$ -w $ARG2$ -c $ARG3$ +} + +define command { + command_name check_ftp + command_line $USER1$/check_ftp -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_host_cluster + command_line $USER1$/check_cluster_wrapper -h -l "$ARG1$" -d "$ARG2$" $ARG3$ $ARG4$ +} + +define command { + command_name check_hpjd + command_line $USER1$/check_hpjd -H $HOSTADDRESS$ -C public +} + +define command { + command_name check_http + command_line $USER1$/check_http -H $HOSTALIAS$ -w "$ARG1$" -c "$ARG2$" -E +} + +define command { + command_name check_http_sim + command_line $USER1$/check_http_sim $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ $ARG7$ +} + +define command { + command_name check_http_string + command_line $USER1$/check_http_generic $USER1$ '$ARG1$' '$ARG2$' '$ARG3$' '$ARG4$' $ARG5$ "$SERVICEDESC$" +} + +define command { + command_name check_http_auth + command_line $USER1$/check_http -H $HOSTADDRESS$ -a '$ARG1$:$ARG2$' -f "follow" -w "$ARG3$" -c "$ARG4$" -E +} + +define command { + command_name check_https_auth_ob + command_line $USER1$/check_http_auth -t $ARG1$ -U '$ARG2$' -u '$ARG3$' -p '$USER30$' -s $ARG4$ 2>&1 +} + +define command { + command_name check_http_kaltura + command_line $USER1$/check_http_kaltura 2>&1 +} + +define command { + command_name check_http_port + command_line $USER1$/check_http -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -p "$ARG3$" -E $ARG4$ +} + +define command { + command_name check_http_portnum + command_line $USER1$/check_http -H $ARG1$ -p "$ARG2$" -w "$ARG3$" -c "$ARG4$" -E $ARG5$ +} + +define command { + command_name check_http_simple + command_line $USER1$/check_http -t $USER3$ -H $ARG1$ -f follow -w "$ARG2$" -c "$ARG3$" -E $ARG4$ +} + +define command { + command_name check_http_script + command_line $ARG1$ "$ARG2$" "$ARG3$" +} + +define command { + command_name check_http_url + command_line $USER1$/check_http -t $USER3$ -H $ARG1$ -u "$ARG2$" -f "follow" -w "$ARG3$" -c "$ARG4$" -E $ARG5$ +} + +define command { + command_name check_http_url_custom + command_line $USER1$/check_http -t $USER3$ -H $ARG1$ -u "$ARG2$" -E $ARG3$ +} + +define command { + command_name check_http_www_rms + command_line $USER1$/check_http_www_rms '$USER15$' '$USER16$' 2>&1 +} + +define command { + command_name check_https + command_line $USER1$/check_http -t $USER3$ -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -S $ARG3$ -E +} + +define command { + command_name check_https_AWS_DUO + command_line $USER1$/check_https_aws_duo $USER1$ $ARG1$ $ARG2$ $ARG3$ +} + +define command { + command_name check_https_error_code_OK + command_line $USER1$/check_http -t 60 -H $HOSTADDRESS$ -e "$ARG1$" -w "$ARG2$" -c "$ARG3$" -S -f follow -E +} + +define command { + command_name check_https_CAS_Parental_Access + command_line $USER1$/check_https_cas_pa 2>&1 +} + +define command { + command_name check_https_DC + command_line $USER1$/check_https_Departmental_Charges tivdc Tiv0DC "DC ADMINISTRATION" 2>&1 +} + +define command { + command_name check_https_CAS + command_line $USER1$/check_https_CAS '$ARG1$' $ARG2$ '$ARG3$' 2>&1 +} + +define command { + command_name check_https_CAS_older_version + command_line $USER1$/check_https_CAS.older '$ARG1$' $ARG2$ '$ARG3$' 2>&1 +} + +define command { + command_name check_https_CAS_new + command_line $USER1$/check_https_CAS_new '$ARG1$' $ARG2$ '$ARG3$' 2>&1 +} + +define command { + command_name check_https_CAS_QA_new + command_line $USER1$/check_https_CAS_QA_new '$ARG1$' $ARG2$ '$ARG3$' 2>&1 +} + +define command { + command_name check_https_PUaccess + command_line $USER1$/check_https_PUaccess.py '$ARG1$' '$ARG2$' '$ARG3$' 2>&1 +} + +define command { + command_name check_https_Blackboard + command_line $USER1$/check_https_Blackboard '$ARG1$' '$ARG2$' '$ARG3$' 2>&1 || exit 2 +} + +define command { + command_name check_https_Blackboard_Browser + command_line $USER1$/check_https_Blackboard.py '$ARG1$' '$ARG2$' '$ARG3$' 2>&1 +} + +define command { + command_name check_https_ClearPass + command_line $USER1$/check_https_CP.py '$ARG1$' '$ARG2$' '$ARG3$' $ARG4$ 2>&1 +} + +define command { + command_name check_https_iw + command_line $USER1$/check_https_iw.py '$ARG1$' '$ARG2$' '$ARG3$' +} + +define command { + command_name check_https_oamhub + command_line $USER1$/check_https_oamhub.py '$ARG1$' '$ARG2$' '$ARG3$' +} + +define command { + command_name check_https_remote + command_line $USER1$/check_https_remote.py '$ARG1$' '$ARG2$' '$ARG3$' +} + +define command { + command_name check_https_Dump_All_AD_Users + command_line $USER1$/check_https_Dump_All_AD_Users 2>&1 +} + +define command { + command_name check_https_lists + command_line $USER1$/check_https_lists.py '$ARG1$' '$ARG2$' '$ARG3$' +} + +define command { + command_name check_https_sdprsa_sc + command_line $USER1$/check_https_sdprsa_sc.py $ARG1$ $ARG2$ $ARG3$ 2>&1 +} + +define command { + command_name check_https_sdprsa_ss + command_line $USER1$/check_https_sdprsa_ss.py $ARG1$ $ARG2$ $ARG3$ 2>&1 +} + +define command { + command_name check_https_Webspace + command_line $USER1$/check_https_webspace.py https://$HOSTALIAS$$ARG1$ '$ARG2$' 'Xythos701&)!' 2>&1 || exit 1 +} + +define command { + command_name check_https_Webspace_backend + command_line $USER1$/check_https_webspace_backend $ARG1$ 2>&1 || exit 1 +} + +define command { + command_name check_https_Webspaceqa_backend + command_line $USER1$/check_https_webspaceqa_backend $ARG1$ 2>&1 || exit 1 +} + +define command { + command_name check_https_auth_groundwk + command_line $USER1$/check_http -t 60 -H $HOSTALIAS$ -f "follow" -a 'groundwk:$USER30$' -w "$ARG1$" -c "$ARG2$" -S -E -u '$ARG3$' $ARG4$ $ARG5$ +} + +define command { + command_name check_https_auth + command_line $USER1$/check_http_auth -t $ARG1$ -U '$ARG2$' -u '$ARG3$' -p '$ARG4$' -s $ARG5$ 2>&1 +} + +define command { + command_name check_https_ba + command_line $USER1$/check_http -t 60 -H $HOSTADDRESS$ -u "$ARG1$" -p "$ARG2$" -s "$ARG3$" -f "follow" -w "$ARG4$" -c "$ARG5$" -E $ARG6$ +} + +define command { + command_name check_https_port + command_line $USER1$/check_http -t $USER3$ -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -p "$ARG3$" -S -E +} + +define command { + command_name check_https_portnum + command_line $USER1$/check_http -t $USER3$ -H $ARG1$ -p "$ARG2$" -w "$ARG3$" -c "$ARG4$" -S -E +} + +define command { + command_name check_https_simple + command_line $USER1$/check_http -t $USER3$ -H $ARG1$ -f follow -w "$ARG2$" -c "$ARG3$" -S -E $ARG4$ +} + +define command { + command_name check_https_um-audiocodes_auth + command_line $USER1$/check_http_auth.no_ntlm -t $ARG1$ $ARG2$ -U $ARG3$ -u $ARG4$ -w $ARG5$ -c $ARG6$ -p '$USER18$' 2>&1 +} + +define command { + command_name check_https_url + #command_line $USER1$/check_http -t 60 -H $ARG1$ -u "$ARG2$" -p "$ARG3$" -s "$ARG4$" -f "follow" -w "$ARG5$" -c "$ARG6$" --ssl=1 -E + command_line $USER1$/check_http -t $USER3$ -H $ARG1$ -u "$ARG2$" -f "follow" -w "$ARG3$" -c "$ARG4$" -S -E $ARG5$ +} + +define command { + command_name check_https_url-tlsv1 + command_line $USER1$/check_http -t 60 -H $ARG1$ -u "$ARG2$" -f "follow" -w "$ARG3$" -c "$ARG4$" --ssl=1 -E $ARG5$ +} + +define command { + command_name check_https_url_fedqa_135 + command_line $USER1$/check_http -t $USER3$ -H 3.220.168.135 -u "/cas/status" -f "follow" -w "$ARG1$" -c "$ARG2$" -S -E $ARG3$ +} + +define command { + command_name check_https_url_fedqa_44 + command_line $USER1$/check_http -t $USER3$ -H 3.220.168.44 -u "/cas/status" -f "follow" -w "$ARG1$" -c "$ARG2$" -S -E $ARG3$ +} + +define command { + command_name check_https_url_idpqa_125 + command_line $USER1$/check_http -t $USER3$ -H 100.24.220.125 -u "/idp/profile/status" -f "follow" -w "$ARG1$" -c "$ARG2$" -S -E $ARG3$ +} + +define command { + command_name check_https_url_idpqa_83 + command_line $USER1$/check_http -t $USER3$ -H 18.215.32.83 -u "/idp/profile/status" -f "follow" -w "$ARG1$" -c "$ARG2$" -S -E $ARG3$ +} + +define command { + command_name check_https_url_fed_24 + command_line $USER1$/check_http -t $USER3$ -H 3.220.234.24 -u "/cas/status" -f "follow" -w "$ARG1$" -c "$ARG2$" -S -E $ARG3$ +} + +define command { + command_name check_https_url_fed_100 + command_line $USER1$/check_http -t $USER3$ -H 3.211.185.100 -u "/cas/status" -f "follow" -w "$ARG1$" -c "$ARG2$" -S -E $ARG3$ +} + +define command { + command_name check_https_url_idp_95 + command_line $USER1$/check_http -t $USER3$ -H 18.235.250.95 -u "/idp/profile/status" -f "follow" -w "$ARG1$" -c "$ARG2$" -S -E $ARG3$ +} + +define command { + command_name check_https_url_idp_168 + command_line $USER1$/check_http -t $USER3$ -H 54.159.202.168 -u "/idp/profile/status" -f "follow" -w "$ARG1$" -c "$ARG2$" -S -E $ARG3$ +} + +define command { + command_name check_https_host + command_line $USER1$/check_http -H $HOSTADDRESS$ -4NS -f follow -t $USER3$ -E $ARG1$ +} + +define command { + command_name check_https_sp + command_line $USER1$/check_https_sp.py $ARG1$ $ARG2$ $USER30$ +} + +define command { + command_name check_https_sp_logos + command_line $USER1$/check_https_sp_logos.py $ARG1$ $ARG2$ $USER30$ +} + +define command { + command_name check_https_sp-2016 + command_line $USER1$/check_https_sp-2016.py $ARG1$ $ARG2$ $USER30$ +} + +define command { + command_name check_https_sp_logos-2016 + command_line $USER1$/check_https_sp_logos-2016.py $ARG1$ $ARG2$ $USER30$ +} + +define command { + command_name check_https_wase + command_line $USER1$/check_https_wase.py +} + +define command { + command_name check_ifoperstatus + command_line $USER1$/check_ifoperstatus -k "$ARG1$" -H $HOSTADDRESS$ -C "$USER7$" +} + +define command { + command_name check_imap + command_line $USER1$/check_imap -t 60 -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -p 143 +} + +define command { + command_name check_imap_receive + command_line $USER1$/check_imap_receive -H $ARG1$ --username grndwk2 --password $USER30$ --download --search-warning-max 1 --imap-retries 5 --ssl --template -s SENTSINCE -s '{rfc2822dateHeader("now",$ARG2$)}' -s $ARG3$ -s $ARG4$ -s $ARG5$ +} + +define command { + command_name check_imaps + command_line $USER1$/check_imap -t 60 -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -p 993 -S +} + +define command { + command_name check_imapssl + command_line $USER1$/check_imap_pu "$HOSTADDRESS$" "$ARG1$" '$USER32$' "30" +} + +define command { + command_name check_keyserver + command_line $USER1$/check_keyserver.sh "$ARG1$" "$ARG2$" +} + +define command { + command_name check_keyserver_mme_service + command_line $USER1$/check_keyserver_mme_service.sh "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_keyserver_service + command_line $USER1$/check_keyserver_service.sh "$ARG1$" "$ARG2$" +} + +define command { + command_name check_ldap + command_line $USER1$/check_ldap -3 -4 -t $USER3$ -H $HOSTALIAS$ -b $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$ +} + +define command { + command_name check_ldap_host_pu + command_line $USER1$/check_ldap_pu -H $ARG1$ -b $ARG2$ -w $ARG3$ -c $ARG4$ +} + +define command { + command_name check_ldap_new + command_line $USER1$/check_ldap -t $USER3$ -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -b "$ARG3$" -a "$ARG4$" +} + +define command { + command_name check_ldap_pu + command_line $USER1$/check_ldap_pu -H $HOSTNAME$.Princeton.EDU -b $ARG1$ -w $ARG2$ -c $ARG3$ +} + +define command { + command_name check_ldap_ssl_host_pu + command_line $USER1$/check_ldap_pu -H $ARG1$ -b $ARG2$ -S -w $ARG3$ -c $ARG4$ +} + +define command { + command_name check_ldap_ssl + command_line $USER1$/check_ldap -3 -4 -S -t $USER3$ -H $HOSTALIAS$ -b $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$ +} + +define command { + command_name check_ldap_ssl_novalcert + command_line LDAPTLS_REQCERT=never LDAPTLS_CIPHER_SUITE='DEFAULT:!DH' $USER1$/check_ldap -3 -4 -S -t $USER3$ -H $HOSTALIAS$ -b $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$ +} + +define command { + command_name check_ldap_bind_HOSTALIAS_DN_PASS_BASE + command_line LDAPTLS_CIPHER_SUITE='DEFAULT:!DH' $USER1$/check_ldap -3 -4 -S -H $HOSTALIAS$ -D $ARG1$ -P $ARG2$ -b $ARG3$ -w $ARG4$ -c $ARG5$ +} + +define command { + command_name check_local_disk + command_line $USER1$/check_disk -w "$ARG1$" -c "$ARG2$" -p "$ARG3$" +} + +define command { + command_name check_local_disk_pu + command_line $USER1$/check_disk_pu.pl -f /usr/local/monitoring/princeton/check_disk_pu.cfg -C $ARG1$ +} + +define command { + command_name check_local_load + command_line $USER1$/check_load -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_local_mem + command_line $USER1$/check_mem.pl -U -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_local_proc_cpu + command_line $USER1$/check_procl.sh --cpu -w "$ARG1$" -c "$ARG2$" -p "$ARG3$" +} + +define command { + command_name check_local_proc_mem + command_line $USER1$/check_procl.sh --mem -w "$ARG1$" -c "$ARG2$" -p "$ARG3$" +} + +define command { + command_name check_local_procs + command_line $USER1$/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$ +} + +define command { + command_name check_local_procs_arg + command_line $USER1$/check_procs -w "$ARG1$" -c "$ARG2$" -a "$ARG3$" +} + +define command { + command_name check_local_procs_string + command_line $USER1$/check_procs -w "$ARG1$" -c "$ARG2$" -a "$ARG3$" +} + +define command { + command_name check_local_swap + command_line $USER1$/check_swap -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_local_users + command_line $USER1$/check_users -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_msg + command_line $USER1$/check_msg.pl $ARG1$ $ARG2$ +} + +define command { + command_name check_msg_negate + command_line $USER1$/negate "$USER1$/check_msg.pl $ARG1$ $ARG2$" +} + +define command { + command_name check_mysql + command_line $USER1$/check_mysql -d "$ARG1$" -u "$ARG2$" -p "$ARG3$" $ARG4$ +} + +define command { + command_name check_mysql_engine + command_line $USER1$/check_mysql -H $HOSTADDRESS$ -u "$ARG1$" -p "$ARG2$" +} + +define command { + command_name check_mysql_engine_nopw + command_line $USER1$/check_mysql -H $HOSTADDRESS$ -u "$ARG1$" +} + +define command { + command_name check_mysql_nopw + command_line $USER1$/check_mysql -H $HOSTADDRESS$ -d "$ARG1$" -u "$ARG2$" +} + +define command { + command_name check_nagios + command_line $USER1$/check_nagios -F /usr/local/monitoring/naemon/var/status.dat -e 5 -C /usr/local/monitoring/naemon/etc/naemon/naemon.cfg +} + +define command { + command_name check_nagios_latency + command_line $USER1$/check_nagios_latency.pl +} + +define command { + command_name check_nrpe_nagios_latency + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_nagios_latency +} + +define command { + command_name check_netapp_cf_interconnect_status + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -v CFINTERCONNECTSTATUS +} + +define command { + command_name check_netapp_cf_partner_status + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -v CFPARTNERSTATUS +} + +define command { + command_name check_netapp_cf_settings + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -v CFSETTINGS +} + +define command { + command_name check_netapp_cf_state + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -v CFSTATE +} + +define command { + command_name check_netapp_cpuload + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -v CPULOAD -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_netapp_disk_space + command_line $USER1$/check_netapp_disk.pl -H $HOSTADDRESS$ -C '$USER7$' -f /usr/local/monitoring/princeton/$HOSTNAME$_$ARG1$ +} + +define command { + command_name check_netapp_disks + command_line $USER1$/check_netapp_disk.pl -H $HOSTADDRESS$ -C '$USER7$' -f /usr/local/monitoring/princeton/$HOSTNAME$.cfg +} + +define command { + command_name check_netapp_failed_disks + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -c 1 -v FAILEDDISK +} + +define command { + command_name check_netapp_failed_fans + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -c 1 -v FAN +} + +define command { + command_name check_netapp_failed_psu + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -v PS -c 1 +} + +define command { + command_name check_netapp_miscGlobalStatus + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o 1.3.6.1.4.1.789.1.2.2.4.0 -C '$USER7$' -P1 -c $ARG1$:$ARG2$ +} + +define command { + command_name check_netapp_nvram + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -c 1 -v NVRAM +} + +define command { + command_name check_netapp_over_temp + command_line $USER1$/check_netapp -H $HOSTADDRESS$ -C '$USER7$' -P1 -v TEMP +} + +define command { + command_name check_netid_avail + command_line $USER1$/check_netid_ws_pu.pl -H $HOSTADDRESS$ -i $ARG1$ -t $ARG2$ +} + +define command { + command_name check_nntp + command_line $USER1$/check_nntp -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nntps + command_line $USER1$/check_nntp -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -p 563 -S +} + +define command { + command_name check_nrpe + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ +} + +define command { + command_name check_nrpe_v3 + command_line $USER1$/check_nrpe_v3 -p $USER10$ -H $HOSTADDRESS$ -E -d 0 -t $USER3$:UNKNOWN -A /usr/local/monitoring/etc/net-ca-chain.pem -L HIGH:MEDIUM -S TLSv1.2+ $ARG1$ $ARG2$ $ARG3$ $ARG4$ +} + +define command { + command_name check_nrpe_agent + command_line $USER1$/check_nrpe_agent $HOSTADDRESS$ +} + +define command { + command_name check_nrpe_generic + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ +} + +define command { + command_name check_nrpe_very_generic + command_line $USER1$/check_nrpe $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ $ARG7$ +} + +define command { + command_name check_nrpe_http + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_http -a '$ARG1$' '$ARG2$' '$ARG3$' '$ARG4$' +} + +define command { + command_name check_nrpe_load + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_load -a $ARG1$ $ARG2$ $ARG3$ +} + +define command { + command_name check_nrpe_nagios + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_nagios +} + +define command { + command_name check_nrpe_DC_KerberosAuthentications + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_counter_counter -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_nrpe_DC_LDAPBindTime + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_counter_rawcount -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_nrpe_DC_LDAPClientSessions + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_counter_rawcount -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_nrpe_DC_NTLMAuthentications + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $user10$ -c get_counter_counter -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_nrpe_DC_PercentProcessorTime_lsass + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_100nsec_timer -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_nrpe_DC_PercentProcessorTime_ntfrs + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_100nsec_timer -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_nrpe_active_mem + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p $USER10$ -t 60 -c check_active_mem -a $ARG1$ $ARG2$ +} + +define command { + command_name check_nrpe_asm_disk + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_asm_disk -a $ARG1$ $ARG2$ +} + +define command { + command_name check_nrpe_cpu + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_cpu -a "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" +} + +define command { + command_name check_nrpe_cpu_system + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_cpu_system -a "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" +} + +define command { + command_name check_nrpe_cpu_user + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_cpu_user -a "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" +} + +define command { + command_name check_nrpe_daemon + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_daemon -a "$ARG1$:" "$ARG2$" +} + +define command { + command_name check_nrpe_dazel_fax_errors + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_dazel_fax_errors +} + +define command { + command_name check_nrpe_dazel_lpg_log + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_nrpe_lpg_log -a $ARG1$ $ARG2$ $ARG3$ +} + +define command { + command_name check_nrpe_dazel_status + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_dazel_status +} + +define command { + command_name check_nrpe_disk + command_line $USER1$/check_nrpe -t $USER3$ -u -H $HOSTADDRESS$ -p $USER10$ -c check_disk -a $ARG1$ $ARG2$ '$ARG3$' +} + +define command { + command_name check_nrpe_disk_all + # command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_all_disk -a $ARG1$ '$ARG2$ -A -I ^/$ -I ^/var$ -I ^/usr$ -I ^/boot$ -I ^/tmp$ -X tmpfs -X devtmpfs -l -L' + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_all_disk -a $ARG1$ '$ARG2$ -A -I ^/$ -I ^/var$ -I ^/usr$ -I ^/boot$ -I ^/tmp$ -I '/run/docker/' -I '/var/lib/docker/' -X tmpfs -X devtmpfs -l -L' +} + +define command { + command_name check_nrpe_disk_by_class + ##command_line $USER1$/check_output_convert check_snmp_storage '-2 -H $HOSTADDRESS$ -C $USER7$ -t 120 --cache=30 -m $ARG1$ -q FixedDisk -w $ARG2$ -c $ARG3$ $ARG4$' $USER1$/check_snmp_disk_output_convert + command_line $USER1$/check_output_convert check_nrpe '-t 60 -H $HOSTADDRESS$ -p $USER10$ -c check_disk_class -a "$ARG1$"' $USER1$/check_snmp_disk_output_convert + ##command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_disk_class -a "$ARG1$" +} + +define command { + command_name check_nrpe_disk_by_class2 + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_disk_class -a "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_disk_by_class_all + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_disk_class_all -a "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_dummy + command_line $USER1$/check_nrpe -p $USER10$-t 60 -H $HOSTADDRESS$ -c check_dummy -a $ARG1$ +} + +define command { + command_name check_nrpe_exchange_mailbox_receiveq + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_exchange_mbox_recvq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_exchange_mailbox_sendq + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_exchange_mbox_sendq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_exchange_mta_workq + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_exchange_mta_workq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_exchange_public_receiveq + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_exchange_pub_recvq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_exchange_public_sendq + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_exchange_pub_sendq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_faxq + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_faxq -a "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_iis_bytes_received + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_bytes_received -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_iis_bytes_sent + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_bytes_sent -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_iis_bytes_total + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_bytes_total -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_iis_current_connections + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_currentconnections -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_iis_current_nonanonymous_users + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_curnonanonusers -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_iis_get_requests + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_get_requests -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_iis_maximum_connections + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_maximumconnections -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_iis_post_requests + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_post_requests -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_iis_private_bytes + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_privatebytes -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_iis_total_not_found_errors + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_iis_totalnotfounderrors -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_ipmi_sun_chassis + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_ipmi_sun_chassis +} + +define command { + command_name check_nrpe_local_cpu + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -c get_cpu -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_local_disk + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -c get_disk -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_local_memory + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -c get_mem -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_local_pagefile + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -c check_pagefile_counter -a "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_jvm + command_line $USER1$/check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c check_dspace_jvm -a $ARG1$ $ARG2$ $ARG3$ +} + +define command { + command_name check_nrpe_maestro_carryfwd + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_tws_carryfwd +} + +define command { + command_name check_nrpe_maestro_msgfilesz + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_tws_msgfilesz +} + +define command { + command_name check_nrpe_maestro_procs + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_tws_procs +} + +define command { + command_name check_nrpe_maestro_stdlistsz + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_tws_stdlistsz +} + +define command { + command_name check_nrpe_maestro_unlink + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_tws_unlink +} + +define command { + command_name check_nrpe_mem + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_mem -a "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_mounts + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_mounts +} + +define command { + command_name check_nrpe_mssql_buffer_cache_hits + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_buf_cache_hit -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_mssql_deadlocks + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_deadlocks -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_mssql_full_scans + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_fullscans -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_mssql_lock_wait_time + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_lock_wait_time -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_mssql_lock_waits + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_lock_waits -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_mssql_log_growths + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_log_growth -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_mssql_log_used + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_log_used -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_mssql_memory_grants_pending + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_memgrantspending -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_mssql_transactions + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_transactions -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_mssql_users + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_mssql_users -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_multipath + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_multipath -a $ARG1$ $ARG2$ +} + +define command { + command_name check_nrpe_om + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_om +} + +define command { + command_name check_nrpe_print_queue + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -c get_printqueue -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_proc_by_size + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_proc_by_size -a "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_proc_count + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_procs -a "$ARG1$" "$ARG2$" "RSZTDO" +} + +define command { + command_name check_nrpe_proclist + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_proclist -a "$ARG1$" +} + +define command { + command_name check_nrpe_process + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_proc -a "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_prtdiag + command_line $USER1$/check_nrpe_prtdiag_wrapper $HOSTADDRESS$ +} + +define command { + command_name check_nrpe_rds_license_usage + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c check_rds_license_usage -a "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_swap + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_swap -a "$ARG1$"% "$ARG2$"% +} + +define command { + command_name check_nrpe_tcp + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $HOSTADDRESS$ -c check_tcp -a '$ARG1$' '$ARG2$' '$ARG3$' '$ARG4$' +} + +define command { + command_name check_nrpe_unix_lxfiles + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_files -a "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_vvm + command_line $USER1$/check_nrpe_unix_vvm_wrapper $HOSTADDRESS$ +} + +define command { + command_name check_nrpe_zfs + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_zfs -a $ARG1$ $ARG2$ +} + +define command { + command_name through_nrpe + command_line $USER1$/check_nrpe -p $USER10$ -t $USER3$ -H $ARG1$ -c $ARG2$ -a $ARG3$ $ARG4$ +} + +define command { + command_name check_nt + command_line $USER1$/check_nt -p $USER19$ -s $USER4$ -H $HOSTADDRESS$ -v CLIENTVERSION +} + +define command { + command_name check_nt_counter_disktransfers + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\PhysicalDisk(_Total)\Disk Transfers/sec","PhysicalDisk(_Total) Disk Transfers/sec is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_exchange_mailrq + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\MSExchangeIS Mailbox(_Total)\Receive Queue Size","Receive Queue Size is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_exchange_mailsq + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\MSExchangeIS Mailbox(_Total)\Send Queue Size","Send Queue Size is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_exchange_mtawq + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\MSExchangeMTA\Work Queue Length","Work Queue Length is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_exchange_publicrq + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\MSExchangeIS Public(_Total)\Receive Queue Size","Receive Queue Size is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_exchange_publicsq + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\MSExchangeIS Public(_Total)\Send Queue Size","Send Queue Size is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_memory_pages + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\Memory\Pages/sec","Pages per Sec is %.f" -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_bufcache_hits + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Buffer Manager\Buffer cache hit ratio","SQLServer:Buffer Manager Buffer cache hit ratio is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_deadlocks + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Locks(_Total)\Number of Deadlocks/sec","SQLServer:Locks(_Total) Number of Deadlocks/sec is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_latch_waits + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Latches\Latch Waits/sec","SQLServer:Latches Latch Waits/sec is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_lock_wait_time + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Locks(_Total)\Lock Wait Time (ms)","SQLServer:Locks(_Total) Lock Wait Time (ms) is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_lock_waits + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Locks(_Total)\Lock Waits/sec","SQLServer:Locks(_Total) Lock Waits/sec is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_log_growths + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Databases(_Total)\Log Growths","SQLServer:Databases(_Total) Log Growths is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_log_used + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Databases(_Total)\Percent Log Used","SQLServer:Databases(_Total) Percent Log Used is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_memory_grants_pending + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Memory Manager\Memory Grants Pending","SQLServer:Memory Manager Memory Grants Pending is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_mssql_transactions + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\SQLServer:Databases(_Total)\Transactions/sec","SQLServer:Databases(_Total) Transactions/sec is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_counter_network_interface + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v COUNTER -l "\Network Interface(MS TCP Loopback interface)\Bytes Total/sec","Network Interface(MS TCP Loopback interface) Bytes Total/sec is %.f " -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_cpuload + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v CPULOAD -l "$ARG1$" +} + +define command { + command_name check_nt_memuse + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v MEMUSE -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_nt_useddiskspace + command_line $USER1$/check_nt -H $HOSTADDRESS$ -p $USER19$ -s $USER4$ -v USEDDISKSPACE -l $ARG1$ -w $ARG2$ -c $ARG3$ +} + +define command { + command_name check_ntp + command_line $USER1$/check_ntp -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ $ARG3$ +} + +define command { + command_name check_ntp_peer + command_line $USER1$/check_ntp_peer -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ $ARG3$ +} + +define command { + command_name check_ntp_time + command_line $USER1$/check_ntp_time -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ $ARG3$ +} + +define command { + command_name check_oracle_active_processes + command_line $USER1$/check_oracle_instance_gw.pl -u $USER15$ -p $USER16$ -c $ARG1$ -i +} + +define command { + command_name check_oracle_active_sessions + command_line $USER1$/check_oracle_instance_gw.pl -u $USER15$ -p $USER16$ -c $ARG1$ -a $ARG2$ +} + +define command { + command_name check_oracle_allocate-extents + command_line $USER1$/check_oracle_instance_gw.pl -u $USER15$ -p $USER16$ -c $ARG1$ -x +} + +define command { + command_name check_oracle_blocking_locks + command_line $USER1$/check_oracle_instance_gw.pl -u $USER15$ -p $USER16$ -c $ARG1$ -l +} + +define command { + command_name check_oracle_cache + command_line $USER1$/check_oracle --cache $ARG1$ $USER15$ $USER16$ $ARG2$ $ARG3$ +} + +define command { + command_name check_oracle_extents_used + command_line $USER1$/check_oracle_instance_gw.pl -u $USER15$ -p $USER16$ -c $ARG1$ -n $ARG2$ +} + +define command { + command_name check_oracle_free_extents + command_line $USER1$/check_oracle_instance_gw.pl -u $USER15$ -p $USER16$ -c $ARG1$ -f $ARG2$ +} + +define command { + command_name check_oracle_login + command_line $USER1$/check_oracle --login $ARG1$ +} + +define command { + command_name check_oracle_sessions + command_line $USER1$/check_oracle_instance_gw.pl -u $USER15$ -p $USER16$ -c $ARG1$ -s $ARG2$ +} + +define command { + command_name check_oracle_tablespaces + command_line $USER1$/check_oracle_instance_gw.pl -u $USER15$ -p $USER16$ -c $ARG1$ -t $ARG2$ +} + +define command { + command_name check_owa + command_line $USER1$/check_owa '$ARG1$' '$ARG2$' '$USER32$' +} + +define command { + command_name check_ping + command_line $USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 5 +} + +define command { + command_name check_pop3 + command_line $USER1$/check_pop -H $HOSTADDRESS$ +} + +define command { + command_name check_pop3s + command_line $USER1$/check_pop -t 60 -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -S +} + +define command { + command_name check_proc + command_line $USER1$/check_procs -c $ARG1$ -C $ARG2$ +} + +define command { + command_name check_tcp_port + command_line $USER1$/check_tcp -H "$ARG1$" -p "$ARG2$" +} + +define command { + command_name check_sendmail + command_line $USER1$/check_smtp -H $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" -C "ehlo groundworkopensource.com" -R "ENHANCEDSTATUSCODES" -f nagios@$HOSTADDRESS$ +} + +define command { + command_name check_service_cluster + command_line $USER1$/check_cluster_wrapper -s -l "$ARG1$" -d "$ARG2$" $ARG3$ $ARG4$ +} + +define command { + command_name check_smtp + command_line $USER1$/check_smtp -H $HOSTADDRESS$ -t $USER3$ -w "$ARG1$" -c "$ARG2$" $ARG3$ +} + +define command { + command_name check_smtp_tls + command_line $USER1$/check_smtp -H $HOSTADDRESS$ -p 587 -S -A LOGIN -U $USER31$ -P '$USER32$' -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_smtps + command_line $USER1$/check_ssmtp -H $HOSTADDRESS$ -p 465 -S -w "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_smb_share + command_line $USER1$/check_smb_share -H $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ +} + +define command { + command_name check_snmp + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -r "$ARG2$" -l "$ARG3$" -C '$USER7$' +} + +define command { + command_name check_snmp_val + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C '$USER7$' -P 2c -t $USER3$ -e 5 -l "$ARG1$" -o "$ARG2$" -c "$ARG3$" +} + +define command { + command_name check_snmp_alive + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -m SNMPv2-MIB -o system.sysDescr.0 -P2c -C '$USER7$' -t 35 -e 3 +} + +define command { + command_name check_snmp_alive-new + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -m SNMPv2-MIB -o system.sysDescr.0 -P2c -C $ARG1$ -t 35 -e 3 +} + +define command { + command_name check_snmp_bandwidth + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C '$USER7$' -o "IF-MIB::ifInOctets.$ARG1$,IF-MIB::ifOutOctets.$ARG1$,IF-MIB::ifSpeed.$ARG1$" +} + +define command { + command_name check_snmp_crac_humidity + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -t 30 -P 1 -C $USER29$ -o 1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.3.1 -l 'CURRENT HUMIDITY:' +} + +define command { + command_name check_snmp_crac_humidity_set_point + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -t 30 -P 1 -C $USER29$ -o 1.3.6.1.4.1.476.1.42.3.4.2.2.1.0 -l 'HUMIDITY SET POINT:' +} + +define command { + command_name check_snmp_crac_temp + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -t 30 -P 1 -C $USER29$ -o 1.3.6.1.4.1.476.1.42.3.4.1.2.3.1.3.1 -l 'CURRENT TEMP:' +} + +define command { + command_name check_snmp_crac_temp_set_point + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -t 30 -P 1 -C $USER29$ -o 1.3.6.1.4.1.476.1.42.3.4.1.2.1.0 -l 'TEMP SET POINT:' +} + +define command { + command_name check_snmp_disk + ##command_line $USER1$/check_output_convert check_snmp_storage '-2 -H $HOSTADDRESS$ -C $USER7$ -t 120 --cache=30 -m $ARG1$ -q FixedDisk -w $ARG2$ -c $ARG3$ $ARG4$' $USER1$/check_snmp_disk_output_convert + command_line $USER1$/check_snmp_storage -2 -H $HOSTADDRESS$ -C $USER7$ -t 120 --cache=30 -m '$ARG1$' -q "FixedDisk" -w $ARG2$ -c $ARG3$ $ARG4$ +} + +define command { + command_name check_snmp_disk-new + command_line $USER1$/check_snmp_storage -2 -H $HOSTADDRESS$ -C $ARG1$ -t 120 --cache=30 -m '$ARG2$' -q "FixedDisk" -w $ARG3$ -c $ARG4$ $ARG5$ +} + +define command { + command_name check_snmp_any_fs + ##command_line $USER1$/check_output_convert check_snmp_storage '-2 -H $HOSTADDRESS$ -C $USER7$ -t 120 --cache=30 -m $ARG1$ -q FixedDisk -w $ARG2$ -c $ARG3$ $ARG4$' $USER1$/check_snmp_disk_output_convert + command_line $USER1$/check_snmp_storage -2 -H $HOSTADDRESS$ -C $USER7$ -t 120 --cache=30 -m '$ARG1$' -w $ARG2$ -c $ARG3$ $ARG4$ +} + +define command { + command_name check_snmp_disk_except + ##command_line $USER1$/check_output_convert check_snmp_storage '-2 -H $HOSTADDRESS$ -C $USER7$ -t 120 --cache=30 -m $ARG1$ -q FixedDisk -w $ARG2$ -c $ARG3$ -e $ARG4$' $USER1$/check_snmp_disk_output_convert + command_line $USER1$/check_snmp_storage -2 -H $HOSTADDRESS$ -C $USER7$ -t 120 --cache=30 -m '$ARG1$' -q "FixedDisk" -w $ARG2$ -c $ARG3$ -e $ARG4$ +} + +define command { + command_name check_snmp_emfw + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o "$ARG1$" -c "$ARG2$" +} + +define command { + command_name check_snmp_esx3_available_mem + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o ".1.3.6.1.4.1.6876.3.2.3.0" -l "Available Mem" -C '$USER7$' +} + +define command { + command_name check_snmp_esx3_mem_console_used + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o ".1.3.6.1.4.1.6876.3.2.2.0" -l "Console Used Mem" -C '$USER7$' +} + +define command { + command_name check_snmp_esx3_num_system_processes + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o ".1.3.6.1.2.1.25.1.6.0" -l "number_processes" -C '$USER7$' +} + +define command { + command_name check_snmp_esx3_num_users + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o ".1.3.6.1.2.1.25.1.5.0" -l "Number of Users" -C '$USER7$' +} + +define command { + command_name check_snmp_esx3_total_mem + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o ".1.3.6.1.4.1.6876.3.2.1.0" -l "Total_server_memory" -C '$USER7$' +} + +define command { + command_name check_snmp_esx3_uptime + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -o ".1.3.6.1.2.1.25.1.1.0" -r "Timeticks" -C '$USER7$' +} + +define command { + command_name check_snmp_fixed_storage + command_line $USER1$/check_snmp_storage -H $HOSTADDRESS$ -C $USER7$ -t $USER3$ --cache=30 -m $ARG1$ -q FixedDisk -G -w $ARG2$ -c $ARG3$ +} + +define command { + command_name check_snmp_foundry_active_cxn + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -t 30 -P 1 -C TLimsIs -o 1.3.6.1.4.1.1991.1.1.4.29.2.1.4.1 -l 'ACTIVE CONNECTIONS:' +} + +define command { + command_name check_snmp_f5_active_cxn + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -w $ARG1$ -c $ARG3$ -t 30 -P 2c -C $USER7$ -o 1.3.6.1.4.1.3375.2.1.1.2.1.8.0 -l 'Active Connections:' +} + +define command { + command_name check_snmp_if + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C '$USER7$' -o "IF-MIB::ifInOctets.$ARG1$,IF-MIB::ifOutOctets.$ARG1$ ,IF-MIB::ifInDiscards.$ARG1$,IF-MIB::ifOutDiscards.$ARG1$,IF-MIB::ifInErrors.$ARG1$,IF-MIB::ifOutErrors.$ARG1$" +} + +define command { + command_name check_snmp_linux_memory + command_line $USER1$/check_snmp_storage -H $HOSTADDRESS$ -C $USER7$ -t 100 --cache=30 -m "(Physical [Mm]emory|Swap [Ss]pace)" -q "Ram|VirtualMemory" -f -w $ARG1$ -c $ARG2$ -s +} + +define command { + command_name check_snmp_mge_ups_battery_recharge_level + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -P 1 -C $USER28$ -o 1.3.6.1.4.1.705.1.5.4.0 -l 'UPS Battery Recharge Level:' +} + +define command { + command_name check_snmp_mge_ups_battery_time + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -P 1 -C $USER28$ -o 1.3.6.1.4.1.705.1.5.1.0 -c 500: -l 'UPS Battery Time (sec.):' +} + +define command { + command_name check_snmp_mge_ups_input_current + command_line $USER1$//check_snmp -H $HOSTADDRESS$ -P 1 -C $USER28$ -o 1.3.6.1.4.1.705.1.6.2.1.6.1,1.3.6.1.4.1.705.1.6.2.1.6.2,1.3.6.1.4.1.705.1.6.2.1.6.3 -l 'UPS Input Current(Amps x10):' +} + +define command { + command_name check_snmp_mge_ups_input_voltage + command_line $USER1$//check_snmp -H $HOSTADDRESS$ -P 1 -C $USER28$ -o 1.3.6.1.4.1.705.1.6.2.1.2.1,1.3.6.1.4.1.705.1.6.2.1.2.2,1.3.6.1.4.1.705.1.6.2.1.2.3 -l 'UPS Input Voltage (Volts x10):' -c 4300:5300,4300:5300,4300:5300 +} + +define command { + command_name check_snmp_mge_ups_output_current + command_line $USER1$//check_snmp -H $HOSTADDRESS$ -P 1 -C $USER28$ -o 1.3.6.1.4.1.705.1.7.2.1.5.1,1.3.6.1.4.1.705.1.7.2.1.5.2,1.3.6.1.4.1.705.1.7.2.1.5.3 -l 'UPS Output Current (Amps x10):' +} + +define command { + command_name check_snmp_mge_ups_output_load_per_phase + command_line $USER1$//check_snmp -H $HOSTADDRESS$ -P 1 -C $USER28$ -o 1.3.6.1.4.1.705.1.7.2.1.4.1,1.3.6.1.4.1.705.1.7.2.1.4.2,1.3.6.1.4.1.705.1.7.2.1.4.3 -l 'UPS Output Load Percent per Phase:' +} + +define command { + command_name check_snmp_mge_ups_output_voltage + command_line $USER1$//check_snmp -H $HOSTADDRESS$ -P 1 -C $USER28$ -o 1.3.6.1.4.1.705.1.7.2.1.2.1,1.3.6.1.4.1.705.1.7.2.1.2.2,1.3.6.1.4.1.705.1.7.2.1.2.3 -l 'UPS Output Voltage (Volts x10):' -c 4300:5300,4300:5300,4300:5300 +} + +define command { + command_name check_snmp_mge_ups_status + command_line $USER1$/check_snmp -H $HOSTADDRESS$ -P 1 -C $USER28$ -o 1.3.6.1.4.1.705.1.7.3.0 -c 2 -l 'UPS STATUS (2 = OK - 1 = on battery):' +} + +define command { + command_name check_snmp_nix_memory + command_line $USER1$/check_snmp_mem.pl -2 -t $USER3$ -C $USER7$ -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -f 2>&1 +} + +define command { + command_name check_snmp_nix_memory-new + command_line $USER1$/check_snmp_mem.pl -2 -t $USER3$ -C $ARG1$ -H $HOSTADDRESS$ -w $ARG2$ -c $ARG3$ -f 2>&1 +} + +define command { + command_name check_snmp_oldfoundry_active_cxn + command_line $USER1$/check_old_foundry_active $HOSTADDRESS$ $ARG1$ $ARG2$ +} + +define command { + command_name check_hpasm + command_line $USER1$/check_hpasm --community $USER7$ --hostname $HOSTADDRESS$ --timeout $USER3$ +} + +define command { + command_name check_snmp_openmanage + command_line $USER1$/check_dell_openmanage.1.3_pu.pl -t 30 -H $HOSTADDRESS$ -C $USER7$ -T $ARG1$ +} + +define command { + command_name check_snmp_openmanage_new + command_line $USER1$/check_openmanage -t $USER3$ -H $HOSTADDRESS$ -C $USER7$ -i -s -p -b bat_charge=all/ctrl_fw=all/ctrl_driver=all/ctrl_stdr=all/intr=all $ARG1$ 2>&1 +} + +define command { + command_name check_snmp_process + command_line $USER1$/check_snmp_process -H $HOSTADDRESS$ -2 -fA -C $USER7$ -t 120 -n '$ARG1$' -w $ARG2$ -c $ARG3$ $ARG4$ +} + +define command { + command_name check_snmp_process-new + command_line $USER1$/check_snmp_process.pl -H $HOSTADDRESS$ -2 -fA -C $USER7$ -t 60 -n '$ARG1$' $ARG2$ +} + +define command { + command_name check_snmp_process-not-matching + command_line $USER1$/check_snmp_process.pl -H $HOSTADDRESS$ -2 -fA -C $USER7$ -t 60 -n '$ARG1$' $ARG2$ | /bin/sed 's/matching [^,]+,/with /' && (exit ${PIPESTATUS[0]}) +} + +define command { + command_name check_snmp_process_cpu + command_line $USER1$/check_snmp_process -H $HOSTADDRESS$ -2 -fA -C $USER7$ -t 120 -n '$ARG1$' -u $ARG2$ $ARG3$ +} + +define command { + command_name check_snmp_sol_memory + command_line $USER1$/check_snmp_storage -H $HOSTADDRESS$ -C $USER7$ -t 100 --cache=30 -m '(Physical|Swap)' -q "Ram|VirtualMemory" -f -w $ARG1$ -c $ARG2$ -s +} + +define command { + command_name check_snmp_process_mem + command_line $USER1$/check_snmp_process -H $HOSTADDRESS$ -C $USER7$ -t $USER3$ -n $ARG1$ -m $ARG2$ +} + +define command { + command_name check_snmp_load + command_line $USER1$/check_snmp_load.pl -H $HOSTADDRESS$ -C $USER7$ -2 -w $ARG1$ -c $ARG2$ -f -t $USER3$ $ARG3$ +} + +define command { + command_name check_snmp_load-new + command_line $USER1$/check_snmp_load.pl -H $HOSTADDRESS$ -C $ARG1$ -2 -w $ARG2$ -c $ARG3$ -f -t $USER3$ $ARG4$ +} + +define command { + command_name check_snmp_int + command_line $USER1$/check_snmp_int -H $HOSTADDRESS$ -C $ARG1$ -2 -t $USER3$ -n $ARG2$ -f -e -u -w $ARG3$ -c $ARG4$ $ARG5$ + #Usage: check_snmp_int [-v -V] -H -C [-2] | (-l login -x passwd [-X pass -L ,) [-p ] [-t ] -n [-i -a -r -D] [-f[eSyY]] [-k[qBMGu] -g -w -c -d] [-s --label] -K= +} + +define command { + command_name check_snmptraps + command_line $USER1$/check_snmptraps.pl $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ +} + +define command { + command_name check_ssh + command_line $USER1$/check_ssh -H $HOSTADDRESS$ -t 60 +} + +define command { + command_name check_ssh_response + command_line $USER1$/check_ssh_response $HOSTNAME$ $ARG1$ +} + +define command { + command_name check_ssh_using_key + command_line $USER1$/check_by_ssh_ng $ARG1$ $ARG2$ $HOSTADDRESS$ '$ARG3$' '$ARG4$' +} + +define command { + command_name check_by_ssh_using_preloaded_key + command_line $USER1$/check_by_ssh_key_wrapper -H $HOSTADDRESS$ $ARG1$ -C '$ARG2$' +} + +define command { + command_name check_rtmp + command_line $USER1$/check_rtmp $ARG1$ $ARG2$ +} + +define command { + command_name check_syslog + command_line $USER1$/check_syslog_gw.pl -l /usr/local/nagios/var/log/syslog-ng/$HOSTNAME$.log -s /var/tmp/$HOSTNAME$.tmp -x /usr/local/nagios/regexp/regex.1 -a $HOSTADDRESS$ +} + +define command { + command_name check_tcp + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p $ARG1$ +} + +define command { + command_name check_tcp_ftp + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 21 +} + +define command { + command_name check_tcp_https + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 443 +} + +define command { + command_name check_tcp_imap + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 143 -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_tcp_imaps + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 993 -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_tcp_ldap + command_line $USER1$/check_tcp -t 60 -H $HOSTADDRESS$ -w 2 -c 4 -p 389 +} + +define command { + command_name check_tcp_multiport + command_line $USER1$/check_tcp_multi -H $HOSTADDRESS$ -p $ARG1$ $ARG2$ +} + +define command { + command_name check_tcp_nntps + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 563 +} + +define command { + command_name check_tcp_nrpe + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 5666 +} + +define command { + command_name check_tcp_nsca + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p $USER11$ +} + +define command { + command_name check_tcp_oracle + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 1521 +} + +define command { + command_name check_tcp_pop3 + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 110 -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_tcp_pop3s + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 995 -w $ARG1$ -c $ARG2$-S +} + +define command { + command_name check_tcp_smtp + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 25 -t 60 +} + +define command { + command_name check_tcp_ssh + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 22 +} + +define command { + command_name check_telnet + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 23 +} + +define command { + command_name check_trap_OK + command_line /bin/echo "OK: No new traps" +} + +define command { + command_name check_OK + command_line /bin/echo "OK: No current results" +} + +define command { + command_name check_tsm_sessions + command_line $USER1$/check_tsm_sessions $ARG1$ +} + +define command { + command_name check_udp + command_line $USER1$/check_udp -H $HOSTADDRESS$ -p $ARG1$ +} + +define command { + command_name check_udp_dns + command_line $USER1$/check_udp -H $HOSTADDRESS$ -p 53 -s "4500 003d 668f 4000 4011 4ce9 c0a8 02f0" +} + +define command { + command_name check_udp_nsclient + command_line $USER1$/check_udp -H $HOSTADDRESS$ -p $USER19$ +} + +define command { + command_name check_wmi_100nsec_timer + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_100nsec_timer -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_wmi_counter_counter + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_counter_counter -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_wmi_counter_rawcount + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_counter_rawcount -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" +} + +define command { + command_name check_wmi_cpu + command_line $USER1$/check_nrpe -t 60 -u -H "$USER21$" -c get_cpu -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_disk + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_disk -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_disk_transfers + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_disktransfers -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_exchange_mailbox_receiveq + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_exchange_mbox_recvq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_exchange_mailbox_sendq + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_exchange_mbox_sendq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_exchange_mta_workq + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_exchange_mta_workq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_exchange_public_receiveq + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_exchange_pub_recvq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_exchange_public_sendq + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_exchange_pub_sendq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_iis_bytes_received + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_bytes_received -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_iis_bytes_sent + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_bytes_sent -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_iis_bytes_total + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_bytes_total -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_iis_current_connections + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_currentconnections -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_iis_current_nonanonymous_users + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_curnonanonusers -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_iis_get_requests + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_get_requests -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_iis_maximum_connections + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_maximumconnections -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_iis_post_requests + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_post_requests -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_iis_private_bytes + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_privatebytes -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_iis_total_not_found_errors + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_iis_totalnotfounderrors -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_mem + command_line $USER1$/check_nrpe -t 5 -H $USER23$ -c get_mem -a $HOSTADDRESS$ "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_memory_pages + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_swapping -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_mssql_buffer_cache_hits + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_buf_cache_hit -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_mssql_deadlocks + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_deadlocks -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_mssql_full_scans + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_fullscans -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_mssql_lock_wait_time + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_lock_wait_time -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_mssql_lock_waits + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_lock_waits -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_mssql_log_growths + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_log_growth -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_mssql_log_used + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_log_used -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_mssql_memory_grants_pending + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_memgrantspending -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_mssql_transactions + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_transactions -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_wmi_mssql_users + command_line $USER1$/check_nrpe -t 60 -u -H $USER21$ -c get_mssql_users -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_wmi_service + command_line $USER1$/check_nrpe -H $USER21$ -t 60 -c get_service -a "$HOSTADDRESS$" "$ARG1$" +} + +define command { + command_name nrpe_exchange_mailbox_receiveq + command_line $USER1$/check_nrpe -t 60 -u -H $HOSTADDRESS$ -p $USER10$ -c get_exchange_mbox_recvq -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_https_ShoppingCart + #command_line $USER1$/check_nrpe -t 60 -u -H ims205 -p $USER10$ -c check_https_ShoppingCart -a $HOSTNAME$ + command_line $USER1$/check_https_ShoppingCart $HOSTNAME$ 2>&1 +} + +define command { + command_name check_https_thesis_central + command_line $USER1$/check_https_thesis_central.py 'https://$ARG1$' '$ARG2$' '$ARG3$' +} + +define command { + command_name nrpe_passive + command_line $USER1$/check_nrpe_passive $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$ +} + +define command { + command_name process-host-nsca + command_line /bin/echo -e "$HOSTNAME$"t$HOSTSTATEID$t$HOSTOUTPUT$t$HOSTPERFDATA$" | /usr/local/nagios/bin/send_nsca -H ims204 -p 9667 -c /usr/local/nagios/etc/send_nsca.cfg +} + +define command { + command_name process-host-perfdata + command_line /usr/bin/printf "%b" "$LASTHOSTCHECK$t$HOSTNAME$t$HOSTSTATE$t$HOSTATTEMPT$t$HOSTSTATETYPE$t$HOSTEXECUTIONTIME$t$HOSTOUTPUT$t$HOSTPERFDATA$n" >> /usr/local/nagios/var/host-perfdata.out +} + +define command { + command_name process-service-nsca + command_line /bin/echo -e "$HOSTNAME$t$SERVICEDESC$t$SERVICESTATEID$t$SERVICEOUTPUT$|$SERVICEPERFDATA$" | /usr/local/nagios/bin/send_nsca -H ims204 -p 9667 -c /usr/local/nagios/etc/send_nsca.cfg +} + +define command { + command_name process-service-perfdata + command_line /usr/bin/printf "%b" "$LASTSERVICECHECK$t$HOSTNAME$t$SERVICEDESC$t$SERVICESTATE$t$SERVICEATTEMPT$t$SERVICESTATETYPE$t$SERVICEEXECUTIONTIME$t$SERVICELATENCY$t$SERVICEOUTPUT$t$SERVICEPERFDATA$n" >> /usr/local/nagios/var/service-perfdata.out +} + +define command { + command_name test_env_vars + command_line $USER1$/test_env_vars +} + +define command { + command_name gearman_failover + command_line $USER2$/gearman_recovery "$SERVICEDESC$" $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ +} + +define command { + command_name gearman_host_recovery + command_line $USER2$/gearman_host_recovery "$HOSTNAME$" $HOSTSTATE$ $HOSTSTATETYPE$ +} + +define command { + command_name slave_connection_reset + command_line $USER2$/slave_conn_reset "$HOSTNAME$" $SERVICESTATE$ $ARG1$ $SERVICEATTEMPT$ +} + +define command { + command_name gearman_server_fail + command_line $USER2$/gearman_server_fail $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ +} + +define command { + command_name gearman_devqa_failover + command_line $USER2$/gearman_devqa_recovery "$SERVICEDESC$" $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ +} + +define command { + command_name gearman_devqa_server_fail + command_line $USER2$/gearman_dev_qa_server_fail $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ +} + +define command { + command_name cas_iis_reset + command_line $USER2$/cas_iis_reset $HOSTALIAS$ $SERVICESTATE$ $SERVICEATTEMPT$ "$SERVICEOUTPUT$" +} + +define command { + command_name sdpalc200w_restart + command_line $USER2$/auto_restart sdpalc200w "$SERVICENAME$" $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ "$SERVICEOUTPUT$" +} + +define command { + command_name clearpass_restart + command_line $USER2$/cp_restart $HOSTNAME$ "$SERVICENAME$" $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ "$SERVICEOUTPUT$" +} + +define command { + command_name host-notify-by-email + command_line /usr/bin/printf "%b" "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nHost: $HOSTNAME$nState: $HOSTSTATE$nAddress: $HOSTADDRESS$nInfo: $HOSTOUTPUT$nnDate/Time: $LONGDATETIME$n" | /bin/mail -s "Host $HOSTSTATE$ alert for $HOSTNAME$!" $CONTACTEMAIL$ 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=UP/DOWNnResource=N/AnMetric=N/AnSeverity=$HOSTSTATE$nDescription=$HOSTOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name host-notify-by-email-via-Comcast_Gmail + command_line $USER1$/ssh_key_include_wrapper backupvpn.Princeton.EDU 'route -T 1 exec /usr/local/monitoring/libexec/sendEmail -f "Nagios Monitoring" -t $CONTACTEMAIL$ -s smtp.gmail.com:587 -o tls=yes -xu groundwk@Princeton.EDU -xp $USER30$ -u "Host $HOSTSTATE$ alert for $HOSTNAME$!" -m "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nHost: $HOSTNAME$nState: $HOSTSTATE$nAddress: $HOSTADDRESS$nInfo: $HOSTOUTPUT$nnDate/Time: $LONGDATETIME$n"' +} + +define command { + command_name host-notify-by-email-via-Verizon_Gmail + command_line $USER1$/ssh_key_include_wrapper backupvpn.Princeton.EDU 'route -T 2 exec /usr/local/monitoring/libexec/sendEmail -f "Nagios Monitoring" -t $CONTACTEMAIL$ -s smtp.gmail.com:587 -o tls=yes -xu groundwk@Princeton.EDU -xp $USER30$ -u "Host $HOSTSTATE$ alert for $HOSTNAME$!" -m "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nHost: $HOSTNAME$nState: $HOSTSTATE$nAddress: $HOSTADDRESS$nInfo: $HOSTOUTPUT$nnDate/Time: $LONGDATETIME$n"' +} + +define command { + command_name host-notify-by-email-pu + command_line /usr/bin/printf "%b" "$HOSTNAME$ $HOSTSTATE$ at $SHORTDATETIME$n$HOSTOUTPUT$n" | $USER1$/custommailsend -H "Subject:$HOSTNAME$ is $HOSTSTATE$" $CONTACTEMAIL$ $CONTACTPAGER$ 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=UP/DOWNnResource=N/AnMetric=N/AnSeverity=$HOSTSTATE$nDescription=$HOSTOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name host-notify-by-epager + command_line /usr/bin/printf "%b" "Host '$HOSTALIAS$' is $HOSTSTATE$nInfo: $HOSTOUTPUT$nTime: $LONGDATETIME$" | /bin/mail -s "$NOTIFICATIONTYPE$ alert - Host $HOSTNAME$ is $HOSTSTATE$" $CONTACTPAGER$ +} + +define command { + command_name host-notify-by-punotify + command_line /usr/bin/printf "%b" "notify_host '$LASTHOSTCHECK$'t'$HOSTNAME$'t'$HOSTGROUPNAMES$'t'$HOSTSTATE$'t'$HOSTSTATETYPE$'t'$HOSTDURATIONSEC$'t'$HOSTOUTPUT$'t'$HOSTPERFDATA$'n" >> /usr/local/monitoring/log/punotify.txt +} + +define command { + command_name host-notify-by-sendEmail + command_line /usr/bin/printf "%b" "+++++ HOST $NOTIFICATIONTYPE$ : $HOSTSTATE$ +++++
$LONGDATETIME$

Host: $HOSTALIAS$ ($HOSTADDRESS$)
Message: $HOSTOUTPUT$" | $USER1$/sendEmail -q -f $ADMINEMAIL$ -t $CONTACTEMAIL$ -u "[GW] ++ $HOSTNAME$ : $HOSTSTATE$ ++" 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=UP/DOWNnResource=N/AnMetric=N/AnSeverity=$HOSTSTATE$nDescription=$HOSTOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name host-notify-dummy + command_line /bin/true +} + +define command { + command_name host-notify-pu-default + command_line $USER1$/pu_host_notify_default.sh '$LASTHOSTCHECK$' '$HOSTNAME$' '$HOSTGROUPNAMES$' '$HOSTSTATE$' '$HOSTSTATETYPE$' '$HOSTDURATIONSEC$' '$HOSTOUTPUT$' '$HOSTPERFDATA$' 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=UP/DOWNnResource=N/AnMetric=N/AnSeverity=$HOSTSTATE$nDescription=$HOSTOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name launch_perfdata_process + command_line $USER2$/launch_perf_data_processing +} + +define command { + command_name notify-by-email + command_line /usr/bin/printf "%b" "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nnService: $SERVICEDESC$nHost: $HOSTALIAS$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nnDate/Time: $LONGDATETIME$nnAdditional Info:nn$SERVICEOUTPUT$n$LONGSERVICEOUTPUT$" | /bin/mail -s "** $NOTIFICATIONTYPE$ alert - $HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=$SERVICEDESC$nResource=N/AnMetric=N/AnSeverity=$SERVICESTATE$nDescription=$SERVICEOUTPUT$ $LONGSERVICEOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name notify-by-epager + command_line /usr/bin/printf "%b" "Service: $SERVICEDESC$nHost: $HOSTNAME$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nInfo: $SERVICEOUTPUT$nDate: $LONGDATETIME$" | /bin/mail -s "$NOTIFICATIONTYPE$: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$" $CONTACTPAGER$ +} + +define command { + command_name process_service_perfdata_db + command_line $USER2$/process_service_perf_db.pl "$LASTSERVICECHECK$" "$HOSTNAME$" "$SERVICEDESC$" "$SERVICEOUTPUT$" "$SERVICEPERFDATA$" +} + +define command { + command_name process_service_perfdata_db_strings + command_line $USER2$/process_service_perf_db_strings.pl "$LASTSERVICECHECK$" "$HOSTNAME$" "$SERVICEDESC$" "$SERVICEOUTPUT$" "$SERVICEPERFDATA$" +} + +define command { + command_name process_service_perfdata_file + command_line $USER2$/process_service_perf_db_file.pl +} + +define command { + command_name service-notify-by-email-pu + command_line /usr/bin/printf "%b" "$HOSTNAME$ $SERVICEDESC$ $SERVICESTATE$ at $SHORTDATETIME$nn$SERVICEOUTPUT$n$LONGSERVICEOUTPUT$n" | $USER1$/custommailsend -H "Subject:$HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$" $CONTACTEMAIL$ $CONTACTPAGER$ 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=$SERVICEDESC$nResource=N/AnMetric=N/AnSeverity=$SERVICESTATE$nDescription=$SERVICEOUTPUT$ $LONGSERVICEOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name service-notify-by-email-via-Comcast_Gmail + #command_line /bin/echo /usr/bin/ssh backupvpn.Princeton.EDU "route -T 1 exec /usr/local/monitoring/libexec/sendEmail -f "Nagios Monitoring" -t $CONTACTEMAIL$ -s smtp.gmail.com:587 -o tls=yes -xu groundwk@Princeton.EDU -xp $USER30$ -u "** $NOTIFICATIONTYPE$ alert - $HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$ **" -m "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nnService: $SERVICEDESC$nHost: $HOSTALIAS$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nnDate/Time: $LONGDATETIME$nnAdditional Info:nn$SERVICEOUTPUT$"" + command_line $USER1$/ssh_key_include_wrapper backupvpn.Princeton.EDU "route -T 1 exec /usr/local/monitoring/libexec/sendEmail -f "Nagios Monitoring" -t $CONTACTEMAIL$ -s smtp.gmail.com:587 -o tls=yes -xu groundwk@Princeton.EDU -xp $USER30$ -u "** $NOTIFICATIONTYPE$ alert - $HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$ **" -m "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nnService: $SERVICEDESC$nHost: $HOSTALIAS$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nnDate/Time: $LONGDATETIME$nnAdditional Info:nn$SERVICEOUTPUT$n$LONGSERVICEOUTPUTn"" +} + +define command { + command_name service-notify-by-email-via-Verizon_Gmail + #command_line /bin/echo /usr/bin/ssh backupvpn.Princeton.EDU "route -T 2 exec /usr/local/monitoring/libexec/sendEmail -f "Nagios Monitoring" -t $CONTACTEMAIL$ -s smtp.gmail.com:587 -o tls=yes -xu groundwk@Princeton.EDU -xp $USER30$ -u "** $NOTIFICATIONTYPE$ alert - $HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$ **" -m "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nnService: $SERVICEDESC$nHost: $HOSTALIAS$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nnDate/Time: $LONGDATETIME$nnAdditional Info:nn$SERVICEOUTPUT$"" + command_line $USER1$/ssh_key_include_wrapper backupvpn.Princeton.EDU "route -T 2 exec /usr/local/monitoring/libexec/sendEmail -f "Nagios Monitoring" -t $CONTACTEMAIL$ -s smtp.gmail.com:587 -o tls=yes -xu groundwk@Princeton.EDU -xp $USER30$ -u "** $NOTIFICATIONTYPE$ alert - $HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$ **" -m "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nnService: $SERVICEDESC$nHost: $HOSTALIAS$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nnDate/Time: $LONGDATETIME$nnAdditional Info:nn$SERVICEOUTPUT$n$LONGSERVICEOUTPUT$n"" +} + +define command { + command_name service-notify-by-email-pu-high-importance + command_line /usr/bin/printf "%b" "$HOSTNAME$ $SERVICEDESC$ $SERVICESTATE$ at $SHORTDATETIME$nn$SERVICEOUTPUT$n$LONGSERVICEOUTPUT$n" | $USER1$/custommailsend -H "X-Message-Flag:Follow up" -H "Importance:high" -H "Subject:$HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$" $CONTACTEMAIL$ 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=$SERVICEDESC$nResource=N/AnMetric=N/AnSeverity=$SERVICESTATE$nDescription=$SERVICEOUTPUT$ $LONGSERVICEOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name service-notify-by-punotify + command_line /usr/bin/printf "%b" "notify_service '$LASTHOSTCHECK$'t'$HOSTNAME$'t'$SERVICEDESC$'t'$HOSTGROUPNAMES$'t'$SERVICEGROUPNAME$'t'$SERVICESTATE$'t'$SERVICESTATETYPE$'t'$SERVICEDURATIONSEC$'t'$HOSTDURATIONSEC$'t'$SERVICEOUTPUT$n$LONGSERVICEOUTPUT$'t'$SERVICEPERFDATA$'n" >> /usr/local/monitoring/log/punotify.txt +} + +define command { + command_name service-notify-by-sendEmail + command_line /usr/bin/printf "%b" "+++++ SERVICE $NOTIFICATIONTYPE$ : $SERVICESTATE$ +++++
$LONGDATETIME$

Host: $HOSTALIAS$ ($HOSTADDRESS$)
Message: $SERVICEOUTPUT$n$LONGSERVICEOUTPUT$" | $USER1$/sendEmail -q -f $ADMINEMAIL$ -t $CONTACTEMAIL$ -u "[GW] ++ $HOSTNAME$ : $SERVICEDESC$ : $SERVICESTATE$ ++" 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=$SERVICEDESC$nResource=N/AnMetric=N/AnSeverity=$SERVICESTATE$nDescription=$SERVICEOUTPUT$ $LONGSERVICEOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name service-notify-dummy + command_line /bin/true +} + +define command { + command_name service-notify-pu-default + command_line $USER1$/pu_service_notify_default.sh '$LASTHOSTCHECK$' '$HOSTNAME$' '$SERVICEDESC$' '$HOSTGROUPNAMES$' '$SERVICEGROUPNAME$' '$SERVICESTATE$' '$SERVICESTATETYPE$' '$SERVICEDURATIONSEC$' '$HOSTDURATIONSEC$' "$SERVICEOUTPUT$n$LONGSERVICEOUTPUT$" "$SERVICEPERFDATA$" 2>>/usr/local/monitoring/log/mail.err$USER9$ /bin/echo -e "Node=$HOSTNAME$nType=$SERVICEDESC$nResource=N/AnMetric=N/AnSeverity=$SERVICESTATE$nDescription=$SERVICEOUTPUT$ $LONGSERVICEOUTPUT$" | /usr/local/monitoring/princeton/puevent ais-sn300w:1024 public 2>>/usr/local/monitoring/log/puevent.log +} + +define command { + command_name service-notify-pu-igor + command_line /bin/echo '$LASTHOSTCHECK$' '$HOSTNAME$' '$SERVICEDESC$' '$HOSTGROUPNAME$' '$SERVICEGROUPNAME$' '$SERVICESTATE$' '$SERVICESTATETYPE$' '$SERVICEDURATIONSEC$' '$HOSTDURATIONSEC$' '$SERVICEOUTPUT$n$LONGSERVICEOUTPUT$' '$SERVICEPERFDATA$' | $USER1$/pu_service_notify_default.sh.igor 2>>/usr/local/monitoring/log/mail.err +} + +define command { + command_name service-notify-system + command_line /usr/bin/printf "%b" "***** Nagios *****nnNotification Type: $NOTIFICATIONTYPE$nnService: $SERVICEDESC$nHost: $HOSTALIAS$nAddress: $HOSTADDRESS$nState: $SERVICESTATE$nnDate/Time: $LONGDATETIME$nnAdditional Info:nn$SERVICEOUTPUT$n$LONGSERVICEOUTPUT$" | /bin/mail -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ 2>>/usr/local/monitoring/log/mail.err +} + +define command { + command_name check_nrpe_win_app_shibboleth + command_line $USER1$/check_nrpe -p $USER10$ -t 60 -H $HOSTADDRESS$ -c check_shibboleth +} + +define command { + command_name check_nrpe_win_counters + command_line $USER1$/check_nrpe -u -t $USER3$ -p $USER10$ -H $HOSTADDRESS$ -c check_win_counters -a $ARG1$ "$ARG2$" "$ARG3$" '$ARG4$' '$ARG5$' '$ARG6$' +} + +define command { + command_name check_nrpe_win_counters_test + command_line $USER1$/check_nrpe -t $USER3$ -p $USER10$ -H $HOSTADDRESS$ -c check_win_counters -a "$ARG1$" "$ARG2$" "$ARG3$" '$ARG4$' '$ARG5$' '$ARG6$' +} + +define command { + command_name check_nrpe_win_cpu_old + command_line $USER1$/check_nrpe_win_cpu_wrapper $HOSTADDRESS$ "$NAGIOS_SERVICEDURATION$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_win_cpu + command_line $USER1$/check_nrpe -t $USER3$ -p $USER10$ -H $HOSTADDRESS$ -c checkCPU -a warn=$ARG1$ crit=$ARG2$ $ARG3$ ShowAll=long +} + +define command { + command_name check_nrpe_win_cpu_v3 + command_line $USER1$/check_nrpe_v3 -p $USER10$ -H $HOSTADDRESS$ -E -d 0 -t $USER3$:UNKNOWN -A /usr/local/monitoring/etc/net-ca-chain.pem -L HIGH:MEDIUM -S TLSv1.2+ -c checkCPU -a warn=$ARG1$ crit=$ARG2$ $ARG3$ ShowAll=long +} + +define command { + command_name check_nrpe_win_disk_old + command_line $USER1$/check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c get_disk -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_win_disk + command_line $USER1$/check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c CheckDriveSize -a ShowAll=long MaxWarn=$ARG1$ MaxCrit=$ARG2$ $ARG3$ +} + +define command { + command_name check_nrpe_win_disk_v3 + command_line $USER1$/check_nrpe_v3 -p $USER10$ -H $HOSTADDRESS$ -E -d 0 -t $USER3$:UNKNOWN -A /usr/local/monitoring/etc/net-ca-chain.pem -L HIGH:MEDIUM -S TLSv1.2+ -c CheckDriveSize -a ShowAll=long MaxWarn=$ARG1$ MaxCrit=$ARG2$ $ARG3$ +} + +define command { + command_name check_nrpe_win_all_disks + command_line $USER1$/check_nrpe_wrapper_output_convert $HOSTADDRESS$ CheckDriveSize '-a ShowAll=long CheckAllOthers FilterType=FIXED FilterType=REMOTE Drive=C: MaxWarn=$ARG1$ MaxCrit=$ARG2$' "sed "'s/,/
nn/g' +} + +define command { + command_name check_nrpe_win_all_disks_except + command_line $USER1$/check_nrpe_wrapper_output_convert $HOSTADDRESS$ CheckDriveSize '-a ShowAll=long CheckAllOthers FilterType=FIXED FilterType=REMOTE MaxWarn=$ARG1$ MaxCrit=$ARG2$ $ARG3$' "sed "'s/,/
nn/g' + ##command_line $USER1$/check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c CheckDriveSize -a ShowAll=long CheckAllOthers FilterType=FIXED FilterType=REMOTE MaxWarn=$ARG1$ MaxCrit=$ARG2$ $ARG3$ +} + +define command { + command_name check_nrpe_win_disk_transfers + command_line $USER1$/check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c get_disktransfers -a "$HOSTADDRESS$" "Name=$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_win_maestro_stdlistsz + command_line $USER1$/check_nrpe -t 60 -H $HOSTADDRESS$ -p $USER10$ -c check_tws_stdlistsz +} + +define command { + command_name check_nrpe_win_mem_old + command_line $USER1$/check_nrpe_win_mem_wrapper $HOSTADDRESS$ "$NAGIOS_SERVICEDURATION$""$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_win_memory_pages + command_line $USER1$/check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c get_swapping -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_win_mem + command_line $USER1$/check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c checkMem -a type=$ARG1$ MaxWarn=$ARG2$ MaxCrit=$ARG3$ ShowAll=long +} + +define command { + command_name check_nrpe_win_mem_v3 + command_line $USER1$/check_nrpe_v3 -p $USER10$ -H $HOSTADDRESS$ -E -d 0 -t $USER3$:UNKNOWN -A /usr/local/monitoring/etc/net-ca-chain.pem -L HIGH:MEDIUM -S TLSv1.2+ -c checkMem -a type=$ARG1$ MaxWarn=$ARG2$ MaxCrit=$ARG3$ ShowAll=long +} + +define command { + command_name check_nrpe_win_proc + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t $USER3$ -p $USER10$ -c get_process -a "$HOSTADDRESS$" "$ARG1$" "$ARG2$" "$ARG3$" +} + +define command { + command_name check_nrpe_win_service_old + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t $USER3$ -p $USER10$ -c get_service -a "$HOSTADDRESS$" "$ARG1$" +} + +define command { + command_name check_nrpe_win_service + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t $USER3$ -p $USER10$ -c CheckServiceState -a ShowAll $ARG1$ +} + +define command { + command_name check_nrpe_win_service_v3 + command_line $USER1$/check_nrpe_v3 -p $USER10$ -H $HOSTADDRESS$ -E -d 0 -t $USER3$:UNKNOWN -A /usr/local/monitoring/etc/net-ca-chain.pem -L HIGH:MEDIUM -S TLSv1.2+ -c CheckServiceState -a ShowAll $ARG1$ +} + +define command { + command_name check_nrpe_win_service_not_running + command_line $USER1$/check_win_service_norun.pl $HOSTADDRESS$ "$ARG1$" +} + +define command { + command_name check_nrpe_win_tdpexcc + command_line $USER1$/check_win_tdpexcc_pu.pl $HOSTADDRESS$ +} + +define command { + command_name check_nrpe_win_tsm_backup_status + command_line $USER1$/check_nrpe -t $USER3$ -p $USER10$ -H $HOSTADDRESS$ -c check_tsm_backup_status -a '$ARG1$' '$ARG2$' +} + +define command { + command_name check_nrpe_win_vss + command_line $USER1$/check_nrpe -t $USER3$ -p $USER10$ -H $HOSTADDRESS$ -c check_vss_writers +} + +define command { + command_name check_nrpe_winsmtp_local_q + command_line $USER1$/check_nrpe -t 60 -H $HOSTADDRESS$ -p $USER10$ -c get_counter_rawcount -a "$HOSTADDRESS$" Win32_PerfRawData_SMTPSVC_SMTPServer 'Name=_Total' LocalQueueLength "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_winsmtp_local_retry_q + command_line $USER1$/check_nrpe -t 60 -H $HOSTADDRESS$ -p $USER10$ -c get_counter_rawcount -a "$HOSTADDRESS$" Win32_PerfRawData_SMTPSVC_SMTPServer 'Name=_Total' LocalRetryQueueLength "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_winsmtp_remote_q + command_line $USER1$/check_nrpe -t 60 -H $HOSTADDRESS$ -p $USER10$ -c get_counter_rawcount -a "$HOSTADDRESS$" Win32_PerfRawData_SMTPSVC_SMTPServer 'Name=_Total' RemoteQueueLength "$ARG1$" "$ARG2$" +} + +define command { + command_name check_nrpe_winsmtp_remote_retry_q + command_line $USER1$/check_nrpe -t 60 -H $HOSTADDRESS$ -p $USER10$ -c get_counter_rawcount -a "$HOSTADDRESS$" Win32_PerfRawData_SMTPSVC_SMTPServer 'Name=_Total' RemoteRetryQueueLength "$ARG1$" "$ARG2$" +} + +define command { + command_name check_snmp_win_load + command_line $USER1$/check_snmp_load.pl -2 -T stand -f -H $HOSTADDRESS$ -C $USER7$ -t 35 -w $ARG1$ -c $ARG2$ +} + +define command { + command_name check_snmp_win_memory + command_line $USER1$/check_snmp_storage -H $HOSTADDRESS$ -C $USER7$ -t 120 --cache=30 -m Memory -q "Ram|VirtualMemory" -f -w $ARG1$ -c $ARG2$ -s +} + +define command { + command_name check_snmp_win_service + command_line $USER1$/check_snmp_win.pl -H $HOSTADDRESS$ -2 -C $USER7$ -t 35 -n $ARG1$ 2>&1 +} + diff --git a/cfg/contact.cfg b/cfg/contact.cfg new file mode 100644 index 0000000..465674c --- /dev/null +++ b/cfg/contact.cfg @@ -0,0 +1,3936 @@ +define contact { + contact_name delladmin ; Short name of user + use Dell-contact ; Inherit default values from generic-contact template (defined above) + alias Dell Nagios Admin ; Full name of user + + email nagios@localhost ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ****** +} + +define contact { + name Dell-contact ; The name of this contact template + service_notification_period Dell-24x7 ; service notifications can be sent anytime + host_notification_period Dell-24x7 ; host notifications can be sent anytime + service_notification_options w,u,c,r,f,s ; send notifications for all service states, flapping events, and scheduled downtime events + host_notification_options d,u,r,f,s ; send notifications for all host states, flapping events, and scheduled downtime events + service_notification_commands notify-dell-service-by-email ; send service notifications via email + host_notification_commands notify-dell-host-by-email ; send host notifications via email + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL CONTACT, JUST A TEMPLATE! +} + +define contact { + contact_name Andre D. Corbitt + use Princeton-Contact + alias Andre D. Corbitt (acorbitt) + email acorbitt@Princeton.EDU +} + +define contact { + contact_name Brian A. Ariza + use Princeton-Contact + alias Brian A. Ariza (bariza) + email bariza@Princeton.EDU +} + +define contact { + contact_name Bradley A. Wells + use Princeton-Contact + alias Bradley A. Wells (bwells) + email bwells@Princeton.EDU +} + +define contact { + contact_name Donald Ade + use Princeton-Contact + alias Donald Ade (dade) + email dade@Princeton.EDU +} + +define contact { + contact_name Dominique N. Davis + use Princeton-Contact + alias Dominique N. Davis (dd7) + email dd7@Princeton.EDU +} + +define contact { + contact_name Eric J. Swingle + use Princeton-Contact + alias Eric J. Swingle (eswingle) + email eswingle@Princeton.EDU +} + +define contact { + contact_name Jacob Swimmer + use Princeton-Contact + alias Jacob Swimmer (jswimmer) + email jswimmer@Princeton.EDU +} + +define contact { + contact_name John J. Zerillo + use Princeton-Contact + alias John J. Zerillo (jzerillo) + email jzerillo@Princeton.EDU +} + +define contact { + contact_name Raymund Roco + use Princeton-Contact + alias Raymund Roco (rroco) + email rroco@Princeton.EDU +} + +define contact { + contact_name Thomas J. Byrne + use Princeton-Contact + alias Thomas J. Byrne (tbyrne) + email tbyrne@Princeton.EDU +} + +define contact { + contact_name Terence Tung + use Princeton-Contact + alias Terence Tung (ttung) + email ttung@Princeton.EDU +} + +define contact { + contact_name William V. Brown Jr. + use Princeton-Contact + alias William V. Brown Jr. (wb) + email wb@Princeton.EDU +} + +define contact { + contact_name Zachary M. Barton + use Princeton-Contact + alias Zachary M. Barton (zbarton) + email zbarton@Princeton.EDU +} + +define contact { + contact_name anykey + use Auth Contact + alias User anykey + email anykey@Princeton.EDU +} + +define contact { + contact_name bhaines + use Auth Contact + alias User bhaines + email bhaines@Princeton.EDU +} + +define contact { + contact_name bigmac + use Auth Contact + alias User bigmac + email bigmac@Princeton.EDU +} + +define contact { + contact_name bts + use Auth Contact + alias User bts + email bts@Princeton.EDU +} + +define contact { + contact_name chief53 + use Auth Contact + alias User chief53 + email chief53@Princeton.EDU +} + +define contact { + contact_name coto + use Auth Contact + alias User coto + email coto@Princeton.EDU +} + +define contact { + contact_name drevil + use Auth Contact + alias User drevil + email drevil@Princeton.EDU +} + +define contact { + contact_name drinker + use Auth Contact + alias User drinker + email drinker@Princeton.EDU +} + +define contact { + contact_name dw10 + use Auth Contact + alias User dw10 + email dw10@Princeton.EDU +} + +define contact { + contact_name eburd + use Auth Contact + alias User eburd + email eburd@Princeton.EDU +} + +define contact { + contact_name hajar + use Auth Contact + alias User hajar + email hajar@Princeton.EDU +} + +define contact { + contact_name hajarn + use Auth Contact + alias User hajarn + email hajarn@Princeton.EDU +} + +define contact { + contact_name irwin + use Auth Contact + alias User irwin + email irwin@Princeton.EDU +} + +define contact { + contact_name ists + use Auth Contact + alias User ists + email ists@Princeton.EDU +} + +define contact { + contact_name jfitz + use Auth Contact + alias User jfitz + email jfitz@Princeton.EDU +} + +define contact { + contact_name jkaram + use Auth Contact + alias User jkaram + email jkaram@Princeton.EDU +} + +define contact { + contact_name jsotoj + use Auth Contact + alias User jsotoj + email jsotoj@Princeton.EDU +} + +define contact { + contact_name rgittens + use Auth Contact + alias User rgittens + email rgittens@Princeton.EDU +} + +define contact { + contact_name shurig + use Auth Contact + alias User shurig + email shurig@Princeton.EDU +} + +define contact { + contact_name bstango + use Auth Contact + alias User bstango + email bstango@Princeton.EDU +} + +define contact { + contact_name chris + use Auth Contact + alias User chris + email chris@Princeton.EDU +} + +define contact { + contact_name dchin + use Auth Contact + alias User dchin + email dchin@Princeton.EDU +} + +define contact { + contact_name duvergem + use Auth Contact + alias User duvergem + email duvergem@Princeton.EDU +} + +define contact { + contact_name igubenko + use Auth Contact + alias User igubenko + email igubenko@Princeton.EDU +} + +define contact { + contact_name jf19 + use Auth Contact + alias User jf19 + email jf19@Princeton.EDU +} + +define contact { + contact_name jlf + use Auth Contact + alias User jlf + email jlf@Princeton.EDU +} + +define contact { + contact_name jmkcsg + use Auth Contact + alias User jmkcsg + email jmkcsg@Princeton.EDU +} + +define contact { + contact_name kh6 + use Auth Contact + alias User kh6 + email kh6@Princeton.EDU +} + +define contact { + contact_name llong + use Auth Contact + alias User llong + email llong@Princeton.EDU +} + +define contact { + contact_name martin + use Auth Contact + alias User martin + email martin@Princeton.EDU +} + +define contact { + contact_name monikam + use Auth Contact + alias User monikam + email monikam@Princeton.EDU +} + +define contact { + contact_name moraski2 + use Auth Contact + alias User moraski2 + email moraski2@Princeton.EDU +} + +define contact { + contact_name ndelo + use Auth Contact + alias User ndelo + email ndelo@Princeton.EDU +} + +define contact { + contact_name riverhi21 + use Auth Contact + alias User riverhi21 + email riverhi21@Princeton.EDU +} + +define contact { + contact_name ryangm + use Auth Contact + alias User ryangm + email ryangm@Princeton.EDU +} + +define contact { + contact_name shorey + use Auth Contact + alias User shorey + email shorey@Princeton.EDU +} + +define contact { + contact_name skampel + use Auth Contact + alias User skampel + email skampel@Princeton.EDU +} + +define contact { + contact_name aouellet + use Auth Contact + alias User aouellet + email aouellet@Princeton.EDU +} + +define contact { + contact_name augustin + use Auth Contact + alias User augustin + email augustin@Princeton.EDU +} + +define contact { + contact_name ck + use Auth Contact + alias User ck + email ck@Princeton.EDU +} + +define contact { + contact_name clk + use Auth Contact + alias User clk + email clk@Princeton.EDU +} + +define contact { + contact_name clu + use Auth Contact + alias User clu + email clu@Princeton.EDU +} + +define contact { + contact_name cs2 + use Auth Contact + alias User cs2 + email cs2@Princeton.EDU +} + +define contact { + contact_name dbashore + use Auth Contact + alias User dbashore + email dbashore@Princeton.EDU +} + +define contact { + contact_name groundwk + use Auth Contact + alias User groundwk + email groundwk@Princeton.EDU +} + +define contact { + contact_name hdimap + use Auth Contact + alias User hdimap + email hdimap@Princeton.EDU +} + +define contact { + contact_name jasonrap + use Auth Contact + alias User jasonrap + email jasonrap@Princeton.EDU +} + +define contact { + contact_name jsophy + use Auth Contact + alias User jsophy + email jsophy@Princeton.EDU +} + +define contact { + contact_name jwagner + use Auth Contact + alias User jwagner + email jwagner@Princeton.EDU +} + +define contact { + contact_name kbmartin + use Auth Contact + alias User kbmartin + email kbmartin@Princeton.EDU +} + +define contact { + contact_name kgift + use Auth Contact + alias User kgift + email kgift@Princeton.EDU +} + +define contact { + contact_name mzhong + use Auth Contact + alias User mzhong + email mzhong@Princeton.EDU +} + +define contact { + contact_name pb17 + use Auth Contact + alias User pb17 + email pb17@Princeton.EDU +} + +define contact { + contact_name qnguyen + use Auth Contact + alias User qnguyen + email qnguyen@Princeton.EDU +} + +define contact { + contact_name ranugula + use Auth Contact + alias User ranugula + email ranugula@Princeton.EDU +} + +define contact { + contact_name ratliff + use Auth Contact + alias User ratliff + email ratliff@Princeton.EDU +} + +define contact { + contact_name serge + use Auth Contact + alias User serge + email serge@Princeton.EDU +} + +define contact { + contact_name sergeyg + use Auth Contact + alias User sergeyg + email sergeyg@Princeton.EDU +} + +define contact { + contact_name simonlee + use Auth Contact + alias User simonlee + email simonlee@Princeton.EDU +} + +define contact { + contact_name stevea + use Auth Contact + alias User stevea + email stevea@Princeton.EDU +} + +define contact { + contact_name steven + use Auth Contact + alias User steven + email steven@Princeton.EDU +} + +define contact { + contact_name tatro + use Auth Contact + alias User tatro + email tatro@Princeton.EDU +} + +define contact { + contact_name tengi + use Auth Contact + alias User tengi + email tengi@Princeton.EDU +} + +define contact { + contact_name ttung + use Auth Contact + alias User ttung + email ttung@Princeton.EDU +} + +define contact { + contact_name whitaker + use Auth Contact + alias User whitaker + email whitaker@Princeton.EDU +} + +define contact { + contact_name willman + use Auth Contact + alias User willman + email willman@Princeton.EDU +} + +define contact { + contact_name ohd-vi002 + use Auth Contact + alias User ohd-vi002 + email ohd-vi002@Princeton.EDU +} + +define contact { + contact_name ohd-vi003 + use Auth Contact + alias User ohd-vi003 + email ohd-vi003@Princeton.EDU +} + +define contact { + contact_name ohd-vi004 + use Auth Contact + alias User ohd-vi004 + email ohd-vi004@Princeton.EDU +} + +define contact { + contact_name ohd-vi005 + use Auth Contact + alias User ohd-vi005 + email ohd-vi005@Princeton.EDU +} + +define contact { + contact_name ohd-vi006 + use Auth Contact + alias User ohd-vi006 + email ohd-vi006@Princeton.EDU +} + +define contact { + contact_name ohd-vi007 + use Auth Contact + alias User ohd-vi007 + email ohd-vi007@Princeton.EDU +} + +define contact { + contact_name ohd-vi008 + use Auth Contact + alias User ohd-vi008 + email ohd-vi008@Princeton.EDU +} + +define contact { + contact_name ohd-vi009 + use Auth Contact + alias User ohd-vi009 + email ohd-vi009@Princeton.EDU +} + +define contact { + contact_name ohd-vi010 + use Auth Contact + alias User ohd-vi010 + email ohd-vi010@Princeton.EDU +} + +define contact { + contact_name ohd-vi011 + use Auth Contact + alias User ohd-vi011 + email ohd-vi011@Princeton.EDU +} + +define contact { + contact_name ohd-vi012 + use Auth Contact + alias User ohd-vi012 + email ohd-vi012@Princeton.EDU +} + +define contact { + contact_name ohd-vi013 + use Auth Contact + alias User ohd-vi013 + email ohd-vi013@Princeton.EDU +} + +define contact { + contact_name ohd-vi014 + use Auth Contact + alias User ohd-vi014 + email ohd-vi014@Princeton.EDU +} + +define contact { + contact_name ohd-vi015 + use Auth Contact + alias User ohd-vi015 + email ohd-vi015@Princeton.EDU +} + +define contact { + contact_name ohd-vi016 + use Auth Contact + alias User ohd-vi016 + email ohd-vi016@Princeton.EDU +} + +define contact { + contact_name ohd-vi017 + use Auth Contact + alias User ohd-vi017 + email ohd-vi017@Princeton.EDU +} + +define contact { + contact_name ohd-vi018 + use Auth Contact + alias User ohd-vi018 + email ohd-vi018@Princeton.EDU +} + +define contact { + contact_name ohd-vi019 + use Auth Contact + alias User ohd-vi019 + email ohd-vi019@Princeton.EDU +} + +define contact { + contact_name AIS CSS List + use Princeton-Contact + alias AIS CSS List + email ais-css@lists.Princeton.EDU +} + +define contact { + contact_name AIS CS Tech List + use Princeton-Contact + alias AIS CS Tech List + email ais-cs-tech@lists.Princeton.EDU +} + +define contact { + contact_name AIS ERP List + use Princeton-Contact + alias AIS ERP List + email ais-erp@lists.Princeton.EDU +} + +define contact { + contact_name AIS Mon CustomApps + use Princeton-Contact + alias AIS Mon CustomApps List + email ais-mon-customapps@Princeton.EDU +} + +define contact { + contact_name Ashutosh Hadap + use Princeton-Contact + alias Senior Manager, AIS Collaborative Solutions, Administrative Information Services, Office of Information Technology. + _telephoneNumber 609-258-1162 + email ahadap@Princeton.EDU +} + +define contact { + contact_name Andrew Yoder + use Princeton-Contact + alias Senior Onbase Administrator, Software and Application Services, Administrative Information Services, Office of Information Technology + _telephoneNumber 609-258-5852 + email ayoder@princeton.edu +} + +define contact { + contact_name Andrew D. Ferguson + use Princeton-Contact + _telephoneNumber 609-258-4883 + email owsla@princeton.edu +} + +define contact { + contact_name Audrey Wright + use Princeton-Contact + alias Audrey Wright (DBA) + email 6096515640@vtext.com +} + +define contact { + contact_name Audrey Wright CRITICAL + use Princeton-Contact-Critical + alias Audrey Wright (DBA) + email 6096515640@vtext.com +} + +define contact { + contact_name Bob Stango + use Princeton-Contact + alias Bob Stango + email bstango@Princeton.EDU +} + +define contact { + contact_name Blogs List + use Princeton-Contact + alias Blogs List + email blogs@Princeton.EDU +} + +define contact { + contact_name Catherine Cuff + use Princeton-Contact + alias Catherine Cuff (WWS) + email ccuff@Princeton.EDU +} + +define contact { + contact_name Catherine Cuff Pager + use Princeton-Contact + alias Catherine Cuff Pager (WWS) + email 6099338474@vtext.com +} + +define contact { + contact_name Chaoslab + use Princeton-Contact + alias Chaoslab + email chaoslab@Princeton.EDU +} + +define contact { + contact_name Charlayne Beavers + use Princeton-Contact + alias Charlayne H. Beavers (OIT Desktop Support - SS) + email cbeavers@Princeton.EDU +} + +define contact { + contact_name Charles Kruger + use Princeton-Contact + alias Charles H. Kruger (ESS) + email ck@Princeton.EDU +} + +define contact { + contact_name Charles T. Tennyson + use Princeton-Contact + alias Charles T. Tennyson (Transportation and Parking) + email ct15@Princeton.EDU +} + +define contact { + contact_name Chris Stewart + use Princeton-Contact + alias Chris Stewart (DBA) + email 6092730707@vtext.com +} + +define contact { + contact_name Chris Stewart CRITICAL + use Princeton-Contact-Critical + alias Chris Stewart (DBA) + email 6092730707@vtext.com +} + +define contact { + contact_name Chris Tengi Pager + use Princeton-Contact + alias Chris Tengi Pager + email 6096474584@txt.att.net tengi@Princeton.EDU +} + +define contact { + contact_name CISDR + use Princeton-Contact + alias CISDR (CSG-IAM) + email cisdr@Princeton.EDU +} + +define contact { + contact_name CISDR OnCall + use Princeton-Contact + alias CISDR OnCall (CSG-IAM) + email cisdroncall@Princeton.EDU +} + +define contact { + contact_name Classics Web + use Princeton-Contact + alias Classics Web Monitoring + email clasweb@Princeton.EDU +} + +define contact { + contact_name Cpanel Admins + use Princeton-Contact + alias Cpanel Administrators + email cpanel-admins@Princeton.EDU +} + +define contact { + contact_name CRL List + use Princeton-Contact + alias CRL List (AIS - David Herrington) + email crl-discussion@Princeton.EDU +} + +define contact { + contact_name CSCS List + use Princeton-Contact + alias CSCS List + email cscs@Princeton.EDU +} + +define contact { + contact_name CSES List + use Princeton-Contact + alias CSES List + email csesi@Princeton.EDU +} + +define contact { + contact_name CSG List + use Princeton-Contact + alias CSG List (csg@Princeton.EDU) + email csg@Princeton.EDU +} + +define contact { + contact_name CSG OnCall + use Princeton-Contact + alias CSG OnCall List (csgoncall@Princeton.EDU) + email csgoncall@Princeton.EDU +} + +define contact { + contact_name CSG OnCall 9-4am + use Princeton-Contact + alias CSG OnCall List (csgoncall@Princeton.EDU) + service_notification_period 9am-4am daily + email csgoncall@Princeton.EDU +} + +define contact { + contact_name CSG List 4-3am + use Princeton-Contact + alias CSG List (csg@Princeton.EDU) + service_notification_period 4am-3am daily + email csg@Princeton.EDU +} + +define contact { + contact_name CSG List 9-4am + use Princeton-Contact + alias CSG List (csg@Princeton.EDU) + service_notification_period 9am-4am daily + email csg@Princeton.EDU +} + +define contact { + contact_name CSG List 9am-3am + use Princeton-Contact + alias CSG List (csg@Princeton.EDU) + service_notification_period 9am-3am daily + email csg@Princeton.EDU +} + +define contact { + contact_name CSG Page + use Princeton-Contact + alias CSG Page (csg.quiet@page.oit.princeton.edu) + email csg.quiet@page.oit.princeton.edu +} + +define contact { + contact_name CSG Reports + use Princeton-Contact + alias CSG Reports (csgrpts@Princeton.EDU) + email csgrpts@Princeton.EDU +} + +define contact { + contact_name DAS List + use Princeton-Contact + alias DAS List (DAS) + email oit-das@Princeton.EDU +} + +define contact { + contact_name Dan Chin Pager + use Princeton-Contact + alias Dan Chin Pager (ESS) + email 6097318610@vtext.com +} + +define contact { + contact_name Dave Herrington + use Princeton-Contact + alias David Herrington + email daveh@Princeton.EDU +} + +define contact { + contact_name David Rinker Pager + use Princeton-Contact + alias David Rinker Pager + email 6096131260@vtext.com drinker@Princeton.EDU +} + +define contact { + contact_name DBA Important List + use Princeton-Contact + alias DBA's important list + email dbas@Princeton.EDU + service_notification_commands service-notify-by-email-pu-high-importance +} + +define contact { + contact_name Dean Plante + use Princeton-Contact + alias Dean Plante (SOC) + email dplante@Princeton.EDU +} + +define contact { + contact_name Debby Becker + use Princeton-Contact + alias Debby Becker (DBA) + email 6099474352@vtext.com +} + +define contact { + contact_name Debby Becker CRITICAL + use Princeton-Contact-Critical + alias Debby Becker (DBA) + email 6099474352@vtext.com +} + +define contact { + contact_name Devaki Ginde + use Princeton-Contact + alias Devaki Ginde (devakig@Princeton.EDU) + email devakig@Princeton.EDU +} + +define contact { + contact_name Devaki Ginde Cell + use Princeton-Contact + alias Devaki Ginde Cell (devakig@Princeton.EDU) + email 2153501556@txt.att.net +} + +define contact { + contact_name Dev DTS + use Princeton-Contact + alias Dev DTS Monitor (Nicholas DiPietro) + email devdts@Princeton.EDU +} + +define contact { + contact_name Dev Web Monitor + use Princeton-Contact + alias Dev Web Monitor (Jacqueline Golden - devwebmonitor@Princeton.EDU) + email devwebmonitor@Princeton.EDU +} + +define contact { + contact_name Diana I. Tamir - dit2 + use Princeton-Contact + alias Assistant Professor of Psychology. + _telephoneNumber 609-258-7845 + email dit2@princeton.edu +} + +define contact { + contact_name D Support + use Princeton-Contact + alias D Support (Jacqueline Golden - Office Of Development) + email dsupport@Princeton.EDU +} + +define contact { + contact_name DS Admins + use Princeton-Contact + alias DS Admins (AISIW) + email dsadmins@Princeton.EDU +} + +define contact { + contact_name DSP Admins + use Princeton-Contact + alias DSP Admins + email dspadmin@Princeton.EDU +} + +define contact { + contact_name Dwight Bashore Pager + use Princeton-Contact + alias Dwight Bashore Pager (CSG) + email dbashore.quiet@page.cit.princeton.edu +} + +define contact { + contact_name EBT + use Princeton-Contact + alias Emergency Broadcast Towers + email EBT-Email_Contact@Princeton.EDU +} + +define contact { + contact_name ECM Admin Notify + use Princeton-Contact + alias OnBase guys + email ecm-admin-notify@Princeton.EDU +} + +define contact { + contact_name Elizabeth Parham + use Princeton-Contact + alias Elizabeth Parham (eparham@Princeton.EDU) + email eparham@Princeton.EDU +} + +define contact { + contact_name Eric Burd + use Princeton-Contact + alias Eric Burd (eburd@Princeton.EDU) + email eburd@Princeton.EDU +} + +define contact { + contact_name ESS Storage + use Princeton-Contact + alias ESS Storage (ess-storage@Princeton.EDU) + email ess-storage@Princeton.EDU +} + +define contact { + contact_name ESS UNIX List + use Princeton-Contact + alias ESS UNIX List (unix@Princeton.EDU) + email unix@Princeton.EDU +} + +define contact { + contact_name ESS Windows List + use Princeton-Contact + alias ESS Windows List (winmail@Princeton.EDU) + email winmail@Princeton.EDU +} + +define contact { + contact_name ESS Ops + use Princeton-Contact + alias ESS Ops (sv-list@Princeton.EDU) + email sv-list@Princeton.EDU +} + +define contact { + contact_name ESS Page + use Princeton-Contact + alias ESS Page (winpage@Princeton.EDU) + email winpage@Princeton.EDU +} + +define contact { + contact_name ESS_8x5 + use Princeton-Contact + alias ESS alert weekdays 8x5 + email winpage@princeton.edu + service_notification_period 8x5 + host_notification_period 8x5 +} + +define contact { + contact_name ESS_outside_8x5 + use Princeton-Contact + alias ESS alert weekdays outside 8x5 + email winmail@princeton.edu + service_notification_period Outside 8x5 + host_notification_period Outside 8x5 +} + +define contact { + contact_name Fac List + use Princeton-Contact + alias Facilities + email facntadm@Princeton.EDU +} + +define contact { + contact_name George Kopf + use Princeton-Contact + alias + email gkopf@Princeton.EDU +} + +define contact { + contact_name Gregory S. Paczkowski + use Princeton-Contact + alias Gregory S. Paczkowski (Associate Director of Athletics, Facilities, Athletics.) + email gpaczkow@Princeton.EDU +} + +define contact { + contact_name Jason Rappaport + use Princeton-Contact + alias Jason Rappaport + email jasonrap@Princeton.EDU +} + +define contact { + contact_name Jill E. Moraca + use Princeton-Contact + alias Jill E. Moraca + email jmoraca@Princeton.EDU +} + +define contact { + contact_name John Wagner off hours 4-9am + use Princeton-Contact + alias Programming Specialist, Enterprise Infrastructure Services, Office of Information Technology. + _telephoneNumber 609-258-6043 + service_notification_period 4am-9am daily + email john.wagner@princeton.edu +} + +define contact { + contact_name John Wagner off hours 3-4am + use Princeton-Contact + alias Programming Specialist, Enterprise Infrastructure Services, Office of Information Technology. + _telephoneNumber 609-258-6043 + service_notification_period 3am-4am daily + email john.wagner@princeton.edu +} + +define contact { + contact_name Hajar Pager + use Princeton-Contact + alias Hajar's pager + email 6097313043@vtext.com hajar@Princeton.EDU +} + +define contact { + contact_name HD Print List + use Princeton-Contact + alias Help Desk Print List (hd-print-notify@Princeton.EDU) + email hd-print-notify@Princeton.EDU +} + +define contact { + contact_name Henry Umansky + use Princeton-Contact + alias Henry Umansky (humansky@Princeton.EDU) + email humansky@Princeton.EDU +} + +define contact { + contact_name Helen Shpits + use Princeton-Contact + alias Helen Shpits (hshpits@Princeton.EDU) + email hshpits@Princeton.EDU +} + +define contact { + contact_name IAM OnCall + use Princeton-Contact + alias IAM OnCall (iamoncall@Princeton.EDU) + email iamoncall@Princeton.EDU +} + +define contact { + contact_name Igor V. Gubenko + use generic-contact + alias Igor + email igubenko@Princeton.EDU +} + +define contact { + contact_name Igor Gmail + use contact-via-external-backup + alias Igor's Gmail email via external lines + email igorvg@gmail.com +} + +define contact { + contact_name Igor Yahoo + use contact-via-external-backup + alias Igor Yahoo email via external lines + email igubenko@yahoo.com +} + +define contact { + contact_name Igor Pager + use Princeton-Contact + alias Igor Gubenko SMS + email 3474950942@txt.att.net +} + +define contact { + contact_name Igor Pager External + use contact-via-external-backup + alias Igor SMS via external lines + email 3474950942@txt.att.net +} + +define contact { + contact_name Irwin Pager + use Princeton-Contact + alias Irwin Pager + email 6099478057@vtext.com irwin@Princeton.EDU +} + +define contact { + contact_name Jeffrey G. Fitzwater + use Princeton-Contact + alias Jeffrey G. Fitzwater (Networking) + email jfitz@Princeton.EDU +} + +define contact { + contact_name Jeffrey Kontio + use Princeton-Contact + alias Technical Support Manager. + _telephoneNumber 609-258-2154 + email jeffrey.kontio@princeton.edu +} + +define contact { + contact_name Joseph Karam Pager + use Princeton-Contact + alias Joseph Karam Pager + email jmkaram@vtext.com +} + +define contact { + contact_name Joseph Karam Pager External + use contact-via-external-backup + alias Joseph Karam SMS via external lines + email jmkaram@vtext.com +} + +define contact { + contact_name Jesse Barron + use Princeton-Contact + alias Jesse Barron + email barron@Princeton.EDU +} + +define contact { + contact_name Kathy Haney Pager + use Princeton-Contact + alias Kathy Haney Pager + email 6096511529@vtext.com +} + +define contact { + contact_name Keith Moulton + use Princeton-Contact + alias Keith Moulton (WWS) + email kmoulton@Princeton.EDU +} + +define contact { + contact_name Keith Moulton Pager + use Princeton-Contact + alias Keith Moulton Pager (WWS) + email 6092717393@vtext.com +} + +define contact { + contact_name Kenneth Silber + use Princeton-Contact + alias Kenneth Silber (pppl.gov) + email ksilber@pppl.gov +} + +define contact { + contact_name Kevin E. Leighton Pager + use Princeton-Contact + alias Kevin E. Leighton Pager (UHS) + email 6106393273@txt.att.net +} + +define contact { + contact_name Krish Anugula + use Princeton-Contact + alias Krish Anugula + email 9083920164@vtext.com +} + +define contact { + contact_name Krish Anugula CRITICAL + use Princeton-Contact-Critical + alias Krish Anugula + email 9083920164@vtext.com +} + +define contact { + contact_name Lisa Leisinger + use Princeton-Contact + alias Lisa A. Leisinger (Purchasing) + email lisari@Princeton.EDU +} + +define contact { + contact_name Martin_Harriss + use Princeton-Contact + alias Martin_Harriss + email martin@Princeton.EDU +} + +define contact { + contact_name Martin Pager + use Princeton-Contact + alias Martin Harriss (IMS) + email 6097313074@vtext.com +} + +define contact { + contact_name Matt Immordino + use Princeton-Contact + alias Mathew Immordino + email mimmordi@Princeton.EDU +} + +define contact { + contact_name Mark Ratliff + use Princeton-Contact + alias Mark Ratliff + email ratliff@Princeton.EDU +} + +define contact { + contact_name Mark R. Williams + use Princeton-Contact + alias Mark R. Williams (Site Protection) + email mrwilliams@Princeton.EDU +} + +define contact { + contact_name Mary L. Chang + use Princeton-Contact + alias Mary L. Chang (AIS) + email mchang@Princeton.EDU +} + +define contact { + contact_name Maureen E. OConnor Pager + use Princeton-Contact + alias Maureen E. OConnor (IMS) + email 2674437407@vtext.com +} + +define contact { + contact_name Michael Zhong Cell + use Princeton-Contact + alias Michael Zhong Cell (Facilities) + email 6096510983@vtext.com +} + +define contact { + contact_name careerdcs + use Princeton-Contact + alias careerdcs@princeton.edu + email careerdcs@princeton.edu +} + +define contact { + contact_name casperadmindev + use Princeton-Contact + alias casperadmindev@princeton.edu + email casperadmindev@princeton.edu +} + +define contact { + contact_name esiddiqi + use Princeton-Contact + alias esiddiqi@princeton.edu + email esiddiqi@princeton.edu +} + +define contact { + contact_name eugenek + use Princeton-Contact + alias eugenek@princeton.edu + email eugenek@princeton.edu +} + +define contact { + contact_name kkaushik + use Princeton-Contact + alias kkaushik@princeton.edu + email kkaushik@princeton.edu +} + +define contact { + contact_name markrw + use Princeton-Contact + alias markrw@princeton.edu + email markrw@princeton.edu +} + +define contact { + contact_name monocle + use Princeton-Contact + alias Monocle (AISIW/Brian Long) + email monocle@Princeton.EDU +} + +define contact { + contact_name NAS Admin + use Princeton-Contact + alias NAS Administrators + email nasadmin@Princeton.EDU +} + +define contact { + contact_name NetOps + use Princeton-Contact + alias Network Operations group + email netops@Princeton.EDU +} + +define contact { + contact_name Networking + use Princeton-Contact + alias Network group + email networking@Princeton.EDU +} + +define contact { + contact_name OnBase Admin + use Princeton-Contact + alias OnBase Admins + email onbase-admin@Princeton.EDU +} + +define contact { + contact_name OnBase UA Support + use Princeton-Contact + alias OnBase UA Support + email onbase-UA-Support@Princeton.EDU +} + +define contact { + contact_name Pamela M. Slater + use Princeton-Contact + alias Pamela M. Slater (Transportation and Parking) + email pslater@Princeton.EDU +} + +define contact { + contact_name Philip Fugate + use Princeton-Contact + alias Philip J. Fugate + email pfugate@Princeton.EDU +} + +define contact { + contact_name Philip J. Fugate + use Princeton-Contact + alias Philip J. Fugate + email pfugate@Princeton.EDU +} + +define contact { + contact_name Quoc B. Nguyen Cell + use Princeton-Contact + alias Quoc B. Nguyen Cell (Facilities) + email 6094565024@tmomail.net +} + +define contact { + contact_name Ron Gittleman + use Princeton-Contact + alias Ron Gittleman (DBA) + email 6099474354@vtext.com +} + +define contact { + contact_name Ron Gittleman CRITICAL + use Princeton-Contact-Critical + alias Ron Gittleman (DBA) + email 6099474354@vtext.com +} + +define contact { + contact_name Sergey Guberman + use Princeton-Contact + alias Sergey Guberman (DBA) + email 6097310934@vtext.com +} + +define contact { + contact_name Sergey Guberman CRITICAL + use Princeton-Contact-Critical + alias Sergey Guberman (DBA) + email 6097310934@vtext.com +} + +define contact { + contact_name Todd Whitaker + use Princeton-Contact + alias Todd Whitaker (DBA) + email 6099157248@vtext.com +} + +define contact { + contact_name Todd Whitaker CRITICAL + use Princeton-Contact-Critical + alias Todd Whitaker (DBA) + email 6099157248@vtext.com +} + +define contact { + contact_name abye + use Princeton-Contact + alias abye@princeton.edu + email abye@princeton.edu +} + +define contact { + contact_name appleton + use Princeton-Contact + alias appleton@princeton.edu + email appleton@princeton.edu +} + +define contact { + contact_name bfitzwater + use Princeton-Contact + alias bfitzwater@princeton.edu + email bfitzwater@princeton.edu +} + +define contact { + contact_name casperadmin + use Princeton-Contact + alias casperadmin@princeton.edu + email casperadmin@princeton.edu +} + +define contact { + contact_name cla_scag + use Princeton-Contact + alias cla_scag@princeton.edu + email cla_scag@princeton.edu +} + +define contact { + contact_name coswald + use Princeton-Contact + alias coswald@princeton.edu + email coswald@princeton.edu +} + +define contact { + contact_name css-alert + use Princeton-Contact + alias css-alert@princeton.edu + email css-alert@princeton.edu +} + +define contact { + contact_name czimowsk + use Princeton-Contact + alias czimowsk@princeton.edu + email czimowsk@princeton.edu +} + +define contact { + contact_name drosso + use Princeton-Contact + alias drosso@princeton.edu + email drosso@princeton.edu +} + +define contact { + contact_name dummy + use Princeton-contact-punotify + alias Does not notify - we need this for delayed escalations + email groundwk@Princeton.EDU + host_notification_commands host-notify-dummy + service_notification_commands service-notify-dummy +} + +define contact { + contact_name eeb-fm-sa + use Princeton-Contact + alias eeb-fm-sa@princeton.edu + email eeb-fm-sa@princeton.edu +} + +define contact { + contact_name eeweb + use Princeton-Contact + alias eeweb@princeton.edu + email eeweb@princeton.edu +} + +define contact { + contact_name epm-list + use Princeton-Contact + alias epm-list@princeton.edu + email epm-list@princeton.edu +} + +define contact { + contact_name gshelp + use Princeton-Contact + alias gshelp@princeton.edu + email gshelp@princeton.edu +} + +define contact { + contact_name iam + use Princeton-Contact + alias iam@princeton.edu + email iam@princeton.edu +} + +define contact { + contact_name infosec + use Princeton-Contact + alias infosec@princeton.edu + email infosec@princeton.edu +} + +define contact { + contact_name jf19-ignore-this + use Princeton-Contact + alias jf19-ignore-this@princeton.edu + email jf19-ignore-this@princeton.edu +} + +define contact { + contact_name jmm14 + use Princeton-Contact + alias jmm14@princeton.edu + email jmm14@princeton.edu +} + +define contact { + contact_name jmull + use Princeton-Contact + alias jmull@princeton.edu + email jmull@princeton.edu +} + +define contact { + contact_name kimhuang + use Princeton-Contact + alias kimhuang@princeton.edu + email kimhuang@princeton.edu +} + +define contact { + contact_name langley + use Princeton-Contact + alias langley@princeton.edu + email langley@princeton.edu +} + +define contact { + contact_name markpe + use Princeton-Contact + alias markpe@princeton.edu + email markpe@princeton.edu +} + +define contact { + contact_name maximo + use Princeton-Contact + alias Maximo Monitoring Group + email maximo-monitoring@Princeton.EDU +} + +define contact { + contact_name Natasha Metelitsa + use Princeton-Contact + alias Natasha Metelitsa (OAS) + email nmetelit@Princeton.EDU +} + +define contact { + contact_name Nicholas Delo + use Princeton-Contact + alias Nicholas Delo (ESS) + email ndelo@Princeton.EDU +} + +define contact { + contact_name mhood + use Princeton-Contact + alias mhood@princeton.edu + email mhood@princeton.edu +} + +define contact { + contact_name milbrey + use Princeton-Contact + alias milbrey@princeton.edu + email milbrey@princeton.edu +} + +define contact { + contact_name mjo3 + use Princeton-Contact + alias mjo3@princeton.edu + email mjo3@princeton.edu +} + +define contact { + contact_name mmarnett + use Princeton-Contact + alias mmarnett@princeton.edu + email mmarnett@princeton.edu +} + +define contact { + contact_name nagiosadmin + use generic-contact + alias Nagios Admin + email igubenko@Princeton.EDU + #pager pagenagios-admin@localhost +} + +define contact { + contact_name nobody + use Princeton-Contact + alias Noone - no email + #host_notifications_enabled 0 + #service_notifications_enabled 0 + email blackhole +} + +define contact { + contact_name Office of the Dean + use Princeton-Contact + alias Office of the Dean + email docadmjg@Princeton.EDU +} + +define contact { + contact_name OIT DAS + use Princeton-Contact + alias OIT DAS (DAS) + email oitdas@Princeton.EDU +} + +define contact { + contact_name PICSS + use Princeton-Contact + alias PICSS (SS) + email picss@princeton.edu +} + +define contact { + contact_name PRSON PROJ + use Princeton-Contact + alias PRSON PROJ (Psychology) + email prson_proj@princeton.edu +} + +define contact { + contact_name none + use Princeton-Contact + alias none@princeton.edu + email none@princeton.edu +} + +define contact { + contact_name ohd-sec + use Princeton-Contact + alias ohd-sec@princeton.edu + email ohd-sec@princeton.edu +} + +define contact { + contact_name oit.security + use Princeton-Contact + alias oit.security@princeton.edu + email oit.security@princeton.edu +} + +define contact { + contact_name oitdcf + use Princeton-Contact + alias oitdcf@princeton.edu + email oitdcf@princeton.edu +} + +define contact { + contact_name pacreq + use Princeton-Contact + alias pacreq@princeton.edu + email pacreq@princeton.edu +} + +define contact { + contact_name pac_app_integration + use Princeton-Contact + alias pac_app_integration_list@princeton.edu + email pac_app_integration_list@princeton.edu +} + +define contact { + contact_name pac_usapps + use Princeton-Contact + alias pac_usapps_list@princeton.edu + email pac_usapps_list@princeton.edu +} + +define contact { + contact_name pcotech + use Princeton-Contact + alias pcotech@princeton.edu + email pcotech@princeton.edu +} + +define contact { + contact_name pilaro + use Princeton-Contact + alias pilaro@princeton.edu + email pilaro@princeton.edu +} + +define contact { + contact_name przcomp + use Princeton-Contact + alias przcomp@princeton.edu + email przcomp@princeton.edu +} + +define contact { + contact_name PS PRIME Support + use Princeton-Contact + alias PS PRIME Support + email ps_prime_support@princeton.edu +} + +define contact { + contact_name pu_default + use generic-contact + alias pu_default + email groundwk@Princeton.EDU + host_notification_commands host-notify-pu-default + service_notification_commands service-notify-pu-default +} + +define contact { + contact_name Quoc B. Nguyen + use Princeton-Contact + alias Quoc B. Nguyen (Facilities) + email quoc@Princeton.EDU +} + +define contact { + contact_name RN Admin + use Princeton-Contact + alias RN Admin (OAS) + email rnadmin@Princeton.EDU +} + +define contact { + contact_name Robert J. Kuhn + use Princeton-Contact + alias Robert J. Kuhn (rk2@Princeton.EDU) + email rk2@Princeton.EDU +} + +define contact { + contact_name Robert Tengowski + use Princeton-Contact + alias Robert Tengowski (rtengows@Princeton.EDU) + email rtengows@Princeton.EDU +} + +define contact { + contact_name Salvatore Urso + use Princeton-Contact + alias Salvatore Urso (OAS) + email surso@Princeton.EDU +} + +define contact { + contact_name Sushma Mendu + use Princeton-Contact + alias Sushma Mendu (AIS) + email smendu@Princeton.EDU +} + +define contact { + contact_name SDP List + use Princeton-Contact + alias SDP List (sdp@Princeton.EDU) + email sdp@Princeton.EDU +} + +define contact { + contact_name SDP Page + use Princeton-Contact + alias SDP Page (sdppage@Princeton.EDU) + email sdppage@Princeton.EDU +} + +define contact { + contact_name Sharepoint Admin + use Princeton-Contact + alias SharePoint Admin (sharepointadmin@princeton.edu) + email sharepointadmin@princeton.edu +} + +define contact { + contact_name Software Infrastructure Services + use Princeton-Contact + alias Software Infrastructure Services (sisters@Princeton.EDU) + email sisters@Princeton.EDU +} + +define contact { + contact_name Steven Niedzwiecki + use Princeton-Contact + alias Steven E. Niedzwiecki (steven@Princeton.EDU) + email steven@Princeton.EDU +} + +define contact { + contact_name Steven Semenuk + use Princeton-Contact + alias Steven H. Semenuk (semenuk@Princeton.EDU) + email semenuk@Princeton.EDU +} + +define contact { + contact_name Susan Fou + use Princeton-Contact + alias Susan C. Fou (Office of Development) + email susanfou@Princeton.EDU +} + +define contact { + contact_name Thesis Central + use Princeton-Contact + alias Thesis Central (Monika Mevenkamp) + email thesiscentralsu@Princeton.EDU +} + +define contact { + contact_name Timeline + use Princeton-Contact + alias Timeline machines (Kevin Perry - ATS) + email TimelineAdmin@Princeton.EDU +} + +define contact { + contact_name Timeline Operations + use Princeton-Contact + alias Timeline Operations (Kevin Perry - ATS) + email tlops@Princeton.EDU +} + +define contact { + contact_name Joshua Thomas + use Princeton-Contact + alias Joshua Thomas (Associate Director IT - University Services) + email jt7@Princeton.EDU +} + +define contact { + contact_name Paul Beaulieu + use Princeton-Contact + alias Paul W. Beaulieu (Page) + email 6096131849@vtext.com +} + +define contact { + contact_name Paul Beaulieu CRITICAL + use Princeton-Contact-Critical + alias Paul W. Beaulieu (Page) + email 6096131849@vtext.com +} + +define contact { + contact_name Ruth D. Gittens + use Princeton-Contact + alias Ruth D. Gittens + email rgittens@Princeton.EDU +} + +define contact { + contact_name UHS Server Team + use Princeton-Contact + alias UHS Server Team (UHS) + email UHS-ServerTeam@Princeton.EDU +} + +define contact { + contact_name USS IT + use Princeton-Contact + alias USS IT (USS) + email uss-it@Princeton.EDU +} + +define contact { + contact_name WDS List + use Princeton-Contact + alias Web Development Services (WDS) + email wds-staff@Princeton.EDU +} + +define contact { + contact_name Vito Badalamenti + use Princeton-Contact + alias Senior Developer/Analyst I, Administrative Information Services, Office of Information Technology. + email vitob@princeton.edu +} + +define contact { + contact_name WDS Reports List + use Princeton-Contact + alias Web Development Services Reports (WDS) + email wds-reports@Princeton.EDU +} + +define contact { + contact_name WWS Help List + use Princeton-Contact + alias Woodrow Wilson School Help List (WWS) + email wwshelp@Princeton.EDU +} + +define contact { + contact_name Yuri Smolyansky + use Princeton-Contact + alias Yuri Smolyansky (AIS) + email yuris@Princeton.EDU +} + +define contact { + contact_name eenet + use Princeton-Contact + alias eenet@princeton.edu + email eenet@princeton.edu +} + +define contact { + contact_name rd11 + use Princeton-Contact + alias rd11@princeton.edu + email rd11@princeton.edu +} + +define contact { + contact_name rsegers + use Princeton-Contact + alias rsegers@princeton.edu + email rsegers@princeton.edu +} + +define contact { + contact_name scsops + use Princeton-Contact + alias scsops@princeton.edu + email scsops@princeton.edu +} + +define contact { + contact_name sisters + use Princeton-Contact + alias sisters@princeton.edu @princeton.edu + email sisters@princeton.edu @princeton.edu +} + +define contact { + contact_name slmgeo + use Princeton-Contact + alias slmgeo@princeton.edu + email slmgeo@princeton.edu +} + +define contact { + contact_name smo-sysadmin + use Princeton-Contact + alias smo-sysadmin@princeton.edu + email smo-sysadmin@princeton.edu +} + +define contact { + contact_name smo-sysadmins + use Princeton-Contact + alias smo-sysadmins@princeton.edu + email smo-sysadmins@princeton.edu +} + +define contact { + contact_name switch + use Princeton-Contact + alias switch@princeton.edu + email switch@princeton.edu +} + +define contact { + contact_name swssecur + use Princeton-Contact + alias swssecur@princeton.edu + email swssecur@princeton.edu +} + +define contact { + contact_name topsup + use Princeton-Contact + alias topsup@princeton.edu + email topsup@princeton.edu +} + +define contact { + contact_name tuccillo + use Princeton-Contact + alias tuccillo@princeton.edu + email tuccillo@princeton.edu +} + +define contact { + contact_name uats + use Princeton-Contact + alias uats@princeton.edu + email uats@princeton.edu +} + +define contact { + contact_name ussntadm + use Princeton-Contact + alias ussntadm@princeton.edu + email ussntadm@princeton.edu +} + +define contact { + contact_name wds-ops + use Princeton-Contact + alias wds-ops@princeton.edu + email wds-ops@princeton.edu +} + +define contact { + contact_name wwscs + use Princeton-Contact + alias wwscs@princeton.edu + email wwscs@princeton.edu +} + +define contact { + contact_name Terrence M. Lam + use Princeton-Contact + alias Senior Security Administrator, Administrative Information Services, Office of Information Technology. + _telephoneNumber 609-258-3007 + email tlam@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Janet M. Strohl-Morgan + use Princeton-Contact + alias Associate Director for Information & Technology, Art Museum. + _telephoneNumber 609-258-7839 + email jstrohl@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name USSNTADM + use Princeton-Contact + email ussntadm@princeton.edu igubenko@Princeton.EDU +} + +define contact { + contact_name OIT CSG Reports + use Princeton-Contact + email csgrpts@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Collaborative Services Group + use Princeton-Contact + email csg@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name John Shorey + use Princeton-Contact + alias Systems Infrastructure Analyst I, Enterprise Infrastructure Services, Office of Information Technology. + _telephoneNumber 609-258-4587 + email shorey@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Facilities NT Administrator + use Princeton-Contact + email facntadm@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Steven E. Niedzwiecki + use Princeton-Contact + alias Senior Security Architect, Information Security Office. + _telephoneNumber 609-258-1618 + email steven@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name James E. Plastine + use Princeton-Contact + alias Department Computing Support Specialist, Psychology. + _telephoneNumber 609-258-1577 + email plastine@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Christopher Dietrich + use Princeton-Contact + alias Systems Infrastructure Manager, Enterprise Infrastructure Services, Office of Information Technology. + _telephoneNumber 609-258-6072 + email chris@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Christopher C. Dietrich + use Princeton-Contact + alias Systems Infrastructure Manager, Enterprise Infrastructure Services, Office of Information Technology. + _telephoneNumber 609-258-6072 + email chris@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Henry M. Umansky + use Princeton-Contact + alias Associate Director of Service Management. + _telephoneNumber 609-258-1674 + email humansky@princeton.edu igubenko@Princeton.EDU +} + +define contact { + contact_name Anthony C. Wilk + use Princeton-Contact + alias Information Support Specialist, Development Technology Services, Office of Development. + _telephoneNumber 609-258-2447 + email acwilk@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Jennifer L. Curatola + use Princeton-Contact + email jlf@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name Christophe Lamarque-Lacoste + use Princeton-Contact + email lamarque@Princeton.EDU igubenko@Princeton.EDU +} + +define contact { + contact_name James Chu Pager + use Princeton-Contact + email 6099333568@tmomail.net jkchu@Princeton.EDU +} + +define contact { + contact_name ATS System Administration + use Princeton-Contact + alias Academic Technology Services, Office of Information Technology + email etcsys@Princeton.EDU +} + +define contact { + contact_name Adam A. Ouellette + use Princeton-Contact + alias ITSM Process Specialist, Service Management Office, Office of In (Service Management Office, Office of Information Technology) + _telephoneNumber 609-258-4737 + email adam.ouellette@princeton.edu +} + +define contact { + contact_name Adam C. Boltz + use Princeton-Contact + alias Controls Engineer, Engineering and Campus Energy - Control. (Engineering and Campus Energy - Control) + _telephoneNumber 609-258-2120 + email aboltz@Princeton.EDU +} + +define contact { + contact_name Alan M. Stahl + use Princeton-Contact + alias Curator of Numismatics. Lecturer in Art and Archaeology. (Library-Rare Books & Special Collections) + _telephoneNumber 609-258-9127 + email astahl@Princeton.EDU +} + +define contact { + contact_name Alex J. Trosko + use Princeton-Contact + alias Systems Administrator, Site Protection-Administration. (Site Protection-Administration) + _telephoneNumber 609-258-8129 + email ajtrosko@Princeton.EDU +} + +define contact { + contact_name Allison B. Petito + use Princeton-Contact + alias Senior Training Coordinator, Organization Effectiveness&Communic (Organization Effectiveness&Communication, VP for Finance and Tre) + _telephoneNumber 609-258-8892 + email apetito@Princeton.EDU +} + +define contact { + contact_name Alvin A. Daniel + use Princeton-Contact + alias Technical Support Specialist, Office of the Dean for Research. (Office of the Dean for Research) + _telephoneNumber 609-258-0362 + email alvind@Princeton.EDU +} + +define contact { + contact_name Andre Rivera + use Princeton-Contact + alias Big Data and Storage Analyst, Research Computing, Office of Info (Research Computing, Office of Information Technology) + _telephoneNumber 609-258-1548 + _mobile 609-955-6789 + email andreriv@princeton.edu +} + +define contact { + contact_name Anthony J. Jones + use Princeton-Contact + alias Network Operations Infrastructure Senior Administrator, Support (Support Services, Office of Information Technology) + _telephoneNumber 609-258-2554 + email ajjones@Princeton.EDU +} + +define contact { + contact_name Architecture Computer + use Princeton-Contact + alias Architecture + email archcomp@Princeton.EDU +} + +define contact { + contact_name Arthur T. Murphy + use Princeton-Contact + alias Energy Project Engineer, Engineering and Campus Energy. (Engineering and Campus Energy) + _telephoneNumber 609-258-9298 + email amurphy@Princeton.EDU +} + +define contact { + contact_name Asim Shahab + use Princeton-Contact + alias Manager ERP Financials, Software and Application Services, Offic (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-3282 + email ashahab@princeton.edu +} + +define contact { + contact_name Audrey L. Wright + use Princeton-Contact + alias Senior PeopleSoft Database Administrator II, Software and Applic (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-5840 + email awright@Princeton.EDU +} + +define contact { + contact_name Austin Bye + use Princeton-Contact + alias Lead Developer/ Analyst II, Software and Application Services, O (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-8527 + email austin.bye@princeton.edu +} + +define contact { + contact_name Ben Johnston + use Princeton-Contact + alias Senior Educational Technology Specialist, McGraw Center for Teac (McGraw Center for Teaching and Learning) + _telephoneNumber 609-258-9835 + email benj@Princeton.EDU +} + +define contact { + contact_name Brandon Kennedy + use Princeton-Contact + alias Technical Support Specialist, Support Services, Office of Inform (Support Services, Office of Information Technology) + _telephoneNumber 609-258-4053 + email bk@Princeton.EDU +} + +define contact { + contact_name Brian J. Powell + use Princeton-Contact + alias Application Delivery Analyst, University Health Services. (University Health Services) + _telephoneNumber 609-258-8711 + email brianp@princeton.edu +} + +define contact { + contact_name Brian K. Osborne + use Princeton-Contact + alias Senior Web Developer, Software and Application Services, Office (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-2051 + email bosborne@princeton.edu +} + +define contact { + contact_name Brian Long + use Princeton-Contact + alias Lead Developer/Analyst Il, Software and Application Services, Of (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-0829 + email blong@Princeton.EDU +} + +define contact { + contact_name Brian T. Burgher + use Princeton-Contact + alias Desktop Support Specialist, Office of the Dean of the College. (Office of the Dean of the College) + _telephoneNumber 609-258-9499 + email brian.burgher@princeton.edu +} + +define contact { + contact_name Bryan S. Fitzwater + use Princeton-Contact + alias Manager, Technical Support, Athletics. (Athletics) + _telephoneNumber 609-258-9066 + email bfitzwater@princeton.edu +} + +define contact { + contact_name CISDR Group of EIS + use Princeton-Contact + alias Enterprise Infrastructure Services, Office of Information Techno + email cisdr@princeton.edu +} + +define contact { + contact_name CSES Internal - System Generated + use Princeton-Contact + alias Research Computing, Office of Information Technology + email csesi@princeton.edu +} + +define contact { + contact_name Carla M. Zimowsk + use Princeton-Contact + alias Technical Support Analyst/Manager, History. (History) + _telephoneNumber 609-258-5256 + email czimowsk@Princeton.EDU +} + +define contact { + contact_name Cathryn Goodwin + use Princeton-Contact + alias Manager, Collections Information, Art Museum. (Art Museum) + _telephoneNumber 609-258-9374 + email cathryng@Princeton.EDU +} + +define contact { + contact_name Charlayne H. Beavers + use Princeton-Contact + alias Senior Manager, Strategic Projects & Services, Support Services, (Support Services, Office of Information Technology) + _telephoneNumber 609-258-6034 + _mobile 609-937-4620 + email charlayne.beavers@princeton.edu +} + +define contact { + contact_name Charlotte C. Hussey + use Princeton-Contact + alias Unspecified Department + _telephoneNumber 609-258-6533 + email hussey@princeton.edu +} + +define contact { + contact_name Chi M. Lu + use Princeton-Contact + alias Senior Systems Administrator, Enterprise Infrastructure Services (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-1061 + email clu@Princeton.EDU +} + +define contact { + contact_name Christiane D. Fellbaum + use Princeton-Contact + alias Lecturer with the rank of Professor in the Council of the Humani (The Council of the Humanities) + _telephoneNumber 609-258-2824 + email fellbaum@Princeton.EDU +} + +define contact { + contact_name Christopher J. Tengi + use Princeton-Contact + alias Senior Architect, Advanced Networking, Research Computing, Offic (Research Computing, Office of Information Technology) + _telephoneNumber 609-258-6799 + _mobile 609-647-4584 + email tengi@Princeton.EDU +} + +define contact { + contact_name Christopher L. Kranz + use Princeton-Contact + alias Collaboration Infrastructure Lead, Enterprise Infrastructure Ser (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-6871 + email clk@princeton.edu +} + +define contact { + contact_name Christopher M. Stewart + use Princeton-Contact + alias Senior PeopleSoft Database Administrator II, Software and Applic (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-3387 + email cs2@Princeton.EDU +} + +define contact { + contact_name Christopher S. Oswald + use Princeton-Contact + alias Assistant Director, IT Audit, Audit and Compliance. (Audit and Compliance) + _telephoneNumber 609-258-6032 + email coswald@princeton.edu +} + +define contact { + contact_name Computational Science and Engineering Support + use Princeton-Contact + alias Research Computing, Office of Information Technology + email csesa@princeton.edu +} + +define contact { + contact_name Conrad L. Silvestre + use Princeton-Contact + alias Electrical Engineering + email conrad@exchange.Princeton.EDU +} + +define contact { + contact_name D T. Moraski II + use Princeton-Contact + alias Systems Infrastructure Analyst I, Enterprise Infrastructure Serv (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-5022 + email moraski2@Princeton.EDU +} + +define contact { + contact_name Daniel Chin + use Princeton-Contact + alias Associate Director, Storage and Automation, Enterprise Infrastru (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-6021 + _mobile 609-731-8610 + email dchin@Princeton.EDU +} + +define contact { + contact_name Daniel E. Veith + use Princeton-Contact + alias Web Developer/Systems Admin, Electrical Engineering. (Electrical Engineering) + _telephoneNumber 609-258-3384 + email dveith@princeton.edu +} + +define contact { + contact_name Daniel McNesby + use Princeton-Contact + alias Senior Technical Support, Princeton Institute for the Science an (Princeton Institute for the Science and Technology of Materials) + _telephoneNumber 609-258-7052 + email dmcnesb@Princeton.EDU +} + +define contact { + contact_name Daniel T. Brennan + use Princeton-Contact + alias Museum Application Developer, Art Museum. (Art Museum) + _telephoneNumber 609-258-2819 + email dbrennan@princeton.edu +} + +define contact { + contact_name Daniel T. Pease + use Princeton-Contact + alias Student Computing Support Spec, Support Services, Office of Info (Support Services, Office of Information Technology) + _telephoneNumber 609-258-2082 + email dpease@Princeton.EDU +} + +define contact { + contact_name David A. Beohmer + use Princeton-Contact + alias Unspecified Department + _mobile 609-820-0598 + email dbeohmer@Princeton.EDU +} + +define contact { + contact_name David J. Parks + use Princeton-Contact + alias Financial Systems Analyst, Finance Technology, Office of the VP (Finance Technology, Office of the VP for Finance & Treasurer) + _telephoneNumber 609-258-7123 + email dparks@Princeton.EDU +} + +define contact { + contact_name David L. Herrington + use Princeton-Contact + alias Senior Manager, Custom Solutions and Integration, Software and A (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-2952 + _mobile 908-447-7156 + email dave.herrington@princeton.edu +} + +define contact { + contact_name David M. Hopkins + use Princeton-Contact + alias Senior Manager, Video Production Support, Support Services, Offi (Support Services, Office of Information Technology) + _telephoneNumber 609-258-3322 + email dhopkins@Princeton.EDU +} + +define contact { + contact_name David O. Goetz + use Princeton-Contact + alias Assistant Director, Campus Dining Financial Services, Campus Din (Campus Dining, University Services) + _telephoneNumber 609-258-3470 + email dgoetz@Princeton.EDU +} + +define contact { + contact_name David P. Tierney + use Princeton-Contact + alias Lead Developer/Analyst Il, Software and Application Services, Of (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-6782 + email dtierney@Princeton.EDU +} + +define contact { + contact_name David Rinker + use Princeton-Contact + alias Senior Network Engineer I, Enterprise Infrastructure Services, O (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-4555 + email drinker@princeton.edu +} + +define contact { + contact_name Dawn F. McCall + use Princeton-Contact + alias GIS & Land Analyst, Facilities Finance and Administrative Servic (Facilities Finance and Administrative Services) + _telephoneNumber 609-258-8205 + email dmccall@Princeton.EDU +} + +define contact { + contact_name Dean A. Plante + use Princeton-Contact + alias Sr Info Security Engineer, Information Security Office. (Information Security Office) + _telephoneNumber 609-258-3312 + email dplante@princeton.edu +} + +define contact { + contact_name Diana I. Tamir + use Princeton-Contact + alias Assistant Professor of Psychology. (Psychology) + _telephoneNumber 609-258-7845 + email dtamir@princeton.edu +} + +define contact { + contact_name Dianne M. Wolochowicz + use Princeton-Contact + alias Client Systems Specialist, Support Services, Office of Informati (Support Services, Office of Information Technology) + _telephoneNumber 609-258-7113 + email dianne@Princeton.EDU +} + +define contact { + contact_name Doreen Sullivan + use Princeton-Contact + alias IT Team Manager, Geosciences. (Geosciences) + _telephoneNumber 609-258-5184 + _mobile 732-684-0130 + email doreens@Princeton.EDU +} + +define contact { + contact_name Douglas Rosso + use Princeton-Contact + alias Senior IT Manager, Chemistry. (Chemistry) + _telephoneNumber 609-258-3912 + email drosso@Princeton.EDU +} + +define contact { + contact_name Dwight D. Bashore + use Princeton-Contact + alias Collaboration Infrastructure Analyst, Enterprise Infrastructure (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-1733 + email dbashore@Princeton.EDU +} + +define contact { + contact_name EE Webmaster + use Princeton-Contact + alias Electrical Engineering + email eeweb@Princeton.EDU +} + +define contact { + contact_name EEB FileMaker Server Admin + use Princeton-Contact + alias Ecology and Evolutionary Biology + email eeb-fm-sa@princeton.edu +} + +define contact { + contact_name Edith M. Rzomp + use Princeton-Contact + alias Systems Administrator, Site Protection-Administration. (Site Protection-Administration) + _telephoneNumber 609-258-7815 + email erzomp@princeton.edu +} + +define contact { + contact_name Elke U. Weber + use Princeton-Contact + alias Gerhard R. Andlinger Professor in Energy and the Environment, Pr (Woodrow Wilson School) + _telephoneNumber 609-258-7640 + email eweber@princeton.edu +} + +define contact { + contact_name Eric C. Altman + use Princeton-Contact + alias Department Computing Support Specialist, Sociology. (Sociology) + _telephoneNumber 609-258-2851 + email ealtman@princeton.edu +} + +define contact { + contact_name Erick W. Burd + use Princeton-Contact + alias Network & Monitoring Infrastructure Analyst, Enterprise Infrastr (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-0186 + email eburd@princeton.edu +} + +define contact { + contact_name Erik D. Johnston + use Princeton-Contact + alias Sr. Desktop Support Specialist, Finance Technology, Office of th (Finance Technology, Office of the VP for Finance & Treasurer) + email erik@Princeton.EDU +} + +define contact { + contact_name FACJZADM + use Princeton-Contact + alias Facilities Finance and Administrative Services + email facjzadm@princeton.edu +} + +define contact { + contact_name Forrest M. Meggers + use Princeton-Contact + alias Assistant Professor of Architecture and the Andlinger Center for (Architecture) + _telephoneNumber 609-258-7831 + email fmeggers@princeton.edu +} + +define contact { + contact_name Frank J. Indyk Jr. + use Princeton-Contact + alias Manager, Network Operations, Support Services, Office of Informa (Support Services, Office of Information Technology) + _telephoneNumber 609-258-6780 + email franki@Princeton.EDU +} + +define contact { + contact_name Gary Brancato + use Princeton-Contact + alias Controls Engineer, Engineering and Campus Energy - Control. (Engineering and Campus Energy - Control) + _telephoneNumber 609-258-2872 + email garyb@Princeton.EDU +} + +define contact { + contact_name Gary D. Eshbaugh + use Princeton-Contact + alias Student Computing Specialist, Support Services, Office of Inform (Support Services, Office of Information Technology) + _telephoneNumber 609-258-4769 + email eshbaugh@Princeton.EDU +} + +define contact { + contact_name George R. Fleming Jr. + use Princeton-Contact + alias Lead Developer/Analyst II, Software and Application Services, Of (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-5065 + email fleming@Princeton.EDU +} + +define contact { + contact_name George R. Kopf + use Princeton-Contact + alias Director, Software Infrastructure Services, Software and Applica (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-4930 + email gkopf@princeton.edu +} + +define contact { + contact_name Ghani Zahid + use Princeton-Contact + alias + email gzahid@princeton.edu +} + +define contact { + contact_name Glenn R. Wemple + use Princeton-Contact + alias Director of Investment Technology, Princeton University Investme (Princeton University Investment Company) + _telephoneNumber 609-258-5439 + email gwemple@Princeton.EDU +} + +define contact { + contact_name Grant A. Weed + use Princeton-Contact + alias Senior Manager, Unified Communications Services, Support Service (Support Services, Office of Information Technology) + _telephoneNumber 609-258-7130 + email gweed@Princeton.EDU +} + +define contact { + contact_name Gregory S. Blaha + use Princeton-Contact + alias Technical Support Analyst/IT Manager, Office of the Dean of Unde (Office of the Dean of Undergraduate Students) + _telephoneNumber 609-258-9643 + email gblaha@Princeton.EDU +} + +define contact { + contact_name Hajar Niroomand + use Princeton-Contact + alias Networking and Monitoring Infrastructure Lead, Enterprise Infras (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-0929 + email hajar@Princeton.EDU +} + +define contact { + contact_name Health Services Help + use Princeton-Contact + alias University Health Services + email uhshelp@Princeton.EDU +} + +define contact { + contact_name Heather Campbell + use Princeton-Contact + alias Director, Analytics & Data Management, University Advancement. (Analytics & Data Management, University Advancement) + _telephoneNumber 609-258-7951 + email hcampbel@Princeton.EDU +} + +define contact { + contact_name Hyojoon Kim + use Princeton-Contact + alias Cyber Infrastructure Engineer, Princeton Institute for Computati (Princeton Institute for Computational Science and Engineering) + _telephoneNumber 609-258-2949 + email joonk@princeton.edu +} + +define contact { + contact_name Ian R. Finch + use Princeton-Contact + alias Lead Developer/Analyst Il, Software and Application Services, Of (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-7261 + email ian.finch@princeton.edu +} + +define contact { + contact_name Identity and Access Management + use Princeton-Contact + alias Unspecified Department + email iam@princeton.edu +} + +define contact { + contact_name Igor Zivkovic + use Princeton-Contact + alias Information Technology Manager, Public Safety. (Public Safety) + _telephoneNumber 609-258-5773 + email izivkovi@Princeton.EDU +} + +define contact { + contact_name Information Security + use Princeton-Contact + alias Operations and Planning, Office of Information Technology + email protect@Princeton.EDU +} + +define contact { + contact_name Information Security Office + use Princeton-Contact + alias Information Security Office + email infosec@princeton.edu +} + +define contact { + contact_name Irwin S. Tillman + use Princeton-Contact + alias Networking and Monitoring Infrastructure Lead, Enterprise Infras (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-6062 + email irwin@Princeton.EDU +} + +define contact { + contact_name Jacqueline Golden + use Princeton-Contact + alias Associate Director, Application Development, Analytics & Data Ma (Analytics & Data Management, University Advancement) + _telephoneNumber 609-258-0995 + email jfgolden@Princeton.EDU +} + +define contact { + contact_name James D. Kane + use Princeton-Contact + alias Engineering and Campus Energy + email jkane@Princeton.EDU +} + +define contact { + contact_name James K. Chu + use Princeton-Contact + alias Lead Developer/Analyst II, Software and Application Services, Of (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-4714 + email jkchu@Princeton.EDU +} + +define contact { + contact_name James Kim + use Princeton-Contact + alias Senior Application Developer, University Services. (University Services) + _telephoneNumber 609-258-1288 + email jk20@princeton.edu +} + +define contact { + contact_name James P. McClure + use Princeton-Contact + alias Senior Research Historian, History. General Editor, Papers of Th (History) + _telephoneNumber 609-258-5687 + email mcclur@Princeton.EDU +} + +define contact { + contact_name Jason B. Rappaport + use Princeton-Contact + alias Identity & Access Management Analyst, Enterprise Infrastructure (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-8464 + email jasonrap@princeton.edu +} + +define contact { + contact_name Jaysen J. LeSage + use Princeton-Contact + alias Senior IT Manager, Office of the Dean of the College. (Office of the Dean of the College) + _telephoneNumber 609-258-2882 + email jlesage@Princeton.EDU +} + +define contact { + contact_name Jeff S Heller + use Princeton-Contact + alias Data and Project Coordinator, East Asian Studies. (East Asian Studies) + _telephoneNumber 609-258-4775 + email jsheller@princeton.edu +} + +define contact { + contact_name Jeffrey J. Mull + use Princeton-Contact + alias Media Technician, Support Services, Office of Information Techno (Support Services, Office of Information Technology) + _telephoneNumber 609-258-4113 + email jmull@Princeton.EDU +} + +define contact { + contact_name Jeffrey L. Firestone + use Princeton-Contact + alias Systems Infrastructure Analyst II, Enterprise Infrastructure Ser (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-1791 + email jeff.firestone@princeton.edu +} + +define contact { + contact_name Jeffrey M. Zodda + use Princeton-Contact + alias Manager, Technical Support Services, Facilities Finance and Admi (Facilities Finance and Administrative Services) + _telephoneNumber 609-258-2552 + email jzodda@Princeton.EDU +} + +define contact { + contact_name Jennifer R. Broome Chung + use Princeton-Contact + alias Manager, Account Management & Delivery Planning & Construction M (Facilities Finance and Administrative Services) + _telephoneNumber 609-258-4936 + email jbroome@princeton.edu +} + +define contact { + contact_name Jeremiah D. LaMontagne + use Princeton-Contact + alias Technical Support Specialist, Program in Gender and Sexuality St (Program in Gender and Sexuality Studies) + _telephoneNumber 609-258-9738 + email jl21@princeton.edu +} + +define contact { + contact_name Jesse Saunders + use Princeton-Contact + alias Technical Support Specialist, Ecology and Evolutionary Biology. (Ecology and Evolutionary Biology) + _telephoneNumber 609-258-3574 + email jbs@Princeton.EDU +} + +define contact { + contact_name Joanne M. Smart + use Princeton-Contact + alias Manager, ERP Campus Solutions, Software and Application Services (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-1904 + email jsmart@Princeton.EDU +} + +define contact { + contact_name John J. McDaniel + use Princeton-Contact + alias Control Systems Operator, Engineering and Campus Energy - Contro (Engineering and Campus Energy - Control) + _telephoneNumber 609-258-5890 + email mcdaniel@Princeton.EDU +} + +define contact { + contact_name John P. Sophy + use Princeton-Contact + alias Collaboration Infrastructure Analyst, Enterprise Infrastructure (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-2951 + email jsophy@Princeton.EDU +} + +define contact { + contact_name John S. Green III + use Princeton-Contact + alias Desktop Support, Office of the Dean of the College. (Office of the Dean of the College) + _telephoneNumber 609-258-8999 + email jgreen@Princeton.EDU +} + +define contact { + contact_name John W. Jameson + use Princeton-Contact + alias Web Strategist and Developer, Communications. (Communications) + _telephoneNumber 609-258-9534 + email jjameson@Princeton.EDU +} + +define contact { + contact_name John Wagner + use Princeton-Contact + alias Collaboration Infrastructure Analyst, Enterprise Infrastructure (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-6043 + _mobile 609-240-4679 + email john.wagner@princeton.edu +} + +define contact { + contact_name Jonathan R. Bickel + use Princeton-Contact + alias Assistant Manager, IT, Admission. (Admission) + _telephoneNumber 609-258-1590 + email jbickel@Princeton.EDU +} + +define contact { + contact_name Joseph M. Karam + use Princeton-Contact + alias Associate Director, Networking and Monitoring Services, Enterpri (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-2774 + email jkaram@Princeton.EDU +} + +define contact { + contact_name Joseph P. Keane + use Princeton-Contact + alias Application Delivery Specialist, Research and Project Administra (Research and Project Administration) + _telephoneNumber 609-258-4964 + email jkeane@Princeton.EDU +} + +define contact { + contact_name Joshua E. Linkov + use Princeton-Contact + alias Assistant University Architect, Office of the University Archite (Office of the University Architect) + _telephoneNumber 609-258-9818 + email jlinkov@Princeton.EDU +} + +define contact { + contact_name Joshua P. Thomas + use Princeton-Contact + alias Director of Information Technology, University Services. (University Services) + _telephoneNumber 609-258-5405 + email jt7@princeton.edu +} + +define contact { + contact_name Judith E. Oakley + use Princeton-Contact + alias Information Technology Manager, University Health Services. (University Health Services) + _telephoneNumber 609-258-2680 + email joakley@Princeton.EDU +} + +define contact { + contact_name Julie A. Angarone + use Princeton-Contact + alias Departmental Computing Support Specialist, Art and Archaeology a (Art and Archaeology) + _telephoneNumber 609-258-5864 + email angarone@Princeton.EDU +} + +define contact { + contact_name Justin T. Kazlauskas + use Princeton-Contact + alias Senior Technical Support Specialist, Department of Spanish and P (Department of Spanish and Portuguese) + _telephoneNumber 609-258-7690 + email jk14@princeton.edu +} + +define contact { + contact_name Kai C. Laidlaw + use Princeton-Contact + alias Technical Support Specialist, Classics. (Classics) + _telephoneNumber 609-258-7952 + email klaidlaw@princeton.edu +} + +define contact { + contact_name Kathleen D. Haney + use Princeton-Contact + alias Associate Director, Technical Services, Advancement Technology S (Advancement Technology Services, University Advancement) + _telephoneNumber 609-258-1379 + email kathyh@Princeton.EDU +} + +define contact { + contact_name Keith B. Martin + use Princeton-Contact + alias Associate Director, Identity & Access Management, Enterprise Inf (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-5769 + email keith.martin@princeton.edu +} + +define contact { + contact_name Keith Tuccillo + use Princeton-Contact + alias Manager, Security & Access Control, Site Protection-Administrati (Site Protection-Administration) + _telephoneNumber 609-258-8983 + email tuccillo@Princeton.EDU +} + +define contact { + contact_name Kevin D. Hoffman + use Princeton-Contact + alias Senior Systems Administrator, Enterprise Infrastructure Services (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-2545 + email kh6@princeton.edu +} + +define contact { + contact_name Kevin J. Czarnecki + use Princeton-Contact + alias IT Security Analyst. (Information Technology, Princeton Plasma Physics Laboratory) + _telephoneNumber 609-243-2123 + email kczarnec@Princeton.EDU +} + +define contact { + contact_name Kevin R. Guilbault + use Princeton-Contact + alias Tech Support/ITSM Proj Analyst, University Services. (University Services) + _telephoneNumber 609-258-7172 + email kg3@princeton.edu +} + +define contact { + contact_name Kevin R. Perry + use Princeton-Contact + alias Senior Architect, Software Development, Software and Application (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-4697 + email perry@Princeton.EDU +} + +define contact { + contact_name Kevin W. Mensch + use Princeton-Contact + alias Technical Support Analyst/Manager. (English) + _telephoneNumber 609-258-8458 + email kmensch@Princeton.EDU +} + +define contact { + contact_name Kim Y. Huang + use Princeton-Contact + alias Senior Application Developer, Software and Application Services, (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-8532 + email kimhuang@princeton.edu +} + +define contact { + contact_name Kristian A. Kauker + use Princeton-Contact + alias Assistant Manager, Learning Space Support, Support Services, Off (Support Services, Office of Information Technology) + _telephoneNumber 609-258-4226 + email kkauker@Princeton.EDU +} + +define contact { + contact_name Lakshmi Annamalai + use Princeton-Contact + alias Senior Developer/Analyst II, Software and Application Services, (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-0344 + email lannamal@Princeton.EDU +} + +define contact { + contact_name Life Safety Group + use Princeton-Contact + alias Site Protection-Administration + email lssuser@Princeton.EDU +} + +define contact { + contact_name Mariann S. Miller + use Princeton-Contact + alias Senior Process Manager, Service Management Office, Office of Inf (Service Management Office, Office of Information Technology) + _telephoneNumber 609-258-0756 + email mariann.miller@princeton.edu +} + +define contact { + contact_name Mark A. Ratliff + use Princeton-Contact + alias Senior Architect, Cloud Infrastructure Services and Digital Repo (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-0228 + email ratliff@Princeton.EDU +} + +define contact { + contact_name Mark Duverge + use Princeton-Contact + alias Systems Infrastructure Associate, Enterprise Infrastructure Serv (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-9728 + email duvergem@Princeton.EDU +} + +define contact { + contact_name Mark J. Pellecchia + use Princeton-Contact + alias Client Systems Specialist, Support Services, Office of Informati (Support Services, Office of Information Technology) + _telephoneNumber 609-258-7982 + email markpe@Princeton.EDU +} + +define contact { + contact_name Mark Lewis + use Princeton-Contact + alias System Analyst, Facilities Finance and Administrative Services. (Facilities Finance and Administrative Services) + _telephoneNumber 609-258-6794 + email cl3@Princeton.EDU +} + +define contact { + contact_name Martin Harriss + use Princeton-Contact + alias Storage Infrastructure Lead, Enterprise Infrastructure Services, (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-4819 + email martin@Princeton.EDU +} + +define contact { + contact_name Marvin E. Waterman + use Princeton-Contact + alias Technology Support Manager, Office of the Dean of the Graduate S (Office of the Dean of the Graduate School) + _telephoneNumber 609-258-1393 + _mobile 609-216-5597 + email mwaterma@Princeton.EDU +} + +define contact { + contact_name Matt OConnell + use Princeton-Contact + alias Lead Developer/System Administrator, Service Management Office, (Service Management Office, Office of Information Technology) + _telephoneNumber 609-258-3822 + email mjo3@princeton.edu +} + +define contact { + contact_name Matt S. Marnett + use Princeton-Contact + alias Manager of Technology and Information Systems, Art Museum. (Art Museum) + _telephoneNumber 609-258-9185 + _mobile 609-216-9832 + email mmarnett@princeton.edu +} + +define contact { + contact_name Matthew G. Hood + use Princeton-Contact + alias Senior Developer/Analyst I, Software and Application Services, O (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-7878 + email mhood@Princeton.EDU +} + +define contact { + contact_name Matthew H. Cahn + use Princeton-Contact + alias Systems Administrator for Biology, Research Computing, Office of (Research Computing, Office of Information Technology) + _telephoneNumber 609-258-5404 + email mcahn@Princeton.EDU +} + +define contact { + contact_name Matthew L. Woodmansee + use Princeton-Contact + alias Application Delivery Specialist, Planning and Construction Manag (Facilities Finance and Administrative Services) + _telephoneNumber 609-258-0597 + email mwoodmansee@princeton.edu +} + +define contact { + contact_name Maureen E. OConnor + use Princeton-Contact + alias Storage Infrastructure Analyst, Enterprise Infrastructure Servic (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-0203 + email maureeno@Princeton.EDU +} + +define contact { + contact_name Mibs Southerland + use Princeton-Contact + alias Senior Associate Director for Classes and Reunions, Office of Al (Office of Alumni Affairs, University Advancement) + _telephoneNumber 609-258-5836 + email milbrey@Princeton.EDU +} + +define contact { + contact_name Michael D. Langley + use Princeton-Contact + alias Technical Support Manager, Music. (Music) + _telephoneNumber 609-258-0233 + email langley@princeton.edu +} + +define contact { + contact_name Michael D. Muzzie + use Princeton-Contact + alias Manager, Web Development, Software and Application Services, Off (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-7911 + _mobile 609-865-0734 + email mdmuzzie@Princeton.EDU +} + +define contact { + contact_name Michael J. Zarillo + use Princeton-Contact + alias Senior Manager, Custom Solutions and Integration, Software and A (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-0464 + email mzarillo@Princeton.EDU +} + +define contact { + contact_name Michael Zhong + use Princeton-Contact + alias Application Programmer Analyst, Facilities Finance and Administr (Facilities Finance and Administrative Services) + _telephoneNumber 609-258-7027 + email mzhong@Princeton.EDU +} + +define contact { + contact_name Monika C. Mevenkamp + use Princeton-Contact + alias Digital Repository Infrastructure Developer, Enterprise Infrastr (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-4161 + email monikam@princeton.edu +} + +define contact { + contact_name Nicholas A. Delo + use Princeton-Contact + alias Associate Director, Systems & Virtualization, Enterprise Infrast (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-9322 + email ndelo@Princeton.EDU +} + +define contact { + contact_name Nicholas DiPietro + use Princeton-Contact + alias Server and Support Analyst, Advancement Technology Services, Uni (Advancement Technology Services, University Advancement) + _telephoneNumber 609-258-6213 + email dipietro@Princeton.EDU +} + +define contact { + contact_name ODOC Linux Admin-JG + use Princeton-Contact + alias Office of the Dean of the College + email docadmjg@princeton.edu +} + +define contact { + contact_name OIT HWS Netman + use Princeton-Contact + alias Support Services, Office of Information Technology + email netman@princeton.edu +} + +define contact { + contact_name Open Access Repository + use Princeton-Contact + alias Academic Technology Services, Office of Information Technology + email oar@princeton.edu +} + +define contact { + contact_name PAC OPM Request + use Princeton-Contact + alias Software and Application Services, Office of Information Technol + email pacreq@Princeton.EDU +} + +define contact { + contact_name PRISM Computer + use Princeton-Contact + alias Princeton Institute for the Science and Technology of Materials + email przcomp@Princeton.EDU +} + +define contact { + contact_name Pace Center DCS + use Princeton-Contact + alias Pace Center + email pacedcs@princeton.edu +} + +define contact { + contact_name Paul W. Beaulieu + use Princeton-Contact + alias Senior PeopleSoft Database Administrator II, Software and Applic (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-0261 + email pb17@princeton.edu +} + +define contact { + contact_name Paula L. Brett + use Princeton-Contact + alias + email plbrett@Princeton.EDU +} + +define contact { + contact_name Peter T Nowak + use Princeton-Contact + alias Computing Support Lead, Support Services, Office of Information (Support Services, Office of Information Technology) + email pnowak@princeton.edu +} + +define contact { + contact_name Phillip M. Immordino + use Princeton-Contact + alias Manager,Client Systems Support, Support Services, Office of Info (Support Services, Office of Information Technology) + _telephoneNumber 609-258-1697 + _mobile 609-647-0052 + email pimmo@Princeton.EDU +} + +define contact { + contact_name Politics Department + use Princeton-Contact + alias Politics + email polhelp@Princeton.EDU +} + +define contact { + contact_name R. Carl Segers + use Princeton-Contact + alias Senior Developer/Analyst II, Software and Application Services, (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-4866 + email carl.segers@princeton.edu +} + +define contact { + contact_name Rajeshri D. Chokshi + use Princeton-Contact + alias Dept Computing Supp Specialist, Princeton Environmental Institut (Princeton Environmental Institute) + _telephoneNumber 609-258-7446 + email rchokshi@Princeton.EDU +} + +define contact { + contact_name Randee I. Tengi + use Princeton-Contact + alias Computer Systems Manager/Programmer, Princeton Neuroscience Inst (Princeton Neuroscience Institute) + _telephoneNumber 609-258-5019 + email rit@princeton.edu +} + +define contact { + contact_name Richard M. Curtis + use Princeton-Contact + alias Director, Outdoor Action Program, Office of the Dean of Undergra (Office of the Dean of Undergraduate Students) + _telephoneNumber 609-258-5621 + email rcurtis@Princeton.EDU +} + +define contact { + contact_name Rick Pilaro + use Princeton-Contact + alias Technical Support Analyst, Lewis Center for the Arts. (Lewis Center for the Arts) + _telephoneNumber 609-258-5443 + email pilaro@Princeton.EDU +} + +define contact { + contact_name Ruth D Gittens + use Princeton-Contact + alias Monitoring and Security Systems Analyst, Enterprise Infrastructu (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-1985 + email rgittens@princeton.edu +} + +define contact { + contact_name SCS Operations + use Princeton-Contact + alias Support Services, Office of Information Technology + email scsops@Princeton.EDU +} + +define contact { + contact_name SOC Sec + use Princeton-Contact + alias Support Services, Office of Information Technology + email ohd-sec@princeton.edu +} + +define contact { + contact_name Salvatore Urso Jr. + use Princeton-Contact + alias Lead Developer/Analyst I, Software and Application Services, Off (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-0838 + email surso@Princeton.EDU +} + +define contact { + contact_name Samuel S. Wang + use Princeton-Contact + alias Professor of Molecular Biology and the Princeton Neuroscience In (Molecular Biology) + _telephoneNumber 609-258-0388 + email sswang@Princeton.EDU +} + +define contact { + contact_name Sarah Kampel + use Princeton-Contact + alias Systems Infrastructure Analyst I, Enterprise Infrastructure Serv (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-8626 + email skampel@Princeton.EDU +} + +define contact { + contact_name Sarah Salati Bavuso + use Princeton-Contact + alias Sustainability Manager, Campus Dining, University Services. (Campus Dining, University Services) + _telephoneNumber 609-258-0188 + email salati@Princeton.EDU +} + +define contact { + contact_name Seas Computer Support + use Princeton-Contact + alias Chemical and Biological Engineering + email seascomp@Princeton.EDU +} + +define contact { + contact_name Security and Data Protection + use Princeton-Contact + alias Enterprise Infrastructure Services, Office of Information Techno + email sdp@princeton.edu +} + +define contact { + contact_name Serge J. Goldstein + use Princeton-Contact + alias Associate CIO, IT Architecture, IT Architecture, Office of Infor (IT Architecture, Office of Information Technology) + _telephoneNumber 609-258-6059 + email serge@Princeton.EDU +} + +define contact { + contact_name Simon C. Lee + use Princeton-Contact + alias Identity Infrastructure Analyst, Enterprise Infrastructure Servi (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-0075 + email simonlee@Princeton.EDU +} + +define contact { + contact_name Sorat Tungkasiri + use Princeton-Contact + alias Associate Director for Educational and Classroom Technology, McG (McGraw Center for Teaching and Learning) + _telephoneNumber 609-258-8778 + email stungkas@princeton.edu +} + +define contact { + contact_name Stephen J Kim + use Princeton-Contact + alias Associate Director for Information & Technology, Art Museum. (Art Museum) + _telephoneNumber 609-258-7839 + email stephen.kim@princeton.edu +} + +define contact { + contact_name Stephen M. Elwood + use Princeton-Contact + alias Associate Director for Laboratory Safety, Environmental Health a (Environmental Health and Safety) + _telephoneNumber 609-258-6271 + email selwood@Princeton.EDU +} + +define contact { + contact_name Steve Albin + use Princeton-Contact + alias Cloud Infrastructure Services Analyst, Enterprise Infrastructure (Enterprise Infrastructure Services, Office of Information Techno) + _telephoneNumber 609-258-6002 + email stevea@Princeton.EDU +} + +define contact { + contact_name Steve Niedzwiecki + use Princeton-Contact + alias Associate CISO, Information Security Office. (Information Security Office) + _telephoneNumber 609-258-1618 + _mobile 609-731-2941 + email steven@princeton.edu +} + +define contact { + contact_name Storage and Automation HostMaster Admin account + use Princeton-Contact + alias Enterprise Infrastructure Services, Office of Information Techno + email sahmadm@princeton.edu +} + +define contact { + contact_name Tao Ning + use Princeton-Contact + alias Lead Developer/Analyst II, Software and Application Services, Of (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-2657 + email tning@Princeton.EDU +} + +define contact { + contact_name Thomas E. Dommermuth + use Princeton-Contact + alias Manager, ERP Human Resources, Payroll & Benefits, Software and A (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-1882 + email tdommer@Princeton.EDU +} + +define contact { + contact_name Thomas J. Francais + use Princeton-Contact + alias Senior Client Systems Specialist, Support Services, Office of In (Support Services, Office of Information Technology) + _telephoneNumber 609-258-1922 + email tjf@Princeton.EDU +} + +define contact { + contact_name Timothy J. Hogan + use Princeton-Contact + alias Senior Manager Custom Solutions and Integration, Software and Ap (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-5982 + email tim.hogan@princeton.edu +} + +define contact { + contact_name Todd S. Whitaker + use Princeton-Contact + alias Lead Database Administrator I, Software and Application Services (Software and Application Services, Office of Information Technol) + _telephoneNumber 609-258-0802 + email whitaker@Princeton.EDU +} + +define contact { + contact_name University Services IT Support + use Princeton-Contact + alias Office of the Vice President for University Services + email uss-it@princeton.edu +} + +define contact { + contact_name Vinod K. Gupta + use Princeton-Contact + alias Director, Computing Services, Physics. (Physics) + _telephoneNumber 609-258-6302 + _mobile 609-216-0766 + email vinod@princeton.edu +} + +define contact { + contact_name Viviane Bassily + use Princeton-Contact + alias CAD Archivist, Facilities Finance and Administrative Services. (Facilities Finance and Administrative Services) + _telephoneNumber 609-258-4926 + email vbassily@princeton.edu +} + +define contact { + contact_name WWS Computing Services + use Princeton-Contact + alias Woodrow Wilson School + email wwscs@Princeton.EDU +} + +define contact { + contact_name Wanda H. Holovacs + use Princeton-Contact + alias Program Coordinator, McGraw Center for Teaching and Learning. (McGraw Center for Teaching and Learning) + _telephoneNumber 609-258-3013 + email wandas@Princeton.EDU +} + +define contact { + contact_name Wayne W. Appleton + use Princeton-Contact + alias Technical Support Analyst, Population Research. (Population Research) + _telephoneNumber 609-258-4944 + email appleton@Princeton.EDU +} + +define contact { + contact_name Web Development Service + use Princeton-Contact + alias Academic Technology Services, Office of Information Technology + email wdsoit@princeton.edu +} + +define contact { + contact_name Web Development Services + use Princeton-Contact + alias Academic Technology Services, Office of Information Technology + _telephoneNumber 609-258-6907 + email webservices@Princeton.EDU +} + +define contact { + contact_name William G. Guthe + use Princeton-Contact + alias Senior Geographical Information Systems Visualization Analyst, R (Research Computing, Office of Information Technology) + _telephoneNumber 609-258-4609 + email wguthe@Princeton.EDU +} + +define contact { + contact_name facmcadm + use Princeton-Contact + alias Facilities Finance and Administrative Services + email facmcadm@princeton.edu +} + +define contact { + contact_name Bradley Parkot + use Princeton-Contact + alias Bradley Parkot (css-inc) + email b.parkot@css-inc.net +} + +define contact { + contact_name Ed Biedricki + use Princeton-Contact + alias Ed Biedricki (css-inc) + email e.biedricki@css-inc.net +} + +define contact { + contact_name Keith Tuccillo css-inc + use Princeton-Contact + alias Keith Tuccillo (css-inc) + email m.manna@css-inc.net +} + +define contact { + name generic-contact + host_notification_period 24x7 + service_notification_period 24x7 + host_notification_options d,r + service_notification_options c,r + host_notification_commands host-notify-by-email + service_notification_commands notify-by-email + register 0 +} + +define contact { + name Auth Contact + use generic-contact + host_notifications_enabled 0 + service_notifications_enabled 0 + register 0 +} + +define contact { + name Princeton-Contact + use generic-contact + host_notification_options d,u,r + service_notification_options u,c,w,r + host_notification_commands host-notify-by-email-pu + service_notification_commands service-notify-by-email-pu + register 0 +} + +define contact { + name Princeton-Contact-Warning + use Princeton-Contact + service_notification_options w,r + register 0 +} + +define contact { + name Princeton-Contact-Critical + use Princeton-Contact + service_notification_options c,r + register 0 +} + +define contact { + name Princeton-contact-punotify + use Princeton-Contact + host_notification_commands host-notify-by-punotify + service_notification_commands service-notify-by-punotify + register 0 +} + +define contact { + name contact-via-external-backup + use Princeton-Contact + host_notification_commands host-notify-by-email-via-Comcast_Gmail, host-notify-by-email-via-Verizon_Gmail + service_notification_commands service-notify-by-email-via-Comcast_Gmail, service-notify-by-email-via-Verizon_Gmail + register 0 +} + diff --git a/cfg/contactgroup.cfg b/cfg/contactgroup.cfg new file mode 100644 index 0000000..f8ea3ca --- /dev/null +++ b/cfg/contactgroup.cfg @@ -0,0 +1,163 @@ +define contactgroup { + contactgroup_name delladmins + alias Nagios Administrators + members ESS Page, ESS UNIX List +} + +define contactgroup { + contactgroup_name DBA Page + alias DBA Page and email + members Audrey Wright, Sergey Guberman, Chris Stewart, Ron Gittleman, Todd Whitaker, Debby Becker, Krish Anugula, Paul Beaulieu +} + +define contactgroup { + contactgroup_name DBA Page CRITICAL + alias DBA Page on CRITICAL + members Audrey Wright CRITICAL, Sergey Guberman CRITICAL, Chris Stewart CRITICAL, Ron Gittleman CRITICAL, Todd Whitaker CRITICAL, Debby Becker CRITICAL, DBA Important List, Krish Anugula CRITICAL, Paul Beaulieu CRITICAL +} + +define contactgroup { + contactgroup_name dummy + alias Dummy contact group -- does nothing + members dummy +} + +define contactgroup { + contactgroup_name nobody + alias Noone - does nothing + members nobody +} + +define contactgroup { + contactgroup_name CISDR + alias CISDR (former CSG) members + members clk, dbashore, jsophy, jwagner, ratliff, stevea, monikam +} + +define contactgroup { + contactgroup_name CISDR on call + alias CISDR members on call + members clk, dbashore, jsophy, jwagner, ratliff, stevea +} + +define contactgroup { + contactgroup_name ESS_8x5 + alias ESS page 8x5, and email rest of the time + members ESS_outside_8x5, ESS_8x5 +} + +define contactgroup { + contactgroup_name GUI Admins + alias Nagios GUI Administrators Authorization + members anykey, bhaines, bts, bigmac, chief53, coto, drevil, drinker, dw10, eburd, hajar, hajarn, irwin, ists, jfitz, jkaram, jmkcsg, jsotoj +} + +define contactgroup { + contactgroup_name GUI Operators + alias Naemon GUI Operators Authorization + members bstango, chris, ck, clk, clu, cs2, dbashore, dchin, duvergem, igubenko, jasonrap, jf19, jlf, jsophy, jwagner, kgift, kh6, llong, martin, monikam, moraski2, ndelo, ranugula, riverhi21, ryangm, sergeyg, shorey, simonlee, skampel, steven, willman +} + +define contactgroup { + contactgroup_name GUI Help Desk + alias Auth users for Help Desk VI/SOC + members ohd-vi002, ohd-vi003, ohd-vi004, ohd-vi005, ohd-vi006, ohd-vi007, ohd-vi008, ohd-vi009, ohd-vi010, ohd-vi011, ohd-vi012, ohd-vi013, ohd-vi015, ohd-vi016, ohd-vi017, ohd-vi019 +} + +define contactgroup { + contactgroup_name IAM + alias Identity Management + members jasonrap, kbmartin, simonlee, willman +} + +define contactgroup { + contactgroup_name Maximo + alias Maximo Support + members Michael Zhong, Quoc B. Nguyen +} + +define contactgroup { + contactgroup_name Maximo Pagers + alias Maximo Support via SMS + members Michael Zhong Cell, Quoc B. Nguyen Cell +} + +define contactgroup { + contactgroup_name Monitoring Admins + alias Nagios Administrators + members Erick W. Burd, Igor Yahoo, Igor V. Gubenko, Joseph M. Karam +} + +define contactgroup { + contactgroup_name Monitoring Admins Pager + alias Nagios Administrators + members Igor Pager, Igor Pager External, Joseph Karam Pager, Joseph Karam Pager External +} + +define contactgroup { + contactgroup_name Networking Pager + alias Text all members of the Network n Monitoring group + members David Rinker Pager, Hajar Pager, Igor Pager, Irwin Pager, Joseph Karam Pager +} + +define contactgroup { + contactgroup_name nagiosadmin + alias Linux Administrators + members nagiosadmin +} + +define contactgroup { + contactgroup_name OAS + alias OAS folks + members Brian Long, Natasha Metelitsa, RN Admin, Salvatore Urso +} + +define contactgroup { + contactgroup_name OnBase + alias OnBase people + members Devaki Ginde, Elizabeth Parham, Robert Tengowski, Terrence M. Lam, Vito Badalamenti, OnBase Admin, OnBase UA Support +} + +define contactgroup { + contactgroup_name pu_default + alias pu_default + members pu_default +} + +define contactgroup { + contactgroup_name OIT-Support-Services + alias OIT Support Services (SS Machines) + members Phillip M. Immordino, Thomas J. Francais, Jesse Barron +} + +define contactgroup { + contactgroup_name SOC + alias SOC + members Andre D. Corbitt, Brian A. Ariza, Brian T. Burgher, Bradley A. Wells, Donald Ade, Dominique N. Davis, Eric J. Swingle, Jeffrey Kontio, Jacob Swimmer, John J. Zerillo, Raymund Roco, Thomas J. Byrne, Terence Tung, William V. Brown Jr., Zachary M. Barton + # members acorbitt, bariza, bburgher, bwells, dade, dd7, dplante, eswingle, jkontio, jswimmer, jzerillo, mariannm, rroco, tbyrne, ttung, wb, zbarton +} + +define contactgroup { + contactgroup_name TSM + alias TSM (Martin, Maureen) + members Martin_Harriss, Maureen E. OConnor +} + +define contactgroup { + contactgroup_name TSM Page + alias TSM Page (Martin, Maureen) + members Dan Chin Pager, Martin Pager, Maureen E. OConnor Pager +} + +define contactgroup { + contactgroup_name UHS + alias UHS server team + members UHS Server Team, Kevin E. Leighton Pager +} + +define contactgroup { + contactgroup_name WWS + alias Woodrow Wilson School (Catherine Cuff, Keith Moulton) + members Catherine Cuff, Catherine Cuff Pager, Keith Moulton, Keith Moulton Pager, WWS Help List +} + diff --git a/cfg/host.cfg b/cfg/host.cfg new file mode 100644 index 0000000..33c4d7c --- /dev/null +++ b/cfg/host.cfg @@ -0,0 +1,65258 @@ +define host { + use Dell Agent-free Server + host_name essesx204v-netmgt + alias essesx204v-netmgt.Princeton.EDU + address essesx204v-netmgt + display_name essesx204v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx204v-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx205v-netmgt + alias essesx205v-netmgt.Princeton.EDU + address essesx205v-netmgt + display_name essesx205v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx205v-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx206v-netmgt + alias essesx206v-netmgt + address essesx206v-netmgt + display_name essesx206v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx206v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx207v-netmgt + alias essesx207v-netmgt + address essesx207v-netmgt + display_name essesx207v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx207v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx208v-netmgt + alias essesx208v-netmgt + address essesx208v-netmgt + display_name essesx208v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx208v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx209v-netmgt + alias essesx209v-netmgt + address essesx209v-netmgt + display_name essesx209v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx209v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx210v-netmgt + alias essesx210v-netmgt + address essesx210v-netmgt + display_name essesx210v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx210v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx222v-netmgt + alias essesx222v-netmgt + address essesx222v-netmgt + display_name essesx222v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx222v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx224v-netmgt + alias essesx224v-netmgt + address essesx224v-netmgt + display_name essesx224v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx224v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx225v-netmgt + alias essesx225v-netmgt + address essesx225v-netmgt + display_name essesx225v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx225v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx226v-netmgt + alias essesx226v-netmgt + address essesx226v-netmgt + display_name essesx226v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx226v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx227v-netmgt + alias essesx227v-netmgt + address essesx227v-netmgt + display_name essesx227v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx227v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx270v-netmgt + alias essesx270v-netmgt + address essesx270v-netmgt + display_name essesx270v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx270v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name sdpldap201l-netmgt + alias sdpldap201l-netmgt.Princeton.EDU + address sdpldap201l-netmgt + display_name sdpldap201l-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://sdpldap201l-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + name Dell Device ; The name of this host template + check_period Dell-24x7 ; By default, Linux hosts are checked round the clock + check_interval 5 ; Actively check the host in minutes interval + retry_interval 3 ; Schedule host check retries in minutes interval + max_check_attempts 3 ; + check_command check-dell-host-alive + notification_period dellworkhours ; Linux delladmins hate to be woken up, so we only notify during the day + notification_interval 120 ; Resend notifications every 2 hours + notification_options d,u,r ; Only send notifications for specific host states + contact_groups delladmins ; Notifications get sent to the delladmins by default + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! +} + +define host { + name Dell Agent-free Server ; The name of this host template + use Dell Device + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! +} + +define host { + host_name ais101l + alias ais101l.Princeton.EDU + address 10.6.56.26 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name ais102l + alias ais102l.Princeton.EDU + address 10.6.52.122 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais103l + alias ais103l.Princeton.EDU + address 10.6.48.159 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais104l + alias ais104l.Princeton.EDU + address 10.6.48.160 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais111l + alias ais111l.Princeton.EDU + address 10.6.52.133 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais113l + alias ais113l.Princeton.EDU + address 10.6.49.79 + _contacts csegers@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais302l + alias ais302l.Princeton.EDU + address 10.6.48.249 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais307l + alias ais307l.Princeton.EDU + address 10.6.52.115 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais309l + alias ais309l.Princeton.EDU + address 10.6.48.126 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais310l + alias ais310l.Princeton.EDU + address 10.6.49.23 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais311l + alias ais311l.Princeton.EDU + address 10.6.52.123 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais312l + alias ais312l.Princeton.EDU + address 10.6.49.43 + contacts R. Carl Segers + _contacts rsegers@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais315l + alias ais315l.Princeton.EDU + _alias1 suitcase-qa + address 10.6.49.109 + contacts David L. Herrington + _contacts daveh@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais318l + alias ais318l.Princeton.EDU + address 10.6.49.191 + contacts R. Carl Segers + _contacts rsegers@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais320l + alias ais320l.Princeton.EDU + _alias1 api-store-dev + _alias2 apistore-dev + _alias3 devops-dev + _alias4 elk-dev + _alias5 git-dev + _alias6 jenks-dev + _alias7 jira-dev + _alias8 nexus-dev + _alias9 sonar-dev + address 10.6.50.32 + contacts George R. Kopf, Software Infrastructure Services + _contacts gkopf@princeton.edu, sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais321l + alias ais321l.Princeton.EDU + address 10.6.50.33 + contacts George R. Kopf + _contacts gkopf@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais322l + alias ais322l.Princeton.EDU + _alias1 cdp-build01 + address 10.6.50.34 + contacts George R. Kopf + _contacts gkopf@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais323l + alias ais323l.Princeton.EDU + _alias1 api1-dev + address 10.6.49.206 + contacts George R. Kopf, Software Infrastructure Services + _contacts gkopf@princeton.edu, sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais324l + alias ais324l.Princeton.EDU + _alias1 api-dev + _alias2 esb-dev + _alias3 esb1-dev + address 10.6.49.209 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais325l + alias ais325l.Princeton.EDU + _alias1 wso2stats-dev + address 10.6.49.210 + contacts Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais326l + alias ais326l.Princeton.EDU + _alias1 art-node1-dev + address 10.6.50.36 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais327l + alias ais327l.Princeton.EDU + _alias1 art-hub1-dev + address 10.6.50.39 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais329l + alias ais329l.Princeton.EDU + address 10.6.52.81 + contacts Asim Shahab + _contacts ashahab@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais330l + alias ais330l.Princeton.EDU + address 10.6.49.198 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw108l + alias aisiw108l.Princeton.EDU + address 10.6.53.18 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name aisiw110l + alias aisiw110l.Princeton.EDU + _alias1 dwqual + address 140.180.221.89 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name aisiw302l + alias aisiw302l.Princeton.EDU + address 10.6.52.31 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name aisiw303l + alias aisiw303l.Princeton.EDU + address 10.6.48.246 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw338l + alias aisiw338l.Princeton.EDU + address 10.6.52.40 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name aisiw341l + alias aisiw341l.Princeton.EDU + address 10.6.52.74 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name aisiw344l + alias aisiw344l.Princeton.EDU + _alias1 dwsand + address 10.6.49.246 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw345l + alias aisiw345l.Princeton.EDU + _alias1 dwdevl + address 10.6.49.248 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name aissmb325l + alias aissmb325l.Princeton.EDU + _alias1 testsamba + address 10.6.49.86 + contacts Storage and Automation HostMaster Admin account + _contacts sahmadm@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais208l + alias ais208l.Princeton.EDU + address 128.112.130.57 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ais209l + alias ais209l.Princeton.EDU + address 128.112.130.96 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ais210l + alias ais210l.Princeton.EDU + address 128.112.130.115 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ais211l + alias ais211l.Princeton.EDU + address 10.6.52.134 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name ais212l + alias ais212l.Princeton.EDU + address 10.6.48.161 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ais213l + alias ais213l.Princeton.EDU + address 10.6.49.78 + contacts R. Carl Segers + _contacts rsegers@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ais216l + alias ais216l.Princeton.EDU + address 140.180.220.158 + contacts David L. Herrington + _contacts daveh@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name ais218l + alias ais218l.Princeton.EDU + _alias1 api-store + _alias2 apistore + _alias3 devops + _alias4 elk + _alias5 git + _alias6 jenks + _alias7 jira + _alias8 nexus + _alias9 sonar + address 10.6.50.144 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Production 151 PrivateDMZ +} + +define host { + host_name ais222l + alias ais222l.Princeton.EDU + _alias1 ais-gitlab01 + address 10.6.48.38 + contacts AIS Mon CustomApps, George R. Kopf, Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ais223l + alias ais223l.Princeton.EDU + _alias1 api-prod01 + _alias2 api1 + address 10.6.47.15 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name ais224l + alias ais224l.Princeton.EDU + _alias1 api2 + address 10.6.47.16 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name ais225l + alias ais225l.Princeton.EDU + _alias1 wso2stats + address 10.6.48.22 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name aisiw207l + alias aisiw207l.Princeton.EDU + address 10.6.48.251 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name aisiw208l + alias aisiw208l.Princeton.EDU + address 10.6.48.252 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name aisiw212l + alias aisiw212l.Princeton.EDU + _alias1 dwprod + _alias2 twprod + _alias3 iwprod + address 140.180.221.90 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name aisiw213l + alias aisiw213l.Princeton.EDU + address 10.6.53.45 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name aissmb225l + alias aissmb225l.Princeton.EDU + _alias1 tango + _alias2 dms-smbserve + _alias3 dmsdrop + _alias4 isserv224 + address 10.6.49.226 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ais-sn200w + alias ais-sn200w.Princeton.EDU + address 10.6.49.41 + contacts Helen Shpits + _contacts hshpits@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name ais-sn300w + alias ais-sn300w.Princeton.EDU + address 10.6.49.42 + contacts Helen Shpits, Matt S. Marnett, Stephen J Kim + _contacts hshpits@princeton.edu, mmarnett@princeton.edu, stephen.kim@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name ais114w + alias ais114w.Princeton.EDU + address 10.6.48.115 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais115w + alias ais115w.Princeton.EDU + address 10.6.49.221 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais313w + alias ais313w.Princeton.EDU + address 10.6.48.83 + contacts Asim Shahab + _contacts ashahab@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name ais316w + alias ais316w.Princeton.EDU + _alias1 psoftint + address 10.6.49.128 + contacts Asim Shahab + _contacts ashahab@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais317w + alias ais317w.Princeton.EDU + address 10.6.49.185 + contacts Lakshmi Annamalai, R. Carl Segers + _contacts lannamal@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais319w + alias ais319w.Princeton.EDU + address 10.6.49.202 + contacts Asim Shahab + _contacts ashahab@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais320w + alias ais320w.Princeton.EDU + address 10.6.48.108 + contacts Asim Shahab + _contacts ashahab@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais331w + alias ais331w.Princeton.EDU + address 10.6.50.73 + contacts Thomas E. Dommermuth + _contacts tdommer@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisfrevvo100w + alias aisfrevvo100w.Princeton.EDU + _alias1 frevvo-qa + address 140.180.221.6 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisfrevvo300w + alias aisfrevvo300w.Princeton.EDU + address 140.180.220.65 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisfsa100w + alias aisfsa100w.Princeton.EDU + _alias1 issm-qa + address 10.6.53.7 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisfsaprtl100w + alias aisfsaprtl100w.Princeton.EDU + _alias1 davisic-portal-test + address 140.180.220.78 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold6web100w + alias aisgold6web100w.Princeton.EDU + _alias1 tcowebadmin-qa + address 140.180.220.147 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold6web300w + alias aisgold6web300w.Princeton.EDU + _alias1 tcowebadmin-dev + address 140.180.220.148 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PublicDMZ +} + +define host { + host_name aisgold7100w + alias aisgold7100w.Princeton.EDU + address 140.180.221.51 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7101w + alias aisgold7101w.Princeton.EDU + address 140.180.221.52 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7102w + alias aisgold7102w.Princeton.EDU + address 140.180.221.53 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7300w + alias aisgold7300w.Princeton.EDU + address 140.180.221.48 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7301w + alias aisgold7301w.Princeton.EDU + address 140.180.221.49 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7302w + alias aisgold7302w.Princeton.EDU + address 140.180.221.50 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres100w + alias aishmsres100w.Princeton.EDU + address 10.6.49.125 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres101w + alias aishmsres101w.Princeton.EDU + _alias1 rescenter-qual + address 140.180.220.185 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres102w + alias aishmsres102w.Princeton.EDU + address 10.6.49.215 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres110w + alias aishmsres110w.Princeton.EDU + address 140.180.221.41 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres111w + alias aishmsres111w.Princeton.EDU + _alias1 rescenter2-qual + address 140.180.221.63 + contacts pac_usapps + _contacts pac_usapps@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres120w + alias aishmsres120w.Princeton.EDU + address 10.6.50.3 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres121w + alias aishmsres121w.Princeton.EDU + _alias1 rescenter-pcpy + address 140.180.220.184 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres122w + alias aishmsres122w.Princeton.EDU + address 10.6.49.244 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres202w + alias aishmsres202w.Princeton.EDU + address 10.6.49.253 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres300w + alias aishmsres300w.Princeton.EDU + address 10.6.49.227 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres301w + alias aishmsres301w.Princeton.EDU + _alias1 rescenter-devl + address 140.180.220.182 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres302w + alias aishmsres302w.Princeton.EDU + address 10.6.50.2 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisinfoed100w + alias aisinfoed100w.Princeton.EDU + _alias1 infoed-qual + address 10.6.49.112 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisinfoed120w + alias aisinfoed120w.Princeton.EDU + _alias1 infoed-pcpy + address 140.180.221.78 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisinfoed300w + alias aisinfoed300w.Princeton.EDU + _alias1 infoed-devl + address 10.6.49.21 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw105w + alias aisiw105w.Princeton.EDU + _alias1 tableaud + address 10.6.48.229 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw106w + alias aisiw106w.Princeton.EDU + address 10.6.49.11 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob101w + alias aisob101w.Princeton.EDU + _alias1 onbaseqaauth + address 10.6.49.143 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob102w + alias aisob102w.Princeton.EDU + _alias1 onbase150 + _alias2 onbaseqa + address 10.6.51.63 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob110w + alias aisob110w.Princeton.EDU + address 10.6.57.41 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob111w + alias aisob111w.Princeton.EDU + address 10.6.57.42 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob113w + alias aisob113w.Princeton.EDU + address 10.6.53.80 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob114w + alias aisob114w.Princeton.EDU + address 10.6.53.79 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob116w + alias aisob116w.Princeton.EDU + _alias1 onbasebtqa + address 10.6.53.81 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob117w + alias aisob117w.Princeton.EDU + address 10.6.53.82 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob118w + alias aisob118w.Princeton.EDU + address 10.6.53.83 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob119w + alias aisob119w.Princeton.EDU + address 10.6.48.96 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob301tstw + alias aisob301tstw.Princeton.EDU + _alias1 onbasetestauth + address 10.6.51.49 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob301w + alias aisob301w.Princeton.EDU + _alias1 onbasedevauth + address 10.6.51.56 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob302tstw + alias aisob302tstw.Princeton.EDU + _alias1 onbasetest + address 10.6.50.98 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob302w + alias aisob302w.Princeton.EDU + _alias1 onbase350 + _alias2 onbasedev + address 10.6.51.34 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob310tstw + alias aisob310tstw.Princeton.EDU + address 10.6.57.35 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob310w + alias aisob310w.Princeton.EDU + address 10.6.57.38 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob311tstw + alias aisob311tstw.Princeton.EDU + address 10.6.57.36 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob311w + alias aisob311w.Princeton.EDU + address 10.6.57.37 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob313tstw + alias aisob313tstw.Princeton.EDU + address 10.6.53.70 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob313w + alias aisob313w.Princeton.EDU + address 10.6.53.76 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob314tstw + alias aisob314tstw.Princeton.EDU + address 10.6.53.68 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob314w + alias aisob314w.Princeton.EDU + address 10.6.53.77 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob315tstw + alias aisob315tstw.Princeton.EDU + address 10.6.51.48 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob315w + alias aisob315w.Princeton.EDU + _alias1 obfindocsdev + address 10.6.51.36 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob316w + alias aisob316w.Princeton.EDU + _alias1 onbasebtdev + address 10.6.53.75 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob317w + alias aisob317w.Princeton.EDU + address 10.6.53.74 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob318tstw + alias aisob318tstw.Princeton.EDU + address 10.6.53.71 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob318w + alias aisob318w.Princeton.EDU + address 10.6.53.73 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob319tstw + alias aisob319tstw.Princeton.EDU + address 10.6.51.47 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob319w + alias aisob319w.Princeton.EDU + address 10.6.51.37 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisparking100w + alias aisparking100w.Princeton.EDU + _alias1 flexqual + address 10.6.48.78 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisparking101w + alias aisparking101w.Princeton.EDU + _alias1 flexportqual + address 10.6.48.98 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisparking300w + alias aisparking300w.Princeton.EDU + _alias1 flexdevl + address 10.6.48.109 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisparking301w + alias aisparking301w.Princeton.EDU + _alias1 flexportdevl + address 10.6.49.7 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aissimfony7100w + alias aissimfony7100w.Princeton.EDU + address 140.180.220.164 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7101w + alias aissimfony7101w.Princeton.EDU + address 10.6.51.33 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aissimfony7102w + alias aissimfony7102w.Princeton.EDU + _alias1 simphony7-qual + address 140.180.220.60 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7103w + alias aissimfony7103w.Princeton.EDU + address 140.180.220.165 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7300w + alias aissimfony7300w.Princeton.EDU + address 140.180.220.104 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7301w + alias aissimfony7301w.Princeton.EDU + address 10.6.49.237 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aissimfony7302w + alias aissimfony7302w.Princeton.EDU + _alias1 simphony7-devl + address 140.180.220.160 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7303w + alias aissimfony7303w.Princeton.EDU + address 140.180.220.163 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aistopaz100w + alias aistopaz100w.Princeton.EDU + _alias1 research02 + address 10.6.49.223 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name aistopaz110w + alias aistopaz110w.Princeton.EDU + _alias1 research-cpy + address 10.6.49.15 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aistopaz300w + alias aistopaz300w.Princeton.EDU + _alias1 research03 + address 10.6.49.64 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aistopaz310w + alias aistopaz310w.Princeton.EDU + address 10.6.49.16 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisupc102w + alias aisupc102w.Princeton.EDU + address 10.6.56.16 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name aisupc103w + alias aisupc103w.Princeton.EDU + address 10.6.56.17 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name aisupc310w + alias aisupc310w.Princeton.EDU + address 10.6.48.81 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais-mars + alias ais-mars.Princeton.EDU + address 10.6.48.122 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name ais202w + alias ais202w.Princeton.EDU + address 10.6.49.111 + use Windows Dev/QA NS PrivateDMZ + contacts esiddiqi +} + +define host { + host_name ais207w + alias ais207w.Princeton.EDU + _alias1 psterm2 + address 10.6.50.142 + contacts Thomas E. Dommermuth + _contacts tdommer@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ais214w + alias ais214w.Princeton.EDU + address 10.6.48.223 + contacts Timothy J. Hogan + _contacts thogan@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ais217w + alias ais217w.Princeton.EDU + address 10.6.50.91 + contacts Thomas E. Dommermuth + _contacts tdommer@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ais226w + alias ais226w.Princeton.EDU + address 10.6.49.229 + contacts Austin Bye + _contacts abye@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aiscerberus200w + alias aiscerberus200w.Princeton.EDU + address 10.6.49.129 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisdvcts200w + alias aisdvcts200w.Princeton.EDU + _alias1 dvc-ts + address 10.6.49.200 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisfrevvo200w + alias aisfrevvo200w.Princeton.EDU + _alias1 frevvo-prod + address 140.180.221.44 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisfsa201w + alias aisfsa201w.Princeton.EDU + _alias1 issm-prod + address 140.180.221.91 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisfsaprtl200w + alias aisfsaprtl200w.Princeton.EDU + _alias1 davisic-portal + address 140.180.220.79 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisgold6web200w + alias aisgold6web200w.Princeton.EDU + address 140.180.221.40 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisgold7200w + alias aisgold7200w.Princeton.EDU + address 140.180.221.54 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisgold7201w + alias aisgold7201w.Princeton.EDU + address 140.180.221.55 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisgold7202w + alias aisgold7202w.Princeton.EDU + address 140.180.221.56 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aishmsres200w + alias aishmsres200w.Princeton.EDU + address 10.6.49.241 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aishmsres201w + alias aishmsres201w.Princeton.EDU + _alias1 rescenter-prod + address 140.180.220.183 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aishmsres210w + alias aishmsres210w.Princeton.EDU + address 10.6.51.35 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name aishmsres211w + alias aishmsres211w.Princeton.EDU + address 140.180.221.79 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name aishwscbord200w + alias aishwscbord200w.Princeton.EDU + address 10.6.48.127 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name aisinfoed200w + alias aisinfoed200w.Princeton.EDU + _alias1 eria-irb + address 10.6.49.230 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisiw205w + alias aisiw205w.Princeton.EDU + address 10.6.48.224 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisiw206w + alias aisiw206w.Princeton.EDU + _alias1 tableau + address 10.6.48.230 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisiw209w + alias aisiw209w.Princeton.EDU + _alias1 tableaupublic + address 140.180.220.109 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisiw210w + alias aisiw210w.Princeton.EDU + address 10.6.49.245 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisob115w + alias aisob115w.Princeton.EDU + _alias1 obfindocsqa + address 10.6.51.62 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name aisob201w + alias aisob201w.Princeton.EDU + _alias1 onbaseauth + address 10.6.51.14 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisob202w + alias aisob202w.Princeton.EDU + _alias1 onbase + _alias2 onbase250 + address 10.6.50.8 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisob210w + alias aisob210w.Princeton.EDU + address 10.6.57.43 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name aisob211w + alias aisob211w.Princeton.EDU + address 10.6.57.44 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name aisob213w + alias aisob213w.Princeton.EDU + address 10.6.52.30 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob214w + alias aisob214w.Princeton.EDU + address 10.6.53.86 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name aisob215w + alias aisob215w.Princeton.EDU + _alias1 obfindocs + address 10.6.50.6 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisob216w + alias aisob216w.Princeton.EDU + _alias1 onbasebt + address 10.6.53.69 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name aisob217w + alias aisob217w.Princeton.EDU + address 10.6.53.87 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name aisob218w + alias aisob218w.Princeton.EDU + address 10.6.53.88 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS Trust +} + +define host { + host_name aisob219w + alias aisob219w.Princeton.EDU + address 10.6.49.251 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name aisparking200w + alias aisparking200w.Princeton.EDU + _alias1 flexprod + address 10.6.49.57 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisparking201w + alias aisparking201w.Princeton.EDU + _alias1 flexportprod + address 140.180.220.107 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aissimfony7200w + alias aissimfony7200w.Princeton.EDU + address 10.6.52.98 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name aissimfony7201w + alias aissimfony7201w.Princeton.EDU + address 10.6.52.101 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name aissimfony7202w + alias aissimfony7202w.Princeton.EDU + _alias1 simphony7-prod + address 140.180.220.240 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name aissimfony7203w + alias aissimfony7203w.Princeton.EDU + address 10.6.49.153 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name aisstargate200w + alias aisstargate200w.Princeton.EDU + address 10.6.48.197 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aistopaz200w + alias aistopaz200w.Princeton.EDU + _alias1 research01 + address 10.6.48.59 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisupc202w + alias aisupc202w.Princeton.EDU + address 10.6.54.22 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name aisupc203w + alias aisupc203w.Princeton.EDU + address 10.6.54.23 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name aruba-cppm-01 + alias aruba-cppm-01.Princeton.EDU + _alias1 cppm-01 + address 128.112.128.11 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name aruba-cppm-02 + alias aruba-cppm-02.Princeton.EDU + _alias1 cpinsight + _alias2 cppm-02 + address 128.112.128.14 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name aruba-cppm-03 + alias aruba-cppm-03.Princeton.EDU + _alias1 cppm-03 + address 128.112.129.64 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name aruba-cppm-04 + alias aruba-cppm-04.Princeton.EDU + _alias1 cppm-04 + address 128.112.129.68 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name aruba-cppm-05 + alias aruba-cppm-05.Princeton.EDU + _alias1 aruba-cppm-05 + address 128.112.128.28 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name dns1a.aws + alias dns1a.aws.Princeton.EDU + address 10.21.1.10 + contacts CISDR + use generic-host +} + +define host { + host_name dns1c.aws + alias dns1c.aws.Princeton.EDU + address 10.21.1.138 + contacts CISDR + use generic-host +} + +define host { + host_name cisdrroxen100l + alias cisdrroxen100l.Princeton.EDU + address 140.180.220.173 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name cisdrroxen101l + alias cisdrroxen101l.Princeton.EDU + address 10.6.62.30 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name cisdrroxen300l + alias cisdrroxen300l.Princeton.EDU + address 140.180.220.181 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name cisdrswh100l + alias cisdrswh100l.Princeton.EDU + address 10.6.62.20 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name cisdrswh300l + alias cisdrswh300l.Princeton.EDU + address 10.6.62.21 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name cisdrroxen200l + alias cisdrroxen200l.Princeton.EDU + address 140.180.220.179 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name cisdrroxen201l + alias cisdrroxen201l.Princeton.EDU + address 140.180.220.180 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name cisdrroxen202l + alias cisdrroxen202l.Princeton.EDU + address 10.6.62.182 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name cisdrroxen203l + alias cisdrroxen203l.Princeton.EDU + address 10.6.62.183 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name cisdrroxen204l + alias cisdrroxen204l.Princeton.EDU + address 10.6.62.184 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name cisdrroxen205l + alias cisdrroxen205l.Princeton.EDU + address 10.6.62.185 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production 151 Untrust +} + +define host { + host_name cisdrroxen206l + alias cisdrroxen206l.Princeton.EDU + address 140.180.220.154 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name cisdrswh200l + alias cisdrswh200l.Princeton.EDU + address 10.6.62.26 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name cisdrswh201l + alias cisdrswh201l.Princeton.EDU + address 10.6.62.29 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Production 151 Untrust +} + +define host { + host_name csgkaltura300l + alias csgkaltura300l.Princeton.EDU + address 10.6.54.19 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csglists301l + alias csglists301l.Princeton.EDU + address 128.112.131.219 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csgsawmill200l + alias csgsawmill200l.Princeton.EDU + _alias1 webstats + address 128.112.131.71 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name csgsawmill300l + alias csgsawmill300l.Princeton.EDU + _alias1 webstatsdev + address 128.112.131.57 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csgsmtp101l + alias csgsmtp101l.Princeton.EDU + address 140.180.220.186 + contacts CISDR Group of EIS, Christopher L. Kranz + _contacts cisdr@princeton.edu, clk@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name csgkaltura201l + alias csgkaltura201l.Princeton.EDU + address 10.6.54.12 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name csgkaltura202l + alias csgkaltura202l.Princeton.EDU + address 10.6.54.18 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name csglists200l + alias csglists200l.Princeton.EDU + _alias1 new-listserv + address 128.112.133.202 + contacts CISDR + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name csgsmtp202l + alias csgsmtp202l.Princeton.edu + address 140.180.223.155 + contacts CISDR + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name csgsmtp203l + alias csgsmtp203l.Princeton.edu + address 140.180.223.156 + contacts CISDR + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name csgtools200l + alias csgtools200l.Princeton.EDU + address 10.6.50.184 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name csgcas104w + alias csgcas104w.Princeton.EDU + address 10.6.61.16 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgcas105w + alias csgcas105w.Princeton.EDU + address 10.6.61.17 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgcas301w + alias csgcas301w.Princeton.EDU + address 128.112.131.161 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgcas311w + alias csgcas311w.Princeton.EDU + address 128.112.135.53 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csghub102w + alias csghub102w.Princeton.EDU + address 10.6.60.208 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csghub103w + alias csghub103w.Princeton.EDU + address 10.6.60.209 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csghub302w + alias csghub302w.Princeton.EDU + address 128.112.128.247 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csglists300l + alias csglists300l.Princeton.EDU + address 128.112.134.81 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csgmbx100w + alias csgmbx100w.Princeton.EDU + address 128.112.133.99 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgmbx300w + alias csgmbx300w.Princeton.EDU + address 128.112.130.100 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgmbx303w + alias csgmbx303w.Princeton.edu + address 128.112.130.124 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgsmtp100l + alias csgsmtp100l.Princeton.edu + address 140.180.223.157 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csgspapp102w + alias csgspapp102w.Princeton.EDU + _alias1 spapp01-qa + _alias2 spsearch-qa + _alias3 provost-secure-qa-search + _alias4 mysitesearch-qa + address 10.6.52.182 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name csgspapp103w + alias csgspapp103w.Princeton.EDU + _alias1 spapp02-qa + address 10.6.52.197 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name csgspdb100w + alias csgspdb100w.Princeton.EDU + address 10.6.52.201 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name csgspdb101w + alias csgspdb101w.Princeton.EDU + address 10.6.52.199 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name csgspfe100w + alias csgspfe100w.Princeton.EDU + _alias1 spfe01-qa + address 10.6.55.57 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name csgspfe101w + alias csgspfe101w.Princeton.EDU + _alias1 spfe02-qa + _alias2 sp-search-qa + address 10.6.55.58 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name csgtools300l + alias csgtools300l.Princeton.EDU + address 10.6.49.146 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name csgum107w + alias csgum107w.Princeton.EDU + address 128.112.131.38 + contacts Identity and Access Management + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgwowza300w + alias csgwowza300w.Princeton.EDU + address 10.6.54.11 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgcas204w + alias csgcas204w.Princeton.EDU + address 10.6.60.144 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csgcas205w + alias csgcas205w.Princeton.EDU + address 10.6.60.145 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csgcas206w + alias csgcas206w.Princeton.EDU + address 10.6.60.146 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use Windows Production +} + +define host { + host_name csgcas207w + alias csgcas207w.Princeton.EDU + address 10.6.60.147 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use Windows Production +} + +define host { + host_name csghub208w + alias csghub208w.Princeton.EDU + address 10.6.60.210 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csghub209w + alias csghub209w.Princeton.EDU + address 10.6.60.211 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use Windows Production +} + +define host { + host_name csgmbx206w + alias csgmbx206w.Princeton.EDU + address 10.6.52.105 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgmbx207w + alias csgmbx207w.Princeton.EDU + address 10.6.52.106 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgmbx217w + alias csgmbx217w.Princeton.EDU + address 10.6.52.54 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Production 151 Trust +} + +define host { + host_name csgdocave200w + alias csgdocave200w.Princeton.EDU + address 10.6.52.200 + contacts Sharepoint Admin + _contacts Sharepoint Admin, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgechoess200w + alias csgechoess200w.Princeton.EDU + _alias1 echoess + _alias2 echo360 + _alias3 encoder13 + address 140.180.221.5 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, dbashore@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name csgechomp201w + alias csgechomp201w.Princeton.EDU + _alias1 echomp1 + address 140.180.221.7 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, dbashore@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name csgechomp202w + alias csgechomp202w.Princeton.EDU + _alias1 echomp2 + address 140.180.221.8 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, dbashore@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name csglync221w + alias csglync221w.Princeton.EDU + address 10.6.61.23 + contacts Collaborative Services Group + _contacts csg@princeton.edu, iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglync222w + alias csglync222w.Princeton.EDU + address 10.6.61.24 + contacts Collaborative Services Group + _contacts csg@princeton.edu, iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglync227w + alias csglync227w.Princeton.EDU + address 128.112.130.193 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglync228w + alias csglync228w.Princeton.EDU + address 10.6.61.30 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglync229w + alias csglync229w.Princeton.EDU + address 10.6.61.31 + contacts Collaborative Services Group + _contacts csg@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglyncdb225w + alias csglyncdb225w.Princeton.EDU + address 10.6.51.20 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name csglyncdb226w + alias csglyncdb226w.Princeton.EDU + address 10.6.51.21 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name csglynce223w + alias csglynce223w.Princeton.EDU + address 192.168.4.5 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglynce224w + alias csglynce224w.Princeton.EDU + address 192.168.4.6 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglyncm218w + alias csglyncm218w.Princeton.EDU + address 128.112.134.180 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csgmbx215w + alias csgmbx215w.Princeton.EDU + address 10.6.52.22 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgsp200w + alias csgsp200w.Princeton.EDU + _alias1 csgspapp1 + _alias2 spapp01 + address 10.6.52.207 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production 151 Trust +} + +define host { + host_name csgsp201w + alias csgsp201w.Princeton.EDU + _alias1 csgspapp2 + _alias2 spapp02 + address 10.6.52.208 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgsp202w + alias csgsp202w.Princeton.EDU + _alias1 csgspfe1 + _alias2 spfe01 + _alias3 sp-search + _alias4 mysite-search + _alias5 project-search + _alias6 provost-secure-search + address 10.6.55.59 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name csgsp203w + alias csgsp203w.Princeton.EDU + _alias1 csgspfe2 + _alias2 spfe02 + address 10.6.55.60 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name csgsp204w + alias csgsp204w.Princeton.EDU + _alias1 csgspfe3 + _alias2 spfe03 + address 10.6.55.61 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name csgspdb202w + alias csgspdb202w.Princeton.EDU + address 10.6.52.206 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgspdb203w + alias csgspdb203w.Princeton.EDU + address 10.6.52.215 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgwowza201w + alias csgwowza201w.Princeton.EDU + _alias1 puwowzalive1 + address 140.180.219.161 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name csgwowza202w + alias csgwowza202w.Princeton.EDU + _alias1 puwowzalive2 + address 140.180.219.162 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, dbashore@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 EISFW +} + +define host { + host_name dascpan100l + alias dascpan100l.Princeton.EDU + _alias1 cpan-das-qa + _alias2 cpanel-das-qa + _alias3 cpanel-das-qa-alumtran + _alias4 cpanel-das-qa-aosapp + _alias5 cpanel-das-qa-cbeiwapp + _alias6 cpanel-das-qa-ccbapp + _alias7 cpanel-das-qa-ccdwapp + _alias8 cpanel-das-qa-clever + _alias9 cpanel-das-qa-cleverapp + _alias10 cpanel-das-qa-coiforms + _alias11 cpanel-das-qa-csdpapp + _alias12 cpanel-das-qa-daveh + _alias13 cpanel-das-qa-descetha + _alias14 cpanel-das-qa-dossier + _alias15 cpanel-das-qa-dossier2 + _alias16 cpanel-das-qa-ffpubsapp + _alias17 cpanel-das-qa-genpurch + _alias18 cpanel-das-qa-hdcpanel + _alias19 cpanel-das-qa-hisjpapp + _alias20 cpanel-das-qa-hlsapp + _alias21 cpanel-das-qa-husbyapp + _alias22 cpanel-das-qa-intlctra + _alias23 cpanel-das-qa-intldaymatch + _alias24 cpanel-das-qa-jkchu + _alias25 cpanel-das-qa-jshadow + _alias26 cpanel-das-qa-lapaappl + _alias27 cpanel-das-qa-lsrf + _alias28 cpanel-das-qa-maeiw + _alias29 cpanel-das-qa-mathapps + _alias30 cpanel-das-qa-mathsent + _alias31 cpanel-das-qa-mcgraw + _alias32 cpanel-das-qa-media + _alias33 cpanel-das-qa-molbiodb + _alias34 cpanel-das-qa-moldbupdate + _alias35 cpanel-das-qa-molgsinterview + _alias36 cpanel-das-qa-molqcbwb + _alias37 cpanel-das-qa-nandapps + _alias38 cpanel-das-qa-odocweb + _alias39 cpanel-das-qa-ohdcpanl + _alias40 cpanel-das-qa-oitcpanel + _alias41 cpanel-das-qa-oitdas + _alias42 cpanel-das-qa-oitdaspu + _alias43 cpanel-das-qa-oitdcf + _alias44 cpanel-das-qa-oitdivrs + _alias45 cpanel-das-qa-oitforms + _alias46 cpanel-das-qa-options + _alias47 cpanel-das-qa-paanetapp + _alias48 cpanel-das-qa-pccmapps + _alias49 cpanel-das-qa-pcs + _alias50 cpanel-das-qa-pcs2 + _alias51 cpanel-das-qa-phidossr + _alias52 cpanel-das-qa-pibapps + _alias53 cpanel-das-qa-picsimwb + _alias54 cpanel-das-qa-piiapps + _alias55 cpanel-das-qa-pnipurch + _alias56 cpanel-das-qa-pnisipap + _alias57 cpanel-das-qa-polapps + _alias58 cpanel-das-qa-poldosr + _alias59 cpanel-das-qa-polfalljiw + _alias60 cpanel-das-qa-polgsexam + _alias61 cpanel-das-qa-polsenth + _alias62 cpanel-das-qa-polthpostap + _alias63 cpanel-das-qa-ppplapps + _alias64 cpanel-das-qa-prvdata + _alias65 cpanel-das-qa-psafety + _alias66 cpanel-das-qa-psrc + _alias67 cpanel-das-qa-puvisa + _alias68 cpanel-das-qa-pwp + _alias69 cpanel-das-qa-ratliff + _alias70 cpanel-das-qa-raupload + _alias71 cpanel-das-qa-shipcalc + _alias72 cpanel-das-qa-sinsiapp + _alias73 cpanel-das-qa-sslamp + _alias74 cpanel-das-qa-stevea + _alias75 cpanel-das-qa-studtrav + _alias76 cpanel-das-qa-surpdcap + _alias77 cpanel-das-qa-surplus + _alias78 cpanel-das-qa-telecom + _alias79 cpanel-das-qa-uchv + _alias80 cpanel-das-qa-umattermapapp + _alias81 cpanel-das-qa-umwellness + _alias82 cpanel-das-qa-versions + _alias83 cpanel-das-qa-wasfrevvosvc + _alias84 cpanel-das-qa-webpanel + _alias85 cpanel-das-qa-websurvy + _alias86 cpanel-das-qa-wildcard + _alias87 cpanel-das-qa-wwsgrweb + _alias88 cpanel-redirects-qa + _alias89 das-lamp01-qa + address 128.112.52.21 + contacts CISDR Group of EIS, David L. Herrington, Mark A. Ratliff, Steve Albin + _contacts cisdr@princeton.edu, daveh@princeton.edu, ratliff@princeton.edu, stevea@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name dng202w + alias dng202w.Princeton.EDU + address 140.180.220.123 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dng204w + alias dng204w.Princeton.EDU + address 10.6.49.127 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dng205w + alias dng205w.Princeton.EDU + address 140.180.221.121 + use Windows Dev/QA NS PublicDMZ + contacts University Services IT Support +} + +define host { + host_name eis176l + alias eis176l.Princeton.EDU + address 10.6.52.229 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis178l + alias eis178l.Princeton.EDU + address 10.6.52.234 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis308l + alias eis308l.Princeton.EDU + address 128.112.134.126 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name eis319l + alias eis319l.Princeton.EDU + address 10.6.53.8 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis344l + alias eis344l.Princeton.EDU + address 10.6.48.234 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis368l + alias eis368l.Princeton.EDU + address 10.6.52.220 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis369l + alias eis369l.Princeton.EDU + address 10.6.52.221 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis374l + alias eis374l.Princeton.EDU + address 10.6.48.84 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name eis376l + alias eis376l.Princeton.EDU + address 10.6.53.41 + contacts DBA Important List + _contacts pb@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis377l + alias eis377l.Princeton.EDU + address 10.6.53.58 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eiscpan100l + alias eiscpan100l.Princeton.EDU + _alias1 cpanel7-qa-server + address 140.180.221.46 + contacts CISDR Group of EIS, David L. Herrington, Mark A. Ratliff + _contacts cisdr@princeton.edu, daveh@princeton.edu, ratliff@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name eiscpan101l + alias eiscpan101l.Princeton.EDU + address 140.180.220.36 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name eiscpan102l + alias eiscpan102l.Princeton.EDU + address 128.112.52.23 + contacts Cpanel Admins, Steve Albin + _contacts stevea@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name eiscpan301l + alias eiscpan301l.Princeton.EDU + address 128.112.52.45 + contacts Cpanel Admins, Steve Albin + _contacts stevea@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name eiscups300l + alias eiscups300l.Princeton.EDU + address 10.6.49.235 + contacts ESS Storage, Martin Harriss + _contacts ess-storage@princeton.edu, martin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisdba301l + alias eisdba301l.Princeton.EDU + address 10.6.52.253 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eisdba302l + alias eisdba302l.Princeton.EDU + address 10.6.52.254 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eisdba303l + alias eisdba303l.Princeton.EDU + address 10.6.49.205 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisfax300l + alias eisfax300l.Princeton.EDU + address 10.6.52.204 + contacts Martin Harriss + _contacts martin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eisglob100l + alias eisglob100l.Princeton.EDU + address 140.180.221.107 + contacts Daniel Chin, ESS Storage + _contacts dchin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name eisoid101l + alias eisoid101l.Princeton.EDU + address 10.6.57.18 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name eisoid102l + alias eisoid102l.Princeton.EDU + address 10.6.57.25 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name eisvnet300l + alias eisvnet300l.Princeton.EDU + address 10.6.49.38 + contacts Igor V. Gubenko, Networking + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis230l + alias eis230l.Princeton.EDU + address 10.6.53.51 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name eis254l + alias eis254l.Princeton.EDU + address 10.6.52.132 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis256l + alias eis256l.Princeton.EDU + address 10.6.49.87 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name eis286l + alias eis286l.Princeton.EDU + address 10.6.52.85 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis289l + alias eis289l.Princeton.EDU + address 10.6.53.4 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis290l + alias eis290l.Princeton.EDU + address 10.6.53.6 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis294l + alias eis294l.Princeton.EDU + address 10.6.53.78 + contacts DBA Important List, Todd S. Whitaker + _contacts unix@princeton.edu, whitaker@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eiscups200l + alias eiscups200l.Princeton.EDU + address 10.6.49.236 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name eisess200l + alias eisess200l.Princeton.EDU + _alias1 nautilus + address 10.6.61.28 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name eisess201l + alias eisess201l.Princeton.EDU + address 10.6.61.29 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name eisess202l + alias eisess202l.Princeton.EDU + _alias1 epoxy1 + address 140.180.219.143 + _contacts unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eisess203l + alias eisess203l.Princeton.EDU + _alias1 epoxy2 + address 140.180.219.144 + _contacts unix@princeton.edu + use UNIX Production 151 EISFW +} + +define host { + host_name eisess204l + alias eisess204l.Princeton.EDU + _alias1 epoxy3 + address 140.180.219.163 + _contacts unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eisess205l + alias eisess205l.Princeton.EDU + address 140.180.220.48 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name eisfax200l + alias eisfax200l.Princeton.EDU + address 10.6.52.35 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS Trust +} + +define host { + host_name eisnet201l + alias eisnet201l.Princeton.EDU + address 10.6.50.131 + contacts Hajar Niroomand, Networking + _contacts hajar@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name eisnet202l + alias eisnet202l.Princeton.EDU + address 140.180.221.88 + contacts Networking + _contacts networking@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name eisoid201l + alias eisoid201l.Princeton.EDU + _alias1 oranamesrvr1 + _alias2 oranamesrvr4 + address 10.6.57.32 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eisoid202l + alias eisoid202l.Princeton.EDU + _alias1 oranamesrvr2 + address 10.6.57.33 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eisoid203l + alias eisoid203l.Princeton.EDU + _alias1 oranamesrvr3 + address 10.6.57.34 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eistsm200l + alias eistsm200l.Princeton.EDU + address 10.6.49.240 + contacts ESS Storage, Martin Harriss + _contacts ess-storage@princeton.edu, martin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name eistsm206l + alias eistsm206l.Princeton.EDU + address 128.112.128.104 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name eistsm207l + alias eistsm207l.Princeton.EDU + _alias1 tsm7 + address 128.112.128.112 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS Untrust +} + +define host { + host_name eistsm208l + alias eistsm208l.Princeton.EDU + _alias1 tsm8 + address 128.112.128.113 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name eistsm210l + alias eistsm210l.Princeton.EDU + _alias1 tsm10 + address 128.112.128.118 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS Untrust +} + +define host { + host_name eistsm211l + alias eistsm211l.Princeton.EDU + _alias1 tsm11 + address 128.112.128.116 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name eis155w + alias eis155w.Princeton.EDU + address 10.6.49.58 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis345w + alias eis345w.Princeton.EDU + address 10.6.49.55 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis370w + alias eis370w.Princeton.EDU + address 10.6.49.113 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxappdna100 + alias eisctxappdna100.Princeton.EDU + address 10.6.50.67 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxddc100w + alias eisctxddc100w.Princeton.EDU + address 10.6.49.3 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxddc101w + alias eisctxddc101w.Princeton.EDU + address 10.6.49.140 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxdir100w + alias eisctxdir100w.Princeton.EDU + address 10.6.50.65 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxpvs100w + alias eisctxpvs100w.Princeton.EDU + address 10.6.50.192 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxpvs101w + alias eisctxpvs101w.Princeton.EDU + address 10.6.50.191 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxsf100w + alias eisctxsf100w.Princeton.EDU + address 10.6.49.207 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxsf101w + alias eisctxsf101w.Princeton.EDU + address 10.6.50.60 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxsql100w + alias eisctxsql100w.Princeton.EDU + address 10.6.53.25 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisctxsql101w + alias eisctxsql101w.Princeton.EDU + address 10.6.53.26 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisctxwem100w + alias eisctxwem100w.Princeton.EDU + address 10.6.50.40 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxwem101w + alias eisctxwem101w.Princeton.EDU + address 10.6.50.59 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisiws300w + alias eisiws300w.Princeton.EDU + address 10.6.51.44 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql100w + alias eissql100w.Princeton.EDU + address 10.6.50.14 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql101w + alias eissql101w.Princeton.EDU + address 10.6.50.15 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql102w + alias eissql102w.Princeton.EDU + address 10.6.50.16 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql104w + alias eissql104w.Princeton.EDU + address 10.6.51.72 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql105w + alias eissql105w.Princeton.EDU + address 10.6.51.69 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql106w + alias eissql106w.Princeton.EDU + address 10.6.51.26 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql113w + alias eissql113w.Princeton.EDU + address 10.6.53.22 + contacts Christopher M. Stewart, DBA Important List + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eissql305w + alias eissql305w.Princeton.EDU + address 10.6.48.227 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql306w + alias eissql306w.Princeton.EDU + address 10.6.48.226 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisssrs301w + alias eisssrs301w.Princeton.EDU + address 10.6.50.185 + contacts Christopher M. Stewart, DBA Important List + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Untrust +} + +define host { + host_name eiswszeta102w + alias eiswszeta102w.Princeton.EDU + address 10.6.51.55 + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisxendc100w + alias eisxendc100w.Princeton.EDU + address 10.6.48.139 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisxendc101w + alias eisxendc101w.Princeton.EDU + address 10.6.48.140 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eiszeta100w + alias eiszeta100w.Princeton.EDU + address 10.6.51.3 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis-fwmgr + alias eis-fwmgr.Princeton.EDU + address 128.112.130.95 + contacts epm-list + _contacts winmail@princeton.edu + use Windows Production +} + +define host { + host_name eis253w + alias eis253w.Princeton.EDU + address 10.6.48.75 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eis255w + alias eis255w.Princeton.EDU + address 10.6.49.85 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxappdna200 + alias eisctxappdna200.Princeton.EDU + address 10.6.50.68 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxddc200w + alias eisctxddc200w.Princeton.EDU + address 10.6.50.61 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxddc201w + alias eisctxddc201w.Princeton.EDU + address 10.6.50.62 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxdir200w + alias eisctxdir200w.Princeton.EDU + address 10.6.50.66 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxlic200w + alias eisctxlic200w.Princeton.EDU + address 10.6.50.30 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxpvs200w + alias eisctxpvs200w.Princeton.EDU + address 10.6.50.193 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxpvs201w + alias eisctxpvs201w.Princeton.EDU + address 10.6.50.57 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxsf200w + alias eisctxsf200w.Princeton.EDU + address 10.6.49.131 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxsf201w + alias eisctxsf201w.Princeton.EDU + address 10.6.49.139 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxsql200w + alias eisctxsql200w.Princeton.EDU + address 10.6.53.15 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name eisctxsql201w + alias eisctxsql201w.Princeton.EDU + address 10.6.53.24 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name eisctxwem200w + alias eisctxwem200w.Princeton.EDU + address 10.6.50.41 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxwem201w + alias eisctxwem201w.Princeton.EDU + address 10.6.50.64 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eishpdm200w + alias eishpdm200w.Princeton.EDU + address 140.180.221.86 + contacts Sarah Kampel + _contacts dbalan@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name eisiws200w + alias eisiws200w.Princeton.EDU + address 10.6.51.45 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eislmt200w + alias eislmt200w.Princeton.EDU + address 10.6.50.127 + contacts ESS Storage, Martin Harriss + _contacts martin@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisnet200w + alias eisnet200w.Princeton.EDU + address 10.6.48.247 + contacts Networking + _contacts networking@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql203w + alias eissql203w.Princeton.EDU + address 10.6.50.174 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql204w + alias eissql204w.Princeton.EDU + address 10.6.50.175 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql205w + alias eissql205w.Princeton.EDU + address 10.6.50.177 + contacts Christopher M. Stewart + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql206w + alias eissql206w.Princeton.EDU + address 10.6.50.157 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql207w + alias eissql207w.Princeton.EDU + address 10.6.50.158 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql209w + alias eissql209w.Princeton.EDU + address 10.6.49.120 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql210w + alias eissql210w.Princeton.EDU + address 10.6.51.70 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql211w + alias eissql211w.Princeton.EDU + address 10.6.51.71 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql212w + alias eissql212w.Princeton.EDU + address 10.6.48.153 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql213w + alias eissql213w.Princeton.EDU + address 10.6.53.46 + contacts Christopher M. Stewart, DBA Important List + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisssrs201w + alias eisssrs201w.Princeton.EDU + address 10.6.51.0 + contacts Christopher M. Stewart, DBA Important List + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name eisvone200w + alias eisvone200w.Princeton.EDU + address 10.6.52.86 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisvone201w + alias eisvone201w.Princeton.EDU + address 10.6.53.34 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisws201w + alias eisws201w.Princeton.EDU + address 10.6.50.92 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisws202w + alias eisws202w.Princeton.EDU + address 10.6.49.228 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essesx200v + alias essesx200v.Princeton.EDU + address 10.6.52.61 + _IP_MAC1 10.6.52.61 <=> b8:ca:3a:64:5d:d0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, C2 + _date_created 2017-02-22 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts winmail@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx201v + alias essesx201v.Princeton.EDU + address 10.6.52.43 + _IP_MAC1 10.6.52.43 <=> 24:6e:96:39:6e:b4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx202v + alias essesx202v.Princeton.EDU + address 10.6.52.62 + _IP_MAC1 10.6.52.62 <=> ba:ca:3a:64:66:21 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-09-14 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx203v + alias essesx203v.Princeton.EDU + address 10.6.52.63 + _IP_MAC1 10.6.52.63 <=> bc:30:5b:f8:c1:dc + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C5 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx204v + alias essesx204v.Princeton.EDU + address 10.6.52.64 + _IP_MAC1 10.6.52.64 <=> a4:ba:db:15:13:13 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C4 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx205v + alias essesx205v.Princeton.EDU + address 10.6.52.65 + _IP_MAC1 10.6.52.65 <=> ec:f4:bb:d0:64:c3 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx206v + alias essesx206v.Princeton.EDU + address 10.6.52.66 + _IP_MAC1 10.6.52.66 <=> ec:f4:bb:d6:d0:5c + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx207v + alias essesx207v.Princeton.EDU + address 10.6.52.67 + _IP_MAC1 10.6.52.67 <=> a4:ba:db:40:92:f0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx208v + alias essesx208v.Princeton.EDU + address 10.6.52.68 + _IP_MAC1 10.6.52.68 <=> 0:1b:21:90:26:18 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx209v + alias essesx209v.Princeton.EDU + address 10.6.52.69 + _IP_MAC1 10.6.52.69 <=> 0:1b:21:c8:5:70 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx210v + alias essesx210v.Princeton.EDU + address 10.6.53.3 + _IP_MAC1 10.6.53.3 <=> ec:f4:bb:ed:fb:67 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I4 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx211v + alias essesx211v.Princeton.EDU + address 10.6.52.87 + _IP_MAC1 10.6.52.87 <=> 24:6e:96:2a:7c:c0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MP,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-10-25 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx212v + alias essesx212v.Princeton.EDU + address 10.6.52.114 + _IP_MAC1 10.6.52.114 <=> 24:6e:96:2a:55:14 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-10-25 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx213v + alias essesx213v.Princeton.EDU + address 10.6.52.121 + _IP_MAC1 10.6.52.121 <=> 24:6e:96:39:94:7c + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx214v + alias essesx214v.Princeton.EDU + address 10.6.52.125 + _IP_MAC1 10.6.52.125 <=> bc:30:5b:ef:a6:c1 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx215v + alias essesx215v.Princeton.EDU + address 10.6.52.138 + _IP_MAC1 10.6.52.138 <=> bc:30:5b:ef:e3:65 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx216v + alias essesx216v.Princeton.EDU + address 10.6.52.171 + _IP_MAC1 10.6.52.171 <=> b8:ca:3a:69:3c:c4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, C3 + _date_created 2016-09-20 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx217v + alias essesx217v.Princeton.EDU + address 10.6.52.177 + _IP_MAC1 10.6.52.177 <=> bc:30:5b:f8:e2:98 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx218v + alias essesx218v.Princeton.EDU + address 10.6.52.178 + _IP_MAC1 10.6.52.178 <=> b8:ca:3a:69:46:c0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx220v + alias essesx220v.Princeton.EDU + address 10.6.52.213 + _IP_MAC1 10.6.52.213 <=> ec:f4:bb:c2:74:44 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx221v + alias essesx221v.Princeton.EDU + address 10.6.52.216 + _IP_MAC1 10.6.52.216 <=> ec:f4:bb:c2:72:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx222v + alias essesx222v.Princeton.EDU + address 10.6.52.217 + _IP_MAC1 10.6.52.217 <=> ec:f4:bb:d6:cc:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx270v + alias essesx270v.Princeton.EDU + address 10.6.52.218 + _IP_MAC1 10.6.52.218 <=> ec:f4:bb:dd:f6:d4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx224v + alias essesx224v.Princeton.EDU + address 10.6.52.219 + _IP_MAC1 10.6.52.219 <=> ec:f4:bb:ee:a7:80 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx225v + alias essesx225v.Princeton.EDU + address 10.6.52.239 + _IP_MAC1 10.6.52.239 <=> 24:6e:96:b:2e:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx226v + alias essesx226v.Princeton.EDU + address 10.6.52.247 + _IP_MAC1 10.6.52.247 <=> 24:6e:96:a:9f:41 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx227v + alias essesx227v.Princeton.EDU + address 10.6.52.58 + _IP_MAC1 10.6.52.58 <=> 24:6e:96:50:20:64 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C02 + _date_created 2017-03-24 + _date_changed 2017-04-12 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princetonedu, winmail@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx228v + alias essesx228v.Princeton.EDU + address 10.6.52.38 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + +define host { + host_name essesx229v + alias essesx229v.Princeton.EDU + address 10.6.52.39 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + +define host { + host_name essesx240v + alias essesx240v.Princeton.EDU + address 10.6.53.47 + check_command check_https_host + notes 87 Prospect + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + +define host { + host_name essesx241v + alias essesx241v.Princeton.EDU + address 10.6.53.48 + check_command check_https_host + notes 87 Prospect + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + +define host { + host_name essesx242v + alias essesx242v.Princeton.EDU + address 10.6.53.52 + check_command check_https_host + notes 87 Prospect + contacts ESS Ops + use UNIX Production NS Trust +} + +define host { + host_name essesx250v + alias essesx250v.Princeton.EDU + address 10.6.52.118 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + +define host { + host_name essesx251v + alias essesx251v.Princeton.EDU + address 10.6.52.155 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + +define host { + host_name essesx260v + alias essesx260v.Princeton.EDU + address 10.6.53.96 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + +define host { + host_name essesx261v + alias essesx261v.Princeton.EDU + address 10.6.53.97 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + +define host { + host_name essesx262v + alias essesx262v.Princeton.EDU + address 10.6.53.99 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + +define host { + host_name essesx263v + alias essesx263v.Princeton.EDU + address 10.6.53.98 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + +define host { + host_name essesx290v + alias essesx290v.Princeton.EDU + address 10.6.59.230 + _IP_MAC1 10.6.59.230 <=> c:c4:7a:9:a3:1e + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-14 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + +define host { + host_name essesx291v + alias essesx291v.Princeton.EDU + address 10.6.59.232 + _IP_MAC1 10.6.59.232 <=> c:c4:7a:9:a0:ca + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-23 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + +define host { + host_name essesx292v + alias essesx292v.Princeton.EDU + address 10.6.59.231 + _IP_MAC1 10.6.59.231 <=> c:c4:7a:9:a0:86 + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-14 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + +define host { + host_name ess305l + alias ess305l.Princeton.EDU + address 10.6.52.82 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ess307l + alias ess307l.Princeton.EDU + address 10.6.51.29 + contacts Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essconjur300l + alias essconjur300l.Princeton.EDU + address 10.6.53.33 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name essgit100l + alias essgit100l.Princeton.EDU + address 10.6.49.154 + contacts Jeffrey L. Firestone, none + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essgit101l + alias essgit101l.Princeton.EDU + address 10.6.50.48 + contacts ESS Storage, Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essoel300l + alias essoel300l.Princeton.EDU + address 10.6.48.17 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essproxy300l + alias essproxy300l.Princeton.EDU + address 10.6.51.30 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name esspup101l + alias esspup101l.Princeton.EDU + address 10.6.50.47 + contacts ESS Storage, Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essrundeck100l + alias essrundeck100l.Princeton.EDU + address 10.6.57.39 + contacts ESS Storage, Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name essrundeck101l + alias essrundeck101l.Princeton.EDU + address 10.6.57.40 + contacts ESS Storage, Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name essrundeck102l + alias essrundeck102l.Princeton.EDU + address 10.6.52.210 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name essrundeck201l + alias essrundeck201l.Princeton.EDU + address 10.6.57.49 + use UNIX Dev/QA 151 EISFW + contacts ESS UNIX List +} + +define host { + host_name essgit200l + alias essgit200l.Princeton.EDU + address 10.6.50.106 + contacts ESS Ops, Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name essproxy200l + alias essproxy200l.Princeton.EDU + address 10.6.51.31 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name esspup200l + alias esspup200l.Princeton.EDU + address 140.180.220.74 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name esspup201l + alias esspup201l.Princeton.EDU + _alias1 ess-puppet01 + address 10.6.50.165 + contacts George R. Kopf, Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name essrundeck202l + alias essrundeck202l.Princeton.EDU + address 10.6.52.102 + use UNIX Dev/QA NS Trust + contacts ESS UNIX List +} + +define host { + host_name ess-2008r2test + alias ess-2008r2test.Princeton.EDU + address 10.6.51.27 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ess-2012r2test + alias ess-2012r2test.Princeton.EDU + address 10.6.48.168 + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ess-2016test + alias ess-2016test.Princeton.EDU + address 10.6.48.27 + contacts ESS Ops + _contacts sv-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ess100w + alias ess100w.Princeton.EDU + address 10.6.48.176 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name esschoco100w + alias esschoco100w.Princeton.EDU + address 10.6.53.17 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name esschoco300w + alias esschoco300w.Princeton.EDU + address 10.6.53.14 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name essctxddc300w + alias essctxddc300w.Princeton.EDU + address 10.6.49.195 + _contacts dbalan@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essctxsf300w + alias essctxsf300w.Princeton.EDU + address 10.6.49.196 + _contacts dbalan@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essctxxa300w + alias essctxxa300w.Princeton.EDU + address 10.6.49.197 + _contacts dbalan@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essnick2019test + alias essnick2019test.Princeton.EDU + address 10.6.48.174 + use Windows Dev/QA 151 PrivateDMZ + contacts Nicholas Delo +} + +define host { + host_name essnicksdev300w + alias essnicksdev300w.Princeton.EDU + address 10.6.49.9 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essorch101w + alias essorch101w.Princeton.EDU + address 10.6.52.51 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name essorch300w + alias essorch300w.Princeton.EDU + address 10.6.49.184 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name esspatchtest300 + alias esspatchtest300.Princeton.EDU + address 10.6.63.6 + use Windows Dev/QA 151 Untrust + contacts Jennifer L. Curatola +} + +define host { + host_name essrundeck100w + alias essrundeck100w.Princeton.EDU + address 10.6.53.85 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name esssma100w + alias esssma100w.Princeton.EDU + address 10.6.52.60 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name essvmbkp100w + alias essvmbkp100w.Princeton.EDU + address 10.6.48.193 + contacts Chi M. Lu, Daniel Chin, ESS Storage, Storage and Automation HostMaster Admin account + _contacts clu@princeton.edu, dchin@princeton.edu, ess-storage@princeton.edu, sahmadm@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essvprox100w + alias essvprox100w.Princeton.EDU + address 10.6.48.49 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essvprox101w + alias essvprox101w.Princeton.EDU + address 10.6.51.61 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name esswsus300w + alias esswsus300w.Princeton.EDU + address 10.6.49.148 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name esschoco200w + alias esschoco200w.Princeton.EDU + address 10.6.53.16 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name esscode200w + alias esscode200w.Princeton.EDU + address 10.6.49.145 + contacts ESS Windows List, Jeffrey L. Firestone + _contacts jf19@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essconsole200w + alias essconsole200w.Princeton.EDU + address 10.6.48.13 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essconsole201w + alias essconsole201w.Princeton.EDU + address 10.6.49.1 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essdem200w + alias essdem200w.Princeton.EDU + address 10.6.48.16 + contacts Kevin D. Hoffman + _contacts kh6@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essdhcp200w + alias essdhcp200w.Princeton.EDU + address 10.6.52.20 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name essorch201w + alias essorch201w.Princeton.EDU + address 10.6.52.52 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS Trust +} + +define host { + host_name essrds290w + alias essrds290w.Princeton.EDU + address 10.6.59.237 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name essrundeck203w + alias essrundeck203w.Princeton.EDU + address 10.6.52.112 + use Windows Dev/QA NS Trust + contacts ESS Windows List +} + +define host { + host_name esssan202w + alias esssan202w.Princeton.EDU + address 10.6.53.40 + contacts ESS Storage, Storage and Automation HostMaster Admin account + _contacts sahmadm@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name esssma200w + alias esssma200w.Princeton.EDU + address 10.6.52.36 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name essvc201w + alias essvc201w.Princeton.EDU + _alias1 essvc200w + _alias2 essvc201l + address 10.6.48.80 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essvmbkp200w + alias essvmbkp200w.Princeton.EDU + address 10.6.49.167 + contacts ESS Storage, Storage and Automation HostMaster Admin account + _contacts ess-storage@princeton.edu, sahmadm@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name essvmbkp201w + alias essvmbkp201w.Princeton.EDU + address 10.6.49.201 + contacts ESS Storage, Storage and Automation HostMaster Admin account + _contacts ess-storage@princeton.edu, sahmadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name esswsus200w + alias esswsus200w.Princeton.EDU + address 10.6.49.147 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-egn-desigo + alias fac-egn-desigo.Princeton.EDU + address 10.6.50.55 + _IP_MAC1 10.6.50.55 <=> 0:50:56:93:7:f0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-03-26 + _date_changed 2017-05-02 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-eng-301w + alias fac-eng-301w.Princeton.EDU + address 10.6.50.54 + _IP_MAC1 10.6.50.54 <=> 0:50:56:93:2a:e7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-08-22 + _date_changed 2017-05-02 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-geodev + alias fac-geodev.Princeton.EDU + address 10.6.50.112 + _IP_MAC1 10.6.50.112 <=> 0:50:56:93:5:3e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-10-31 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-geoprod + alias fac-geoprod.Princeton.EDU + address 140.180.221.124 + _IP_MAC1 10.6.50.125 <=> 0:50:56:93:5:3f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-10-31 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name fac-geoqa + alias fac-geoqa.Princeton.EDU + address 10.6.50.113 + _IP_MAC1 10.6.50.113 <=> 0:50:56:93:5:3d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-10-31 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-lutronqa + alias fac-lutronqa.Princeton.EDU + address 10.6.50.26 + _IP_MAC1 10.6.50.26 <=> 0:50:56:93:5:39 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-10-28 + _date_changed 2017-03-21 + contacts Arthur T. Murphy + _contacts amurphy@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcacst101w + alias fac-spcacst101w.Princeton.EDU + address 10.6.49.91 + _IP_MAC1 10.6.49.91 <=> 0:50:56:93:50:fd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcacst102w + alias fac-spcacst102w.Princeton.EDU + address 10.6.49.171 + use Windows Dev/QA 151 PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac-spcacst103w + alias fac-spcacst103w.Princeton.EDU + address 10.6.50.163 + use Windows Dev/QA 151 PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac-spcacst104w + alias fac-spcacst104w.Princeton.EDU + address 10.6.50.31 + _IP_MAC1 10.6.50.31 <=> 0:50:56:93:cc:22 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-03-31 + _date_changed 2017-03-31 + contacts Edith M. Rzomp + _contacts erzomp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcacsts108 + alias fac-spcacsts108.Princeton.EDU + address 10.6.48.131 + _IP_MAC1 10.6.48.131 <=> 0:50:56:93:41:90 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-04-06 + _date_changed 2018-04-06 + contacts Edith M. Rzomp + _contacts erzomp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcactdb102 + alias fac-spcactdb102.Princeton.EDU + address 10.6.49.92 + _IP_MAC1 10.6.49.92 <=> 0:50:56:93:4a:e8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcactdb103 + alias fac-spcactdb103.Princeton.EDU + address 10.6.49.39 + _IP_MAC1 10.6.49.39 <=> 0:50:56:93:5e:82 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-04-28 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcactha105 + alias fac-spcactha105.Princeton.EDU + address 10.6.50.195 + _IP_MAC1 10.6.50.195 <=> 0:50:56:93:ef:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-09-14 + _date_changed 2017-09-14 + contacts Edith M. Rzomp + _contacts erzomp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcactha106 + alias fac-spcactha106.Princeton.EDU + address 10.6.50.164 + use Windows Dev/QA 151 PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac-webctrl100w + alias fac-webctrl100w.Princeton.EDU + address 10.6.50.43 + _IP_MAC1 10.6.50.43 <=> 0:50:56:93:4:87 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-25 + _date_changed 2017-05-02 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-webctrl300w + alias fac-webctrl300w.Princeton.EDU + address 10.6.50.56 + _IP_MAC1 10.6.50.56 <=> 0:50:56:93:4:88 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-25 + _date_changed 2017-05-02 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac101w + alias fac101w.Princeton.EDU + address 10.6.49.214 + _IP_MAC1 10.6.49.214 <=> 0:50:56:0:5a:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-05-06 + _date_changed 2016-11-22 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac102w + alias fac102w.Princeton.EDU + address 10.6.49.177 + use Windows Dev/QA 151 PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac103w-gisqa + alias fac103w-gisqa.Princeton.EDU + _alias1 gisqa + address 10.6.48.189 + _IP_MAC1 10.6.48.189 <=> 0:50:56:93:57:8f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-04-27 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac103wsaltots + alias fac103wsaltots.Princeton.EDU + address 10.6.49.138 + use Windows Dev/QA 151 PrivateDMZ + contacts Mark R. Williams +} + +define host { + host_name fac107w-afqa + alias fac107w-afqa.Princeton.EDU + address 10.6.50.114 + _IP_MAC1 10.6.50.114 <=> 0:50:56:93:2f:5b + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac108w-awqa + alias fac108w-awqa.Princeton.EDU + _alias1 tigerspaceqa + address 10.6.50.115 + _IP_MAC1 10.6.50.115 <=> 0:50:56:93:2f:5a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac111w + alias fac111w.Princeton.EDU + address 140.180.220.33 + _IP_MAC1 140.180.220.33 <=> 0:50:56:93:d0:f3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-08 + _date_changed 2018-01-08 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac112w + alias fac112w.Princeton.EDU + address 140.180.220.63 + _IP_MAC1 140.180.220.63 <=> 0:50:56:93:2f:ca + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-11 + _date_changed 2018-01-11 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac113w + alias fac113w.Princeton.EDU + _alias1 ifacilitiesqa + address 140.180.221.33 + _IP_MAC1 140.180.221.33 <=> 0:50:56:93:1d:ae + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-12 + _date_changed 2018-03-19 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac114w + alias fac114w.Princeton.EDU + address 140.180.221.73 + _IP_MAC1 140.180.221.73 <=> 0:50:56:93:6f:46 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-19 + _date_changed 2018-01-19 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac115w + alias fac115w.Princeton.EDU + address 140.180.220.217 + use Windows Dev/QA 151 PublicDMZ + contacts slmgeo +} + +define host { + host_name fac115w-x100 + alias fac115w-x100.Princeton.EDU + address 10.6.49.59 + _IP_MAC1 10.6.49.59 <=> 0:50:56:93:2e:2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-01-11 + _date_changed 2017-10-24 + contacts Quoc B. Nguyen + _contacts quoc@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac303w-esridev + alias fac303w-esridev.Princeton.EDU + address 10.6.48.142 + _IP_MAC1 10.6.48.142 <=> 0:50:56:93:9:cd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-02-10 + _date_changed 2016-07-28 + contacts Matthew L. Woodmansee + _contacts mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac303w-gisdev + alias fac303w-gisdev.Princeton.EDU + address 10.6.51.22 + _IP_MAC1 10.6.51.22 <=> 0:50:56:93:c7:b9 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-26 + _date_changed 2018-01-26 + contacts Matthew L. Woodmansee + _contacts mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac307w-afdev + alias fac307w-afdev.Princeton.EDU + address 10.6.50.118 + _IP_MAC1 10.6.50.118 <=> 0:50:56:93:2f:57 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac308w-awdev + alias fac308w-awdev.Princeton.EDU + _alias1 tigerspacedev + address 10.6.50.119 + _IP_MAC1 10.6.50.119 <=> 0:50:56:93:2f:56 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac309wsaltodev + alias fac309wsaltodev.Princeton.EDU + address 10.6.49.2 + _IP_MAC1 10.6.49.2 <=> 0:50:56:93:63:db + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-12 + _date_changed 2016-08-19 + contacts Facilities NT Administrator + _contacts facntadm@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac312w + alias fac312w.Princeton.EDU + address 140.180.221.66 + _IP_MAC1 140.180.221.66 <=> 0:50:56:93:d6:4d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-10 + _date_changed 2017-11-10 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac313w + alias fac313w.Princeton.EDU + address 140.180.220.62 + _IP_MAC1 140.180.220.62 <=> 0:50:56:93:81:30 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-11 + _date_changed 2018-01-11 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac314w + alias fac314w.Princeton.EDU + address 10.6.51.113 + use Windows Dev/QA 151 PrivateDMZ + contacts slmgeo +} + +define host { + host_name facsaltodb100w + alias facsaltodb100w.Princeton.EDU + address 10.6.52.126 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name facsaltodb101w + alias facsaltodb101w.Princeton.EDU + address 10.6.53.130 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name maximosourceqa + alias maximosourceqa.Princeton.EDU + address 10.6.48.123 + _IP_MAC1 10.6.48.123 <=> 0:50:56:93:4c:4e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-12-15 + _date_changed 2014-12-15 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-anaqua1 + alias fac-anaqua1.Princeton.EDU + address 10.6.49.122 + _IP_MAC1 10.6.49.122 <=> 0:50:56:93:39:75 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-12 + _date_changed 2016-08-19 + contacts Facilities NT Administrator + _contacts facntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-evnts2hv200 + alias fac-evnts2hv200.Princeton.EDU + address 10.6.50.1 + _IP_MAC1 10.6.50.1 <=> 0:50:56:93:b7:4c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-03-07 + _date_changed 2017-04-06 + contacts Adam C. Boltz, FACJZADM, facmcadm + _contacts aboltz@princeton.edu, facjzadm@princeton.edu, facmcadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-goshin200w + alias fac-goshin200w.Princeton.EDU + address 10.6.50.123 + _IP_MAC1 10.6.50.123 <=> 0:50:56:93:8:63 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-06-08 + _date_changed 2017-11-03 + contacts FACJZADM, James D. Kane, Jeffrey M. Zodda + _contacts facjzadm@princeton.edu, jkane@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-infoctr1 + alias fac-infoctr1.Princeton.EDU + address 10.6.50.197 + _IP_MAC1 10.6.50.197 <=> b8:ca:3a:5d:d6:78 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR,RK,C-01 + _date_created 2013-06-05 + _date_changed 2017-09-26 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-infoctr3 + alias fac-infoctr3.Princeton.EDU + address 10.6.48.163 + _IP_MAC1 10.6.48.163 <=> 0:50:56:93:7d:d8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2015-03-13 + _date_changed 2016-07-28 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-keys200w + alias fac-keys200w.Princeton.EDU + address 10.6.50.188 + _IP_MAC1 10.6.50.188 <=> 0:50:56:93:18:b3 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-26 + _date_changed 2017-09-13 + contacts FACJZADM, Facilities NT Administrator + _contacts facjzadm@princeton.edu, facntadm@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac-larprime + alias fac-larprime.Princeton.EDU + address 10.6.48.162 + _IP_MAC1 10.6.48.162 <=> 0:50:56:93:10:fd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2015-03-13 + _date_changed 2016-07-28 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-lssxibo + alias fac-lssxibo.Princeton.EDU + address 10.6.50.249 + _IP_MAC1 10.6.50.249 <=> 0:50:56:93:8:c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2014-04-15 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-lumewave200 + alias fac-lumewave200.Princeton.EDU + address 10.6.49.178 + _IP_MAC1 10.6.49.178 <=> 0:50:56:93:a5:76 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-26 + _date_changed 2017-04-26 + contacts Jeffrey M. Zodda + _contacts jzodda@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac-lutlarsprd + alias fac-lutlarsprd.Princeton.EDU + address 10.6.48.86 + _IP_MAC1 10.6.48.86 <=> 0:50:56:93:30:de + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-09 + _date_changed 2017-01-09 + contacts Jeffrey M. Zodda + _contacts jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-lutronprod + alias fac-lutronprod.Princeton.EDU + address 10.6.50.28 + _IP_MAC1 10.6.50.28 <=> 0:50:56:93:5:3a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM - + _date_created 2013-10-28 + _date_changed 2017-03-21 + contacts Arthur T. Murphy + _contacts amurphy@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-lutronprod2 + alias fac-lutronprod2.Princeton.EDU + address 10.6.50.29 + _IP_MAC1 10.6.50.29 <=> 0:50:56:93:4:a0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2014-05-08 + _date_changed 2017-03-21 + contacts Arthur T. Murphy + _contacts amurphy@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-palm3 + alias fac-palm3.Princeton.EDU + address 10.6.49.69 + _IP_MAC1 10.6.49.69 <=> 0:50:56:93:28:93 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2016-03-21 + _date_changed 2017-12-14 + contacts FACJZADM, Jeffrey M. Zodda + _contacts facjzadm@princeton.edu, jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-rds-200w + alias fac-rds-200w.Princeton.EDU + _alias1 facrds200w + address 10.6.48.154 + _IP_MAC1 10.6.48.154 <=> 0:50:56:93:5e:3e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2011-08-04 + _date_changed 2015-02-24 + notification_period Except 11:55-12:10 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-rds-201w + alias fac-rds-201w.Princeton.EDU + address 10.6.48.143 + _IP_MAC1 10.6.48.143 <=> 0:50:56:93:5a:9d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2015-01-26 + _date_changed 2016-07-28 + notification_period Except 11:55-12:10 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name fac-spcacfdb207 + alias fac-spcacfdb207.Princeton.EDU + address 10.6.49.93 + _IP_MAC1 10.6.49.93 <=> 0:50:56:93:16:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacs204w + alias fac-spcacs204w.Princeton.EDU + address 10.6.49.94 + _IP_MAC1 10.6.49.94 <=> 0:50:56:93:49:c8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacsdb205 + alias fac-spcacsdb205.Princeton.EDU + address 10.6.49.95 + _IP_MAC1 10.6.49.95 <=> 0:50:56:93:7:10 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacsf206w + alias fac-spcacsf206w.Princeton.EDU + address 10.6.49.96 + _IP_MAC1 10.6.49.96 <=> 0:50:56:93:6:ac + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacsha210 + alias fac-spcacsha210.Princeton.EDU + address 10.6.50.111 + use Windows Dev/QA NS PrivateDMZ + contacts Edith M. Rzomp +} + +define host { + host_name fac-spcacsts208 + alias fac-spcacsts208.Princeton.EDU + address 10.6.49.97 + _IP_MAC1 10.6.49.97 <=> 0:50:56:93:1b:40 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacsts209 + alias fac-spcacsts209.Princeton.EDU + address 10.6.49.159 + use Windows Production 151 PrivateDMZ + contacts DBA Important List +} + +define host { + host_name fac-spreports + alias fac-spreports.Princeton.EDU + address 10.6.50.37 + _IP_MAC1 10.6.50.37 <=> 0:50:56:93:97:f1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-03-31 + _date_changed 2017-03-31 + contacts Edith M. Rzomp + _contacts erzomp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac-stprosvcs + alias fac-stprosvcs.Princeton.EDU + address 10.6.50.250 + _IP_MAC1 10.6.50.250 <=> 0:50:56:93:4:a3 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2014-05-13 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-termsvr1 + alias fac-termsvr1.Princeton.EDU + address 10.6.49.44 + _IP_MAC1 10.6.49.44 <=> 0:50:56:93:57:ef + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2016-03-21 + _date_changed 2017-12-21 + contacts FACJZADM, Jeffrey M. Zodda + _contacts facjzadm@princeton.edu, jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-trimble + alias fac-trimble.Princeton.EDU + address 10.6.48.54 + _IP_MAC1 10.6.48.54 <=> 0:50:56:93:26:f4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2014-07-02 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name fac-willo3-200w + alias fac-willo3-200w.Princeton.EDU + address 10.6.51.23 + _IP_MAC1 10.6.51.23 <=> 0:50:56:93:7f:ae + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-12-08 + _date_changed 2017-12-08 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-willow2 + alias fac-willow2.Princeton.EDU + address 10.6.48.212 + _IP_MAC1 10.6.48.212 <=> 0:50:56:93:3f:6d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-01 + _date_changed 2017-12-14 + contacts FACJZADM, Jeffrey M. Zodda, facmcadm + _contacts facjzadm@princeton.edu, facmcadm@princeton.edu, jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac201w + alias fac201w.Princeton.EDU + address 10.6.50.248 + _IP_MAC1 10.6.50.248 <=> 0:50:56:0:5b:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2011-05-06 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac202w + alias fac202w.Princeton.EDU + address 10.6.51.85 + use Windows Dev/QA NS PrivateDMZ + contacts Mark R. Williams +} + +define host { + host_name fac203-publish + alias fac203-publish.Princeton.EDU + address 10.6.49.67 + _IP_MAC1 10.6.49.67 <=> 0:50:56:93:66:70 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2016-03-21 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac203w-gisprod + alias fac203w-gisprod.Princeton.EDU + _alias1 gis + address 140.180.220.131 + _IP_MAC1 140.180.220.131 <=> 0:50:56:93:70:73 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2015-04-27 + _date_changed 2017-11-29 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac206wsaltots + alias fac206wsaltots.Princeton.EDU + address 10.6.49.254 + use Windows Dev/QA NS PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac207w + alias fac207w.Princeton.EDU + address 10.6.50.162 + _IP_MAC1 10.6.50.162 <=> 0:50:56:93:50:a5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-02-04 + _date_changed 2017-07-17 + contacts Jeffrey M. Zodda + _contacts jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac207wsaltojs + alias fac207wsaltojs.Princeton.EDU + address 10.6.51.102 + use Windows Dev/QA NS PrivateDMZ + contacts markrw +} + +define host { + host_name fac208w-afprod + alias fac208w-afprod.Princeton.EDU + address 10.6.50.139 + _IP_MAC1 10.6.50.139 <=> 0:50:56:93:2f:59 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name fac209w-awprod + alias fac209w-awprod.Princeton.EDU + _alias1 tigerspace + address 140.180.220.254 + _IP_MAC1 140.180.220.254 <=> 0:50:56:93:2f:58 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name fac211w + alias fac211w.Princeton.EDU + _alias1 maximo + address 140.180.220.166 + _IP_MAC1 140.180.220.166 <=> 0:50:56:93:2c:ce + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-14 + _date_changed 2018-04-10 + contact_groups Maximo + contacts Robert J. Kuhn + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac212w + alias fac212w.Princeton.EDU + _alias1 ezmaxmobile + address 140.180.221.39 + _IP_MAC1 140.180.221.39 <=> 0:50:56:93:90:3f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-20 + _date_changed 2018-04-10 + contact_groups Maximo + contacts Robert J. Kuhn + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac213w + alias fac213w.Princeton.EDU + _alias1 ifacilities + address 140.180.221.37 + _IP_MAC1 140.180.221.37 <=> 0:50:56:93:3:53 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-14 + _date_changed 2018-04-10 + contact_groups Maximo + contacts Robert J. Kuhn + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac214w-centric + alias fac214w-centric.Princeton.EDU + _alias1 pcs + _alias2 facnet + address 140.180.220.89 + _IP_MAC1 140.180.220.89 <=> 0:50:56:93:77:68 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2014-10-08 + _date_changed 2016-07-28 + contacts Matthew L. Woodmansee + _contacts mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac214w + alias fac214w.Princeton.EDU + address 140.180.221.38 + _IP_MAC1 140.180.221.38 <=> 0:50:56:93:be:fa + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-14 + _date_changed 2018-02-14 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac215w + alias fac215w.Princeton.EDU + address 140.180.220.218 + use Windows Dev/QA NS PublicDMZ + contacts slmgeo +} + +define host { + host_name fac216w-xibo + alias fac216w-xibo.Princeton.EDU + address 10.6.48.93 + _IP_MAC1 10.6.48.93 <=> 0:50:56:93:46:ec + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2015-02-18 + _date_changed 2017-12-14 + contacts FACJZADM + _contacts facjzadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac219w-tsw + alias fac219w-tsw.Princeton.EDU + address 10.6.48.202 + _IP_MAC1 10.6.48.202 <=> 0:50:56:93:60:59 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2015-05-28 + _date_changed 2017-12-18 + contacts Alex J. Trosko, Facilities NT Administrator + _contacts ajtrosko@princeton.edu, facntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac221w-acad + alias fac221w-acad.Princeton.EDU + address 10.6.48.245 + _IP_MAC1 10.6.48.245 <=> 0:50:56:93:4b:47 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2015-09-22 + _date_changed 2016-07-28 + contacts Matthew L. Woodmansee + _contacts mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac222w-acad + alias fac222w-acad.Princeton.EDU + address 10.6.51.114 + use Windows Dev/QA NS PrivateDMZ + contacts Viviane Bassily +} + +define host { + host_name fac223w-jadwin + alias fac223w-jadwin.Princeton.EDU + address 10.6.49.46 + _IP_MAC1 10.6.49.46 <=> 0:50:56:93:4b:61 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2015-11-24 + _date_changed 2017-06-16 + contacts Arthur T. Murphy + _contacts amurphy@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac223w-x200 + alias fac223w-x200.Princeton.EDU + address 10.6.49.60 + _IP_MAC1 10.6.49.60 <=> 0:50:56:93:5f:57 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2016-01-11 + _date_changed 2018-01-12 + contacts Mark Lewis + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac224w-tcam + alias fac224w-tcam.Princeton.EDU + address 10.6.48.239 + _IP_MAC1 10.6.48.239 <=> 0:50:56:93:13:29 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the University Architect + _building New South + _room MR, VM, - + _date_created 2016-04-05 + _date_changed 2017-12-14 + contacts FACJZADM, Joshua E. Linkov + _contacts facjzadm@princeton.edu, jlinkov@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac225w-tcam + alias fac225w-tcam.Princeton.EDU + address 10.6.48.236 + _IP_MAC1 10.6.48.236 <=> 0:50:56:93:4e:e6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the University Architect + _building New South + _room MR, VM, - + _date_created 2016-04-05 + _date_changed 2017-12-14 + contacts FACJZADM, Joshua E. Linkov + _contacts facjzadm@princeton.edu, jlinkov@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac226-olive + alias fac226-olive.Princeton.EDU + address 140.180.220.141 + _IP_MAC1 140.180.220.141 <=> 0:50:56:93:46:50 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-19 + _date_changed 2017-06-02 + contacts FACJZADM, Facilities NT Administrator, facmcadm + _contacts facjzadm@princeton.edu, facmcadm@princeton.edu, facntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac230w-led + alias fac230w-led.Princeton.EDU + address 10.6.49.166 + _IP_MAC1 10.6.49.166 <=> 0:50:56:93:6e:b7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-22 + _date_changed 2016-08-19 + contacts Facilities NT Administrator + _contacts facntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name facsaltodb200w + alias facsaltodb200w.Princeton.EDU + address 10.6.53.190 + use Windows Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name facsaltodb201w + alias facsaltodb201w.Princeton.EDU + address 10.6.53.191 + use Windows Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name lar-watchdog2 + alias lar-watchdog2.Princeton.EDU + address 140.180.220.120 + _IP_MAC1 140.180.220.120 <=> 0:50:56:93:1a:e4 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Research Resources + _building New South + _room MR, VM, - + _date_created 2016-04-28 + _date_changed 2016-04-28 + contacts Alvin A. Daniel + _contacts alvind@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name maximo1 + alias maximo1.Princeton.EDU + address 140.180.221.68 + _IP_MAC1 140.180.221.68 <=> 0:50:56:0:71:27 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-08-03 + _date_changed 2018-04-10 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name maximo2 + alias maximo2.Princeton.EDU + address 140.180.221.69 + _IP_MAC1 140.180.221.69 <=> 0:50:56:0:72:27 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-08-03 + _date_changed 2018-04-10 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name maximo3 + alias maximo3.Princeton.EDU + address 140.180.221.70 + _IP_MAC1 140.180.221.70 <=> 0:50:56:93:0:51 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-08-31 + _date_changed 2018-04-10 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name fin103w + alias fin103w.Princeton.EDU + address 140.180.220.80 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fin302w + alias fin302w.Princeton.EDU + address 10.6.50.129 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fincopiers100w + alias fincopiers100w.Princeton.EDU + _alias1 printcanonqa + address 10.6.48.155 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fint300w + alias fint300w.Princeton.EDU + address 10.6.49.183 + use Windows Dev/QA 151 PrivateDMZ + contacts kkaushik +} + +define host { + host_name fint301w + alias fint301w.Princeton.EDU + address 10.6.49.231 + use Windows Dev/QA 151 PrivateDMZ + contacts kkaushik +} + +define host { + host_name fint302w + alias fint302w.Princeton.EDU + address 10.6.49.234 + use Windows Dev/QA 151 PrivateDMZ + contacts kkaushik +} + +define host { + host_name fint303w + alias fint303w.Princeton.EDU + address 10.6.51.95 + use Windows Dev/QA 151 PrivateDMZ + contacts kkaushik +} + +define host { + host_name fin203w + alias fin203w.Princeton.EDU + _alias1 creditrelease + _alias2 driverlist + address 140.180.220.81 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fincopiers200w + alias fincopiers200w.Princeton.EDU + _alias1 printcanon + address 10.6.49.174 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamcaproxy100l + alias iamcaproxy100l.Princeton.EDU + address 10.6.48.61 + use UNIX Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iamcas300l + alias iamcas300l.Princeton.EDU + _alias1 authdev-a + address 10.6.55.63 + _IP_MAC1 10.6.55.63 <=> 0:50:56:93:92:a4 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-11 + _date_changed 2017-12-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamcas301l + alias iamcas301l.Princeton.EDU + _alias1 authdev-b + address 10.6.55.67 + _IP_MAC1 10.6.55.67 <=> 0:50:56:93:21:6 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-19 + _date_changed 2017-12-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamcas102l.aws + alias iamcas102l.aws.Princeton.EDU + address 10.21.1.96 + use UNIX Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamcas103l.aws + alias iamcas103l.aws.Princeton.EDU + address 10.21.1.218 + use UNIX Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamprox100l + alias iamprox100l.Princeton.EDU + address 10.6.56.39 + _IP_MAC1 10.6.56.39 <=> 0:50:56:93:b:16 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-01 + _date_changed 2016-04-01 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox101l + alias iamprox101l.Princeton.EDU + address 10.6.56.40 + _IP_MAC1 10.6.56.40 <=> 0:50:56:93:62:a0 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-01 + _date_changed 2016-04-01 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox102l + alias iamprox102l.Princeton.EDU + address 10.6.56.41 + _IP_MAC1 10.6.56.41 <=> 0:50:56:93:2d:b0 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-01 + _date_changed 2016-04-01 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox103l + alias iamprox103l.Princeton.EDU + address 10.6.56.48 + _IP_MAC1 10.6.56.48 <=> 0:50:56:93:75:fd + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-21 + _date_changed 2017-11-21 + contacts Identity and Access Management, Simon C. Lee + _contacts simonlee@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox300l + alias iamprox300l.Princeton.EDU + address 10.6.56.37 + _IP_MAC1 10.6.56.37 <=> 0:50:56:93:1f:e + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-02-15 + _date_changed 2016-02-15 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox301l + alias iamprox301l.Princeton.EDU + address 10.6.56.38 + _IP_MAC1 10.6.56.38 <=> 0:50:56:93:44:c9 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-14 + _date_changed 2016-03-14 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamroxen300l + alias iamroxen300l.Princeton.EDU + address 10.6.48.79 + _IP_MAC1 10.6.48.79 <=> 0:50:56:93:49:42 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-11 + _date_changed 2016-10-31 + contacts CISDR Group of EIS, Identity and Access Management, John Wagner + _contacts csg@princeton.edu, iam@princeton.edu, jwagner@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name iamroxen301l + alias iamroxen301l.Princeton.EDU + address 10.6.62.178 + _IP_MAC1 10.6.62.178 <=> 0:50:56:93:79:9f + _SUBNET1 lb-servernet-2 (Untrust - VLAN 1045 - .62) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-11 + _date_changed 2016-05-20 + contacts CISDR Group of EIS, Identity and Access Management, John Wagner + _contacts csg@princeton.edu, iam@princeton.edu, jwagner@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name iamshib303l + alias iamshib303l.Princeton.EDU + address 140.180.221.43 + _IP_MAC1 140.180.221.43 <=> 0:50:56:93:7e:a + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-09-01 + _date_changed 2018-03-17 + contacts Identity and Access Management, John Wagner + _contacts jwagner@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name iamweb300l + alias iamweb300l.Princeton.EDU + address 10.6.48.55 + use UNIX Dev/QA 151 Untrust + contacts Software Infrastructure Services +} + +define host { + host_name iamxythos100l + alias iamxythos100l.Princeton.EDU + address 10.6.54.51 + _IP_MAC1 10.6.54.51 <=> 0:50:56:93:13:f2 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-09 + _date_changed 2016-09-08 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamxythos101l + alias iamxythos101l.Princeton.EDU + address 10.6.54.52 + _IP_MAC1 10.6.54.52 <=> 0:50:56:93:1f:29 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-09 + _date_changed 2016-09-08 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamxythos300l + alias iamxythos300l.Princeton.EDU + address 10.6.54.55 + _IP_MAC1 10.6.54.55 <=> 0:50:56:93:18:c4 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-09 + _date_changed 2016-09-08 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamxythos301l + alias iamxythos301l.Princeton.EDU + address 10.6.54.56 + _IP_MAC1 10.6.54.56 <=> 0:50:56:93:5e:e + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-09 + _date_changed 2016-09-08 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamcas202l.aws + alias iamcas202l.aws.Princeton.EDU + address 10.21.1.89 + use UNIX Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamcas203l.aws + alias iamcas203l.aws.Princeton.EDU + address 10.21.1.192 + use UNIX Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamprox200l + alias iamprox200l.Princeton.EDU + address 10.6.56.42 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name iamprox201l + alias iamprox201l.Princeton.EDU + address 10.6.56.43 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name iamtools200l + alias iamtools200l.Princeton.EDU + _alias1 custodian + address 10.6.49.170 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name iamxythos200l + alias iamxythos200l.Princeton.EDU + address 10.6.54.53 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name iamxythos201l + alias iamxythos201l.Princeton.EDU + address 10.6.54.54 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name iamadfs100w + alias iamadfs100w.Princeton.EDU + address 10.6.55.48 + _IP_MAC1 10.6.55.48 <=> 0:50:56:93:1d:41 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-23 + _date_changed 2015-10-30 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamadfs101w + alias iamadfs101w.Princeton.EDU + address 10.6.55.49 + _IP_MAC1 10.6.55.49 <=> 0:50:56:93:29:f6 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-23 + _date_changed 2015-10-30 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamadfs300w + alias iamadfs300w.Princeton.EDU + address 10.6.55.66 + _IP_MAC1 10.6.55.66 <=> 0:50:56:93:3b:da + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-04 + _date_changed 2016-08-04 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamcacomp100w + alias iamcacomp100w.Princeton.EDU + address 10.6.48.39 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iamdirsync100w + alias iamdirsync100w.Princeton.EDU + address 140.180.220.156 + _IP_MAC1 140.180.220.156 <=> 0:50:56:93:43:3e + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-09-15 + _date_changed 2016-09-15 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name iamduo100w + alias iamduo100w.Princeton.EDU + address 10.6.55.18 + _IP_MAC1 10.6.55.18 <=> 0:50:56:93:68:4e + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-08-07 + _date_changed 2016-09-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamduo101w + alias iamduo101w.Princeton.EDU + address 10.6.55.37 + _IP_MAC1 10.6.55.37 <=> 0:50:56:93:24:22 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-08-07 + _date_changed 2016-09-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamethos100w + alias iamethos100w.Princeton.EDU + address 10.6.55.71 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamethos101w + alias iamethos101w.Princeton.EDU + address 10.6.55.72 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamlds300w + alias iamlds300w.Princeton.EDU + address 140.180.221.94 + use Windows Dev/QA 151 PublicDMZ + contacts iam +} + +define host { + host_name iamlds301w + alias iamlds301w.Princeton.EDU + address 140.180.221.95 + use Windows Dev/QA 151 PublicDMZ + contacts iam +} + +define host { + host_name iamload100w + alias iamload100w.Princeton.EDU + address 10.6.51.58 + _IP_MAC1 10.6.51.58 <=> 0:50:56:93:85:b8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-03-23 + _date_changed 2018-03-23 + contacts Identity and Access Management, Simon C. Lee + _contacts simonlee@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name iamload101w + alias iamload101w.Princeton.EDU + address 10.6.51.59 + _IP_MAC1 10.6.51.59 <=> 0:50:56:93:f6:39 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-03-23 + _date_changed 2018-03-23 + contacts Identity and Access Management, Simon C. Lee + _contacts simonlee@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name iammim100w + alias iammim100w.Princeton.EDU + address 10.6.52.161 + use Windows Dev/QA 151 Trust + contacts iam +} + +define host { + host_name iammim300w + alias iammim300w.Princeton.EDU + address 10.6.51.65 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iammim301w + alias iammim301w.Princeton.EDU + address 10.6.53.95 + use Windows Dev/QA 151 Trust + contacts iam +} + +define host { + host_name iammimdb101w + alias iammimdb101w.Princeton.EDU + address 10.6.52.162 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name iammimdb102w + alias iammimdb102w.Princeton.EDU + address 10.6.52.167 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name iammimdb301w + alias iammimdb301w.Princeton.EDU + address 10.6.53.240 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name iammimweb100w + alias iammimweb100w.Princeton.EDU + address 10.6.51.104 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iammimweb101w + alias iammimweb101w.Princeton.EDU + address 10.6.51.103 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iammimweb300w + alias iammimweb300w.Princeton.EDU + address 10.6.57.21 + use Windows Dev/QA 151 Untrust + contacts iam +} + +define host { + host_name iammimweb301w + alias iammimweb301w.Princeton.EDU + address 10.6.57.23 + use Windows Dev/QA 151 Untrust + contacts iam +} + +define host { + host_name iamshib100w + alias iamshib100w.Princeton.EDU + address 10.6.54.44 + _IP_MAC1 10.6.54.44 <=> 0:50:56:93:76:d1 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-17 + _date_changed 2015-11-30 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamshib101w + alias iamshib101w.Princeton.EDU + address 10.6.54.41 + _IP_MAC1 10.6.54.41 <=> 0:50:56:93:32:95 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-17 + _date_changed 2015-11-24 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamshib102w.aws + alias iamshib102w.aws.Princeton.EDU + address 10.21.1.25 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamshib103w.aws + alias iamshib103w.aws.Princeton.EDU + address 10.21.1.179 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamshib104w + alias iamshib104w.Princeton.EDU + address 10.6.54.20 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamshib105w + alias iamshib105w.Princeton.EDU + address 10.6.54.21 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamshib300w + alias iamshib300w.Princeton.EDU + address 10.6.54.47 + _IP_MAC1 10.6.54.47 <=> 0:50:56:93:43:84 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-07 + _date_changed 2016-02-16 + contacts John Wagner + _contacts jwagner@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamshib301w + alias iamshib301w.Princeton.EDU + address 10.6.54.26 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamshib302w + alias iamshib302w.Princeton.EDU + address 10.6.54.36 + _IP_MAC1 10.6.54.36 <=> 0:50:56:93:de:85 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-02-27 + _date_changed 2018-03-17 + contacts John Wagner + _contacts jwagner@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamshibtest100w + alias iamshibtest100w.Princeton.EDU + address 10.6.49.204 + _IP_MAC1 10.6.49.204 <=> 0:50:56:93:18:e5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-11-07 + _date_changed 2016-11-07 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name iamtools100w + alias iamtools100w.Princeton.EDU + address 10.6.51.12 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iamwebsvc100w + alias iamwebsvc100w.Princeton.EDU + address 10.6.51.38 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iamadfs200w + alias iamadfs200w.Princeton.EDU + address 10.6.55.50 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamadfs201w + alias iamadfs201w.Princeton.EDU + address 10.6.55.51 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iambuilder + alias iambuilder.Princeton.EDU + address 10.6.49.22 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamcas200w + alias iamcas200w.Princeton.EDU + _alias1 auth-a + address 10.6.55.40 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamcas201w + alias iamcas201w.Princeton.EDU + _alias1 auth-b + address 10.6.55.41 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamcert200w + alias iamcert200w.Princeton.EDU + address 140.180.220.209 + use Windows Dev/QA NS PublicDMZ + contacts iam +} + +define host { + host_name iamconsole + alias iamconsole.Princeton.EDU + address 10.6.49.217 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamdirsync200w + alias iamdirsync200w.Princeton.EDU + address 140.180.220.157 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name iamduo200w + alias iamduo200w.Princeton.EDU + address 10.6.55.38 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamduo201w + alias iamduo201w.Princeton.EDU + address 10.6.55.39 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamencoder204w + alias iamencoder204w.Princeton.EDU + _alias1 encoder04 + address 10.6.48.103 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production PrivateDMZ +} + +define host { + host_name iamencoder205w + alias iamencoder205w.Princeton.EDU + _alias1 encoder05 + address 10.6.48.200 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production PrivateDMZ +} + +define host { + host_name iamencoder206w + alias iamencoder206w.Princeton.EDU + _alias1 encoder06 + address 10.6.48.201 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production PrivateDMZ +} + +define host { + host_name iamethos200w + alias iamethos200w.Princeton.EDU + address 10.6.55.73 + contacts Keith B. Martin + _contacts kbmartin@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamethos201w + alias iamethos201w.Princeton.EDU + address 10.6.55.74 + contacts Keith B. Martin + _contacts kbmartin@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamscript200w + alias iamscript200w.Princeton.EDU + address 10.6.52.127 + contacts Jason B. Rappaport + _contacts jasonrap@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name iamshib200w + alias iamshib200w.Princeton.EDU + address 10.6.54.42 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 EISFW +} + +define host { + host_name iamshib201w + alias iamshib201w.Princeton.EDU + address 10.6.54.43 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamshib202w.aws + alias iamshib202w.aws.Princeton.EDU + address 10.21.1.87 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamshib203w.aws + alias iamshib203w.aws.Princeton.EDU + address 10.21.1.227 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamshib204w + alias iamshib204w.Princeton.EDU + address 10.6.54.24 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamshib205w + alias iamshib205w.Princeton.EDU + address 10.6.54.25 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamsvn200w + alias iamsvn200w.Princeton.EDU + _alias1 source + address 10.6.48.156 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamtools + alias iamtools.Princeton.EDU + address 10.6.48.172 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamweb200w + alias iamweb200w.Princeton.EDU + address 140.180.220.88 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ais201w + alias ais201w.Princeton.EDU + address 10.6.50.146 + contacts Thomas E. Dommermuth + _contacts tdommer@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name ais204l + alias ais204l.Princeton.EDU + address 140.180.219.145 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Production 151 EISFW +} + +define host { + host_name amu202w + alias amu202w.Princeton.EDU + address 10.6.59.69 + contacts Cathryn Goodwin, Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production 151 EISFW +} + +define host { + host_name cses01 + alias cses01.Princeton.EDU + _alias1 csesdev + address 128.112.130.194 + contacts CSES Internal - System Generated, Computational Science and Engineering Support + _contacts csesa@princeton.edu, csesi@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name dascrl200w + alias dascrl200w.Princeton.EDU + address 140.180.221.76 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dba300w + alias dba300w.Princeton.EDU + address 10.6.52.44 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name devprov01 + alias devprov01.Princeton.EDU + address 10.6.52.222 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name dngbboard200w + alias dngbboard200w.Princeton.EDU + address 10.6.49.233 + contacts David O. Goetz, Sarah Salati Bavuso, USSNTADM + _contacts dgoetz@princeton.edu, salati@princeton.edu, ussntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eis105w + alias eis105w.Princeton.EDU + address 10.6.50.83 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql302w + alias eissql302w.Princeton.EDU + address 10.6.50.20 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql303w + alias eissql303w.Princeton.EDU + address 10.6.50.21 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql304w + alias eissql304w.Princeton.EDU + address 10.6.50.22 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name eisssrs200w + alias eisssrs200w.Princeton.EDU + address 10.6.50.4 + contacts Christopher M. Stewart + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisssrs300w + alias eisssrs300w.Princeton.EDU + address 10.6.50.103 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA PrivateDMZ +} + +define host { + host_name harris + alias harris.Princeton.EDU + address 128.112.200.103 + _contacts unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name mol201l + alias mol201l.Princeton.EDU + _alias1 chlamylibrary-old + _alias2 csmolbio + _alias3 devenport-mice-db + _alias4 mol-evaluation + _alias5 mol-grading + _alias6 mol-plossfreezer + _alias7 mol-receptor + _alias8 mol-refeeder + _alias9 mol-senior-thesis + _alias10 molbioit + _alias11 ms2-screen + _alias12 msoegss + _alias13 petrylabdb + _alias14 proteomics-r + _alias15 proteomics-request + _alias16 zfstockdb + address 140.180.221.11 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name nismaster4-dev + alias nismaster4-dev.Princeton.EDU + _alias1 nismaster-qa + _alias2 nismaster-dev + address 128.112.129.188 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name nisslave-dev + alias nisslave-dev.Princeton.EDU + address 128.112.128.15 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name oa + alias oa.Princeton.EDU + address 140.180.221.18 + contacts Richard M. Curtis + _contacts rcurtis@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name orp200w + alias orp200w.Princeton.EDU + address 10.6.50.183 + contacts Joseph P. Keane + _contacts jkeane@princeton.edu, winmail@princeton.edu + use Windows Production PrivateDMZ +} + +define host { + host_name printgpd + alias printgpd.Princeton.EDU + _alias1 printxerox + address 10.6.49.208 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name prov01 + alias prov01.Princeton.EDU + _alias1 idm + address 10.6.52.227 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name raas03 + alias raas03.Princeton.EDU + _alias1 raas03.rc + address 128.112.130.63 + contacts CSES Internal - System Generated, Computational Science and Engineering Support + _contacts csesi@princeton.edu + use UNIX Production +} + +define host { + host_name aiste304w + alias aiste304w.Princeton.EDU + address 10.6.50.89 + contacts Lakshmi Annamalai, R. Carl Segers + _contacts lannamal@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name amu201w + alias amu201w.Princeton.EDU + address 10.6.59.9 + contacts Cathryn Goodwin, Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production 151 EISFW +} + +define host { + host_name chm-dmac200w + alias chm-dmac200w.Princeton.EDU + address 10.6.50.187 + _contacts lamarque@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name das101w + alias das101w.Princeton.EDU + address 140.180.220.205 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name das300w + alias das300w.Princeton.edu + address 140.180.220.208 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name dba301w + alias dba301w.Princeton.EDU + address 10.6.52.55 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eis206w + alias eis206w.Princeton.EDU + _alias1 exws + address 10.6.53.57 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name eisprtmgt201w + alias eisprtmgt201w.Princeton.EDU + _alias1 printmgtgpd + address 128.112.129.193 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name eisrds201w + alias eisrds201w.Princeton.EDU + address 128.112.101.138 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name eissql202w + alias eissql202w.Princeton.EDU + address 10.6.50.156 + contacts Christopher M. Stewart + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mol200l + alias mol200l.Princeton.EDU + _alias1 molbio-review + _alias2 www.molbio + _alias3 hhmi + _alias4 proteomics + _alias5 py + _alias6 molbiolabs + _alias7 jonikaslab + _alias8 www.molbio1 + address 140.180.221.10 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name mol202w + alias mol202w.Princeton.EDU + _alias1 devenport-mice + address 10.6.50.138 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name nismaster3 + alias nismaster3.Princeton.EDU + address 128.112.128.27 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ntprintserver + alias ntprintserver.Princeton.edu + address 10.6.49.247 + contacts Chi M. Lu + _contacts clu@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name printdell + alias printdell.Princeton.EDU + address 10.6.49.188 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name printhp + alias printhp.Princeton.EDU + address 10.6.49.211 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name qaprov01 + alias qaprov01.Princeton.EDU + _alias1 idmqa + address 10.6.52.223 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name sdp100w + alias sdp100w.Princeton.edu + address 10.6.61.11 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name sdp101w + alias sdp101w.Princeton.EDU + address 10.6.61.12 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name sdp102w + alias sdp102w.Princeton.EDU + address 10.6.50.84 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdp202w + alias sdp202w.Princeton.EDU + _alias1 ca + address 128.112.129.35 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name sdpalc200w + alias sdpalc200w.Princeton.EDU + address 10.6.54.50 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name webhead01-qa + alias webhead01-qa.Princeton.EDU + _alias1 novus01-qa + address 10.6.54.37 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Services + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, webservices@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name webhead02-qa + alias webhead02-qa.Princeton.EDU + _alias1 novus02-qa + address 10.6.54.48 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Services + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, webservices@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name ims302 + alias ims302.Princeton.EDU + address 128.112.131.12 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims303 + alias ims303.Princeton.EDU + address 128.112.131.27 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims311 + alias ims311.Princeton.EDU + address 128.112.128.183 + contacts Martin Harriss + _contacts martin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims314 + alias ims314.Princeton.EDU + address 140.180.221.25 + parents eisfw + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use Gearman Worker Dev/QA +} + +define host { + host_name ims315 + alias ims315.Princeton.EDU + address 140.180.221.26 + parents eisfw + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use Gearman Worker Dev/QA +} + +define host { + host_name ims316 + alias ims316.Princeton.EDU + address 128.112.134.25 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims317 + alias ims317.Princeton.EDU + address 128.112.134.66 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims318 + alias ims318.Princeton.EDU + address 128.112.129.21 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims319 + alias ims319.Princeton.EDU + address 128.112.129.23 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims320 + alias ims320.Princeton.EDU + address 10.6.48.77 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims321 + alias ims321.Princeton.EDU + address 10.6.52.26 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims204 + alias ims204.Princeton.edu + _alias1 monitoring + _alias2 graphs + address 128.112.129.122 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Production +} + +define host { + host_name ims205 + alias ims205.Princeton.edu + address 128.112.129.145 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Production +} + +define host { + host_name ims211 + alias ims211.Princeton.EDU + address 10.6.50.96 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ims214 + alias ims214.Princeton.EDU + _alias1 printserve + _alias2 printserver + _alias3 faxserver + _alias4 fax + address 128.112.131.58 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ims215 + alias ims215.princeton.edu + _alias1 printserve2 + address 128.112.132.6 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ims218 + alias ims218.Princeton.EDU + address 10.6.51.39 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims219 + alias ims219.Princeton.EDU + address 10.6.51.40 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims220 + alias ims220.Princeton.EDU + address 10.6.50.172 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims221 + alias ims221.Princeton.EDU + address 10.6.50.136 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims222 + alias ims222.Princeton.EDU + address 10.6.53.23 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims223 + alias ims223.Princeton.EDU + address 10.6.53.20 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims224 + alias ims224.Princeton.EDU + address 140.180.221.20 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims225 + alias ims225.Princeton.EDU + address 140.180.220.13 + parents eisfw + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use Gearman Worker Production +} + +define host { + host_name mon302l + alias mon302l.Princeton.EDU + address 10.6.55.64 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name mon303l + alias mon303l.Princeton.EDU + address 10.6.55.65 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name mon204l + alias mon204l.Princeton.EDU + address 10.6.55.54 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name mon205l + alias mon205l.Princeton.EDU + address 10.6.55.55 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name mon300w + alias mon300w.Princeton.EDU + address 10.6.49.53 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mon301w + alias mon301w.Princeton.EDU + address 10.6.49.54 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mon200w + alias mon200w.Princeton.EDU + address 10.6.49.70 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mon201w + alias mon201w.Princeton.EDU + address 10.6.49.71 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mon202w + alias mon202w.Princeton.EDU + address 10.6.49.72 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mon203w + alias mon203w.Princeton.EDU + address 10.6.49.73 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name airwave-development + alias airwave-development.Princeton.EDU + _alias1 airwave-dev + address 128.112.132.244 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave-failover + alias airwave-failover.Princeton.EDU + address 128.112.128.63 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave-rap + alias airwave-rap.Princeton.EDU + address 128.112.131.247 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave1 + alias airwave-administrative.Princeton.EDU + _alias1 airwave-administrative + _alias2 airwave-aruba + address 128.112.129.16 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave2 + alias airwave-dormnet.Princeton.EDU + _alias1 airwave-dormnet + _alias2 airwave-cisco + address 128.112.133.136 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave4 + alias airwave4.Princeton.EDU + _alias1 airwave-four + _alias2 airwave-academic-east + address 128.112.128.51 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave5 + alias airwave5.Princeton.EDU + _alias1 airwave-five + _alias2 airwave-academic-west + address 128.112.128.67 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave6 + alias airwave6.Princeton.EDU + _alias1 airwave-six + _alias2 airwave-dorm-central + address 128.112.128.69 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave7 + alias airwave7.Princeton.EDU + _alias1 airwave-seven + _alias2 airwave-dorm-east-west + address 128.112.128.80 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name backupvpn1 + alias backupvpn1.Princeton.EDU + address 140.180.226.53 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name backupvpn2 + alias backupvpn2.Princeton.EDU + address 140.180.226.102 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name netbkup200l + alias netbkup200l.Princeton.EDU + address 10.6.50.245 + contacts Hajar Niroomand, Networking + _contacts hajar@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name netbmfgw200l + alias netbmfgw200l.Princeton.EDU + address 10.6.48.99 + contacts Networking + _contacts networking@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name netvclock200l + alias netvclock200l.Princeton.EDU + _alias1 vclock + address 140.180.220.26 + contacts Hajar Niroomand, Networking + _contacts hajar@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name netvirtu01 + alias netvirtu01.Princeton.EDU + address 140.180.225.102 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name netvirtu02 + alias netvirtu02.Princeton.EDU + address 140.180.225.85 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-87pr-core + alias raritan-87pr-core.Princeton.EDU + address 172.18.194.97 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-87pr-core2 + alias raritan-87pr-core2.Princeton.EDU + address 172.18.194.96 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-87pr-network-lab + alias raritan-87pr-network-lab.Princeton.EDU + address 172.18.3.30 + contacts Erick W. Burd, Networking + _contacts eburd@princeton.edu, networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-hpcrc + alias raritan-hpcrc.Princeton.EDU + address 172.18.194.98 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-newsouth-machineroom-oob + alias raritan-newsouth-machineroom-oob.Princeton.EDU + address 172.18.3.179 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-newsouth-machineroom + alias raritan-newsouth-machineroom.Princeton.EDU + address 172.18.194.99 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name sdpldap100l + alias sdpldap100l.Princeton.EDU + _alias1 ldapqa-a + _alias2 alumniqa-a + _alias3 dumperqa-a + address 10.6.63.106 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpldap101l + alias sdpldap101l.Princeton.EDU + _alias1 dumperqa-b + _alias2 ldapqa-b + _alias3 alumniqa-b + address 10.6.63.102 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpldap300l + alias sdpldap300l.Princeton.EDU + _alias1 ldapdev-a + _alias2 dumpdev-a + _alias3 alumnidev-a + address 10.6.63.118 + contacts Identity and Access Management, Simon C. Lee + _contacts iam@princeton.edu, simonlee@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpoam100l + alias sdpoam100l.Princeton.EDU + address 10.6.52.172 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS Trust +} + +define host { + host_name sdpoam101l + alias sdpoam101l.Princeton.EDU + address 10.6.52.173 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name sdpobi100l + alias sdpobi100l.Princeton.EDU + address 10.6.50.77 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdpohs100l + alias sdpohs100l.Princeton.EDU + address 10.6.57.28 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS EISFW +} + +define host { + host_name sdpohs101l + alias sdpohs101l.Princeton.EDU + address 10.6.57.29 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpovd100l + alias sdpovd100l.Princeton.EDU + address 10.6.57.26 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpovd101l + alias sdpovd101l.Princeton.EDU + address 10.6.57.27 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpprox100l + alias sdpprox100l.Princeton.EDU + address 10.6.56.18 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name sdpprox101l + alias sdpprox101l.Princeton.EDU + address 10.6.56.19 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name sdpprox301l + alias sdpprox301l.Princeton.EDU + address 10.6.57.22 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name sdpldap200l + alias sdpldap200l.Princeton.EDU + address 10.6.63.107 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpldap201l + alias sdpldap201l.Princeton.EDU + address 10.6.63.103 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpoam200l + alias sdpoam200l.Princeton.EDU + address 10.6.52.175 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name sdpoam201l + alias sdpoam201l.Princeton.EDU + address 10.6.52.176 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name sdpobi200l + alias sdpobi200l.Princeton.EDU + address 10.6.52.48 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name sdpohs200l + alias sdpohs200l.Princeton.EDU + address 10.6.63.114 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpohs201l + alias sdpohs201l.Princeton.EDU + address 10.6.63.115 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpovd200l + alias sdpovd200l.Princeton.EDU + address 10.6.57.30 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpovd201l + alias sdpovd201l.Princeton.EDU + address 10.6.57.31 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpprox200l + alias sdpprox200l.Princeton.EDU + address 10.6.56.20 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpprox201l + alias sdpprox201l.Princeton.EDU + address 10.6.56.21 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdprsa200l + alias sdprsa200l.Princeton.EDU + address 10.6.48.71 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu, winmail@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name sdprsa201l + alias sdprsa201l.Princeton.EDU + address 10.6.48.72 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu, winmail@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name puqa01.zeta.adtest + alias puqa01.zeta.adtest.Princeton.EDU + _alias1 adqa-a.princeton.edu. + address 10.6.48.146 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdp300w + alias sdp300w.Princeton.EDU + _alias1 zeta-rms + address 10.6.48.33 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdpcas100w + alias sdpcas100w.Princeton.EDU + _alias1 authqa-a + address 10.6.55.42 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS EISFW +} + +define host { + host_name sdpcas101w + alias sdpcas101w.Princeton.EDU + _alias1 authqa-b + address 10.6.55.43 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS EISFW +} + +define host { + host_name sdpepo100w + alias sdpepo100w.Princeton.EDU + _alias1 epp-eval + address 10.6.49.224 + contacts css-alert + _contacts css-alert@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name winqa01.adtest + alias winqa01.adtest.Princeton.EDU + address 10.6.48.91 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name pdom05.pu.win + alias pdom05.pu.win.Princeton.EDU + _alias1 ad-a.princeton.edu. + address 10.6.48.144 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pdom06.pu.win + alias pdom06.pu.win.Princeton.EDU + _alias1 ad-d.princeton.edu. + address 10.6.48.166 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pdom07.pu.win + alias pdom07.pu.win.Princeton.EDU + _alias1 ad-c.princeton.edu. + address 10.6.48.30 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name pdom08.pu.win + alias pdom08.pu.win.Princeton.EDU + _alias1 ad-b.princeton.edu. + address 10.6.48.145 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sdp200w + alias sdp200w.Princeton.EDU + _alias1 tools-a + _alias2 tools-temp + address 128.112.131.229 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name sdp201w + alias sdp201w.Princeton.EDU + _alias1 tools-b + _alias2 guestaccountqa + address 10.6.54.33 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdp205w + alias sdp205w.Princeton.EDU + _alias1 builder + address 10.6.50.140 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name sdpcas202w + alias sdpcas202w.Princeton.EDU + address 10.6.55.21 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdpcas203w + alias sdpcas203w.Princeton.EDU + address 10.6.55.22 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdpenc200w + alias sdpenc200w.Princeton.EDU + address 10.6.52.76 + contacts Dean A. Plante + _contacts dplante@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name sdpepo200w + alias sdpepo200w.Princeton.EDU + _alias1 janeway + address 140.180.221.29 + contacts css-alert + _contacts css-alert@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name sdpidp202w + alias sdpidp202w.Princeton.EDU + address 10.6.54.34 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdpidp203w + alias sdpidp203w.Princeton.EDU + address 10.6.54.35 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdptools200w + alias sdptools200w.Princeton.EDU + _alias1 iamnewtools + address 10.6.54.45 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdpvm200w + alias sdpvm200w.Princeton.EDU + address 10.6.48.105 + contacts Information Security + _contacts protect@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name win04.win + alias win04.win.Princeton.EDU + address 10.6.48.10 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name esm + alias esm.Princeton.EDU + address 128.112.133.222 + contacts Networking, Ruth D Gittens + _contacts rgittens@princeton.edu + use UNIX Production +} + +define host { + host_name receiver01 + alias receiver01.Princeton.EDU + address 128.112.134.226 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + +define host { + host_name receiver02 + alias receiver02.Princeton.EDU + address 128.112.128.22 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + +define host { + host_name receiver03 + alias receiver03.Princeton.EDU + address 128.112.128.20 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + +define host { + host_name siem-ace + alias siem-ace.Princeton.EDU + address 128.112.134.246 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + +define host { + host_name siem-adm + alias siem-adm.Princeton.EDU + address 128.112.130.132 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + +define host { + host_name siem-dem + alias siem-dem.Princeton.EDU + address 128.112.133.222 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + +define host { + host_name siem-elm + alias siem-elm.Princeton.EDU + address 128.112.129.243 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + +define host { + host_name isserv215 + alias isserv215.Princeton.EDU + address 10.6.48.114 + contact_groups DBA Page + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use Solaris Production +} + +define host { + host_name isserv216 + alias isserv216.Princeton.EDU + address 10.6.51.24 + contact_groups DBA Page + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use Solaris Production +} + +define host { + host_name ss100l + alias ss100l.Princeton.EDU + _alias1 mme-q1-linux + address 140.180.220.30 + contacts Mark J. Pellecchia, Thomas J. Francais + _contacts markpe@princeton.edu, tjf@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ss304l + alias ss304l.Princeton.EDU + _alias1 appleupdatedev + address 140.180.220.46 + contacts Mark J. Pellecchia + _contacts markpe@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ss308l + alias ss308l.Princeton.EDU + address 140.180.220.188 + contacts Mark J. Pellecchia + _contacts markpe@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ss200l + alias ss200l.Princeton.EDU + _alias1 appleupdate + address 140.180.221.3 + contacts Mark J. Pellecchia, Phillip M. Immordino, Thomas J. Francais + _contacts markpe@princeton.edu, pimmo@princeton.edu, tjf@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name ss209l + alias ss209l.Princeton.EDU + _alias1 mme-linoldprod + address 140.180.221.19 + contacts Mark J. Pellecchia, Phillip M. Immordino, Thomas J. Francais + _contacts markpe@princeton.edu, pimmo@princeton.edu, tjf@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name ss101w + alias ss101w.Princeton.EDU + address 10.6.48.76 + contacts Kristian A. Kauker + _contacts kkauker@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss103w + alias ss103w.Princeton.EDU + _alias1 ssprint-qa1 + address 10.6.49.48 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss104w + alias ss104w.Princeton.EDU + _alias1 ssmobile-qa1 + address 10.6.49.49 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss105w + alias ss105w.Princeton.EDU + _alias1 ssprint-qa2 + address 10.6.49.50 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss303w + alias ss303w.Princeton.EDU + address 140.180.220.61 + contacts Mark J. Pellecchia, Thomas J. Francais + _contacts markpe@princeton.edu, tjf@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name ss305w + alias ss305w.Princeton.EDU + _alias1 papercutdev + address 10.6.48.164 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss306w + alias ss306w.Princeton.EDU + address 10.6.48.187 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ssvr108w + alias ssvr108w.Princeton.EDU + address 10.6.48.63 + contacts Charlayne H. Beavers + _contacts cbeavers@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ssvr308w + alias ssvr308w.Princeton.EDU + address 10.6.48.32 + contacts Charlayne H. Beavers + _contacts cbeavers@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss211w + alias ss211w.Princeton.EDU + address 140.180.221.17 + contacts Thomas J. Francais + _contacts tjf@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ss212w + alias ss212w.Princeton.EDU + address 10.6.48.73 + contacts Kristian A. Kauker + _contacts kkauker@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss213w + alias ss213w.Princeton.EDU + _alias1 eatonipm + address 10.6.48.147 + contacts NetOps + _contacts netops@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss214w + alias ss214w.Princeton.EDU + address 10.6.48.181 + contacts Phillip M. Immordino + _contacts pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss215w + alias ss215w.Princeton.EDU + _alias1 printquota + address 140.180.220.72 + contacts Adam A. Ouellette, George R. Fleming Jr. + _contacts adam.ouellette@princeton.edu, fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ss217w + alias ss217w.Princeton.EDU + _alias1 winactivate + address 10.6.48.186 + contacts Phillip M. Immordino + _contacts pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss219w + alias ss219w.Princeton.EDU + _alias1 ssprint-prod1 + address 10.6.48.95 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss220w + alias ss220w.Princeton.EDU + _alias1 ssmobile-prod1 + address 10.6.48.148 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss221w + alias ss221w.Princeton.EDU + _alias1 ssprint-prod2 + address 10.6.48.233 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss224w + alias ss224w.Princeton.EDU + _alias1 mme-casper + _alias2 mme-p1 + _alias3 scs-casper + address 140.180.220.58 + contacts Mark J. Pellecchia, Phillip M. Immordino, Thomas J. Francais + _contacts markpe@princeton.edu, pimmo@princeton.edu, tjf@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ssepo223w + alias ssepo223w.Princeton.EDU + _alias1 epoagenthandler + address 140.180.220.112 + contacts Phillip M. Immordino + _contacts pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ssvr208w + alias ssvr208w.Princeton.EDU + address 140.180.220.150 + contacts Charlayne H. Beavers + _contacts cbeavers@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ssvr209w + alias ssvr209w.Princeton.EDU + address 10.6.48.157 + contacts Adam A. Ouellette, Charlayne H. Beavers, Dianne M. Wolochowicz, Mariann S. Miller, Phillip M. Immordino + _contacts cbeavers@princeton.edu, dianne@princeton.edu, mariannm@princeton.edu, pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name andlchaos300l + alias andlchaos300l.Princeton.EDU + address 140.180.220.191 + _IP_MAC1 140.180.220.191 <=> 0:50:56:93:32:9f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-24 + _date_changed 2017-12-18 + contacts Forrest M. Meggers + _contacts fmeggers@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name asbb106l + alias asbb106l.Princeton.EDU + _alias1 lti-qa + address 140.180.220.252 + _IP_MAC1 140.180.220.252 <=> 0:50:56:93:11:10 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-20 + _date_changed 2018-04-03 + contacts Kim Y. Huang + _contacts kimhuang@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name asbb107l + alias asbb107l.Princeton.EDU + address 140.180.221.102 + use UNIX Dev/QA 151 PublicDMZ + contacts kimhuang +} + +define host { + host_name asoar301l + alias asoar301l.Princeton.EDU + _alias1 oawaiverdev + address 140.180.220.29 + _IP_MAC1 140.180.220.29 <=> 0:50:56:93:4:64 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-09-02 + _date_changed 2016-03-28 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name asweb100l + alias asweb100l.Princeton.EDU + _alias1 atsweb-qa + _alias2 almagest-qa + _alias3 iat-qa + _alias4 webfeeds-qa + _alias5 etcweb-qa + _alias6 m-map-qa + address 10.6.50.69 + _IP_MAC1 10.6.50.69 <=> 0:50:56:93:2f:5d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-13 + _date_changed 2017-05-30 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name asweb300l + alias asweb300l.Princeton.EDU + _alias1 etcweb-dev + _alias2 almagest-dev + _alias3 atsweb-dev + _alias4 webfeeds-dev + _alias5 iat-dev + address 10.6.50.70 + _IP_MAC1 10.6.50.70 <=> 0:50:56:93:3a:90 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-05-01 + _date_changed 2017-05-30 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name autom100l + alias autom100l.Princeton.EDU + address 10.6.55.24 + use UNIX Dev/QA 151 EISFW + contacts Networking +} + +define host { + host_name autom101l + alias autom101l.Princeton.EDU + address 10.6.55.25 + use UNIX Dev/QA 151 EISFW + contacts Networking +} + +define host { + host_name autom102l + alias autom102l.Princeton.EDU + address 10.6.48.173 + use UNIX Dev/QA 151 PrivateDMZ + contacts Networking +} + +define host { + host_name cisdr103l + alias cisdr103l.Princeton.EDU + _alias1 oar-dev + address 10.6.49.82 + _IP_MAC1 10.6.49.82 <=> 0:50:56:93:35:c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-02-10 + _date_changed 2016-03-03 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ele101l + alias ele101l.Princeton.EDU + address 128.112.134.51 + _IP_MAC1 128.112.134.51 <=> 0:50:56:93:4:7b + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-18 + _date_changed 2017-03-30 + contacts Computational Science and Engineering Support + _contacts csesa@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ele301l + alias ele301l.Princeton.EDU + address 10.6.50.5 + _IP_MAC1 10.6.50.5 <=> 0:50:56:93:bc:f9 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-08-23 + _date_changed 2017-08-23 + contacts Daniel E. Veith + _contacts dveith@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ele303l + alias ele303l.Princeton.EDU + address 140.180.220.97 + _IP_MAC1 140.180.220.97 <=> 0:50:56:93:3f:7d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Electrical Engineering + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-14 + _date_changed 2017-06-22 + contacts Computational Science and Engineering Support + _contacts csesa@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ele304l + alias ele304l.Princeton.EDU + address 140.180.220.98 + _IP_MAC1 140.180.220.98 <=> 0:50:56:93:12:46 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Electrical Engineering + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-14 + _date_changed 2017-06-22 + contacts Computational Science and Engineering Support + _contacts csesa@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ele305l + alias ele305l.Princeton.EDU + address 140.180.221.72 + _IP_MAC1 10.6.50.185 <=> 0:50:56:93:68:aa + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-08-29 + _date_changed 2017-08-29 + contacts Daniel E. Veith + _contacts dveith@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name epm100l + alias epm100l.Princeton.EDU + address 10.6.51.106 + use UNIX Dev/QA 151 PrivateDMZ + contacts John Shorey +} + +define host { + host_name epm302l + alias epm302l.Princeton.EDU + address 10.6.49.124 + use UNIX Dev/QA 151 PrivateDMZ + contacts epm-list +} + +define host { + host_name epm303l.aws + alias epm303l.aws.Princeton.EDU + address 10.21.28.185 + use UNIX Dev/QA AWS Untrust + contacts epm-list +} + +define host { + host_name hoover1 + alias hoover1.Princeton.EDU + address 10.6.49.37 + _IP_MAC1 10.6.49.37 <=> 90:b1:1c:a:f5:2a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, RK, A11 + _date_created 2012-11-09 + _date_changed 2015-11-16 + contacts Networking + _contacts networking@princeton.edu, unix@princeton.edu + use UNIX Dev/QA PrivateDMZ +} + +define host { + host_name kima + alias kima.Princeton.EDU + address 10.6.52.137 + _IP_MAC1 10.6.52.137 <=> 0:50:56:93:24:87 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-02-17 + _date_changed 2016-02-17 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name mcgrawect200l + alias mcgrawect200l.Princeton.EDU + _alias1 etc + _alias2 gravitas + _alias3 zibaldone + address 140.180.220.106 + _IP_MAC1 140.180.220.106 <=> 0:50:56:93:5c:ea + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department McGraw Center for Teaching and Learning + _building New South + _room MR, VM, - + _date_created 2015-12-21 + _date_changed 2016-08-12 + contacts Ben Johnston, Sorat Tungkasiri + _contacts benj@princeton.edu, stungkas@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name mol100l + alias mol100l.Princeton.EDU + _alias1 hhmi-dev + _alias2 proteomics-dev + _alias3 molbio-drupal-dev + _alias4 py-dev + _alias5 molbio-devold + _alias6 molbiolabs-dev + _alias7 jonikaslab-dev + address 10.6.48.64 + _IP_MAC1 10.6.48.64 <=> 0:50:56:93:0:32 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-05-25 + _date_changed 2016-08-16 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol101l + alias mol101l.Princeton.EDU + _alias1 csmolbio-qa + _alias2 devenport-mice-db-qa + _alias3 zfstockdb-test + _alias4 ms2-screen-test + _alias5 csmolbio-test + _alias6 mol-senior-thesis-test + _alias7 mol-refeeder-test + _alias8 mol-receptor-test + _alias9 petrylabdb-test + _alias10 mol-grading-test + _alias11 mol-evaluation-test + _alias12 kanglabdb-test + _alias13 proteomics-r-test + _alias14 proteomics-request-test + _alias15 molbioit-test + _alias16 mol-plossfreezer-test + _alias17 chlamylibrary-test + address 10.6.48.65 + _IP_MAC1 10.6.48.65 <=> 0:50:56:93:0:f2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-07-11 + _date_changed 2017-08-09 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol103l + alias mol103l.Princeton.EDU + _alias1 election-test + address 140.180.220.235 + _IP_MAC1 140.180.220.235 <=> 0:50:56:93:1:24 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-11-27 + _date_changed 2017-05-12 + contacts Samuel S. Wang + _contacts pnihostdb@princeton.edu, sswang@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name mol300l + alias mol300l.Princeton.EDU + _alias1 hhmi-sandbox + _alias2 molbio-sandbox + _alias3 molbio-sandbox-admin + _alias4 proteomics-sandbox + _alias5 py-sandbox + address 10.6.48.66 + _IP_MAC1 10.6.48.66 <=> 0:50:56:93:0:31 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-05-25 + _date_changed 2014-09-12 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol301l + alias mol301l.Princeton.EDU + _alias1 csmolbio-dev + _alias2 devenport-mice-db-dev + _alias3 zfstockdb-dev + _alias4 ms2-screen-dev + _alias5 mol-xwiki-dev + _alias6 mol-senior-thesis-dev + _alias7 mol-refeeder-dev + _alias8 mol-receptor-dev + _alias9 petrylabdb-dev + _alias10 mol-grading-dev + _alias11 mol-evaluation-dev + _alias12 kanglabdb-dev + _alias13 proteomics-r-dev + _alias14 proteomics-request-dev + _alias15 mol-plossfreezer-dev + _alias16 maxzwilson-dev + _alias17 chlamylibrary-dev + address 10.6.48.67 + _IP_MAC1 10.6.48.67 <=> 0:50:56:93:0:f1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-07-11 + _date_changed 2017-08-09 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name oaamx101l + alias oaamx101l.Princeton.EDU + address 140.180.220.95 + _IP_MAC1 140.180.220.95 <=> 0:50:56:93:78:f7 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Alumni Council + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-02 + _date_changed 2017-09-12 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name odoc100l + alias odoc100l.Princeton.EDU + address 10.6.48.88 + _IP_MAC1 10.6.48.88 <=> 0:50:56:93:1a:ea + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-12-20 + _date_changed 2014-10-09 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name odoc200l + alias odoc200l.Princeton.EDU + address 140.180.220.40 + _IP_MAC1 140.180.220.40 <=> 0:50:56:93:1a:eb + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-12-20 + _date_changed 2014-10-09 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name odoc300l + alias odoc300l.Princeton.EDU + address 10.6.48.87 + _IP_MAC1 10.6.48.87 <=> 0:50:56:93:68:a8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-12-17 + _date_changed 2014-10-09 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name pcs300l + alias pcs300l.Princeton.EDU + _alias1 pace-center + address 140.180.221.1 + _IP_MAC1 140.180.221.1 <=> 0:50:56:93:19:f9 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Pace Center + _building 151 Forrestal Rd. + _room VM, MR, - + _date_created 2013-01-04 + _date_changed 2017-07-03 + contacts Justin T. Kazlauskas + _contacts jk14@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name pol100l + alias pol100l.Princeton.EDU + _alias1 pol-swirl + address 128.112.132.123 + _IP_MAC1 128.112.132.123 <=> 0:50:56:93:7d:1b + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-11-06 + _date_changed 2017-06-22 + contacts Andre Rivera + _contacts andreriv@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name pol101l + alias pol101l.Princeton.EDU + _alias1 pol-jobber-test + address 128.112.133.151 + _IP_MAC1 128.112.133.151 <=> 0:50:56:93:1b:7 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-01-15 + _date_changed 2017-06-22 + contacts Andre Rivera + _contacts andreriv@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name prescott + alias prescott.Princeton.EDU + address 128.112.134.248 + _IP_MAC1 128.112.134.248 <=> 0:50:56:93:0:ce + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-06-06 + _date_changed 2013-07-23 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name prson-proj-dev + alias prson-proj-dev.Princeton.EDU + address 140.180.220.99 + _IP_MAC1 140.180.220.99 <=> 0:50:56:93:11:8c + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Psychology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-23 + _date_changed 2015-10-23 + contacts Diana I. Tamir + _contacts dtamir@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name reg102l + alias reg102l.Princeton.EDU + address 10.6.54.38 + _IP_MAC1 10.6.54.38 <=> 0:50:56:93:6d:f3 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Office of the Registrar + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-06-23 + _date_changed 2017-06-08 + contacts Brian K. Osborne, Ghani Zahid, Michael D. Muzzie + _contacts bosborne@princeton.edu, gzahid@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name reg301l + alias reg301l.Princeton.EDU + address 10.6.54.39 + _IP_MAC1 10.6.54.39 <=> 0:50:56:93:35:cc + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Office of the Registrar + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-06-23 + _date_changed 2017-06-08 + contacts Brian K. Osborne, Ghani Zahid, Michael D. Muzzie + _contacts bosborne@princeton.edu, gzahid@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sas100l + alias sas100l.Princeton.EDU + address 10.6.47.11 + use UNIX Dev/QA 151 Untrust + contacts mhood +} + +define host { + host_name sas101l + alias sas101l.Princeton.EDU + address 10.6.47.12 + use UNIX Dev/QA 151 Untrust + contacts mhood +} + +define host { + host_name sas102l + alias sas102l.Princeton.EDU + address 10.6.47.13 + use UNIX Dev/QA 151 Untrust + contacts mhood +} + +define host { + host_name sas103l + alias sas103l.Princeton.EDU + address 10.6.47.14 + use UNIX Dev/QA 151 Untrust + contacts mhood +} + +define host { + host_name sas104l + alias sas104l.Princeton.EDU + address 10.6.49.12 + use UNIX Dev/QA 151 PrivateDMZ + contacts mhood +} + +define host { + host_name sas105l + alias sas105l.Princeton.EDU + address 10.6.49.13 + use UNIX Dev/QA 151 PrivateDMZ + contacts mhood +} + +define host { + host_name sas106l + alias sas106l.Princeton.EDU + address 10.6.49.14 + use UNIX Dev/QA 151 PrivateDMZ + contacts mhood +} + +define host { + host_name sas108l + alias sas108l.Princeton.EDU + address 10.6.50.45 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas109l + alias sas109l.Princeton.EDU + address 10.6.50.85 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas110l + alias sas110l.Princeton.EDU + address 140.180.221.123 + use UNIX Dev/QA 151 Untrust + contacts Software Infrastructure Services +} + +define host { + host_name sas111l + alias sas111l.Princeton.EDU + address 10.6.50.181 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas112l + alias sas112l.Princeton.EDU + address 140.180.220.238 + use UNIX Dev/QA 151 PublicDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas113l + alias sas113l.Princeton.EDU + address 10.6.51.96 + use UNIX Dev/QA 151 PrivateDMZ + contacts sisters +} + +define host { + host_name sas114l + alias sas114l.Princeton.EDU + address 10.6.51.107 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas115l + alias sas115l.Princeton.EDU + address 10.6.51.108 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas116l + alias sas116l.Princeton.EDU + address 10.6.51.109 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas300l + alias sas300l.Princeton.EDU + address 10.6.51.41 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas301l + alias sas301l.Princeton.EDU + address 10.6.48.177 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas302l + alias sas302l.Princeton.EDU + address 10.6.49.134 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas303l + alias sas303l.Princeton.EDU + address 10.6.49.135 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas307l + alias sas307l.Princeton.EDU + address 10.6.50.141 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas308l + alias sas308l.Princeton.EDU + address 10.6.48.29 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas309l + alias sas309l.Princeton.EDU + address 10.6.49.156 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas310l + alias sas310l.Princeton.EDU + address 10.6.50.167 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas311l + alias sas311l.Princeton.EDU + address 10.6.50.155 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas312l + alias sas312l.Princeton.EDU + address 10.6.49.222 + use UNIX Dev/QA 151 PrivateDMZ + contacts sisters +} + +define host { + host_name sasiw100l + alias sasiw100l.Princeton.EDU + address 10.6.48.34 + use UNIX Dev/QA NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw101l + alias sasiw101l.Princeton.EDU + address 10.6.52.97 + use UNIX Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw103l + alias sasiw103l.Princeton.EDU + address 10.6.48.12 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw113l + alias sasiw113l.Princeton.EDU + address 10.6.50.117 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw117l + alias sasiw117l.Princeton.EDU + address 10.6.49.36 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw118l + alias sasiw118l.Princeton.EDU + address 10.6.53.250 + use UNIX Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw119l + alias sasiw119l.Princeton.EDU + address 10.6.50.102 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw350l + alias sasiw350l.Princeton.EDU + address 10.6.50.133 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw351l + alias sasiw351l.Princeton.EDU + address 10.6.53.238 + use UNIX Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sdn-ctrl-vm + alias sdn-ctrl-vm.Princeton.EDU + address 10.6.48.221 + _IP_MAC1 10.6.48.221 <=> 0:50:56:93:56:99 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-13 + _date_changed 2015-07-16 + contacts Hyojoon Kim + _contacts hyojoonk@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdpprox300l + alias sdpprox300l.Princeton.EDU + _alias1 puaccessdev + address 10.6.50.78 + _IP_MAC1 10.6.50.78 <=> 0:50:56:93:2f:53 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-07 + _date_changed 2017-05-09 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdppua300l + alias sdppua300l.Princeton.EDU + address 10.6.50.79 + _IP_MAC1 10.6.50.79 <=> 0:50:56:93:2f:52 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-07 + _date_changed 2017-05-09 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdppua301l + alias sdppua301l.Princeton.EDU + address 10.6.50.80 + _IP_MAC1 10.6.50.80 <=> 0:50:56:93:11:15 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-24 + _date_changed 2017-05-09 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sis100l + alias sis100l.Princeton.EDU + address 10.6.52.139 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis101l + alias sis101l.Princeton.EDU + address 10.6.52.145 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis102l + alias sis102l.Princeton.EDU + address 10.6.52.146 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis103l + alias sis103l.Princeton.EDU + address 10.6.53.56 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis104l + alias sis104l.Princeton.EDU + address 10.6.53.114 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis105l + alias sis105l.Princeton.EDU + address 10.6.53.115 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis106l + alias sis106l.Princeton.EDU + address 10.6.53.116 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis107l + alias sis107l.Princeton.EDU + address 10.6.53.117 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis108l + alias sis108l.Princeton.EDU + address 10.6.53.118 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis109l + alias sis109l.Princeton.EDU + address 10.6.53.119 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis110l + alias sis110l.Princeton.EDU + address 10.6.53.120 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis111l + alias sis111l.Princeton.EDU + address 10.6.53.121 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis112l + alias sis112l.Princeton.EDU + address 10.6.53.122 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis113l + alias sis113l.Princeton.EDU + address 10.6.53.123 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis114l + alias sis114l.Princeton.EDU + address 10.6.53.124 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis115l + alias sis115l.Princeton.EDU + address 10.6.53.125 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis119l + alias sis119l.Princeton.EDU + address 10.6.53.152 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis120l + alias sis120l.Princeton.EDU + address 10.6.53.153 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis123l + alias sis123l.Princeton.EDU + address 10.6.53.159 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis124l + alias sis124l.Princeton.EDU + address 10.6.53.160 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis300l + alias sis300l.Princeton.EDU + address 10.6.52.128 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis301l + alias sis301l.Princeton.EDU + address 10.6.52.129 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis302l + alias sis302l.Princeton.EDU + address 10.6.52.130 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis303l + alias sis303l.Princeton.EDU + address 10.6.52.141 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis304l + alias sis304l.Princeton.EDU + address 10.6.52.142 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis305l + alias sis305l.Princeton.EDU + address 10.6.52.140 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis306l + alias sis306l.Princeton.EDU + address 10.6.52.143 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis307l + alias sis307l.Princeton.EDU + address 10.6.52.144 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis308l + alias sis308l.Princeton.EDU + address 10.6.53.128 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis309l + alias sis309l.Princeton.EDU + address 10.6.53.126 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis311l + alias sis311l.Princeton.EDU + address 10.6.53.132 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis312l + alias sis312l.Princeton.EDU + address 10.6.53.133 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis314l + alias sis314l.Princeton.EDU + address 10.6.52.103 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis315l + alias sis315l.Princeton.EDU + address 10.6.52.148 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sisdba301l + alias sisdba301l.Princeton.EDU + address 10.6.53.164 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name ssohdcsp100l + alias ssohdcsp100l.Princeton.EDU + address 10.6.49.144 + use UNIX Dev/QA 151 PrivateDMZ + contacts ohd-sec +} + +define host { + host_name timeline101l + alias timeline101l.Princeton.EDU + address 10.6.56.22 + _IP_MAC1 10.6.56.22 <=> 0:50:56:93:7c:4c + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-11-04 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name timeline102l + alias timeline102l.Princeton.EDU + address 10.6.56.23 + _IP_MAC1 10.6.56.23 <=> 0:50:56:93:4c:70 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-11-04 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name timeline103l + alias timeline103l.Princeton.EDU + address 10.6.49.19 + _IP_MAC1 10.6.49.19 <=> 0:50:56:93:41:99 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-11-01 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name timeline104l + alias timeline104l.Princeton.EDU + address 10.6.49.10 + _IP_MAC1 10.6.49.10 <=> 0:50:56:93:12:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-07-01 + _date_changed 2016-07-01 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name timeline105l + alias timeline105l.Princeton.EDU + address 10.6.49.98 + _IP_MAC1 10.6.49.98 <=> 0:50:56:93:70:1a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-07-01 + _date_changed 2016-07-01 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name timeline301l + alias timeline301l.Princeton.EDU + _alias1 timeline-test + _alias2 timeline-dev + address 10.6.49.17 + _IP_MAC1 10.6.49.17 <=> 0:50:56:93:c:a0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-12-17 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name timeline302l + alias timeline302l.Princeton.EDU + address 10.6.49.18 + _IP_MAC1 10.6.49.18 <=> 0:50:56:93:1b:61 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-11-01 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name updatespace + alias updatespace.Princeton.EDU + address 10.6.48.231 + _IP_MAC1 10.6.48.231 <=> 0:50:56:93:5a:46 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room VM, MR, - + _date_created 2015-08-11 + _date_changed 2015-08-11 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss310l + alias uss310l.Princeton.EDU + address 140.180.221.87 + use UNIX Dev/QA 151 PublicDMZ + contacts USS IT +} + +define host { + host_name waseqa03l + alias waseqa03l.Princeton.EDU + address 140.180.221.30 + _IP_MAC1 140.180.221.30 <=> 0:50:56:93:f0:fa + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-08-25 + _date_changed 2017-08-25 + contacts Serge J. Goldstein + _contacts serge@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name x110client01 + alias x110client01.Princeton.EDU + address 10.6.53.100 + use Oracle Exadata Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name x110client02 + alias x110client02.Princeton.EDU + address 10.6.53.102 + use Oracle Exadata Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name adm-it2 + alias adm-it2.Princeton.EDU + address 10.6.48.85 + _IP_MAC1 10.6.48.85 <=> 0:50:56:93:2:af + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Admission + _building New South + _room MR, VM, - + _date_created 2015-08-25 + _date_changed 2015-08-25 + contacts Jonathan R. Bickel + _contacts jbickel@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name amu203l + alias amu203l.Princeton.EDU + _alias1 artimage + address 140.180.221.59 + _IP_MAC1 140.180.221.59 <=> 0:50:56:93:50:cb + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-02-20 + _date_changed 2017-10-30 + contacts Janet M. Strohl-Morgan + _contacts jstrohl@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name amu208l + alias amu208l.Princeton.EDU + address 10.6.49.203 + _IP_MAC1 10.6.49.203 <=> 0:50:56:93:55:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Art Museum + _building New South + _room MR, VM, - + _date_created 2016-11-07 + _date_changed 2016-11-07 + contacts Daniel T. Brennan + _contacts dbrennan@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name amu211l + alias amu211l.Princeton.EDU + address 140.180.221.83 + use UNIX Dev/QA NS PublicDMZ + contacts mmarnett +} + +define host { + host_name andvlab200l + alias andvlab200l.Princeton.EDU + address 140.180.221.24 + use UNIX Production NS PublicDMZ + contacts jmm14 +} + +define host { + host_name art200l + alias art200l.Princeton.EDU + _alias1 artandarchaeology + _alias2 cms.artandarchaeology + _alias3 staging.artandarchaeology + _alias4 staging.cms.artandarchaeology + address 140.180.221.31 + _IP_MAC1 140.180.221.31 <=> 0:50:56:93:2a:e8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-08-22 + _date_changed 2017-07-31 + contacts Julie A. Angarone + _contacts angarone@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name as202l + alias as202l.Princeton.EDU + _alias1 wordnetweb + address 140.180.220.190 + _IP_MAC1 140.180.220.190 <=> 0:50:56:93:29:4e + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Computer Science + _building New South + _room MR, VM, - + _date_created 2017-03-29 + _date_changed 2017-04-13 + contacts Christiane D. Fellbaum, Randee I. Tengi + _contacts fellbaum@princeton.edu, rit@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name asbb208l + alias asbb208l.Princeton.EDU + address 140.180.220.253 + _IP_MAC1 140.180.220.253 <=> 0:50:56:93:11:12 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-06-20 + _date_changed 2017-07-12 + contacts Kim Y. Huang + _contacts kimhuang@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name asetc206l + alias asetc206l.Princeton.EDU + address 140.180.221.15 + _IP_MAC1 140.180.221.15 <=> 0:50:56:93:2a:f5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-09-17 + _date_changed 2017-07-03 + contacts ATS System Administration + _contacts etcsys@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name asoar201l + alias asoar201l.Princeton.EDU + _alias1 oawaiver + address 140.180.220.69 + _IP_MAC1 140.180.220.69 <=> 0:50:56:93:73:89 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-24 + _date_changed 2016-03-17 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name asweb200l + alias asweb200l.Princeton.EDU + _alias1 mobile-map + _alias2 m-map + _alias3 almagest + _alias4 atsweb + _alias5 etcweb + _alias6 iat + _alias7 webfeeds + address 140.180.221.4 + _IP_MAC1 140.180.221.4 <=> 0:50:56:93:11:49 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-07-16 + _date_changed 2017-07-03 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name atssitesdb200l + alias atssitesdb200l.Princeton.EDU + _alias1 sitesdb-new + address 10.6.51.60 + _IP_MAC1 10.6.51.60 <=> 0:50:56:93:54:37 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2018-03-28 + _date_changed 2018-04-10 + contacts Brian K. Osborne, wds-ops + _contacts bosborne@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name autom200l + alias autom200l.Princeton.EDU + address 10.6.55.33 + use UNIX Dev/QA NS EISFW + contacts Networking +} + +define host { + host_name autom201l + alias autom201l.Princeton.EDU + address 10.6.55.34 + use UNIX Dev/QA NS EISFW + contacts Networking +} + +define host { + host_name bunk + alias bunk.Princeton.EDU + address 10.6.52.180 + _IP_MAC1 10.6.52.180 <=> 0:50:56:93:78:b + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-05-18 + _date_changed 2016-05-18 + contacts D T. Moraski II + _contacts ess-list@princeton.edu, moraski2@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name cisdr202l + alias cisdr202l.Princeton.EDU + _alias1 dataspace + address 140.180.220.105 + _IP_MAC1 140.180.220.105 <=> 0:50:56:93:40:7f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-11-17 + _date_changed 2016-01-13 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name cisdr204l + alias cisdr204l.Princeton.EDU + _alias1 oar + address 140.180.220.49 + _IP_MAC1 140.180.220.49 <=> 0:50:56:93:5f:72 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-02-10 + _date_changed 2016-08-25 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name cla200l + alias cla200l.Princeton.EDU + _alias1 classics + address 140.180.221.42 + _IP_MAC1 140.180.221.42 <=> 0:50:56:93:6b:20 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-08-25 + _date_changed 2017-08-31 + contacts Kai C. Laidlaw, cla_scag + _contacts klaidlaw@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name devrtools + alias devrtools.Princeton.EDU + address 10.6.48.62 + _IP_MAC1 10.6.48.62 <=> 0:50:56:93:72:39 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2014-12-02 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name eis208l + alias eis208l.Princeton.EDU + address 10.6.53.59 + _IP_MAC1 10.6.53.59 <=> a4:ba:db:40:eb:4f + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, RK, I3 + _date_created 2010-08-12 + _date_changed 2017-12-28 + contact_groups DBA Page + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis222l + alias eis222l.Princeton.EDU + _alias1 loghost + address 128.112.129.171 + _IP_MAC1 128.112.129.171 <=> 0:50:56:93:3a:87 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-04-23 + _date_changed 2015-09-29 + contacts ESS Ops + _contacts sv-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ele200l + alias ele200l.Princeton.EDU + address 128.112.134.58 + _IP_MAC1 128.112.134.58 <=> 0:50:56:93:4:7c + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2014-04-18 + _date_changed 2017-03-30 + contacts Computational Science and Engineering Support + _contacts csesa@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ele201l.ee + alias ele201l.ee.Princeton.EDU + _alias1 groups + address 140.180.221.28 + _IP_MAC1 140.180.221.28 <=> 0:50:56:93:dd:82 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-08-24 + _date_changed 2017-11-01 + contacts Daniel E. Veith + _contacts dveith@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name ele203l + alias ele203l.Princeton.EDU + address 140.180.220.75 + use UNIX Production NS PublicDMZ + contacts eeweb +} + +define host { + host_name epm201l + alias epm201l.Princeton.EDU + address 10.6.47.20 + use UNIX Dev/QA NS Untrust + contacts epm-list +} + +define host { + host_name epm202l + alias epm202l.Princeton.EDU + address 10.6.47.19 + use UNIX Dev/QA NS Untrust + contacts epm-list +} + +define host { + host_name erp200l + alias erp200l.Princeton.EDU + address 140.180.220.181 + use UNIX Dev/QA NS PublicDMZ + contacts Thomas E. Dommermuth +} + +define host { + host_name iso-202l + alias iso-202l.Princeton.EDU + address 10.6.59.11 + _IP_MAC1 10.6.59.11 <=> 0:50:56:93:a9:7f + _SUBNET1 pci-servernet-1 (PCI - 1 - .59.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2017-03-22 + _date_changed 2017-03-29 + contacts Dean A. Plante + _contacts dplante@princeton.edu, unix@princeton.edu + use UNIX Production 151 Untrust +} + +define host { + host_name iso200l-rencif + alias iso200l-rencif.Princeton.EDU + _alias1 ren-cif01 + address 140.180.220.119 + _IP_MAC1 140.180.220.119 <=> 0:50:56:93:55:49 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-05-06 + _date_changed 2016-05-06 + contacts Dean A. Plante + _contacts dplante@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name isocis200l + alias isocis200l.Princeton.EDU + address 10.6.51.94 + use UNIX Dev/QA NS PrivateDMZ + contacts oit.security +} + +define host { + host_name jefspecial200l + alias jefspecial200l.Princeton.EDU + _alias1 jefferson3volumes + address 140.180.220.175 + _IP_MAC1 140.180.220.175 <=> 0:50:56:93:ad:8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Papers of Thomas Jefferson + _building New South + _room MR, VM, - + _date_created 2017-05-30 + _date_changed 2018-04-11 + contacts James P. McClure + _contacts mcclur@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name mol203l + alias mol203l.Princeton.EDU + _alias1 old--gerrymander + _alias2 election + address 140.180.220.244 + _IP_MAC1 140.180.220.244 <=> 0:50:56:93:1:25 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-11-27 + _date_changed 2017-06-20 + contacts Samuel S. Wang + _contacts pnihostdb@princeton.edu, sswang@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name net200l-config + alias net200l-config.Princeton.EDU + address 10.6.48.188 + _IP_MAC1 10.6.48.188 <=> 0:50:56:93:9:fa + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-04-22 + _date_changed 2015-04-22 + contacts David Rinker + _contacts drinker@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name nismaster + alias nismaster.Princeton.EDU + address 128.112.128.108 + _IP_MAC1 128.112.128.108 <=> 90:b1:1c:e9:1d:db + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, C04, C1B3 + _date_created 2001-07-24 + _date_changed 2014-03-04 + _contacts ess-list@princeton.edu, martin@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name nisslave11 + alias nisslave11.Princeton.EDU + address 128.112.134.146 + _IP_MAC1 128.112.134.146 <=> 0:50:56:93:b:8 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2013-03-26 + _date_changed 2013-07-23 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name nisslave12 + alias nisslave12.Princeton.EDU + address 128.112.134.137 + _IP_MAC1 128.112.134.137 <=> 0:50:56:93:b:6 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-03-26 + _date_changed 2013-07-23 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name oaamx201l + alias oaamx201l.Princeton.EDU + address 140.180.220.102 + _IP_MAC1 140.180.220.102 <=> 0:50:56:93:5:43 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Alumni Council + _building New South + _room MR, VM, - + _date_created 2015-11-25 + _date_changed 2017-09-12 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name oaamx202l + alias oaamx202l.Princeton.EDU + address 140.180.220.103 + _IP_MAC1 140.180.220.103 <=> 0:50:56:93:5a:d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Alumni Council + _building New South + _room MR, VM, - + _date_created 2015-11-25 + _date_changed 2017-09-12 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name oaapcvm203l + alias oaapcvm203l.Princeton.EDU + address 140.180.220.177 + _IP_MAC1 140.180.220.177 <=> 0:50:56:93:c:a4 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-12-14 + _date_changed 2017-12-14 + contacts Mibs Southerland + _contacts milbrey@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name omar + alias omar.Princeton.EDU + address 10.6.52.179 + _IP_MAC1 10.6.52.179 <=> 0:50:56:93:31:1b + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-05-18 + _date_changed 2016-05-18 + contacts D T. Moraski II + _contacts ess-list@princeton.edu, moraski2@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name opr202l + alias opr202l.Princeton.EDU + address 140.180.221.93 + use UNIX Production NS PublicDMZ + contacts appleton +} + +define host { + host_name oss200l + alias oss200l.Princeton.EDU + _alias1 uc-sftpbkup + address 10.6.49.181 + _IP_MAC1 10.6.49.181 <=> 0:50:56:93:44:c0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-19 + _date_changed 2016-08-19 + contacts Grant A. Weed + _contacts gweed@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name pol202l + alias pol202l.Princeton.EDU + address 140.180.220.87 + _IP_MAC1 140.180.220.87 <=> 0:50:56:93:23:ef + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Politics + _building New South + _room MR, VM, - + _date_created 2015-08-06 + _date_changed 2017-08-29 + contacts Politics Department + _contacts polhelp@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name pol203l + alias pol203l.Princeton.EDU + address 140.180.220.187 + _IP_MAC1 140.180.220.187 <=> 0:50:56:93:7d:9f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Politics + _building New South + _room MR,VM + _date_created 2017-02-28 + _date_changed 2017-09-12 + _contacts support@politics.princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name prson-proj-prod + alias prson-proj-prod.Princeton.EDU + address 140.180.220.100 + _IP_MAC1 140.180.220.100 <=> 0:50:56:93:a:c7 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Psychology + _building New South + _room MR, VM, - + _date_created 2015-10-23 + _date_changed 2015-10-23 + contacts Diana I. Tamir + _contacts dtamir@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name reg203l + alias reg203l.Princeton.EDU + address 10.6.54.57 + _IP_MAC1 10.6.54.57 <=> 0:50:56:93:13:91 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Office of the Registrar + _building New South + _room MR, VM, - + _date_created 2016-06-23 + _date_changed 2017-06-08 + contacts Brian K. Osborne, Ghani Zahid, Michael D. Muzzie + _contacts bosborne@princeton.edu, gzahid@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sas200l + alias sas200l.Princeton.EDU + address 10.6.51.50 + use UNIX Production NS PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas201l + alias sas201l.Princeton.EDU + address 10.6.47.17 + use UNIX Production NS Untrust + contacts George Kopf +} + +define host { + host_name sas202l + alias sas202l.Princeton.EDU + address 10.6.47.18 + use UNIX Production NS Untrust + contacts mhood +} + +define host { + host_name sas204l + alias sas204l.Princeton.EDU + address 10.6.50.71 + use UNIX Production NS PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas205l + alias sas205l.Princeton.EDU + address 10.6.50.107 + use UNIX Production NS PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas206l + alias sas206l.Princeton.EDU + address 10.6.50.49 + use UNIX Production NS PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas207l + alias sas207l.Princeton.EDU + address 140.180.221.35 + use UNIX Dev/QA NS PublicDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas208l + alias sas208l.Princeton.EDU + address 10.6.50.189 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas209l + alias sas209l.Princeton.EDU + address 10.6.51.9 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas210l + alias sas210l.Princeton.EDU + address 10.6.51.97 + use UNIX Dev/QA NS PrivateDMZ + contacts sisters +} + +define host { + host_name sas211l + alias sas211l.Princeton.EDU + address 10.6.51.110 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas212l + alias sas212l.Princeton.EDU + address 10.6.51.111 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas213l + alias sas213l.Princeton.EDU + address 10.6.51.112 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sasiw200l + alias sasiw200l.Princeton.EDU + address 10.6.48.237 + use UNIX Production NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw201l + alias sasiw201l.Princeton.EDU + address 10.6.53.93 + use UNIX Production NS Trust + contacts monocle +} + +define host { + host_name sasiw203l + alias sasiw203l.Princeton.EDU + address 10.6.48.110 + use UNIX Production NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw217l + alias sasiw217l.Princeton.EDU + address 10.6.50.132 + use UNIX Dev/QA NS Untrust + contacts monocle +} + +define host { + host_name sasiw218l + alias sasiw218l.Princeton.EDU + address 10.6.50.90 + use UNIX Dev/QA NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw219l + alias sasiw219l.Princeton.EDU + address 10.6.52.46 + use UNIX Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw220l + alias sasiw220l.Princeton.EDU + address 10.6.53.243 + use UNIX Production NS Trust + contacts monocle +} + +define host { + host_name sasiw221l + alias sasiw221l.Princeton.EDU + address 10.6.53.245 + use UNIX Production NS Trust + contacts monocle +} + +define host { + host_name sasiw222l + alias sasiw222l.Princeton.EDU + address 10.6.53.246 + use UNIX Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw223l + alias sasiw223l.Princeton.EDU + address 10.6.50.125 + use UNIX Dev/QA NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw224l + alias sasiw224l.Princeton.EDU + address 140.180.220.239 + use UNIX Dev/QA NS PublicDMZ + contacts monocle +} + +define host { + host_name sentinel + alias sentinel.Princeton.EDU + address 128.112.128.134 + _IP_MAC1 128.112.128.134 <=> N/A + _SUBNET1 princeton-net + _department Support Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, MP, sentinel + _date_created 2009-02-24 + _date_changed 2016-10-28 + contacts Networking + _contacts networking@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name sis200l + alias sis200l.Princeton.EDU + address 10.6.52.181 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis201l + alias sis201l.Princeton.EDU + address 10.6.53.134 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis202l + alias sis202l.Princeton.EDU + address 10.6.53.135 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis203l + alias sis203l.Princeton.EDU + address 10.6.53.136 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis204l + alias sis204l.Princeton.EDU + address 10.6.53.137 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis205l + alias sis205l.Princeton.EDU + address 10.6.53.138 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis206l + alias sis206l.Princeton.EDU + address 10.6.53.139 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis207l + alias sis207l.Princeton.EDU + address 10.6.53.140 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis208l + alias sis208l.Princeton.EDU + address 10.6.53.141 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis209l + alias sis209l.Princeton.EDU + address 10.6.53.142 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis210l + alias sis210l.Princeton.EDU + address 10.6.53.145 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis211l + alias sis211l.Princeton.EDU + address 10.6.53.147 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis212l + alias sis212l.Princeton.EDU + address 10.6.53.148 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis213l + alias sis213l.Princeton.EDU + address 10.6.53.149 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis214l + alias sis214l.Princeton.EDU + address 10.6.53.150 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis215l + alias sis215l.Princeton.EDU + address 10.6.53.151 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis218l + alias sis218l.Princeton.EDU + address 10.6.53.157 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis219l + alias sis219l.Princeton.EDU + address 10.6.53.158 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis220l + alias sis220l.Princeton.EDU + address 10.6.53.161 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis221l + alias sis221l.Princeton.EDU + address 10.6.53.162 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name ssocms200 + alias ssocms200.Princeton.EDU + address 10.6.49.35 + _IP_MAC1 10.6.49.35 <=> 0:50:56:93:20:94 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the Vice President for Information Technology + _building New South + _room MR,VM + _date_created 2015-11-16 + _date_changed 2016-06-10 + contacts Dean A. Plante + _contacts dplante@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name stuportal200l + alias stuportal200l.Princeton.EDU + _alias1 stuportal + address 140.180.221.16 + _IP_MAC1 140.180.221.16 <=> 0:50:56:93:e6:21 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-10-10 + _date_changed 2017-10-18 + contacts Serge J. Goldstein + _contacts serge@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name timeline201l + alias timeline201l.Princeton.EDU + address 10.6.56.24 + _IP_MAC1 10.6.56.24 <=> 0:50:56:93:7d:f + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2015-12-21 + _date_changed 2015-12-21 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name timeline202l + alias timeline202l.Princeton.EDU + address 10.6.56.25 + _IP_MAC1 10.6.56.25 <=> 0:50:56:93:38:92 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-12-21 + _date_changed 2015-12-21 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name timeline203l + alias timeline203l.Princeton.EDU + address 10.6.49.56 + _IP_MAC1 10.6.49.56 <=> 0:50:56:93:64:2e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-12-21 + _date_changed 2015-12-21 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name timeline204l + alias timeline204l.Princeton.EDU + address 10.6.48.214 + _IP_MAC1 10.6.48.214 <=> 0:50:56:93:75:80 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building New South + _room mr, vm - + _date_created 2016-08-02 + _date_changed 2016-08-08 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name timeline205l + alias timeline205l.Princeton.EDU + address 10.6.49.160 + _IP_MAC1 10.6.49.160 <=> 0:50:56:93:2d:d0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building New South + _room mr, vm - + _date_created 2016-08-02 + _date_changed 2016-08-08 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name waspprod03l + alias waspprod03l.Princeton.EDU + _alias1 wase + _alias2 wasenew + _alias3 wasenext + _alias4 wasp + address 140.180.220.82 + _IP_MAC1 140.180.220.82 <=> 0:50:56:93:38:f2 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-19 + _date_changed 2018-02-05 + contacts Kevin R. Perry, Serge J. Goldstein + _contacts perry@princeton.edu, serge@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name wds-util + alias wds-util.Princeton.EDU + _alias1 sitesdb + _alias2 sitesdb-stage + _alias3 mysql + _alias4 build + address 10.6.48.242 + _IP_MAC1 10.6.48.242 <=> 0:50:56:93:61:7f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-05-09 + _date_changed 2017-03-20 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Service + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, wdsoit@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name webhead01 + alias webhead01.Princeton.EDU + _alias1 novus01 + address 10.6.54.49 + _IP_MAC1 10.6.54.49 <=> 0:50:56:93:0:43 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2011-09-12 + _date_changed 2017-09-14 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Services + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, webservices@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name webhead02 + alias webhead02.Princeton.EDU + _alias1 novus02 + address 10.6.54.58 + _IP_MAC1 10.6.54.58 <=> 0:50:56:93:0:56 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2011-09-12 + _date_changed 2017-09-14 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Services + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, webservices@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name x210client01 + alias x210client01.Princeton.EDU + address 10.6.53.107 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name x210client02 + alias x210client02.Princeton.EDU + address 10.6.53.109 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name pudev02.pudev.windev + alias pudev02.pudev.windev.Princeton.EDU + _alias1 addev.princeton.edu. + address 10.6.49.107 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name windev02.windev + alias windev02.windev.Princeton.EDU + address 10.6.49.108 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name amu102w + alias amu102w.Princeton.EDU + address 10.6.49.52 + _IP_MAC1 10.6.49.52 <=> 0:50:56:93:29:1a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Art Museum + _building New South + _room MR, VM, - + _date_created 2016-02-24 + _date_changed 2016-02-24 + contacts Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name asmobile101w + alias asmobile101w.Princeton.EDU + address 10.6.50.10 + _IP_MAC1 10.6.50.10 <=> 0:50:56:93:50:94 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-01-17 + _date_changed 2017-03-20 + contacts James K. Chu + _contacts jkchu@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ats-dia112w + alias ats-dia112w.Princeton.EDU + address 140.180.220.71 + _IP_MAC1 140.180.220.71 <=> 0:50:56:93:c:cd + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-03-30 + _date_changed 2015-12-15 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name ats-fvs112w + alias ats-fvs112w.Princeton.EDU + _alias1 fvstest + address 140.180.220.67 + _IP_MAC1 140.180.220.67 <=> 0:50:56:93:27:10 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-03-04 + _date_changed 2015-12-15 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name ats101w + alias ats101w.Princeton.EDU + address 140.180.220.77 + _IP_MAC1 140.180.220.77 <=> 0:50:56:93:3c:4b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-05-28 + _date_changed 2015-05-28 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name cas301w + alias cas301w.Princeton.EDU + _alias1 avanti-dev + address 10.6.49.116 + _IP_MAC1 10.6.49.116 <=> 0:50:56:93:78:68 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-07-11 + _date_changed 2016-08-22 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name cch100w + alias cch100w.Princeton.EDU + address 140.180.221.99 + use Windows Dev/QA 151 PublicDMZ + contacts czimowsk +} + +define host { + host_name cisdr-prep + alias cisdr-prep.Princeton.EDU + address 10.6.49.6 + use Windows Dev/QA 151 PrivateDMZ + contacts CISDR +} + +define host { + host_name cisdr105w + alias cisdr105w.Princeton.EDU + address 10.6.48.40 + use Windows Dev/QA 151 PrivateDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdr300w + alias cisdr300w.Princeton.EDU + address 10.6.52.116 + _IP_MAC1 10.6.52.116 <=> 0:50:56:93:5e:17 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-09 + _date_changed 2015-10-09 + contacts Mark A. Ratliff + _contacts ratliff@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name cisdr301w + alias cisdr301w.Princeton.EDU + _alias1 oaworkflow-dev + address 10.6.48.254 + _IP_MAC1 10.6.48.254 <=> 0:50:56:93:40:69 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-09 + _date_changed 2017-03-17 + contacts Mark A. Ratliff, Monika C. Mevenkamp, Open Access Repository + _contacts oar@princeton.edu, ratliff@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name cisdredge102w + alias cisdredge102w.Princeton.EDU + address 140.180.220.248 + use Windows Dev/QA 151 PublicDMZ + contacts CISDR +} + +define host { + host_name cisdrex100w + alias cisdrex100w.Princeton.EDU + address 140.180.220.249 + use Windows Dev/QA 151 PublicDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdrex101w + alias cisdrex101w.Princeton.EDU + address 140.180.221.125 + use Windows Dev/QA 151 PublicDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdrtc100l.aws + alias cisdrtc100l.aws.Princeton.EDU + address 10.21.28.242 + use UNIX Dev/QA AWS Untrust + contacts CISDR +} + +define host { + host_name csla100w + alias csla100w.Princeton.EDU + _alias1 flame + address 140.180.220.111 + _IP_MAC1 140.180.220.111 <=> 0:50:56:93:40:19 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Hellenic Studies + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-22 + _date_changed 2016-03-23 + contacts Alan M. Stahl + _contacts astahl@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name css300w + alias css300w.Princeton.EDU + _alias1 mme-windev + _alias2 mmedev0 + address 140.180.220.91 + _IP_MAC1 140.180.220.91 <=> 0:50:56:93:7:9c + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-08 + _date_changed 2016-05-23 + contacts Thomas J. Francais + _contacts tjf@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name css328w + alias css328w.Princeton.EDU + address 140.180.220.31 + use Windows Dev/QA 151 PublicDMZ + contacts casperadmindev +} + +define host { + host_name das110w + alias das110w.Princeton.EDU + address 140.180.220.206 + _IP_MAC1 140.180.220.206 <=> 0:50:56:93:1:1b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-11-07 + _date_changed 2017-05-09 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name das111w + alias das111w.Princeton.EDU + address 140.180.220.207 + _IP_MAC1 140.180.220.207 <=> 0:50:56:93:1:1a + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-11-07 + _date_changed 2017-05-09 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name dasdia112w + alias dasdia112w.Princeton.EDU + address 140.180.220.28 + _IP_MAC1 140.180.220.28 <=> 0:50:56:93:17:f1 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-08-26 + _date_changed 2015-12-15 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name dev-webqa-ogv + alias dev-webqa-ogv.Princeton.EDU + address 140.180.220.126 + _IP_MAC1 140.180.220.126 <=> 0:50:56:93:79:aa + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-08-05 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name dev-webqa-tt + alias dev-webqa-tt.Princeton.EDU + address 10.6.48.225 + _IP_MAC1 10.6.48.225 <=> 0:50:56:93:48:87 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-31 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name dev-webqa + alias dev-webqa.Princeton.EDU + address 10.6.48.100 + _IP_MAC1 10.6.48.100 <=> 0:50:56:93:8:e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Information Strategy, Office of Development + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-15 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name dev100w + alias dev100w.Princeton.EDU + _alias1 devtabqa + address 10.6.49.194 + _IP_MAC1 10.6.49.194 <=> 0:50:56:93:27:ed + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-04-06 + _date_changed 2017-09-29 + contacts Nicholas DiPietro + _contacts dipietro@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name dev101w + alias dev101w.Princeton.EDU + address 10.6.51.10 + use Windows Dev/QA 151 PrivateDMZ + contacts uats +} + +define host { + host_name dev102w + alias dev102w.Princeton.EDU + address 140.180.220.146 + use Windows Dev/QA 151 PublicDMZ + contacts uats +} + +define host { + host_name devc + alias devc.Princeton.EDU + _alias1 stripesdev + address 10.6.49.187 + _IP_MAC1 10.6.49.187 <=> 0:50:56:93:61:6d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-09-01 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name devq + alias devq.Princeton.EDU + _alias1 stripesqa + address 10.6.49.173 + _IP_MAC1 10.6.49.173 <=> 0:50:56:93:4e:d9 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-31 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name devtabtoolsqa + alias devtabtoolsqa.Princeton.EDU + address 10.6.48.203 + _IP_MAC1 10.6.48.203 <=> 0:50:56:93:44:ec + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-06-16 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name devtools + alias devtools.Princeton.EDU + address 10.6.48.97 + _IP_MAC1 10.6.48.97 <=> 0:50:56:93:5e:3f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Information Strategy, Office of Development + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2014-02-28 + _date_changed 2017-09-01 + contacts Heather Campbell + _contacts hcampbel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name dng203w + alias dng203w.Princeton.EDU + address 140.180.221.84 + use Windows Dev/QA 151 PublicDMZ + contacts ussntadm +} + +define host { + host_name dng305w + alias dng305w.Princeton.EDU + address 140.180.221.120 + use Windows Dev/QA 151 PublicDMZ + contacts University Services IT Support +} + +define host { + host_name dng306w + alias dng306w.Princeton.EDU + address 10.6.51.28 + use Windows Dev/QA 151 PrivateDMZ + contacts USSNTADM +} + +define host { + host_name dsl300w + alias dsl300w.Princeton.EDU + _alias1 orientation-dev + address 10.6.49.75 + _IP_MAC1 10.6.49.75 <=> 0:50:56:93:16:cc + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the Dean of Undergraduate Students + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-01-28 + _date_changed 2016-01-28 + contacts Gregory S. Blaha + _contacts gblaha@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis-fwmgrqa + alias eis-fwmgrqa.Princeton.EDU + address 10.6.52.240 + _IP_MAC1 10.6.52.240 <=> 0:50:56:93:4f:9d + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-08-17 + _date_changed 2016-09-26 + contacts epm-list + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name epm300w + alias epm300w.Princeton.EDU + address 10.6.49.0 + use Windows Dev/QA 151 PrivateDMZ + contacts epm-list +} + +define host { + host_name epm301w.aws + alias epm301w.aws.Princeton.EDU + address 10.21.31.1 + use Windows Dev/QA AWS Untrust + contacts epm-list +} + +define host { + host_name erp302w + alias erp302w.Princeton.EDU + address 10.6.49.182 + use Windows Dev/QA 151 PrivateDMZ + contacts Thomas E. Dommermuth +} + +define host { + host_name erp330w + alias erp330w.Princeton.EDU + address 10.6.51.18 + use Windows Dev/QA 151 PrivateDMZ + contacts Thomas E. Dommermuth +} + +define host { + host_name essosd302w + alias essosd302w.Princeton.EDU + address 10.6.48.21 + _IP_MAC1 10.6.48.21 <=> 0:50:56:93:2f:5c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-12 + _date_changed 2015-02-11 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essprintsrvqa + alias essprintsrvqa.Princeton.EDU + address 10.6.50.122 + _IP_MAC1 10.6.50.122 <=> 0:50:56:1a:4e:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2010-04-26 + _date_changed 2017-06-30 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name gso100w + alias gso100w.Princeton.EDU + address 140.180.220.93 + _IP_MAC1 140.180.220.93 <=> 0:50:56:93:51:b8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of the Graduate School + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-02 + _date_changed 2015-10-20 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name gso300w + alias gso300w.Princeton.EDU + address 140.180.220.94 + _IP_MAC1 140.180.220.94 <=> 0:50:56:93:66:8b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of the Graduate School + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-02 + _date_changed 2015-10-20 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name gso301w + alias gso301w.Princeton.EDU + address 140.180.221.106 + use Windows Dev/QA 151 PublicDMZ + contacts gshelp +} + +define host { + host_name isogate100w + alias isogate100w.Princeton.EDU + address 140.180.221.65 + use Windows Dev/QA 151 PublicDMZ + contacts Steven Niedzwiecki +} + +define host { + host_name iss128w + alias iss128w.Princeton.EDU + address 10.6.50.0 + use Windows Dev/QA 151 PrivateDMZ + contacts Peter T Nowak +} + +define host { + host_name iss129w + alias iss129w.Princeton.EDU + address 10.6.50.12 + use Windows Dev/QA 151 PrivateDMZ + contacts Peter T Nowak +} + +define host { + host_name itms300w + alias itms300w.Princeton.EDU + _alias1 itms-dev1 + address 10.6.50.86 + _IP_MAC1 10.6.50.86 <=> 0:50:56:93:11:1a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-26 + _date_changed 2017-05-30 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name itms301w + alias itms301w.Princeton.EDU + _alias1 sentry911-dev + address 140.180.220.178 + _IP_MAC1 140.180.220.178 <=> 0:50:56:93:b:f0 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-08-12 + _date_changed 2017-07-31 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name landrdev + alias landrdev.Princeton.EDU + _alias1 new-landrdev + address 10.6.48.15 + _IP_MAC1 10.6.48.15 <=> 0:50:56:93:63:3d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-08-31 + _date_changed 2016-12-09 + contacts Michael J. Zarillo + _contacts mzarillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name lss110w-tqa + alias lss110w-tqa.Princeton.EDU + address 10.6.50.58 + _IP_MAC1 10.6.50.58 <=> 0:50:56:93:1:34 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-09-30 + _date_changed 2017-05-02 + contacts Facilities NT Administrator + _contacts facntadm@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mccweb100w + alias mccweb100w.Princeton.EDU + address 10.6.48.51 + _IP_MAC1 10.6.48.51 <=> 0:50:56:93:26:e2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Other + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-07-18 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mccweb101w + alias mccweb101w.Princeton.EDU + address 10.6.48.52 + _IP_MAC1 10.6.48.52 <=> 0:50:56:93:26:e1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Other + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-07-18 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol102w + alias mol102w.Princeton.EDU + _alias1 devenport-mice-qa + address 10.6.48.68 + _IP_MAC1 10.6.48.68 <=> 0:50:56:93:0:db + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Molecular Biology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-07-27 + _date_changed 2014-08-12 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol105w + alias mol105w.Princeton.EDU + address 10.6.49.220 + _IP_MAC1 10.6.49.220 <=> 0:50:56:93:46:40 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-12-07 + _date_changed 2016-12-07 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol302w + alias mol302w.Princeton.EDU + _alias1 devenport-mice-dev + address 10.6.48.69 + _IP_MAC1 10.6.48.69 <=> 0:50:56:93:0:d6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Molecular Biology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-07-27 + _date_changed 2014-08-12 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name netnsm100w + alias netnsm100w.Princeton.EDU + address 10.6.49.4 + _IP_MAC1 10.6.49.4 <=> 0:50:56:93:23:c8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-13 + _date_changed 2015-10-13 + contacts Networking + _contacts networking@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name odoc101w + alias odoc101w.Princeton.EDU + _alias1 prizesqa + address 10.6.48.89 + _IP_MAC1 10.6.48.89 <=> 0:50:56:93:1a:ec + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the Dean of the College + _building New South + _room MR, VM - + _date_created 2013-12-23 + _date_changed 2015-04-23 + contacts ODOC Linux Admin-JG + _contacts docadmjg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name odoc201w + alias odoc201w.Princeton.EDU + _alias1 ugprizes + _alias2 odocevents + _alias3 rsvp + address 140.180.220.41 + _IP_MAC1 140.180.220.41 <=> 0:50:56:93:1a:ee + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of the College + _building New South + _room MR, VM - + _date_created 2013-12-23 + _date_changed 2015-04-23 + contacts ODOC Linux Admin-JG + _contacts docadmjg@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name odoc301w + alias odoc301w.Princeton.EDU + address 10.6.48.90 + _IP_MAC1 10.6.48.90 <=> 0:50:56:93:1a:ed + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the Dean of the College + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-12-23 + _date_changed 2014-10-09 + contacts John S. Green III + _contacts jgreen@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name opr302w + alias opr302w.Princeton.EDU + address 140.180.220.76 + _IP_MAC1 140.180.220.76 <=> 0:50:56:93:5e:4e + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of Population Research + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-10-30 + _date_changed 2015-05-20 + contacts Wayne W. Appleton + _contacts appleton@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name out301w + alias out301w.Princeton.EDU + address 10.6.51.100 + use Windows Dev/QA 151 PrivateDMZ + contacts Richard M. Curtis +} + +define host { + host_name pcocr104w + alias pcocr104w.Princeton.EDU + address 10.6.51.82 + use Windows Dev/QA 151 PrivateDMZ + contacts pcotech +} + +define host { + host_name pcocr105w + alias pcocr105w.Princeton.EDU + address 10.6.50.247 + use Windows Dev/QA 151 PrivateDMZ + contacts pcotech +} + +define host { + host_name pcocrdb106w + alias pcocrdb106w.Princeton.EDU + address 10.6.53.242 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name pcords101w + alias pcords101w.Princeton.EDU + address 10.6.50.94 + _IP_MAC1 10.6.50.94 <=> 0:50:56:93:2a:ac + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-05-18 + _date_changed 2017-05-18 + contacts Glenn R. Wemple + _contacts gwemple@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name pei300w + alias pei300w.Princeton.EDU + address 140.180.220.73 + _IP_MAC1 140.180.220.73 <=> 0:50:56:93:67:60 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Princeton Environmental Institute + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-20 + _date_changed 2015-07-20 + contacts Rajeshri D. Chokshi + _contacts rchokshi@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name psm101w + alias psm101w.Princeton.EDU + address 10.6.50.51 + use Windows Dev/QA 151 PrivateDMZ + contacts Ruth D. Gittens +} + +define host { + host_name puqa02.zeta.adtest + alias puqa02.zeta.adtest.Princeton.EDU + _alias1 adqa-b.princeton.edu. + address 10.6.49.51 + _IP_MAC1 10.6.49.51 <=> 0:50:56:93:79:60 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-06-16 + _date_changed 2017-10-23 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name puqa05.zeta.adtest + alias puqa05.zeta.adtest.Princeton.EDU + address 10.21.1.40 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name puqa06.zeta.adtest + alias puqa06.zeta.adtest.Princeton.EDU + address 10.21.1.14 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name sas305w + alias sas305w.Princeton.EDU + address 10.6.49.155 + use Windows Dev/QA 151 PrivateDMZ + contacts rsegers +} + +define host { + host_name sas306w + alias sas306w.Princeton.EDU + address 10.6.50.72 + use Windows Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sasemsterm100w + alias sasemsterm100w.Princeton.EDU + address 10.6.49.45 + use Windows Dev/QA 151 PrivateDMZ + contacts pac_usapps +} + +define host { + host_name sasemsws100w + alias sasemsws100w.Princeton.EDU + address 140.180.221.82 + use Windows Dev/QA 151 PublicDMZ + contacts pac_usapps +} + +define host { + host_name sasiw111w + alias sasiw111w.Princeton.EDU + address 10.6.53.89 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw112w + alias sasiw112w.Princeton.EDU + address 10.6.53.90 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw114w + alias sasiw114w.Princeton.EDU + address 10.6.53.239 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw116w + alias sasiw116w.Princeton.EDU + address 10.6.53.241 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw346w + alias sasiw346w.Princeton.EDU + address 10.6.53.35 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw347w + alias sasiw347w.Princeton.EDU + address 10.6.53.36 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw348w + alias sasiw348w.Princeton.EDU + address 10.6.53.39 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw349w + alias sasiw349w.Princeton.EDU + address 10.6.53.72 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasob100w + alias sasob100w.Princeton.EDU + address 10.6.53.19 + use Windows Dev/QA 151 Trust + contacts ECM Admin Notify +} + +define host { + host_name sasob300tstw + alias sasob300tstw.Princeton.EDU + address 10.6.53.188 + use Windows Dev/QA 151 Trust + contacts ECM Admin Notify +} + +define host { + host_name sasob300w + alias sasob300w.Princeton.EDU + address 10.6.53.237 + use Windows Dev/QA 151 Trust + contacts ECM Admin Notify +} + +define host { + host_name sasspapp300w + alias sasspapp300w.Princeton.EDU + address 10.6.49.100 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspapp301w + alias sasspapp301w.Princeton.EDU + address 10.6.49.149 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspapp310w + alias sasspapp310w.Princeton.EDU + address 10.6.49.47 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspapp312w + alias sasspapp312w.Princeton.EDU + address 10.6.49.255 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspdb308w + alias sasspdb308w.Princeton.EDU + address 10.6.52.34 + use Windows Dev/QA 151 Trust + contacts Sharepoint Admin +} + +define host { + host_name sasspdb309w + alias sasspdb309w.Princeton.EDU + address 10.6.52.41 + use Windows Dev/QA 151 Trust + contacts Sharepoint Admin +} + +define host { + host_name sasspdb318w + alias sasspdb318w.Princeton.EDU + address 10.6.52.255 + use Windows Dev/QA 151 Trust + contacts Sharepoint Admin +} + +define host { + host_name sasspdb319w + alias sasspdb319w.Princeton.EDU + address 10.6.53.0 + use Windows Dev/QA 151 Trust + contacts Sharepoint Admin +} + +define host { + host_name sasspdc305w + alias sasspdc305w.Princeton.EDU + address 140.180.221.97 + use Windows Dev/QA 151 PublicDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspdc306w + alias sasspdc306w.Princeton.EDU + address 10.6.49.157 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspdc316w + alias sasspdc316w.Princeton.EDU + address 140.180.221.0 + use Windows Dev/QA 151 PublicDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspfe302w + alias sasspfe302w.Princeton.EDU + address 10.6.55.56 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe303w + alias sasspfe303w.Princeton.EDU + address 10.6.55.30 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe304w + alias sasspfe304w.Princeton.EDU + address 10.6.55.69 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe312w + alias sasspfe312w.Princeton.EDU + address 10.6.55.75 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe313w + alias sasspfe313w.Princeton.EDU + address 10.6.55.76 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe314w + alias sasspfe314w.Princeton.EDU + address 10.6.55.77 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspowa307w + alias sasspowa307w.Princeton.EDU + address 10.6.55.70 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspowa317w + alias sasspowa317w.Princeton.EDU + address 10.6.55.78 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspss316w + alias sasspss316w.Princeton.EDU + address 10.6.50.82 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sassunapsis100w + alias sassunapsis100w.Princeton.EDU + address 140.180.221.114 + use Windows Dev/QA 151 PublicDMZ + contacts pac_usapps +} + +define host { + host_name sastopaz100w + alias sastopaz100w.Princeton.EDU + address 10.6.49.130 + use Windows Dev/QA 151 PrivateDMZ + contacts pac_app_integration +} + +define host { + host_name sastopaz110w + alias sastopaz110w.Princeton.EDU + address 10.6.49.133 + use Windows Dev/QA 151 PrivateDMZ + contacts pac_app_integration +} + +define host { + host_name sastopaz300w + alias sastopaz300w.Princeton.EDU + address 10.6.49.83 + use Windows Dev/QA 151 PrivateDMZ + contacts pac_app_integration +} + +define host { + host_name sis118w + alias sis118w.Princeton.EDU + address 10.6.53.131 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis310w + alias sis310w.Princeton.EDU + address 10.6.52.252 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis313w + alias sis313w.Princeton.EDU + address 10.6.51.42 + use Windows Dev/QA 151 PrivateDMZ + contacts rsegers +} + +define host { + host_name smo301w + alias smo301w.Princeton.EDU + address 10.6.49.165 + use Windows Dev/QA 151 PrivateDMZ + contacts mjo3 +} + +define host { + host_name socconsole + alias socconsole.Princeton.EDU + address 10.6.48.26 + _IP_MAC1 10.6.48.26 <=> 0:50:56:93:1a:ff + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2014-01-13 + _date_changed 2017-12-07 + contacts Mariann S. Miller + _contacts mariann.miller@princeton.edu, mariannm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvms1nvr101w + alias spcvms1nvr101w.Princeton.EDU + address 10.6.52.120 + use Windows Dev/QA 151 Trust + contacts Mark R. Williams +} + +define host { + host_name spcvmsqa100w + alias spcvmsqa100w.Princeton.EDU + address 10.6.52.111 + use Windows Dev/QA 151 Trust + contacts Mark R. Williams +} + +define host { + host_name sql-zeta2 + alias sql-zeta2.Princeton.EDU + address 10.6.50.93 + _IP_MAC1 10.6.50.93 <=> 0:50:56:93:1:12 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-10-12 + _date_changed 2017-05-30 + contacts Christopher M. Stewart + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss106w + alias ss106w.Princeton.EDU + address 140.180.220.172 + _IP_MAC1 140.180.220.172 <=> 0:50:56:93:fc:1b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-03-20 + _date_changed 2017-03-20 + contacts Mark J. Pellecchia + _contacts markpe@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name ss116w + alias ss116w.Princeton.EDU + address 140.180.220.122 + use Windows Dev/QA 151 PublicDMZ + contacts css-alert +} + +define host { + host_name tmetrics + alias tmetrics.Princeton.EDU + address 10.6.48.138 + _IP_MAC1 10.6.48.138 <=> 0:50:56:93:75:16 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-01-19 + _date_changed 2017-12-07 + contacts Anthony C. Wilk + _contacts acwilk@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name tmetsciscodigi2 + alias tmetsciscodigi2.Princeton.EDU + address 10.6.49.84 + _IP_MAC1 10.6.49.84 <=> 0:50:56:93:66:88 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-02-17 + _date_changed 2016-02-17 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name tmetsdevlab + alias tmetsdevlab.Princeton.EDU + address 10.6.48.210 + _IP_MAC1 10.6.48.210 <=> 0:50:56:93:47:6d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name top100w + alias top100w.Princeton.EDU + address 10.6.49.179 + _IP_MAC1 10.6.49.179 <=> 0:50:56:93:2a:20 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-19 + _date_changed 2017-09-19 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name top101w + alias top101w.Princeton.EDU + address 10.6.49.180 + _IP_MAC1 10.6.49.180 <=> 0:50:56:93:26:c8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-19 + _date_changed 2017-09-19 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name tps101w-garage + alias tps101w-garage.Princeton.EDU + address 10.6.49.142 + use Windows Dev/QA 151 PrivateDMZ + contacts ussntadm +} + +define host { + host_name ufa300w + alias ufa300w.Princeton.EDU + address 10.6.48.11 + use Windows Dev/QA 151 PrivateDMZ + contacts John S. Green III +} + +define host { + host_name uhs104w + alias uhs104w.Princeton.edu + address 10.6.50.88 + _IP_MAC1 10.6.50.88 <=> 0:50:56:93:0:8c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-04-19 + _date_changed 2017-05-12 + contacts Health Services Help, Judith E. Oakley + _contacts joakley@princeton.edu, uhshelp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uhs107w + alias uhs107w.Princeton.edu + address 10.6.63.84 + _IP_MAC1 128.112.132.81 <=> 0:50:56:93:49:c7 + _SUBNET1 princeton-net + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-08-05 + _date_changed 2016-12-06 + contacts Health Services Help, Judith E. Oakley + _contacts joakley@princeton.edu, uhshelp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA Restricted +} + +define host { + host_name uhs109w + alias uhs109w.Princeton.EDU + address 10.6.63.68 + _IP_MAC1 10.6.63.68 <=> 0:50:56:93:36:d + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-07 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Untrust +} + +define host { + host_name uhs110w + alias uhs110w.Princeton.EDU + address 10.6.63.74 + _IP_MAC1 10.6.63.74 <=> 0:50:56:93:28:aa + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-07 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Untrust +} + +define host { + host_name uhs111w + alias uhs111w.Princeton.EDU + address 10.6.49.123 + _IP_MAC1 10.6.49.123 <=> 0:50:56:93:2c:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-07-12 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uhs114w + alias uhs114w.Princeton.EDU + address 10.6.51.6 + use Windows Dev/QA 151 PrivateDMZ + contacts Judith E. Oakley +} + +define host { + host_name uss300w-willow + alias uss300w-willow.Princeton.edu + _alias1 uservices-apps-dev + address 10.6.50.76 + _IP_MAC1 10.6.50.76 <=> 0:50:56:93:2a:f1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-08-28 + _date_changed 2017-05-18 + contacts Joshua P. Thomas + _contacts jt7@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss301w-sandbox + alias uss301w-sandbox.Princeton.edu + address 10.6.50.120 + _IP_MAC1 10.6.50.120 <=> 0:50:56:93:2a:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-09-18 + _date_changed 2017-06-13 + contacts Joshua P. Thomas + _contacts jt7@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss302w-sndbx08 + alias uss302w-sndbx08.Princeton.EDU + _alias1 campus-dining-dev + _alias2 uservices-ws-dev + _alias3 housing-apps-dev + _alias4 hres-apps-dev + address 10.6.50.121 + _IP_MAC1 10.6.50.121 <=> 0:50:56:93:1a:ef + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-12-30 + _date_changed 2017-06-13 + contacts Joshua P. Thomas + _contacts jt7@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss303w + alias uss303w.Princeton.EDU + address 10.6.48.35 + _IP_MAC1 10.6.48.35 <=> 0:50:56:93:20:3e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-10-15 + _date_changed 2016-07-22 + contacts Jaysen J. LeSage + _contacts jlesage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss304w + alias uss304w.Princeton.EDU + address 10.6.48.180 + _IP_MAC1 10.6.48.180 <=> 0:50:56:93:11:df + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Conference and Event Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-03-31 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name vpft101w + alias vpft101w.Princeton.EDU + address 140.180.220.50 + _IP_MAC1 140.180.220.50 <=> 0:50:56:93:7d:24 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Vice President for Finance and Treasurer + _building 151 Forrestal Rd. + _room MR,VM + _date_created 2015-06-17 + _date_changed 2015-06-30 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name wassp100w + alias wassp100w.Princeton.EDU + address 10.6.48.190 + _IP_MAC1 10.6.48.190 <=> 0:50:56:93:5e:4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-10 + _date_changed 2017-01-10 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name wassp101w + alias wassp101w.Princeton.EDU + address 10.6.49.158 + _IP_MAC1 10.6.49.158 <=> 0:50:56:93:1a:2d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-10 + _date_changed 2017-01-10 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name wassp102w + alias wassp102w.Princeton.EDU + address 10.6.55.44 + _IP_MAC1 10.6.55.44 <=> 0:50:56:93:1f:3c + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-11 + _date_changed 2017-01-24 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name wassp103w + alias wassp103w.Princeton.EDU + address 10.6.55.45 + _IP_MAC1 10.6.55.45 <=> 0:50:56:93:32:ef + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-11 + _date_changed 2017-01-24 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name wassp104w + alias wassp104w.Princeton.EDU + address 140.180.220.171 + _IP_MAC1 140.180.220.171 <=> 0:50:56:93:1e:65 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-10 + _date_changed 2017-01-10 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name wassp105w + alias wassp105w.Princeton.EDU + address 10.6.49.238 + _IP_MAC1 10.6.49.238 <=> 0:50:56:93:13:16 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-27 + _date_changed 2017-01-27 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name wasspdb100w + alias wasspdb100w.Princeton.EDU + address 10.6.52.42 + _IP_MAC1 10.6.52.42 <=> 0:50:56:93:54:fd + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-02-22 + _date_changed 2017-02-22 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name wasspdb101w + alias wasspdb101w.Princeton.EDU + address 10.6.52.37 + _IP_MAC1 10.6.52.37 <=> 0:50:56:93:82:db + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-02-17 + _date_changed 2017-02-17 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name wasspowa106w + alias wasspowa106w.Princeton.EDU + address 10.6.55.53 + _IP_MAC1 10.6.55.53 <=> 0:50:56:93:dc:13 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-11 + _date_changed 2017-07-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name win03.win + alias win03.win.Princeton.EDU + address 10.6.48.92 + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name winqa02.adtest + alias winqa02.adtest.Princeton.EDU + address 10.6.48.240 + _IP_MAC1 10.6.48.240 <=> 0:50:56:93:5:d2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-06-16 + _date_changed 2016-08-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name winqa03.aws + alias winqa03.aws.Princeton.EDU + address 10.21.1.56 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name winqa04.aws + alias winqa04.aws.Princeton.EDU + address 10.21.1.76 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name adm-it-ws + alias adm-it-ws.Princeton.EDU + address 10.6.48.238 + _IP_MAC1 10.6.48.238 <=> 0:50:56:93:23:5f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Admission + _building New South + _room MR, VM, - + _date_created 2016-03-15 + _date_changed 2016-03-15 + contacts Jonathan R. Bickel + _contacts jbickel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name alamut + alias alamut.Princeton.EDU + address 10.6.48.57 + use Windows Dev/QA NS PrivateDMZ + contacts ESS Windows List +} + +define host { + host_name alertus + alias alertus.Princeton.EDU + address 10.6.48.192 + _IP_MAC1 10.6.48.192 <=> 0:50:56:93:17:34 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Environmental Health and Safety + _building New South + _room MR, VM, - + _date_created 2015-09-30 + _date_changed 2015-10-01 + contacts Stephen M. Elwood + _contacts selwood@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name amu206w + alias amu206w.Princeton.EDU + address 140.180.220.86 + _IP_MAC1 140.180.220.86 <=> 0:0:0:5c:5a:e2 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Art Museum + _building New South + _room MR, VM, - + _date_created 2015-08-03 + _date_changed 2015-08-06 + contacts Cathryn Goodwin + _contacts cathryng@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name amu207w + alias amu207w.Princeton.EDU + address 10.6.49.77 + _IP_MAC1 10.6.49.77 <=> 0:50:56:93:65:7a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Art Museum + _building New South + _room MR, VM, - + _date_created 2016-01-28 + _date_changed 2016-01-28 + contacts Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name amu209w + alias amu209w.Princeton.EDU + address 10.6.50.27 + _IP_MAC1 10.6.50.27 <=> 0:50:56:93:87:e7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-03-24 + _date_changed 2017-03-24 + contacts Cathryn Goodwin, Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name amu210w + alias amu210w.Princeton.EDU + address 10.6.50.35 + _IP_MAC1 10.6.50.35 <=> 0:50:56:93:d5:de + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-03-28 + _date_changed 2017-03-28 + contacts Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name amu212w + alias amu212w.Princeton.EDU + address 10.6.51.67 + use Windows Production NS PrivateDMZ + contacts mmarnett +} + +define host { + host_name ant-had200w + alias ant-had200w.Princeton.EDU + address 140.180.220.247 + _IP_MAC1 140.180.220.247 <=> 0:50:56:93:e9:d3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-06-19 + _date_changed 2017-06-19 + contacts Jeremiah D. LaMontagne + _contacts jl21@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name arc-hestia + alias arc-hestia.Princeton.EDU + _alias1 arc200w + address 140.180.220.34 + _IP_MAC1 128.112.88.165 <=> 0:50:56:93:5:36 + _SUBNET1 gillnet + _department Architecture + _building New South + _room MR, VM - + _date_created 2013-10-21 + _date_changed 2013-10-21 + contacts Architecture Computer + _contacts archcomp@princeton.edu, winmail@princeton.edu + use Windows Production Untrust +} + +define host { + host_name art201w + alias art201w.Princeton.EDU + address 140.180.220.145 + _IP_MAC1 140.180.220.145 <=> 0:50:56:93:3f:e9 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-26 + _date_changed 2016-07-28 + contacts Julie A. Angarone + _contacts angarone@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name as-fmp + alias as-fmp.Princeton.EDU + address 140.180.220.250 + _IP_MAC1 140.180.220.250 <=> 0:50:56:93:b:15 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2013-04-17 + _date_changed 2017-12-13 + contacts Kristian A. Kauker + _contacts kkauker@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name asmobile201w + alias asmobile201w.Princeton.EDU + address 10.6.48.134 + _IP_MAC1 10.6.48.134 <=> 0:50:56:93:1:a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2012-11-27 + _date_changed 2017-07-03 + contacts James K. Chu + _contacts jkchu@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name asmobile203w + alias asmobile203w.Princeton.EDU + address 10.6.50.134 + _IP_MAC1 10.6.50.134 <=> 0:50:56:93:3a:a7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-05-10 + _date_changed 2017-07-03 + contacts James K. Chu + _contacts jkchu@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name asrv201w + alias asrv201w.Princeton.EDU + address 140.180.220.96 + _IP_MAC1 140.180.220.96 <=> 0:50:56:93:68:e5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-10-09 + _date_changed 2015-10-09 + contacts Jeffrey J. Mull + _contacts jmull@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name asrv202w + alias asrv202w.Princeton.EDU + address 10.6.51.11 + use Windows Production NS PrivateDMZ + contacts jmull +} + +define host { + host_name ath200w + alias ath200w.Princeton.EDU + address 10.6.50.124 + _IP_MAC1 10.6.50.124 <=> 0:50:56:93:19:f7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _building New South + _room MR, VM, - + _date_created 2012-12-21 + _date_changed 2017-07-10 + contacts Bryan S. Fitzwater + _contacts bfitzwat@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ath201w + alias ath201w.Princeton.EDU + address 140.180.221.105 + use Windows Production 151 PublicDMZ + contacts bfitzwater +} + +define host { + host_name ats-dia212w + alias ats-dia212w.Princeton.EDU + address 140.180.220.70 + _IP_MAC1 140.180.220.70 <=> 0:50:56:93:5c:9b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-30 + _date_changed 2015-12-15 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ats-fvs212w + alias ats-fvs212w.Princeton.EDU + _alias1 fvs + address 140.180.220.66 + _IP_MAC1 140.180.220.66 <=> 0:50:56:93:66:df + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-04 + _date_changed 2016-01-14 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ats201w + alias ats201w.Princeton.EDU + _alias1 campusreclocal + _alias2 dasutilitieslocal + address 140.180.220.14 + _IP_MAC1 140.180.220.14 <=> 0:50:56:93:53:e1 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-04-08 + _date_changed 2015-05-20 + contacts George R. Fleming Jr., OIT DAS + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name cas200w + alias cas200w.Princeton.EDU + address 10.6.48.244 + _IP_MAC1 10.6.48.244 <=> 0:50:56:93:4d:cf + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Information Technology, University Services + _building New South + _room MR, VM, - + _date_created 2015-09-21 + _date_changed 2017-06-13 + contacts Kevin R. Guilbault, USSNTADM + _contacts kg3@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name cas201w + alias cas201w.Princeton.EDU + _alias1 avanti + address 10.6.49.115 + _IP_MAC1 10.6.49.115 <=> 0:50:56:93:29:61 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-11 + _date_changed 2016-08-22 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name cch200w + alias cch200w.Princeton.EDU + address 140.180.221.100 + use Windows Production NS PublicDMZ + contacts czimowsk +} + +define host { + host_name ces201w-ts + alias ces201w-ts.Princeton.EDU + address 140.180.220.85 + _IP_MAC1 140.180.220.85 <=> 0:50:56:93:7e:c3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Conference and Event Services + _building New South + _room MR, VM, - + _date_created 2016-02-17 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name chm200w + alias chm200w.Princeton.EDU + address 140.180.221.92 + use Windows Production NS PublicDMZ + contacts drosso +} + +define host { + host_name cisdr200w + alias cisdr200w.Princeton.EDU + address 10.6.52.25 + _IP_MAC1 10.6.52.25 <=> 0:50:56:93:5f:52 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM , - + _date_created 2015-10-09 + _date_changed 2015-10-09 + contacts Mark A. Ratliff + _contacts ratliff@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name cisdr201w + alias cisdr201w.Princeton.EDU + _alias1 oaworkflow + address 10.6.48.253 + _IP_MAC1 10.6.48.253 <=> 0:50:56:93:17:d7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-10-09 + _date_changed 2017-03-17 + contacts Mark A. Ratliff, Open Access Repository + _contacts oar@princeton.edu, ratliff@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name cisdr205w + alias cisdr205w.Princeton.EDU + address 140.180.221.98 + use Windows Production NS PublicDMZ + contacts CISDR +} + +define host { + host_name cisdr206w + alias cisdr206w.Princeton.EDU + address 10.6.52.83 + use Windows Production NS Trust + contacts CISDR +} + +define host { + host_name cisdrcons200w + alias cisdrcons200w.Princeton.EDU + address 10.6.48.116 + _IP_MAC1 10.6.48.116 <=> 0:50:56:93:4d:bc + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-12 + _date_changed 2018-01-12 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name cisdrex200w + alias cisdrex200w.Princeton.EDU + address 140.180.221.126 + use Windows Dev/QA NS PublicDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdrex201w + alias cisdrex201w.Princeton.EDU + address 140.180.221.127 + use Windows Dev/QA NS PublicDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdrtc200l.aws + alias cisdrtc2001.aws.Princeton.EDU + address 10.21.24.125 + use UNIX Production AWS Untrust + contacts CISDR +} + +define host { + host_name cseslicense02 + alias cseslicense02.Princeton.EDU + _alias1 cseslicense + address 140.180.221.32 + _IP_MAC1 140.180.221.32 <=> 0:50:56:93:49:c5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Research Computing, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2013-08-05 + _date_changed 2017-07-31 + contacts Computational Science and Engineering Support, William G. Guthe + _contacts csesa@princeton.edu, wguthe@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name csi200w + alias csi200w.Princeton.EDU + address 140.180.220.151 + use Windows Dev/QA NS PublicDMZ + contacts rd11 +} + +define host { + host_name csla200w + alias csla200w.Princeton.EDU + address 140.180.220.121 + _IP_MAC1 140.180.220.121 <=> 0:50:56:93:3b:c3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-04-28 + _date_changed 2016-04-28 + contacts Alan M. Stahl + _contacts astahl@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name css228w + alias css228w.Princeton.EDU + address 140.180.220.90 + use Windows Dev/QA NS PublicDMZ + contacts casperadmin +} + +define host { + host_name das210w + alias das210w.Princeton.EDU + _alias1 daspraxis + _alias2 campusrecregistrationtest + _alias3 campusrecregistration + address 140.180.220.251 + _IP_MAC1 140.180.220.251 <=> bc:30:5b:f1:16:cd + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,A6 + _date_created 2012-12-21 + _date_changed 2017-12-21 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name das211w + alias das211w.Princeton.EDU + address 140.180.221.75 + _IP_MAC1 140.180.221.75 <=> bc:30:5b:f1:49:e5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR,RK,C-01 + _date_created 2012-12-21 + _date_changed 2017-12-21 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dasdia212w + alias dasdia212w.Princeton.EDU + address 140.180.220.110 + _IP_MAC1 140.180.220.110 <=> 0:50:56:93:7b:e1 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-04-05 + _date_changed 2016-04-05 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dasweb228w + alias dasweb228w.Princeton.EDU + _alias1 webnew + _alias2 web + address 140.180.220.47 + _IP_MAC1 140.180.220.47 <=> 0:50:56:93:3f:99 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2014-12-08 + _date_changed 2015-06-25 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dcf200w + alias dcf200w.Princeton.EDU + address 10.6.49.101 + use Windows Dev/QA NS PrivateDMZ + contacts oitdcf +} + +define host { + host_name dcf201w + alias dcf201w.Princeton.EDU + address 10.6.48.28 + use Windows Dev/QA NS PrivateDMZ + contacts oitdcf +} + +define host { + host_name dev-webprod-ogv + alias dev-webprod-ogv.Princeton.EDU + address 140.180.220.124 + _IP_MAC1 140.180.220.124 <=> 0:50:56:93:3b:b9 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2015-08-05 + _date_changed 2016-05-27 + contacts Jacqueline Golden, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev-webprod-tt + alias dev-webprod-tt.Princeton.EDU + address 140.180.220.125 + _IP_MAC1 140.180.220.125 <=> 0:50:56:93:5a:eb + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2015-08-03 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev-webprod + alias dev-webprod.Princeton.EDU + address 140.180.220.117 + _IP_MAC1 140.180.220.117 <=> 0:50:56:93:8:f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Information Strategy, Office of Development + _building New South + _room MR, VM, - + _date_created 2014-04-15 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev200w + alias dev200w.Princeton.EDU + _alias1 devcumulus + address 10.6.49.193 + _IP_MAC1 10.6.49.193 <=> 0:50:56:93:5b:fc + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-10-21 + _date_changed 2016-11-28 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dev201w + alias dev201w.Princeton.EDU + _alias1 devimages + address 140.180.220.129 + _IP_MAC1 140.180.220.129 <=> 0:50:56:93:42:e + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-10-21 + _date_changed 2017-12-07 + contacts Dev DTS, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev202w + alias dev202w.Princeton.EDU + _alias1 devapp + address 140.180.220.192 + _IP_MAC1 140.180.220.192 <=> 0:50:56:93:77:ff + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-10 + _date_changed 2017-05-10 + contacts Nicholas DiPietro + _contacts dipietro@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev203w + alias dev203w.Princeton.EDU + _alias1 devdash + address 10.6.50.171 + _IP_MAC1 10.6.50.171 <=> 24:6e:96:64:17:4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building New South + _room MR, RK, J-03 + _date_created 2017-07-12 + _date_changed 2017-11-27 + contacts Nicholas DiPietro + _contacts dipietro@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name dev204w + alias dev204w.Princeton.EDU + _alias1 devtigerprod + address 140.180.221.74 + _IP_MAC1 140.180.221.74 <=> 0:50:56:93:b2:ea + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-03 + _date_changed 2018-02-21 + contacts uats + _contacts uats@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev205w + alias dev205w.Princeton.EDU + address 10.6.50.99 + use Windows Production NS PrivateDMZ + contacts uats +} + +define host { + host_name dev206w + alias dev206w.Princeton.EDU + address 140.180.220.116 + use Windows Dev/QA NS PublicDMZ + contacts uats +} + +define host { + host_name devdesk + alias devdesk.Princeton.EDU + address 140.180.220.113 + _IP_MAC1 140.180.220.113 <=> 0:50:56:93:3d:d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2016-04-05 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name devp1 + alias devp1.Princeton.EDU + _alias1 stripes + address 10.6.49.176 + _IP_MAC1 10.6.49.176 <=> 0:50:56:93:65:46 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-09-26 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name devp3 + alias devp3.Princeton.EDU + _alias1 stripes3 + address 10.6.49.190 + _IP_MAC1 10.6.49.190 <=> 0:50:56:93:5f:b2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-09-23 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name devtabguest + alias devtabguest.Princeton.EDU + address 140.180.220.84 + _IP_MAC1 140.180.220.84 <=> 0:50:56:93:48:21 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2015-07-07 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name devtabtools + alias devtabtools.Princeton.EDU + address 10.6.48.158 + _IP_MAC1 10.6.48.158 <=> 0:50:56:93:6b:b5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2015-03-02 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name devtool + alias devtool.Princeton.EDU + address 10.6.48.185 + _IP_MAC1 10.6.48.185 <=> 0:50:56:93:b:77 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2016-01-05 + _date_changed 2017-11-17 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dng200w + alias dng200w.Princeton.EDU + address 10.6.48.191 + _IP_MAC1 10.6.48.191 <=> 0:50:56:93:3:1a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Dining Services + _building New South + _room MR, VM, - + _date_created 2015-04-28 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dng201w + alias dng201w.Princeton.EDU + address 10.6.48.213 + _IP_MAC1 10.6.48.213 <=> 0:50:56:93:67:fb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Dining Services + _building New South + _room MR, VM, - + _date_created 2015-07-02 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dps201w + alias dps201w.Princeton.EDU + address 10.6.49.121 + _IP_MAC1 10.6.49.121 <=> 0:50:56:93:6:da + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-11 + _date_changed 2016-07-11 + contacts Igor Zivkovic + _contacts izivkovi@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dps203w + alias dps203w.Princeton.EDU + address 140.180.220.38 + _IP_MAC1 140.180.220.38 <=> 0:50:56:93:1b:cd + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-09-07 + _date_changed 2016-09-07 + contacts Igor Zivkovic + _contacts izivkovi@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dpsbastion200w + alias dpsbastion200w.Princeton.EDU + address 10.6.51.105 + use Windows Dev/QA NS PrivateDMZ + contacts Igor Zivkovic +} + +define host { + host_name dsl200w + alias dsl200w.Princeton.EDU + _alias1 orientationreg + address 140.180.220.108 + _IP_MAC1 140.180.220.108 <=> 0:50:56:93:26:e3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of Undergraduate Students + _building New South + _room MR, VM, - + _date_created 2016-01-28 + _date_changed 2016-03-28 + contacts Gregory S. Blaha + _contacts gblaha@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name eas200w + alias eas200w.Princeton.EDU + _alias1 eas-had-server + address 140.180.220.128 + _IP_MAC1 140.180.220.128 <=> 0:50:56:93:40:db + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-06-16 + _date_changed 2016-06-22 + contacts Jeff S Heller + _contacts jsheller@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name eeb-fm201w + alias eeb-fm201w.Princeton.EDU + address 10.6.48.20 + _IP_MAC1 10.6.48.20 <=> 0:50:56:93:e7:86 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-23 + _date_changed 2018-01-23 + contacts EEB FileMaker Server Admin + _contacts eeb-fm-sa@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eeb-had201w + alias eeb-had201w.Princeton.EDU + _alias1 eeb-had-server + address 140.180.220.161 + _IP_MAC1 140.180.220.161 <=> 0:50:56:93:3b:22 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-12 + _date_changed 2016-12-12 + contacts Jesse Saunders + _contacts jbs@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ele202w + alias ele202w.Princeton.EDU + address 10.6.48.151 + _IP_MAC1 10.6.48.151 <=> 0:50:56:93:8e:5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-25 + _date_changed 2018-01-25 + contacts EE Webmaster + _contacts eeweb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eng200w + alias eng200w.Princeton.EDU + address 140.180.220.143 + _IP_MAC1 140.180.220.143 <=> 0:50:56:93:6d:ef + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-20 + _date_changed 2016-07-20 + contacts Kevin W. Mensch + _contacts kmensch@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name epm200w + alias epm200w.Princeton.EDU + address 10.6.48.31 + use Windows Production NS PrivateDMZ + contacts epm-list +} + +define host { + host_name erp201w + alias erp201w.Princeton.EDU + address 10.6.50.101 + use Windows Dev/QA NS PrivateDMZ + contacts Thomas E. Dommermuth +} + +define host { + host_name essonsm200w + alias essonsm200w.Princeton.EDU + address 10.6.50.130 + _IP_MAC1 10.6.50.130 <=> 0:50:56:93:5e:40 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-02-28 + _date_changed 2017-10-23 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name essosd202w + alias essosd202w.Princeton.EDU + address 128.112.129.172 + _IP_MAC1 128.112.129.172 <=> 0:50:56:93:3a:99 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-05-03 + _date_changed 2015-02-11 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name essscript200w + alias essscript200w.Princeton.EDU + address 10.6.50.46 + _IP_MAC1 10.6.50.46 <=> 0:50:56:0:41:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2011-02-24 + _date_changed 2018-01-05 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name evcontroller1 + alias evcontroller1.Princeton.EDU + address 10.6.48.206 + _IP_MAC1 10.6.48.206 <=> 0:50:56:93:6f:4e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name evcontroller2 + alias evcontroller2.Princeton.EDU + address 10.6.48.207 + _IP_MAC1 10.6.48.207 <=> 0:50:56:93:4a:62 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fcc200w + alias fcc200w.Princeton.EDU + address 10.6.51.19 + _IP_MAC1 10.6.51.19 <=> 0:50:56:93:b4:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-12-04 + _date_changed 2017-12-04 + contacts USSNTADM + _contacts ussntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name geo-had-server + alias geo-had-server.Princeton.EDU + address 140.180.220.167 + _IP_MAC1 140.180.220.167 <=> 0:50:56:93:21:18 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-14 + _date_changed 2016-12-14 + contacts Doreen Sullivan + _contacts doreens@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name gso200w + alias gso200w.Princeton.EDU + _alias1 externalfellowship + _alias2 molqcbsummerapp + address 140.180.220.92 + _IP_MAC1 140.180.220.92 <=> 0:50:56:93:39:62 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of the Graduate School + _building New South + _room MR, VM, - + _date_created 2015-10-02 + _date_changed 2017-08-17 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name gso201w + alias gso201w.Princeton.EDU + address 140.180.221.108 + use Windows Production NS PrivateDMZ + contacts gshelp +} + +define host { + host_name gso202w + alias gso202w.Princeton.EDU + address 10.6.48.56 + use Windows Dev/QA NS PrivateDMZ + contacts gshelp +} + +define host { + host_name hou201w + alias hou201w.Princeton.EDU + address 10.6.48.232 + _IP_MAC1 10.6.48.232 <=> 0:50:56:93:5f:92 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Housing and Real Estate Services + _building New South + _room MR, VM, - + _date_created 2015-08-11 + _date_changed 2017-06-13 + contacts Kevin R. Guilbault, USSNTADM + _contacts kg3@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name isocconsole200w + alias isocconsole200w.Princeton.EDU + address 140.180.221.96 + use Windows Production NS PublicDMZ + contacts infosec +} + +define host { + host_name isoconsole + alias isoconsole.Princeton.EDU + address 10.6.50.143 + _IP_MAC1 10.6.50.143 <=> 0:50:56:93:90:47 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-06-30 + _date_changed 2017-06-30 + contacts Steven E. Niedzwiecki + _contacts steven@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name isoproxy200w + alias isoproxy200w.Princeton.EDU + address 140.180.221.118 + use Windows Production 151 PublicDMZ + contacts infosec +} + +define host { + host_name iss226w + alias iss226w.Princeton.EDU + address 10.6.50.243 + _IP_MAC1 10.6.50.243 <=> 0:50:56:93:ce:eb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-19 + _date_changed 2018-01-19 + contacts SCS Operations + _contacts scsops@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iss227w + alias iss227w.Princeton.EDU + address 10.6.51.46 + _IP_MAC1 10.6.51.46 <=> 0:50:56:93:ad:a3 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-22 + _date_changed 2018-02-22 + contacts SCS Operations + _contacts scsops@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iss228w + alias iss228w.Princeton.EDU + address 10.6.51.98 + use Windows Dev/QA NS PrivateDMZ + contacts Peter T Nowak +} + +define host { + host_name iss229w + alias iss229w.Princeton.EDU + address 10.6.51.99 + use Windows Dev/QA NS PrivateDMZ + contacts Peter T Nowak +} + +define host { + host_name itms200w + alias itms200w.Princeton.EDU + _alias1 mysoft-tms1 + address 10.6.51.1 + _IP_MAC1 10.6.51.1 <=> 0:50:56:93:2f:54 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-12-13 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name itms201w + alias itms201w.Princeton.EDU + _alias1 sentry911 + address 140.180.221.64 + _IP_MAC1 140.180.221.64 <=> 0:50:56:93:b:f1 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2013-08-12 + _date_changed 2017-12-13 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name landr + alias landr.Princeton.EDU + address 10.6.48.175 + _IP_MAC1 10.6.48.175 <=> 0:50:56:93:30:c0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-24 + _date_changed 2016-12-09 + contacts Michael J. Zarillo + _contacts mzarillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name lib200w + alias lib200w.Princeton.EDU + address 10.6.50.81 + use Windows Dev/QA NS PrivateDMZ + contacts eugenek +} + +define host { + host_name lss210w-tprod + alias lss210w-tprod.Princeton.EDU + address 10.6.50.252 + _IP_MAC1 10.6.50.252 <=> 0:50:56:93:1:33 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM - + _date_created 2013-09-30 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name lsscvms207w + alias lsscvms207w.Princeton.EDU + address 10.6.50.254 + _IP_MAC1 10.6.50.254 <=> b8:ca:3a:5b:b4:c9 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, RK, D4 + _date_created 2013-05-07 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name mccdigrec207w + alias mccdigrec207w.Princeton.EDU + address 140.180.220.12 + _IP_MAC1 140.180.220.12 <=> 0:50:56:93:26:d8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Other + _building New South + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-08-07 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name mccweb200w + alias mccweb200w.Princeton.EDU + address 140.180.220.25 + _IP_MAC1 140.180.220.25 <=> 0:50:56:93:26:df + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Other + _building New South + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-07-18 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name mccweb201w + alias mccweb201w.Princeton.EDU + address 10.6.48.53 + _IP_MAC1 10.6.48.53 <=> 0:50:56:93:26:dd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Other + _building New South + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-07-18 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mcg200w + alias mcg200w.Princeton.EDU + address 140.180.221.33 + _IP_MAC1 140.180.221.33 <=> 0:50:56:93:88:55 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-27 + _date_changed 2017-07-27 + contacts Paula L. Brett + _contacts plbrett@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PublicDMZ +} + +define host { + host_name mcgtutor200w + alias mcgtutor200w.Princeton.EDU + _alias1 schedule + address 140.180.220.39 + _IP_MAC1 140.180.220.39 <=> 0:50:56:93:e6:70 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-08-14 + _date_changed 2017-08-22 + contacts Brian T. Burgher, Jaysen J. LeSage, John S. Green III, Paula L. Brett + _contacts bburgher@princeton.edu, jgreen@princeton.edu, jlesage@princeton.edu, plbrett@princeton.edu + use Windows Dev/QA NS PublicDMZ +} + +define host { + host_name mol205w + alias mol205w.Princeton.EDU + address 10.6.49.219 + _IP_MAC1 10.6.49.219 <=> 0:50:56:93:e:e4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-07 + _date_changed 2016-12-07 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name mol206w + alias mol206w.Princeton.EDU + address 10.6.50.38 + _IP_MAC1 10.6.50.38 <=> 0:50:56:93:b4:df + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-03 + _date_changed 2017-04-03 + contacts Brandon Kennedy + _contacts bk@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name mus200w + alias mus200w.Princeton.EDU + address 140.180.221.77 + use Windows Production NS PublicDMZ + contacts langley +} + +define host { + host_name netops200w + alias netops200w.Princeton.EDU + address 10.6.51.2 + _IP_MAC1 10.6.51.2 <=> 0:50:56:93:39:fe + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-10-25 + _date_changed 2017-10-25 + contacts Anthony J. Jones + _contacts ajjones@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name oac200w + alias oac200w.Princeton.EDU + address 10.6.51.5 + _IP_MAC1 10.6.51.5 <=> 0:50:56:93:ff:6e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-10-26 + _date_changed 2017-10-26 + contacts Christopher S. Oswald + _contacts coswald@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name oac201w + alias oac201w.Princeton.EDU + address 10.6.52.29 + use Windows Production NS Trust + contacts coswald +} + +define host { + host_name ocs201w + alias ocs201w.Princeton.EDU + address 10.6.49.216 + _IP_MAC1 10.6.49.216 <=> 0:50:56:93:56:2f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-02-27 + _date_changed 2017-02-27 + contacts Justin T. Kazlauskas + _contacts jk14@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name ocs202w + alias ocs202w.Princeton.EDU + address 10.6.49.90 + use Windows Dev/QA NS PrivateDMZ + contacts careerdcs +} + +define host { + host_name odoc202w + alias odoc202w.Princeton.EDU + address 10.6.49.218 + _IP_MAC1 10.6.49.218 <=> 0:50:56:93:27:8f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-06 + _date_changed 2016-12-06 + contacts Jaysen J. LeSage + _contacts jlesage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name oocphotos200w + alias oocphotos200w.Princeton.EDU + _alias1 photos + address 140.180.220.45 + _IP_MAC1 140.180.220.45 <=> 0:50:56:93:18:7c + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Communications + _building New South + _room MR, VM, - + _date_created 2014-11-25 + _date_changed 2014-11-25 + contacts John W. Jameson + _contacts jjameson@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name oss201w + alias oss201w.Princeton.EDU + address 10.6.48.37 + use Windows Production NS PrivateDMZ + contacts switch +} + +define host { + host_name pcocr204w + alias pcocr204w.Princeton.EDU + address 10.6.51.84 + use Windows Dev/QA NS PrivateDMZ + contacts pcotech +} + +define host { + host_name pcocr205w + alias pcocr205w.Princeton.EDU + address 10.6.51.43 + use Windows Dev/QA NS PrivateDMZ + contacts pcotech +} + +define host { + host_name pcocrdb206w + alias pcocrdb206w.Princeton.EDU + address 10.6.53.244 + use Windows Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name pcords201w + alias pcords201w.Princeton.EDU + address 10.6.50.95 + _IP_MAC1 10.6.50.95 <=> 0:50:56:93:4:a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-05-18 + _date_changed 2017-05-18 + contacts Glenn R. Wemple + _contacts gwemple@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pcs200w + alias pcs200w.Princeton.EDU + address 10.6.50.190 + _IP_MAC1 10.6.50.190 <=> 0:50:56:93:c9:21 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-31 + _date_changed 2017-07-31 + contacts Pace Center DCS + _contacts pacedcs@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name pdom09.aws + alias pdom09.aws.Princeton.EDU + address 10.21.1.208 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name pdom10.aws + alias pdom10.aws.Princeton.EDU + address 10.21.1.86 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name phy200w + alias phy200w.Princeton.EDU + address 10.6.51.8 + _IP_MAC1 10.6.51.8 <=> 0:50:56:93:79:a4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Physics + _building New South + _room MR, VM, - + _date_created 2012-11-29 + _date_changed 2017-11-06 + contacts Vinod K. Gupta + _contacts vinod@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pni-had-server + alias pni-had-server.Princeton.EDU + address 140.180.220.169 + _IP_MAC1 140.180.220.169 <=> 0:50:56:93:64:79 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-21 + _date_changed 2016-12-21 + contacts James E. Plastine + _contacts plastine@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name pni201w + alias pni201w.Princeton.EDU + _alias1 psnl-db + address 10.6.49.8 + _IP_MAC1 10.6.49.8 <=> 0:50:56:93:11:a5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-26 + _date_changed 2016-08-05 + contacts Diana I. Tamir + _contacts dtamir@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pol202w + alias pol202w.Princeton.EDU + address 140.180.220.43 + use Windows Dev/QA NS PublicDMZ + contacts Politics Department +} + +define host { + host_name printsoa200w + alias printsoa200w.Princeton.EDU + _alias1 printsoa + address 10.6.51.15 + _IP_MAC1 10.6.51.15 <=> 0:50:56:93:e6:85 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-17 + _date_changed 2017-11-20 + contacts Architecture Computer + _contacts archcomp@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name prz201w + alias prz201w.Princeton.EDU + _alias1 iac + _alias2 iaccalendar + address 140.180.221.36 + _IP_MAC1 140.180.221.36 <=> 0:50:56:93:1:14 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Princeton Institute for the Science and Technology of Materials + _building New South + _room MR, VM, - + _date_created 2012-09-11 + _date_changed 2017-08-30 + contacts Daniel McNesby + _contacts dmcnesb@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name prz203w + alias prz203w.Princeton.EDU + address 10.6.48.228 + _IP_MAC1 10.6.48.228 <=> ec:f4:bb:df:6f:44 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department School of Engineering and Applied Science + _building 151 Forrestal Rd. + _room MR, RK, A-05 + _date_created 2015-08-11 + _date_changed 2017-12-07 + contacts Conrad L. Silvestre, Daniel McNesby + _contacts dmcnesb@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name prz204w + alias prz204w.Princeton.EDU + _alias1 micro-nano-fab-lab + _alias2 nemo + address 140.180.220.170 + _IP_MAC1 140.180.220.170 <=> 0:50:56:93:28:9a + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-21 + _date_changed 2018-01-26 + contacts Daniel McNesby + _contacts dmcnesb@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name prz205w + alias prz205w.Princeton.EDU + _alias1 nyao + address 140.180.221.71 + _IP_MAC1 140.180.221.71 <=> 0:50:56:93:9f:2 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-20 + _date_changed 2018-02-01 + contacts PRISM Computer + _contacts przcomp@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name prz206w + alias prz206w.Princeton.EDU + address 140.180.221.109 + use Windows Production NS PublicDMZ + contacts przcomp +} + +define host { + host_name psy200w + alias psy200w.Princeton.EDU + _alias1 psy-had-server + address 140.180.220.149 + _IP_MAC1 140.180.220.149 <=> 0:50:56:93:6:6d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-01 + _date_changed 2016-08-01 + contacts James E. Plastine + _contacts plastine@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name saconsole200w + alias saconsole200w.Princeton.EDU + address 10.6.49.225 + _IP_MAC1 10.6.49.225 <=> 0:50:56:93:69:ea + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-15 + _date_changed 2016-12-15 + contacts Chi M. Lu + _contacts clu@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name sas203w + alias sas203w.Princeton.EDU + address 10.6.49.137 + use Windows Production NS PrivateDMZ + contacts rsegers +} + +define host { + host_name sasemsterm200w + alias sasemsterm200w.Princeton.EDU + address 10.6.49.152 + use Windows Production 151 PrivateDMZ + contacts pac_usapps +} + +define host { + host_name sasemsws200w + alias sasemsws200w.Princeton.EDU + address 140.180.221.104 + use Windows Production 151 PublicDMZ + contacts pac_usapps +} + +define host { + host_name sasiw202w + alias sasiw202w.Princeton.EDU + address 10.6.48.19 + use Windows Production NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw215w + alias sasiw215w.Princeton.EDU + address 10.6.53.91 + use Windows Production NS Trust + contacts monocle +} + +define host { + host_name sasiw216w + alias sasiw216w.Princeton.EDU + address 10.6.53.92 + use Windows Production NS Trust + contacts monocle +} + +define host { + host_name sasiw225w + alias sasiw225w.Princeton.EDU + address 10.6.52.156 + use Windows Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw226w + alias sasiw226w.Princeton.EDU + address 10.6.52.157 + use Windows Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw227w + alias sasiw227w.Princeton.EDU + address 10.6.52.158 + use Windows Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw228w + alias sasiw228w.Princeton.EDU + address 10.6.52.159 + use Windows Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasmbns203w + alias sasmbns203w.Princeton.EDU + address 10.6.52.151 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmbns204w + alias sasmbns204w.Princeton.EDU + address 10.6.52.153 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmbns205w + alias sasmbns205w.Princeton.EDU + address 10.6.52.77 + use Windows Dev/QA NS Trust + contacts ESS Storage +} + +define host { + host_name sasmbproxy200w + alias sasmbproxy200w.Princeton.EDU + address 10.6.53.247 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmbproxy202w + alias sasmbproxy202w.Princeton.EDU + address 10.6.53.251 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmbproxy206w + alias sasmbproxy206w.Princeton.EDU + address 10.6.52.163 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmis200w + alias sasmis200w.Princeton.EDU + address 10.6.53.64 + _IP_MAC1 10.6.53.64 <=> 0:50:56:93:c3:a8 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-08 + _date_changed 2018-02-08 + contacts Chi M. Lu + _contacts clu@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name sasob200w + alias sasob200w.Princeton.EDU + address 10.6.52.78 + use Windows Production NS Trust + contacts ECM Admin Notify +} + +define host { + host_name sasob299w + alias sasob299w.Princeton.EDU + address 10.6.52.47 + use Windows Dev/QA NS Trust + contacts ECM Admin Notify +} + +define host { + host_name sassunapsis101w + alias sassunapsis101w.Princeton.EDU + address 10.6.49.126 + use Windows Dev/QA NS PrivateDMZ + contacts pac_usapps +} + +define host { + host_name sassunapsis200w + alias sassunapsis200w.Princeton.EDU + address 140.180.220.59 + use Windows Production NS PublicDMZ + contacts pac_usapps +} + +define host { + host_name sassunapsis201w + alias sassunapsis201w.Princeton.EDU + address 140.180.221.111 + use Windows Dev/QA 151 PublicDMZ + contacts pac_usapps +} + +define host { + host_name sastopaz200w + alias sastopaz200w.Princeton.EDU + address 10.6.49.132 + use Windows Production NS PrivateDMZ + contacts pac_app_integration +} + +define host { + host_name savmbkent200w + alias savmbkent200w.Princeton.EDU + address 10.6.52.131 + use Windows Production NS Trust + contacts ESS Storage +} + +define host { + host_name scs201w + alias scs201w.Princeton.EDU + _alias1 clusters + _alias2 clusterkey + address 10.6.48.36 + _IP_MAC1 10.6.48.36 <=> 0:50:56:0:c2:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2011-12-05 + _date_changed 2017-09-26 + contacts Daniel T. Pease, Gary D. Eshbaugh, Peter T Nowak + _contacts dpease@princeton.edu, eshbaugh@princeton.edu, pnowak@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sea200w + alias sea200w.Princeton.EDU + address 10.6.48.46 + _IP_MAC1 10.6.48.46 <=> 0:50:56:93:e:85 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department School of Engineering and Applied Science + _building New South + _room MR, VM, - + _date_created 2015-12-10 + _date_changed 2015-12-10 + contacts Seas Computer Support + _contacts seascomp@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sea201w + alias sea201w.Princeton.EDU + address 10.6.48.165 + _IP_MAC1 10.6.48.165 <=> 0:50:56:93:f:e2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department School of Engineering and Applied Science + _building New South + _room MR, VM, - + _date_created 2015-12-10 + _date_changed 2015-12-10 + contacts Seas Computer Support + _contacts seascomp@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sentryteledir + alias sentryteledir.Princeton.EDU + address 10.6.48.243 + _IP_MAC1 10.6.48.243 <=> 0:50:56:93:46:d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-09-18 + _date_changed 2015-09-18 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sis222w + alias sis222w.Princeton.EDU + address 10.6.53.163 + use Windows Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name smo200w + alias smo200w.Princeton.EDU + address 10.6.48.149 + _IP_MAC1 10.6.48.149 <=> 0:50:56:93:98:c0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-03 + _date_changed 2017-04-03 + contacts Henry M. Umansky + _contacts humansky@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name smo201w + alias smo201w.Princeton.EDU + address 10.6.50.126 + _IP_MAC1 10.6.50.126 <=> 0:50:56:93:25:b0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-10-19 + _date_changed 2017-10-19 + contacts Henry M. Umansky, smo-sysadmins + _contacts humansky@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name smo202w + alias smo202w.Princeton.EDU + address 10.6.50.246 + _IP_MAC1 10.6.50.246 <=> 0:50:56:93:d4:26 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-10-19 + _date_changed 2017-10-19 + contacts Henry M. Umansky, smo-sysadmins + _contacts humansky@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name smo203w + alias smo203w.Princeton.EDU + address 10.6.49.239 + _IP_MAC1 10.6.49.239 <=> 0:50:56:93:a1:54 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-14 + _date_changed 2018-02-14 + contacts smo-sysadmin + _contacts smo-sysadmin@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name smo204w + alias smo204w.Princeton.EDU + address 10.6.49.164 + use Windows Production NS PrivateDMZ + contacts mjo3 +} + +define host { + host_name smo205w + alias smo205w.Princeton.EDU + address 10.6.48.194 + use Windows Production NS PrivateDMZ + contacts smo-sysadmins +} + +define host { + host_name smo206w + alias smo206w.Princeton.EDU + address 10.6.49.151 + use Windows Production NS PrivateDMZ + contacts smo-sysadmins +} + +define host { + host_name soc-had200w + alias soc-had200w.Princeton.EDU + address 140.180.220.37 + _IP_MAC1 140.180.220.37 <=> 0:50:56:93:68:5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-11-01 + _date_changed 2016-11-01 + contacts Eric C. Altman + _contacts ealtman@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name spcacs201w + alias spcacs201w.Princeton.EDU + address 10.6.48.112 + _IP_MAC1 10.6.48.112 <=> 0:50:56:93:6a:6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2014-11-19 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name spcacsa202w + alias spcacsa202w.Princeton.EDU + address 10.6.48.198 + _IP_MAC1 10.6.48.198 <=> 0:50:56:93:20:fb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2015-01-06 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvms10nvr210w + alias spcvms10nvr210w.Princeton.EDU + address 10.6.49.32 + _IP_MAC1 10.6.49.32 <=> 0:50:56:93:10:e1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-11 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms11nvr211w + alias spcvms11nvr211w.Princeton.EDU + address 10.6.49.24 + _IP_MAC1 10.6.49.24 <=> 0:50:56:93:3c:c5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-12 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms12nvr212w + alias spcvms12nvr212w.Princeton.EDU + address 10.6.49.33 + _IP_MAC1 10.6.49.33 <=> 0:50:56:93:4:40 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-12 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms13nvr213w + alias spcvms13nvr213w.Princeton.EDU + address 10.6.50.255 + use Windows Dev/QA NS PrivateDMZ + contacts tuccillo +} + +define host { + host_name spcvms14nvr214w + alias spcvms14nvr214w.Princeton.EDU + address 10.6.50.251 + use Windows Dev/QA NS PrivateDMZ + contacts tuccillo +} + +define host { + host_name spcvms1nvr201w + alias spcvms1nvr201w.Princeton.EDU + address 10.6.48.183 + _IP_MAC1 10.6.48.183 <=> 0:50:56:93:73:42 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-04-07 + _date_changed 2016-11-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvms2nvr202w + alias spcvms2nvr202w.Princeton.EDU + address 10.6.48.184 + _IP_MAC1 10.6.48.184 <=> 0:50:56:93:3b:2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-04-07 + _date_changed 2016-11-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvms3nvr203w + alias spcvms3nvr203w.Princeton.EDU + address 10.6.49.20 + _IP_MAC1 10.6.49.20 <=> 0:50:56:93:58:47 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-02 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms4nvr204w + alias spcvms4nvr204w.Princeton.EDU + address 10.6.49.25 + _IP_MAC1 10.6.49.25 <=> 0:50:56:93:58:af + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-10 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms5nvr205w + alias spcvms5nvr205w.Princeton.EDU + address 10.6.49.28 + _IP_MAC1 10.6.49.28 <=> 0:50:56:93:61:0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR,VM, - + _date_created 2015-11-10 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms6nvr206w + alias spcvms6nvr206w.Princeton.EDU + address 10.6.49.29 + _IP_MAC1 10.6.49.29 <=> 0:50:56:93:4d:76 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-10 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms7nvr207w + alias spcvms7nvr207w.Princeton.EDU + address 10.6.49.30 + _IP_MAC1 10.6.49.30 <=> 0:50:56:93:5e:9f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR,VM + _date_created 2015-11-10 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms8nvr208w + alias spcvms8nvr208w.Princeton.EDU + address 10.6.49.31 + _IP_MAC1 10.6.49.31 <=> 0:50:56:93:4e:30 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-10 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms9nvr209w + alias spcvms9nvr209w.Princeton.EDU + address 10.6.49.27 + _IP_MAC1 10.6.49.27 <=> 0:50:56:93:67:25 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-10 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvmsj215w + alias spcvmsj215w.Princeton.EDU + address 10.6.50.137 + use Windows Dev/QA NS PrivateDMZ + contacts Edith M. Rzomp +} + +define host { + host_name spcvmsm200w + alias spcvmsm200w.Princeton.EDU + address 10.6.48.182 + _IP_MAC1 10.6.48.182 <=> 0:50:56:93:1a:41 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2015-04-07 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvmsts214w + alias spcvmsts214w.Princeton.EDU + address 140.180.221.110 + use Windows Production NS PublicDMZ + contacts tuccillo +} + +define host { + host_name ss225w + alias ss225w.Princeton.EDU + _alias1 wsus + address 140.180.220.159 + _IP_MAC1 140.180.220.159 <=> 0:50:56:93:4e:90 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-10-03 + _date_changed 2016-10-11 + contacts Phillip M. Immordino + _contacts pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ssepo224w + alias ssepo224w.Princeton.EDU + address 140.180.221.116 + use Windows Production NS PublicDMZ + contacts markpe +} + +define host { + host_name svconsole200w + alias svconsole200w.Princeton.EDU + address 10.6.49.62 + use Windows Production NS PrivateDMZ + contacts ESS Ops +} + +define host { + host_name svp2vhelper + alias svp2vhelper.Princeton.EDU + address 10.6.49.88 + use Windows Production NS PrivateDMZ + contacts ESS Windows List +} + +define host { + host_name tax200w + alias tax200w.Princeton.EDU + address 140.180.220.27 + _IP_MAC1 140.180.220.27 <=> 0:50:56:93:7f:77 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Tax, Office of the Vice President for Finance and Treasurer + _building New South + _room MR, VM, - + _date_created 2014-06-17 + _date_changed 2017-03-17 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name tbschedule1 + alias tbschedule1.Princeton.EDU + address 10.6.48.241 + _IP_MAC1 10.6.48.241 <=> 0:50:56:93:39:df + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-09-16 + _date_changed 2015-09-16 + contacts David M. Hopkins + _contacts dhopkins@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name telswitch + alias telswitch.Princeton.EDU + address 10.6.48.179 + _IP_MAC1 10.6.48.179 <=> 0:50:56:93:42:80 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-30 + _date_changed 2015-03-30 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tmetsciscodigi1 + alias tmetsciscodigi1.Princeton.EDU + address 10.6.49.175 + _IP_MAC1 10.6.49.175 <=> 0:50:56:93:31:4a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-09-13 + _date_changed 2016-09-21 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tmetsdigi1 + alias tmetsdigi1.Princeton.EDU + address 10.6.48.208 + _IP_MAC1 10.6.48.208 <=> 0:50:56:93:76:d3 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tmetsdigi2 + alias tmetsdigi2.Princeton.EDU + address 10.6.48.209 + _IP_MAC1 10.6.48.209 <=> 0:50:56:93:b:6b + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tmetsmultimedia + alias tmetsmultimedia.Princeton.EDU + address 10.6.48.211 + _IP_MAC1 10.6.48.211 <=> 0:50:56:93:41:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name top200w + alias top200w.Princeton.EDU + address 10.6.49.168 + _IP_MAC1 10.6.49.168 <=> 0:50:56:93:6a:28 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-12 + _date_changed 2017-09-19 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name top201w + alias top201w.Princeton.EDU + address 10.6.49.169 + _IP_MAC1 10.6.49.169 <=> 0:50:56:93:6a:eb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-12 + _date_changed 2017-09-19 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tps200w-garage + alias tps200w-garage.Princeton.EDU + address 10.6.48.104 + _IP_MAC1 10.6.48.104 <=> 0:50:56:93:23:83 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Transportation and Parking Services, University Services + _building New South + _room mr + _date_created 2014-11-04 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tps201w-garage + alias tps201w-garage.Princeton.EDU + address 10.6.48.107 + use Windows Production NS PrivateDMZ + contacts ussntadm +} + +define host { + host_name tps202w-garage + alias tps202w-garage.Princeton.EDU + address 10.6.51.101 + use Windows Dev/QA NS PrivateDMZ + contacts University Services IT Support +} + +define host { + host_name ufa200w + alias ufa200w.Princeton.EDU + address 10.6.49.119 + use Windows Production NS PrivateDMZ + contacts John S. Green III +} + +define host { + host_name uhs-bh201w + alias uhs-bh201w.Princeton.EDU + address 10.6.50.166 + use Windows Dev/QA NS PrivateDMZ + contacts Judith E. Oakley +} + +define host { + host_name uhs-bhs200w + alias uhs-bhs200w.Princeton.EDU + address 140.180.221.21 + _IP_MAC1 140.180.221.21 <=> 0:50:56:93:a0:60 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-12-19 + _date_changed 2017-12-19 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name uhs207w + alias uhs207w.Princeton.EDU + address 10.6.63.83 + _IP_MAC1 10.6.63.83 <=> 0:50:56:93:49:c6 + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building New South + _room MR, VM - + _date_created 2013-08-05 + _date_changed 2018-01-02 + contacts Health Services Help, Judith E. Oakley + _contacts joakley@princeton.edu, uhshelp@princeton.edu, winmail@princeton.edu + use Windows Production NS Restricted +} + +define host { + host_name uhs209w + alias uhs209w.Princeton.EDU + address 10.6.63.77 + _IP_MAC1 10.6.63.77 <=> 0:50:56:93:63:61 + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-07 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Production 151 Untrust +} + +define host { + host_name uhs210w + alias uhs210w.Princeton.EDU + address 10.6.63.76 + _IP_MAC1 10.6.63.76 <=> 0:50:56:93:5b:dc + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building New South + _room MR, VM, - + _date_created 2016-03-07 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name uhs211w + alias uhs211w.Princeton.EDU + address 140.180.221.112 + _IP_MAC1 10.6.49.124 <=> 0:50:56:93:4:a7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-12 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name uhs212w + alias uhs212w.Princeton.EDU + address 10.6.63.66 + _IP_MAC1 10.6.63.66 <=> 0:50:56:93:9c:c4 + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-24 + _date_changed 2017-07-24 + contacts Brian J. Powell + _contacts brianp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name uhs213w + alias uhs213w.Princeton.EDU + address 10.6.63.79 + _IP_MAC1 10.6.63.79 <=> 0:50:56:93:82:59 + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-24 + _date_changed 2017-07-24 + contacts Brian J. Powell + _contacts brianp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name uhs214w + alias uhs214w.Princeton.EDU + address 10.6.50.180 + _IP_MAC1 10.6.50.180 <=> 0:50:56:93:f1:8a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-25 + _date_changed 2017-07-25 + contacts Brian J. Powell + _contacts brianp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name upkvm + alias upkvm.Princeton.EDU + _alias1 upk200w + address 10.6.50.128 + _IP_MAC1 10.6.50.128 <=> 0:50:56:93:2a:eb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Operations and Planning, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-08-28 + _date_changed 2017-10-30 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name uss201w + alias uss201w.Princeton.EDU + _alias1 pmapps + address 140.180.220.57 + _IP_MAC1 140.180.220.57 <=> 0:50:56:93:71:c4 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Finance and Resource Administration, University Services + _building New South + _room MR, VM, - + _date_created 2015-03-23 + _date_changed 2016-07-22 + contacts Jaysen J. LeSage + _contacts jlesage@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name uss202w-win08 + alias uss202w-win08.Princeton.EDU + _alias1 campusdining + _alias2 uservices-ws + _alias3 housing-apps + address 140.180.221.34 + _IP_MAC1 140.180.221.34 <=> 0:50:56:93:4:7d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-21 + _date_changed 2017-08-15 + contacts Joshua P. Thomas + _contacts jt7@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name uss203w + alias uss203w.Princeton.EDU + _alias1 ussassetlist + address 10.6.49.63 + _IP_MAC1 10.6.49.63 <=> 0:50:56:93:6d:42 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building New South + _room MR, VM, - + _date_created 2016-03-08 + _date_changed 2016-07-22 + contacts Jaysen J. LeSage + _contacts jlesage@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name uss204w + alias uss204w.Princeton.EDU + address 10.6.50.42 + _IP_MAC1 10.6.50.42 <=> 0:50:56:93:46:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-13 + _date_changed 2017-04-13 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name uss205w + alias uss205w.Princeton.EDU + _alias1 fmp + address 10.6.50.196 + _IP_MAC1 10.6.50.196 <=> 0:50:56:93:3f:1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-09-08 + _date_changed 2018-03-14 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name uss206w + alias uss206w.Princeton.EDU + address 140.180.221.80 + use Windows Dev/QA NS PublicDMZ + contacts USS IT +} + +define host { + host_name uss207w + alias uss207w.Princeton.EDU + address 10.6.49.80 + use Windows Production NS PrivateDMZ + contacts USS IT +} + +define host { + host_name uss208w + alias uss208w.Princeton.EDU + address 10.6.49.136 + use Windows Production NS PrivateDMZ + contacts USS IT +} + +define host { + host_name ussitfile200w + alias ussitfile200w.Princeton.EDU + address 140.180.221.27 + _IP_MAC1 140.180.221.27 <=> 0:50:56:93:54:4a + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-17 + _date_changed 2017-07-17 + contacts James Kim + _contacts jk20@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name vpft201w + alias vpft201w.Princeton.EDU + _alias1 upkdocs + address 140.180.220.56 + _IP_MAC1 140.180.220.56 <=> 0:50:56:93:10:70 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Vice President for Finance and Treasurer + _building New South + _room MR, VM, - + _date_created 2015-05-18 + _date_changed 2017-11-17 + contacts Allison B. Petito, Erik D. Johnston + _contacts apetito@princeton.edu, erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name wasdocave200w + alias wasdocave200w.Princeton.EDU + address 10.6.55.68 + _IP_MAC1 10.6.55.68 <=> 0:50:56:93:f:c2 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-10 + _date_changed 2018-01-10 + contacts Sharepoint Admin + _contacts sharepointadmin@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name wassp200w + alias wassp200w.Princeton.EDU + address 10.6.49.68 + _IP_MAC1 10.6.49.68 <=> 0:50:56:93:17:c4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-03-21 + _date_changed 2016-03-21 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name wasspapp200w + alias wasspapp200w.Princeton.EDU + address 10.6.49.199 + _IP_MAC1 10.6.49.199 <=> 0:50:56:93:27:ca + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-13 + _date_changed 2017-01-13 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name wasspapp201w + alias wasspapp201w.Princeton.EDU + address 10.6.48.74 + _IP_MAC1 10.6.48.74 <=> 0:50:56:93:74:fd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-13 + _date_changed 2017-01-13 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name wasspdb200w + alias wasspdb200w.Princeton.EDU + address 10.6.52.33 + _IP_MAC1 10.6.52.33 <=> 24:6e:96:42:2c:4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, RK, J-02 + _date_created 2017-01-25 + _date_changed 2017-02-01 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name wasspdb201w + alias wasspdb201w.Princeton.EDU + address 10.6.52.32 + _IP_MAC1 10.6.52.32 <=> 24:6e:96:42:34:9c + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, RK, J-02 + _date_created 2017-01-25 + _date_changed 2017-02-01 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name wasspdc205w + alias wasspdc205w.Princeton.EDU + address 140.180.220.174 + _IP_MAC1 140.180.220.174 <=> 0:50:56:93:7b:ab + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-12 + _date_changed 2017-01-12 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name wasspfe202w + alias wasspfe202w.Princeton.EDU + address 10.6.55.11 + _IP_MAC1 10.6.55.11 <=> 0:50:56:93:38:52 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-13 + _date_changed 2017-05-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name wasspfe203w + alias wasspfe203w.Princeton.EDU + address 10.6.55.17 + _IP_MAC1 10.6.55.17 <=> 0:50:56:93:c:e7 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-13 + _date_changed 2017-05-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name wasspfe204w + alias wasspfe204w.Princeton.EDU + address 10.6.55.52 + _IP_MAC1 10.6.55.52 <=> 0:50:56:93:0:45 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-12 + _date_changed 2017-05-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name wasspowa207w + alias wasspowa207w.Princeton.EDU + address 10.6.55.62 + _IP_MAC1 10.6.55.62 <=> 0:50:56:93:ba:75 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-11 + _date_changed 2017-07-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA NS EISFW +} + +define host { + host_name wasspss206w + alias wasspss206w.Princeton.EDU + address 10.6.48.106 + _IP_MAC1 10.6.48.106 <=> 0:50:56:93:5a:af + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-12 + _date_changed 2017-01-12 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name win05.aws + alias win05.aws.Princeton.EDU + address 10.21.1.190 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name win06.aws + alias win06.aws.Princeton.EDU + address 10.21.1.32 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name wws200w + alias wws200w.Princeton.EDU + address 140.180.221.14 + _IP_MAC1 140.180.221.14 <=> 0:50:56:93:3f:8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-12-28 + _date_changed 2018-01-25 + contacts WWS Computing Services + _contacts winmail@princeton.edu, wwscs@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name a10-nat-a-infranet1 + alias a10-nat-a-infranet1.Princeton.EDU + address 172.18.0.207 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-a-plinknet4 + alias a10-nat-a-plinknet4.Princeton.EDU + address 192.168.9.29 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-b-infranet1 + alias a10-nat-b-infranet1.Princeton.EDU + address 172.18.2.159 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-b-plinknet4 + alias a10-nat-b-plinknet4.Princeton.EDU + address 192.168.9.28 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-group1-plinknet4 + alias a10-nat-group1-plinknet4.Princeton.EDU + address 192.168.9.30 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-group2-plinknet4 + alias a10-nat-group2-plinknet4.Princeton.EDU + address 192.168.9.27 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name aruba-rap-1 + alias aruba-rap-1.Princeton.EDU + address 128.112.129.119 + hostgroups Aruba Remote Access Controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-rap-2 + alias aruba-rap-2.Princeton.EDU + address 128.112.130.252 + hostgroups Aruba Remote Access Controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-rap-spare + alias aruba-rap-spare.Princeton.EDU + address 140.180.226.237 + hostgroups Aruba Remote Access Controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-rap-vrrp + alias aruba-rap-vrrp.Princeton.EDU + address 128.112.132.231 + hostgroups Aruba Remote Access Controllers, Rover hosts + use Rover device +} + +define host { + host_name arap-16stockton + alias arap-16stockton.Princeton.EDU + address 173.12.57.1 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name arap-67collegeroadwest + alias arap-67collegeroadwest.Princeton.EDU + address 50.192.247.89 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name arap-lowrie-comcast + alias arap-lowrie-comcast.Princeton.EDU + address 74.94.57.41 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name arap-ogadc + alias arap-ogadc.Princeton.EDU + address 38.118.24.29 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name fiosrouter-lowrie + alias fiosrouter-lowrie.Princeton.EDU + address 71.168.218.1 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-101 + alias aruba-controller-101.Princeton.EDU + address 172.18.79.233 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-102 + alias aruba-controller-102.Princeton.EDU + address 172.18.79.232 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-103 + alias aruba-controller-103.Princeton.EDU + address 172.18.79.220 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-104 + alias aruba-controller-104.Princeton.EDU + address 172.18.79.221 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-105 + alias aruba-controller-105.Princeton.EDU + address 172.18.79.231 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-106 + alias aruba-controller-106.Princeton.EDU + address 172.18.79.230 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-107 + alias aruba-controller-107.Princeton.EDU + address 172.18.79.229 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-108 + alias aruba-controller-108.Princeton.EDU + address 172.18.79.228 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-109 + alias aruba-controller-109.Princeton.EDU + address 172.18.79.227 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-110 + alias aruba-controller-110.Princeton.EDU + address 172.18.79.226 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-111 + alias aruba-controller-111.Princeton.EDU + address 172.18.79.225 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-112 + alias aruba-controller-112.Princeton.EDU + address 172.18.79.224 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-113 + alias aruba-controller-113.Princeton.EDU + address 172.18.79.223 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-114 + alias aruba-controller-114.Princeton.EDU + address 172.18.79.222 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-115 + alias aruba-controller-115.Princeton.EDU + address 172.18.79.218 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-116 + alias aruba-controller-116.Princeton.EDU + address 172.18.79.217 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-dev + alias aruba-dev.Princeton.EDU + address 172.18.79.250 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-master4-backup + alias aruba-master4-backup.Princeton.EDU + address 172.18.79.235 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-master4 + alias aruba-master4.Princeton.EDU + address 172.18.79.236 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name cablemodem-16stockton + alias cablemodem-16stockton.Princeton.EDU + address 173.12.57.6 + hostgroups Cable Modems, Rover hosts + use Rover device +} + +define host { + host_name cablemodem-67collegeroadwest + alias cablemodem-67collegeroadwest.Princeton.EDU + address 50.192.247.94 + hostgroups Cable Modems, Rover hosts + use Rover device +} + +define host { + host_name cablemodem-lowrie + alias cablemodem-lowrie.Princeton.EDU + address 74.94.57.46 + hostgroups Cable Modems, Rover hosts + use Rover device +} + +define host { + host_name csghubprod + alias csghubprod.Princeton.EDU + address 140.180.223.18 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name csgspdb1a-c + alias csgspdb1a-c.Princeton.EDU + address 10.6.52.203 + _IP_MAC1 10.6.52.203 <=> 0:0:0:0:2:31 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-01-10 + _date_changed 2016-07-11 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name csgspdb1a + alias csgspdb1a.Princeton.EDU + address 10.6.52.202 + _IP_MAC1 10.6.52.202 <=> 0:0:0:0:2:30 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-01-10 + _date_changed 2016-07-15 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name csgspdb2a-c + alias csgspdb2a-c.Princeton.EDU + address 10.6.52.212 + _IP_MAC1 10.6.52.212 <=> 0:0:0:0:2:34 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-03-14 + _date_changed 2016-08-10 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name csgspdb2a + alias csgspdb2a.Princeton.EDU + address 10.6.52.211 + _IP_MAC1 10.6.52.211 <=> 0:0:0:0:2:33 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-03-14 + _date_changed 2016-08-10 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name lists + alias lists.Princeton.EDU + address 128.112.131.33 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name oldsmtp + alias oldsmtp.Princeton.EDU + address 10.6.58.27 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa01 + alias ppa01.Princeton.EDU + address 128.112.128.213 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa02 + alias ppa02.Princeton.EDU + address 128.112.128.216 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa03 + alias ppa03.Princeton.EDU + address 128.112.128.214 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa04 + alias ppa04.Princeton.EDU + address 128.112.128.215 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppsqm + alias ppsqm.princeton.edu + address 128.112.128.212 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name ppvm + alias ppvm.Princeton.EDU + address 128.112.128.243 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name smtp + alias smtp.Princeton.EDU + address 140.180.222.58 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name deptbedit + alias deptbedit.Princeton.EDU + address 140.180.220.200 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name www-dept-edit + alias www-dept-edit.Princeton.EDU + address 140.180.220.199 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name aisedit + alias aisedit.Princeton.EDU + address 140.180.220.196 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name exchangeimap + alias exchangeimap.Princeton.EDU + _alias1 discover + _alias2 exchangeimap + _alias3 foundry-lb-vip-96 + _alias4 autodiscover + _alias5 autodiscover.exchange + address 140.180.223.46 + _IP_MAC1 140.180.223.46 <=> 0:0:0:ff:0:a3 + _SUBNET1 lb-vipnet-2 (Untrust - VLAN 4075 - .223.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,VI,Foundry + _date_created 2010-03-04 + _date_changed 2014-09-22 + contacts CISDR, CSG OnCall + _contacts unix@princeton.edu + use generic-host +} + +define host { + host_name puwowzalive + alias puwowzalive.Princeton.EDU + address 140.180.222.84 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name eissql1b + alias eissql1b.Princeton.EDU + address 10.6.50.17 + _IP_MAC1 10.6.50.17 <=> 0:0:0:69:c5:a5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vi, eissql100w-eissql101w + _date_created 2013-09-10 + _date_changed 2017-03-20 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use generic-host +} + +define host { + host_name eissql1c + alias eissql1c.Princeton.EDU + address 10.6.48.128 + contacts DBA Important List + use generic-host +} + +define host { + host_name eissql2a + alias eissql2a.Princeton.EDU + address 10.6.50.159 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VIP, -, eissql206w, eissql207w + _date_created 2011-02-25 + _date_changed 2017-05-31 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name eissql2b + alias eissql2b.Princeton.EDU + address 10.6.50.178 + _department Tower Club + _building New South + _room mr, vip, eissql203w-eissql204w + _date_created 2014-06-10 + _date_changed 2015-06-04 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use generic-host +} + +define host { + host_name eissql3a + alias eissql3a.Princeton.EDU + address 10.6.50.23 + contacts DBA Important List + use generic-host +} + +define host { + host_name sasspdb3a + alias sasspdb3a.Princeton.EDU + address 10.6.52.70 + contacts DBA Important List + use generic-host + parents sasspdb308w, sasspdb309w +} + +define host { + host_name wasspdb1a + alias wasspdb1a.Princeton.EDU + address 10.6.52.45 + contacts DBA Important List + use generic-host + parents wasspdb100w, wasspdb101w +} + +define host { + host_name wasspdb2a + alias wasspdb2a.Princeton.EDU + address 10.6.53.11 + contacts DBA Important List + use generic-host + parents wasspdb200w, wasspdb201w +} + +define host { + host_name ups-sda-fristm24-bdf + alias ups-sda-fristm24-bdf.Princeton.EDU + address 172.18.3.166 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-forbes-bdf + alias ups-sda-forbes-bdf.Princeton.EDU + address 172.18.33.171 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-fristma4-idf + alias ups-sda-fristma4-idf.Princeton.EDU + address 172.18.3.167 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-grad-b16d-idf + alias ups-sda-grad-b16d-idf.Princeton.EDU + address 172.18.32.237 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-hamilton-bdf + alias ups-sda-hamilton-bdf.Princeton.EDU + address 172.18.33.172 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-madison-bdf-dining + alias ups-sda-madison-bdf-dining.Princeton.EDU + address 172.18.0.209 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-madison-bdf2 + alias ups-sda-madison-bdf2.Princeton.EDU + address 172.18.4.46 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-madison-idf + alias ups-sda-madison-idf.Princeton.EDU + address 172.18.3.51 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-northhallb-bdf1 + alias ups-sda-northhallb-bdf1.Princeton.EDU + address 172.18.33.174 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-northhallb-bdf2 + alias ups-sda-northhallb-bdf2.Princeton.EDU + address 172.18.33.173 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-northhallb-bdf3 + alias ups-sda-northhallb-bdf3.Princeton.EDU + address 172.18.32.236 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-wilcox-bdf2 + alias ups-sda-wilcox-bdf2.Princeton.EDU + address 172.18.4.45 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ebt-200-elm-webs-server.voip + alias ebt-200-elm-webs-server.voip.princeton.edu + address 10.2.48.100 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t01-t04.voip + alias ebt-200-elm-net-page-t01-t04.voip.princeton.edu + address 10.2.48.101 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t05-t08.voip + alias ebt-200-elm-net-page-t05-t08.voip.princeton.edu + address 10.2.48.102 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t09-t12.voip + alias ebt-200-elm-net-page-t09-t12.voip.princeton.edu + address 10.2.48.103 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t13-t16.voip + alias ebt-200-elm-net-page-t13-t16.voip.princeton.edu + address 10.2.48.104 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t17-t20.voip + alias ebt-200-elm-net-page-t17-t20.voip.princeton.edu + address 10.2.48.105 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t21-t24.voip + alias ebt-200-elm-net-page-t21-t24.voip.princeton.edu + address 10.2.48.106 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t25-t28.voip + alias ebt-200-elm-net-page-t25-t28.voip.princeton.edu + address 10.2.48.107 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t29-t32.voip + alias ebt-200-elm-net-page-t29-t32.voip.princeton.edu + address 10.2.48.108 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-185-nassau-phone.voip + alias ebt-185-nassau-phone.voip.princeton.edu + address 10.2.48.125 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-185-nassau-audio.voip + alias ebt-185-nassau-audio.voip.princeton.edu + address 10.2.48.126 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-dickinson-phone.voip + alias ebt-dickinson-phone.voip.princeton.edu + address 10.2.48.127 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-dickinson-audio.voip + alias ebt-dickinson-audio.voip.princeton.edu + address 10.2.48.128 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-corwin-hall-phone.voip + alias ebt-corwin-hall-phone.voip.princeton.edu + address 10.2.48.129 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-corwin-hall-audio.voip + alias ebt-corwin-hall-audio.voip.princeton.edu + address 10.2.48.130 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lca-79078-phone.voip + alias ebt-lca-79078-phone.voip.princeton.edu + address 10.2.48.171 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lca-79078-audio.voip + alias ebt-lca-79078-audio.voip.princeton.edu + address 10.2.48.172 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-marx-phone.voip + alias ebt-marx-phone.voip.princeton.edu + address 10.2.48.133 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-marx-audio.voip + alias ebt-marx-audio.voip.princeton.edu + address 10.2.48.134 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-murray-dodge-phone.voip + alias ebt-murray-dodge-phone.voip.princeton.edu + address 10.2.48.135 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-murray-dodge-audio.voip + alias ebt-murray-dodge-audio.voip.princeton.edu + address 10.2.48.136 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-alexander-hall-phone.voip + alias ebt-alexander-hall-phone.voip.princeton.edu + address 10.2.48.137 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-alexander-hall-audio.voip + alias ebt-alexander-hall-audio.voip.princeton.edu + address 10.2.48.138 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-u-store-phone.voip + alias ebt-u-store-phone.voip.princeton.edu + address 10.2.48.139 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-u-store-audio.voip + alias ebt-u-store-audio.voip.princeton.edu + address 10.2.48.140 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-little-hall-phone.voip + alias ebt-little-hall-phone.voip.princeton.edu + address 10.2.48.141 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-little-hall-audio.voip + alias ebt-little-hall-audio.voip.princeton.edu + address 10.2.48.142 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-spelman-hall-phone.voip + alias ebt-spelman-hall-phone.voip.princeton.edu + address 10.2.48.143 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-spelman-hall-audio.voip + alias ebt-spelman-hall-audio.voip.princeton.edu + address 10.2.48.144 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-1937-hall-phone.voip + alias ebt-1937-hall-phone.voip.princeton.edu + address 10.2.48.145 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-1937-hall-audio.voip + alias ebt-1937-hall-audio.voip.princeton.edu + address 10.2.48.146 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lewis-library-phone.voip + alias ebt-lewis-library-phone.voip.princeton.edu + address 10.2.48.147 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + check_command check_alive_ssh + contacts EBT +} + +define host { + host_name ebt-lewis-library-audio.voip + alias ebt-lewis-library-audio.voip.princeton.edu + address 10.2.48.148 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-scully-goheen-walk-phone.voip + alias ebt-scully-goheen-walk-phone.voip.princeton.edu + address 10.2.48.149 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-scully-goheen-walk-audio.voip + alias ebt-scully-goheen-walk-audio.voip.princeton.edu + address 10.2.48.150 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-1915-hall-phone.voip + alias ebt-1915-hall-phone.voip.princeton.edu + address 10.2.48.151 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-1915-hall-audio.voip + alias ebt-1915-hall-audio.voip.princeton.edu + address 10.2.48.152 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-princeton-station-lot-phone.voip + alias ebt-princeton-station-lot-phone.voip.princeton.edu + address 10.2.48.153 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-princeton-station-lot-audio.voip + alias ebt-princeton-station-lot-audio.voip.princeton.edu + address 10.2.48.154 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-new-south-phone.voip + alias ebt-new-south-phone.voip.princeton.edu + address 10.2.48.155 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-new-south-audio.voip + alias ebt-new-south-audio.voip.princeton.edu + address 10.2.48.156 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-forbes-college-phone.voip + alias ebt-forbes-college-phone.voip.princeton.edu + address 10.2.48.157 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-forbes-college-audio.voip + alias ebt-forbes-college-audio.voip.princeton.edu + address 10.2.48.158 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-grad-college-phone.voip + alias ebt-grad-college-phone.voip.princeton.edu + address 10.2.48.159 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-grad-college-audio.voip + alias ebt-grad-college-audio.voip.princeton.edu + address 10.2.48.160 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-roberts-stadium-phone.voip + alias ebt-roberts-stadium-phone.voip.princeton.edu + address 10.2.48.161 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-roberts-stadium-audio.voip + alias ebt-roberts-stadium-audio.voip.princeton.edu + address 10.2.48.162 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-princeton-stadium-phone.voip + alias ebt-princeton-stadium-phone.voip.princeton.edu + address 10.2.48.163 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-princeton-stadium-audio.voip + alias ebt-princeton-stadium-audio.voip.princeton.edu + address 10.2.48.164 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-denunzio-pool-phone.voip + alias ebt-denunzio-pool-phone.voip.princeton.edu + address 10.2.48.165 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-denunzio-pool-audio.voip + alias ebt-denunzio-pool-audio.voip.princeton.edu + address 10.2.48.166 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-nuero-science-south-phone.voip + alias ebt-nuero-science-south-phone.voip.princeton.edu + address 10.2.48.167 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-nuero-science-south-audio.voip + alias ebt-nuero-science-south-audio.voip.princeton.edu + address 10.2.48.168 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lot-23-phone.voip + alias ebt-lot-23-phone.voip.princeton.edu + address 10.2.48.169 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lot-23-audio.voip + alias ebt-lot-23-audio.voip.princeton.edu + address 10.2.48.170 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lawrence-apt-phone.voip + alias ebt-lawrence-apt-phone.voip.princeton.edu + address 10.2.48.173 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lawrence-apt-audio.voip + alias ebt-lawrence-apt-audio.voip.princeton.edu + address 10.2.48.174 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lightning-shelter-phone.voip + alias ebt-lightning-shelter-phone.voip.princeton.edu + address 10.2.48.175 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lightning-shelter-audio.voip + alias ebt-lightning-shelter-audio.voip.princeton.edu + address 10.2.48.176 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lake-71231-phone.voip + alias ebt-lake-71231-phone.voip.princeton.edu + address 10.2.48.178 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lake-71231-audio.voip + alias ebt-lake-71231-audio.voip.princeton.edu + address 10.2.48.179 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-andlinger-79077-phone.voip + alias ebt-andlinger-79077-phone.voip.princeton.edu + address 10.2.48.131 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-andlinger-79077-audio.voip + alias ebt-andlinger-79077-audio.voip.princeton.edu + address 10.2.48.132 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name eis202lb-ha + alias eis202lb-ha.Princeton.EDU + address 192.168.4.141 + # _IP_MAC1 192.168.4.138 <=> N/A + # _SUBNET1 f5-heartbeat-1 + # _department Enterprise Infrastructure Services, Office of Information Technology + # _building New South + # _room MR, RK, E2 + # _date_created 2013-10-04 + # _date_changed 2013-12-12 + # _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router-fw + alias eis202lb-router-fw.Princeton.EDU + address 192.168.9.45 + _IP_MAC1 10.6.57.2 <=> N/A + _SUBNET1 lb-servernet-6 (EISFW - VLAN 4074 - .57) + _IP_MAC2 10.6.56.2 <=> N/A + _SUBNET2 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _IP_MAC3 192.168.9.45 <=> N/A + _SUBNET3 plinknet8 + _IP_MAC4 10.6.63.98 <=> N/A + _SUBNET4 lb-servernet-10 (EISFW - VLAN 4076 - .63.96) + _IP_MAC5 10.6.55.2 <=> N/A + _SUBNET5 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _IP_MAC6 140.180.219.130 <=> N/A + _SUBNET6 lb-servernet-11 (EISFW - .219.128) + _IP_MAC7 140.180.223.130 <=> N/A + _SUBNET7 lb-servernet-9 (EISFW - VLAN 1712 - 223.128) + _IP_MAC8 10.6.54.2 <=> N/A + _SUBNET8 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, E2 + _date_created 2014-02-21 + _date_changed 2015-02-16 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router1 + alias eis202lb-router1.Princeton.EDU + address 192.168.9.93 + _IP_MAC1 10.6.62.2 <=> N/A + _SUBNET1 lb-servernet-2 (Untrust - VLAN 1045 - .62) + _IP_MAC2 192.168.9.93 <=> N/A + _SUBNET2 plinknet20 + _IP_MAC3 10.6.60.130 <=> N/A + _SUBNET3 lb-servernet-7 (Untrust - VLAN 4054 - .60.128) + _IP_MAC4 10.6.61.2 <=> N/A + _SUBNET4 lb-servernet-1 (Untrust - VLAN 1048 - .61) + _IP_MAC5 10.6.60.194 <=> N/A + _SUBNET5 lb-servernet-8 (Untrust - VLAN 4055 - .60.192) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, E2 + _date_created 2013-10-03 + _date_changed 2014-07-08 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb + alias eis202lb.Princeton.EDU + address 172.18.3.102 + # _IP_MAC1 172.19.1.73 <=> N/A + # _SUBNET1 tbnnet + # _department Enterprise Infrastructure Services, Office of Information Technology + # _building New South + # _room MR, RK, E2 + # _date_created 2011-10-20 + # _date_changed 2013-12-12 + # _contacts unix@princeton.edu + contacts Hajar Pager, Networking + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-ha + alias eis203lb-ha.Princeton.EDU + address 192.168.4.142 + # _IP_MAC1 192.168.4.145 <=> 0:1:d7:bb:a2:c3 + # _SUBNET1 f5-heartbeat-1 + # _department Enterprise Infrastructure Services, Office of Information Technology + # _building 151 Forrestal Rd. + # _room MR, AI, eis203lb + # _date_created 2014-02-04 + # _date_changed 2014-05-29 + # _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router-fw + alias eis203lb-router-fw.Princeton.EDU + address 192.168.9.44 + _IP_MAC1 10.6.57.3 <=> N/A + _SUBNET1 lb-servernet-6 (EISFW - VLAN 4074 - .57) + _IP_MAC2 10.6.54.3 <=> N/A + _SUBNET2 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _IP_MAC3 140.180.223.131 <=> N/A + _SUBNET3 lb-servernet-9 (EISFW - VLAN 1712 - 223.128) + _IP_MAC4 140.180.219.131 <=> N/A + _SUBNET4 lb-servernet-11 (EISFW - .219.128) + _IP_MAC5 10.6.63.99 <=> N/A + _SUBNET5 lb-servernet-10 (EISFW - VLAN 4076 - .63.96) + _IP_MAC6 192.168.9.44 <=> N/A + _SUBNET6 plinknet8 + _IP_MAC7 10.6.56.3 <=> N/A + _SUBNET7 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _IP_MAC8 10.6.55.3 <=> N/A + _SUBNET8 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,VI,Eis203lb + _date_created 2014-02-21 + _date_changed 2015-02-16 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router1 + alias eis203lb-router1.Princeton.EDU + address 192.168.9.92 + _IP_MAC1 10.6.61.3 <=> N/A + _SUBNET1 lb-servernet-1 (Untrust - VLAN 1048 - .61) + _IP_MAC2 10.6.62.3 <=> N/A + _SUBNET2 lb-servernet-2 (Untrust - VLAN 1045 - .62) + _IP_MAC3 10.6.60.195 <=> N/A + _SUBNET3 lb-servernet-8 (Untrust - VLAN 4055 - .60.192) + _IP_MAC4 192.168.9.92 <=> N/A + _SUBNET4 plinknet20 + _IP_MAC5 10.6.60.131 <=> N/A + _SUBNET5 lb-servernet-7 (Untrust - VLAN 4054 - .60.128) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, AI, eis203lb + _date_created 2014-02-04 + _date_changed 2014-07-08 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb + alias eis203lb.Princeton.EDU + address 172.18.3.100 + # _IP_MAC1 172.19.0.35 <=> 0:1:d7:ab:d4:c1 + # _SUBNET1 tbnnet + # _department Enterprise Infrastructure Services, Office of Information Technology + # _building 151 Forrestal Rd. + # _room MR, RK, E8 + # _date_created 2014-02-04 + # _date_changed 2014-05-23 + # _contacts unix@princeton.edu + contacts Hajar Pager, Networking + use Router/Switch/Load Balancer +} + +define host { + host_name eis300lb + alias eis300lb.Princeton.EDU + address 172.19.1.65 + _IP_MAC1 172.19.1.65 <=> 0:50:56:93:0:5d + _SUBNET1 tbnnet + _department Enterprise Infrastructure Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, VI + _date_created 2011-09-13 + _date_changed 2011-09-15 + check_command check_https_host + _contacts unix@princeton.edu + contacts Hajar Niroomand + use Router/Switch/Load Balancer +} + +define host { + host_name eis301lb + alias eis301lb.Princeton.EDU + address 172.19.1.67 + _IP_MAC1 172.19.1.67 <=> 0:50:56:93:0:72 + _SUBNET1 tbnnet + _department Enterprise Infrastructure Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, VM + _date_created 2011-09-15 + _date_changed 2011-09-30 + check_command check_https_host + _contacts unix@princeton.edu + contacts Hajar Niroomand + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router-fw-lb-servernet-10-direct + alias eis203lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.99 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-10 + alias eis203lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.99 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_eis203lb-router-fw-lb-servernet-10$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-10-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-11-direct + alias eis203lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-11 + alias eis203lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_eis203lb-router-fw-lb-servernet-11$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-11-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-3-direct + alias eis203lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-3 + alias eis203lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_eis203lb-router-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_eis203lb-router-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_eis203lb-router-fw-lb-servernet-3$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-3-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-4-direct + alias eis203lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-4 + alias eis203lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_eis203lb-router-fw-lb-servernet-4$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-4-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-5-direct + alias eis203lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-5 + alias eis203lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_eis203lb-router-fw-lb-servernet-5$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-5-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-6-direct + alias eis203lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-6 + alias eis203lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_eis203lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_eis203lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_eis203lb-router-fw-lb-servernet-6$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-6-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-9-direct + alias eis203lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-9 + alias eis203lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_eis203lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_eis203lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_eis203lb-router-fw-lb-servernet-9$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-9-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-plinknet8 + alias eis203lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.44 + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router1-lb-servernet-1-direct + alias eis203lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router1-lb-servernet-1 + alias eis203lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_eis203lb-router1-lb-servernet-1$,$HOSTSTATEID:eis203lb-router1-lb-servernet-1-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router1-lb-servernet-2-direct + alias eis203lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router1-lb-servernet-2 + alias eis203lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_eis203lb-router1-lb-servernet-2$,$HOSTSTATEID:eis203lb-router1-lb-servernet-2-direct$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router1-lb-servernet-7-direct + alias eis203lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router1-lb-servernet-7 + alias eis203lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_eis203lb-router1-lb-servernet-7$,$HOSTSTATEID:eis203lb-router1-lb-servernet-7-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router1-lb-servernet-8-direct + alias eis203lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.195 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router1-lb-servernet-8 + alias eis203lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.195 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_eis203lb-router1-lb-servernet-8$,$HOSTSTATEID:eis203lb-router1-lb-servernet-8-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router1-plinknet20 + alias eis203lb-router1-plinknet20.Princeton.EDU + address 192.168.9.92 + use Router/Switch/Load Balancer +} + +define host { + host_name lb-prod-float-1-lb-servernet-1 + alias lb-prod-float-1-lb-servernet-1.Princeton.EDU + address 10.6.61.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_lb-prod-float-1-lb-servernet-1$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-1-lb-servernet-2 + alias lb-prod-float-1-lb-servernet-2.Princeton.EDU + address 10.6.62.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_lb-prod-float-1-lb-servernet-2$!-c @2: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-1-lb-servernet-7 + alias lb-prod-float-1-lb-servernet-7.Princeton.EDU + address 10.6.60.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_lb-prod-float-1-lb-servernet-7$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-1-lb-servernet-8 + alias lb-prod-float-1-lb-servernet-8.Princeton.EDU + address 10.6.60.193 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_lb-prod-float-1-lb-servernet-8$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-1-plinknet20 + alias lb-prod-float-1-plinknet20.Princeton.EDU + address 192.168.9.94 + use Router/Switch/Load Balancer +} + +define host { + host_name lb-prod-float-fw-lb-servernet-10 + alias lb-prod-float-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.97 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_lb-prod-float-fw-lb-servernet-10$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-11 + alias lb-prod-float-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_lb-prod-float-fw-lb-servernet-11$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-3 + alias lb-prod-float-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_lb-prod-float-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_lb-prod-float-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_lb-prod-float-fw-lb-servernet-3$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-4 + alias lb-prod-float-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_lb-prod-float-fw-lb-servernet-4$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-5 + alias lb-prod-float-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_lb-prod-float-fw-lb-servernet-5$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-6 + alias lb-prod-float-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_lb-prod-float-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_lb-prod-float-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_lb-prod-float-fw-lb-servernet-6$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-9 + alias lb-prod-float-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_lb-prod-float-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_lb-prod-float-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_lb-prod-float-fw-lb-servernet-9$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-plinknet8 + alias lb-prod-float-fw-plinknet8.Princeton.EDU + address 192.168.9.46 + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router-fw-lb-servernet-10-direct + alias eis202lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.98 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-10 + alias eis202lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.98 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_eis202lb-router-fw-lb-servernet-10$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-10-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-11-direct + alias eis202lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-11 + alias eis202lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_eis202lb-router-fw-lb-servernet-11$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-11-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-3-direct + alias eis202lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-3 + alias eis202lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_eis202lb-router-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_eis202lb-router-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_eis202lb-router-fw-lb-servernet-3$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-3-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-4-direct + alias eis202lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-4 + alias eis202lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_eis202lb-router-fw-lb-servernet-4$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-4-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-5-direct + alias eis202lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-5 + alias eis202lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_eis202lb-router-fw-lb-servernet-5$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-5-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-6-direct + alias eis202lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-6 + alias eis202lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_eis202lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_eis202lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_eis202lb-router-fw-lb-servernet-6$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-6-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-9-direct + alias eis202lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-9 + alias eis202lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_eis202lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_eis202lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_eis202lb-router-fw-lb-servernet-9$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-9-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-plinknet8 + alias eis202lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.45 + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router1-lb-servernet-1-direct + alias eis202lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router1-lb-servernet-1 + alias eis202lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_eis202lb-router1-lb-servernet-1$,$HOSTSTATEID:eis202lb-router1-lb-servernet-1-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router1-lb-servernet-2-direct + alias eis202lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router1-lb-servernet-2 + alias eis202lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_eis202lb-router1-lb-servernet-2$,$HOSTSTATEID:eis202lb-router1-lb-servernet-2-direct$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router1-lb-servernet-7-direct + alias eis202lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router1-lb-servernet-7 + alias eis202lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_eis202lb-router1-lb-servernet-7$,$HOSTSTATEID:eis202lb-router1-lb-servernet-7-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router1-lb-servernet-8-direct + alias eis202lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.194 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router1-lb-servernet-8 + alias eis202lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.194 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_eis202lb-router1-lb-servernet-8$,$HOSTSTATEID:eis202lb-router1-lb-servernet-8-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router1-plinknet20 + alias eis202lb-router1-plinknet20.Princeton.EDU + address 192.168.9.93 + use Router/Switch/Load Balancer +} + +define host { + host_name dps-cadrms + alias dps-cadrms.Princeton.EDU + address 128.112.8.118 + hostgroups Facilities, Rover hosts + use Rover device +} + +define host { + host_name dps-pars + alias dps-pars.Princeton.EDU + address 128.112.8.149 + hostgroups Facilities, Rover hosts + use Rover device +} + +define host { + host_name eis100lb + alias eis100lb.Princeton.EDU + address 172.18.3.104 + hostgroups Facilities, Rover hosts + use Rover device +} + +define host { + host_name eis101lb + alias eis101lb.Princeton.EDU + address 172.18.3.106 + hostgroups Facilities, Rover hosts + use Rover device +} + +define host { + host_name eisfw1-mgmt + alias eisfw1-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfw2-mgmt + alias eisfw2-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfwqa1-mgmt + alias eisfwqa1-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfw + alias eisfw.Princeton.EDU + address 128.112.12.126 + _fw1 140.180.220.1 + _fw2 10.6.48.1 + _fw3 10.6.52.1 + _fw4 10.6.63.65 + _fw6 10.6.63.129 + _fw7 140.180.219.1 + _fw10 10.6.0.1 + _fw11 10.6.32.1 + _plinknet8 192.168.9.33 + use Router/Switch/Load Balancer + parents core-87-router + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name monitor + alias monitor.Princeton.EDU + use generic-host + contacts nobody +} + +define host { + host_name monitor-dev + alias monitor-dev.Princeton.EDU + use generic-host + contacts nobody +} + +define host { + host_name Monitor Untrust + alias Pseudo host for Gearman Untrust status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PrivateDMZ$,$HOSTSTATEID:Gearman NS PrivateDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Untrust$,$SERVICESTATEID:monitor:Gearman worker NS Untrust$!-c @2: +} + +define host { + host_name Monitor PrivateDMZ + alias Pseudo host for Gearman PrivateDMZ status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PrivateDMZ$,$HOSTSTATEID:Gearman NS PrivateDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 PrivateDMZ$,$SERVICESTATEID:monitor:Gearman worker NS PrivateDMZ$!-c @2: +} + +define host { + host_name Monitor PublicDMZ + alias Pseudo host for Gearman PublicDMZ status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PublicDMZ$,$HOSTSTATEID:Gearman NS PublicDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 PublicDMZ$,$SERVICESTATEID:monitor:Gearman worker NS PublicDMZ$!-c @2: +} + +define host { + host_name Monitor Trust + alias Pseudo host for Gearman Trust status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 Trust$,$HOSTSTATEID:Gearman NS Trust!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Trust$,$SERVICESTATEID:monitor:Gearman worker NS Trust$!-c @2: +} + +define host { + host_name Monitor Eisfw F5 + alias Pseudo host for Gearman Eisfw status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 Trust$,$HOSTSTATEID:Gearman NS Trust!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Eisfw F5$,$SERVICESTATEID:monitor:Gearman worker NS Eisfw F5$!-c @2: +} + +define host { + host_name Gearman 151 Untrust + alias Pseudo host for Gearman 151 Untrust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust dalet failover$!-c @4: +} + +define host { + host_name Gearman NS Untrust + alias Pseudo host for Gearman NS Untrust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 PrivateDMZ + alias Pseudo host for Gearman 151 PrivateDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman NS PrivateDMZ + alias Pseudo host for Gearman NS PrivateDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 PublicDMZ + alias Pseudo host for Gearman 151 PublicDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman NS PublicDMZ + alias Pseudo host for Gearman NS PublicDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 Trust + alias Pseudo host for Gearman 151 Trust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust dalet failover$!-c @4: +} + +define host { + host_name Gearman NS Trust + alias Pseudo host for Gearman NS Trust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 Eisfw F5 + alias Pseudo host for Gearman 151 Eisfw F5 status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$!-c @6: +} + +define host { + host_name Gearman NS Eisfw F5 + alias Pseudo host for Gearman NS Eisfw F5 status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$!-c @6: +} + +define host { + host_name alumnicas + alias alumnicas.Princeton.EDU + address 140.180.222.31 + _IP_MAC1 140.180.222.31 <=> 0:ab:1:aa:cc:dd + _SUBNET1 lb-vipnet-4 (EISFW - VLAN 3493 - 222.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,VI,Foundry + _date_created 2009-03-10 + _date_changed 2015-07-13 + notification_period score_hours + contacts Identity and Access Management + use generic-host +} + +define host { + host_name egn-dome-wwwinterface + alias egn-dome-wwwinterface.Princeton.EDU + address 66.180.177.116 + contacts Gregory S. Paczkowski, Joseph M. Karam + use generic-host + check_period EGN Dome WWWInterface + notification_period EGN Dome WWWInterface +} + +define host { + host_name webspace + alias webspace.princeton.edu + _alias1 webspace + address 140.180.222.86 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + contacts CISDR + _contacts unix@princeton.edu + use generic-host +} + +define host { + host_name webspaceqa + alias webspaceqa.Princeton.EDU + _alias1 webspaceqa + address 140.180.222.75 + contacts CISDR + use generic-host +} + +define host { + host_name puwebp + alias puwebp.princeton.edu + address 140.180.219.150 + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VI, ais204L + _date_created 2005-05-24 + _date_changed 2013-10-04 + contacts Christopher C. Dietrich + _contacts chris@princeton.edu, unix@princeton.edu + use generic-host +} + +define host { + host_name ibgrid-backup + alias ibgrid-backup.Princeton.EDU + address 172.18.3.220 + use InfoBlox + contacts Networking +} + +define host { + host_name ibgrid-master + alias ibgrid-master.Princeton.EDU + address 172.18.3.182 + use InfoBlox + contacts Networking +} + +define host { + host_name ibwlan-87-a + alias ibwlan-87-a.Princeton.EDU + address 172.18.4.55 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibwlan-87-b + alias ibwlan-87-b.Princeton.EDU + address 172.18.4.56 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibwlan-ns-a + alias ibwlan-ns-a.Princeton.EDU + address 172.18.4.57 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibwlan-ns-b + alias ibwlan-ns-b.Princeton.EDU + address 172.18.4.58 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibwlan-a-vip + alias Pseudo VIP for ibwlan-ns-a and ibwlan-87-a + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibwlan-ns-a$,$HOSTSTATEID:ibwlan-87-a$!-c @2: + contacts Networking +} + +define host { + host_name ibwlan-b-vip + alias Pseudo VIP for ibwlan-ns-b and ibwlan-87-b + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibwlan-ns-b$,$HOSTSTATEID:ibwlan-87-b$!-c @2: + contacts Networking +} + +define host { + host_name iblox-87-ns-HA + alias HA cluster between iblox-87-ha and iblox-ns-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-87-ha$,$HOSTSTATEID:iblox-ns-a-ha!-c @2: + contacts Networking +} + +define host { + host_name iblox-hpcrc-ns-HA + alias HA cluster between iblox-hpcrc-ha and iblox-ns-b-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-hpcrc-ha$,$HOSTSTATEID:iblox-ns-b-ha!-c @2: + contacts Networking +} + +define host { + host_name ibddipv6 hpcrc-a ns-a HA + alias HA cluster between ibddipv6-hpcrc-a-ha and ibddipv6-ns-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibddipv6-hpcrc-a-ha$,$HOSTSTATEID:ibddipv6-ns-a-ha!-c @2: + contacts Networking +} + +define host { + host_name ibvoip HA + alias HA cluster between ibvoip-a and ibvoip-b + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibvoip-a$,$HOSTSTATEID:ibvoip-b!-c @2: + contacts Networking +} + +define host { + host_name ibddipv6-vrrp + alias ibddipv6-vrrp.Princeton.EDU + address 128.112.128.50 + use InfoBlox + contacts Networking +} + +define host { + host_name ibddipv6-hpcrc-a-ha + alias ibddipv6-hpcrc-a-ha.Princeton.EDU + address 128.112.128.46 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-hpcrc-a + alias ibddipv6-hpcrc-a.Princeton.EDU + address 128.112.128.42 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-ns-a-ha + alias ibddipv6-ns-a-ha.Princeton.EDU + address 128.112.128.47 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-ns-a + alias ibddipv6-ns-a.Princeton.EDU + address 128.112.128.43 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-87-ha + alias iblox-87-ha.Princeton.EDU + address 128.112.129.211 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-87 + alias iblox-87.Princeton.EDU + address 128.112.130.94 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-hpcrc-ha + alias iblox-hpcrc-ha.Princeton.EDU + address 128.112.131.212 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-hpcrc + alias iblox-hpcrc.Princeton.EDU + address 128.112.131.248 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ns-a-ha + alias iblox-ns-a-ha.Princeton.EDU + address 128.112.130.110 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ns-a + alias iblox-ns-a.Princeton.EDU + address 128.112.130.135 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ns-b-ha + alias iblox-ns-b-ha.Princeton.EDU + address 128.112.131.142 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ns-b + alias iblox-ns-b.Princeton.EDU + address 128.112.131.183 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox1-vrrp + alias iblox1-vrrp.Princeton.EDU + address 128.112.129.7 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox2-vrrp + alias iblox2-vrrp.Princeton.EDU + address 128.112.129.209 + use InfoBlox + contacts Networking +} + +define host { + host_name ibvoip-a + alias ibvoip-a.Princeton.EDU + address 172.18.0.32 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibvoip-b + alias ibvoip-b.Princeton.EDU + address 172.18.0.71 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name iblox-master + alias iblox-master.Princeton.EDU + address 172.18.2.154 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-master-hpcrc + alias iblox-master-hpcrc.Princeton.EDU + address 172.18.2.158 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-master-ns + alias iblox-master-ns.Princeton.EDU + address 172.18.2.161 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-master-hpcrc-ha + alias iblox-master-hpcrc-ha.Princeton.EDU + address 172.18.2.163 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-master-ns-ha + alias iblox-master-ns-ha.Princeton.EDU + address 172.18.2.171 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-master hpcrc-ha ns-ha HA + alias HA cluster between iblox-master-ns-ha and iblox-master-hpcrc-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-master-hpcrc-ha$,$HOSTSTATEID:iblox-master-ns-ha$!-c @2: + contacts Networking +} + +define host { + host_name iblox-external + alias iblox-external.Princeton.EDU + address 128.112.128.68 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ext-hpcrc-a + alias iblox-ext-hpcrc-a.Princeton.EDU + address 128.112.128.70 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ext-ns-a + alias iblox-ext-ns-a.Princeton.EDU + address 128.112.128.71 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ext-hpcrc-a-ha + alias iblox-ext-hpcrc-a-ha.Princeton.EDU + address 128.112.128.72 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ext-ns-a-ha + alias iblox-ext-ns-a-ha.Princeton.EDU + address 128.112.128.73 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ext hpcrc-a-ha ns-a-ha HA + alias HA cluster between iblox-ext-ns-a-ha and iblox-ext-hpcrc-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-ext-hpcrc-a-ha$,$HOSTSTATEID:iblox-ext-ns-a-ha$!-c @2: + contacts Networking +} + +define host { + host_name iblox-ext-hpcrc-a-mgmt + alias iblox-ext-hpcrc-a-mgmt.Princeton.EDU + address 172.18.2.173 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ext-ns-a-mgmt + alias iblox-ext-ns-a-mgmt.Princeton.EDU + address 172.18.2.180 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-candidate-ns + alias iblox-candidate-ns.Princeton.EDU + address 172.18.2.181 + use InfoBlox + contacts Networking +} + +define host { + host_name ibloxdev-master + alias ibloxdev-master.Princeton.EDU + address 172.18.2.90 + use InfoBlox + contacts Networking +} + +define host { + host_name ibloxdev-master-hpcrc + alias ibloxdev-master-hpcrc.Princeton.EDU + address 172.18.2.94 + use InfoBlox + contacts Networking +} + +define host { + host_name ibloxdev-master-ns + alias ibloxdev-master-ns.Princeton.EDU + address 172.18.2.95 + use InfoBlox + contacts Networking +} + +define host { + host_name ibloxdev-master-hpcrc-ha + alias ibloxdev-master-hpcrc-ha.Princeton.EDU + address 172.18.2.103 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibloxdev-master-ns-ha + alias ibloxdev-master-ns-ha.Princeton.EDU + address 172.18.2.111 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibloxdev-master hpcrc-ha ns-ha HA + alias HA cluster between ibloxdev-master-ns-ha and ibloxdev-master-hpcrc-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibloxdev-master-hpcrc-ha$,$HOSTSTATEID:ibloxdev-master-ns-ha$!-c @2: + contacts Networking +} + +define host { + host_name gate-aws-router-0001-plinknet44 + alias gate-aws-router-0001-plinknet44.Princeton.EDU + address 192.168.9.178 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-aws-router-0002-plinknet46 + alias gate-aws-router-0002-plinknet46.Princeton.EDU + address 192.168.9.186 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-cogentgate + alias gate-cogentgate.Princeton.EDU + address 38.122.150.1 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-magpi + alias gate-magpi.Princeton.EDU + address 216.27.98.113 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-esgate + alias gate-esgate.Princeton.EDU + address 204.153.48.34 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-hurricane-electric-gate + alias gate-hurricane-electric-gate.Princeton.EDU + address 216.66.49.73 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name kma-151-1 + alias kma-151-1.Princeton.EDU + address 10.6.53.31 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, B07 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name kma-151-2 + alias kma-151-2.Princeton.EDU + address 10.6.53.38 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, B07 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name kma-ns-1 + alias kma-ns-1.Princeton.EDU + address 10.6.53.30 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, I1 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name kma-ns-2 + alias kma-ns-2.Princeton.EDU + address 10.6.53.27 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, I1 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name eisfwqa-linknet40 + alias eisfwqa-linknet40.Princeton.EDU + address 128.112.12.174 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name eisfwqa-fw-servernet-8 + alias eisfwqa-fw-servernet-8.Princeton.EDU + address 10.6.63.1 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name eisfwqa-fw-servernet-9 + alias eisfwqa-fw-servernet-9.Princeton.EDU + address 140.180.223.225 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name ppn-ha + alias ppn-ha.Princeton.EDU + address 172.18.174.16 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name swch-ppn2 + alias swch-ppn2.Princeton.EDU + address 172.18.194.109 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cd24-0833 + alias cd24-0833.Princeton.EDU + address 172.18.2.144 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name swch-ppn3 + alias swch-ppn3.Princeton.EDU + address 172.18.194.124 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sci-border-hpcrc + alias sci-border-hpcrc.Princeton.EDU + address 172.18.2.112 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sci-border-hpcrc-ctrl + alias sci-border-hpcrc-ctrl.Princeton.EDU + address 172.18.1.42 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cy12-701-lab + alias cy12-701-lab.Princeton.EDU + address 172.18.3.14 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-testbed-701carnegiedtl-02 + alias sw-testbed-701carnegiedtl-02.Princeton.EDU + address 172.18.2.212 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-testbed-87plab-01 + alias sw-testbed-87plab-01.Princeton.EDU + address 172.20.32.18 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-testbed-hpcrc-border + alias sw-testbed-hpcrc-border.Princeton.EDU + address 172.20.32.19 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-core-sciencedmz + alias sw-core-sciencedmz.Princeton.EDU + address 172.18.2.217 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name ce32-1753 + alias ce32-1753.Princeton.EDU + address 172.18.2.245 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name ce32-1754 + alias ce32-1754.Princeton.EDU + address 172.18.3.18 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-testbed-hpcrclab-01 + alias sw-testbed-hpcrclab-01.Princeton.EDU + address 172.20.32.20 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name eis100lb-ha + alias eis100lb-ha.Princeton.EDU + address 192.168.4.144 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name eis101lb-ha + alias eis101lb-ha.Princeton.EDU + address 192.168.4.146 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name ibddivp6-vrrp + alias ibddivp6-vrrp.Princeton.EDU + address 128.112.128.50 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-87-bypass + alias bmf-87-bypass.Princeton.EDU + address 172.18.0.11 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-151-bypass + alias bmf-151-bypass.Princeton.EDU + address 172.18.2.0 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-87 + alias bmf-sw-87.Princeton.EDU + address 172.18.2.13 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-87-2 + alias bmf-sw-87-2.Princeton.EDU + address 172.18.0.73 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-87-lab-bypass + alias bmf-sw-87-lab-bypass.Princeton.EDU + address 172.18.0.125 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-hpcrc + alias bmf-sw-hpcrc.Princeton.EDU + address 172.18.3.103 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-hpcrc-2 + alias bmf-sw-hpcrc-2.Princeton.EDU + address 172.18.3.239 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-hpcrc-3 + alias bmf-sw-hpcrc-3.Princeton.EDU + address 172.18.1.0 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-ns + alias bmf-sw-ns.Princeton.EDU + address 172.18.2.17 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sightline-ns + alias sightline-ns.Princeton.EDU + address 140.180.219.33 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name tms-151-mgmt1 + alias tms-151-mgmt1.Princeton.EDU + address 172.18.3.42 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sightline-87 + alias sightline-87.Princeton.EDU + address 140.180.219.32 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sightline-151 + alias sightline-151.Princeton.EDU + address 140.180.219.31 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sightline-151-pi + alias sightline-151-pi.Princeton.EDU + address 140.180.219.34 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name md-eastwest-admin-87p-1 + alias md-eastwest-admin-87p-1.Princeton.EDU + address 172.18.255.243 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name md-eastwest-admin-87p-2 + alias md-eastwest-admin-87p-2.Princeton.EDU + address 172.18.255.242 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name md-eastwest-admin-ns-1 + alias md-eastwest-admin-ns-1.Princeton.EDU + address 172.18.255.244 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name md-eastwest-admin-ns-2 + alias md-eastwest-admin-ns-2.Princeton.EDU + address 172.18.255.231 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cf48-0687 + alias cf48-0687.Princeton.EDU + address 172.18.4.54 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cf48-0753 + alias cf48-0753.Princeton.EDU + address 172.18.4.40 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cf48-0754 + alias cf48-0754.Princeton.EDU + address 172.18.4.42 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cf48-0755 + alias cf48-0755.Princeton.EDU + address 172.18.4.43 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name nat-mccarter-plinknet34 + alias nat-mccarter-plinknet34.Princeton.EDU + address 192.168.9.142 + hostgroups NAT McCarter, Rover hosts + use Rover device +} + +define host { + host_name netbmfsrv + alias netbmfsrv.Princeton.EDU + address 172.18.1.180 + hostgroups NAT McCarter, Rover hosts + use Rover device +} + +define host { + host_name netbmfsrvhpcrc + alias netbmfsrvhpcrc.Princeton.EDU + address 172.18.2.50 + hostgroups NAT McCarter, Rover hosts + use Rover device +} + +define host { + host_name csgspdb202w-netmgt + alias csgspdb202w-netmgt.Princeton.EDU + address 172.19.0.113 + use Out of band interface +} + +define host { + host_name csgspdb203w-netmgt + alias csgspdb203w-netmgt.Princeton.EDU + address 172.19.0.121 + use Out of band interface +} + +define host { + host_name das210w-netmgt + alias das210w-netmgt.Princeton.EDU + address 172.19.0.18 + use Out of band interface +} + +define host { + host_name dev203w-netmgt + alias dev203w-netmgt.Princeton.EDU + address 172.19.0.11 + use Out of band interface +} + +define host { + host_name eis208l-drac + alias eis208l-drac.Princeton.EDU + address 172.19.1.9 + use Out of band interface +} + +define host { + host_name eis319l-netmgt + alias eis319l-netmgt.Princeton.EDU + address 172.19.0.138 + use Out of band interface +} + +define host { + host_name eissql100w-netmgt + alias eissql100w-netmgt.Princeton.EDU + address 172.19.0.89 + use Out of band interface +} + +define host { + host_name eissql101w-netmgt + alias eissql101w-netmgt.Princeton.EDU + address 172.19.0.90 + use Out of band interface +} + +define host { + host_name eissql105w-netmgt + alias eissql105w-netmgt.Princeton.EDU + address 172.19.0.58 + use Out of band interface +} + +define host { + host_name eissql203w-netmgt + alias eissql203w-netmgt.Princeton.EDU + address 172.19.0.120 + use Out of band interface +} + +define host { + host_name eissql204w-netmgt + alias eissql204w-netmgt.Princeton.EDU + address 172.19.0.47 + use Out of band interface +} + +define host { + host_name eissql206w-netmgt + alias eissql206w-netmgt.Princeton.EDU + address 172.19.0.83 + use Out of band interface +} + +define host { + host_name eissql207w-netmgt + alias eissql207w-netmgt.Princeton.EDU + address 172.19.0.86 + use Out of band interface +} + +define host { + host_name eissql210w-netmgt + alias eissql210w-netmgt.Princeton.EDU + address 172.19.0.79 + use Out of band interface +} + +define host { + host_name eissql211w-netmgt + alias eissql211w-netmgt.Princeton.EDU + address 172.19.0.108 + use Out of band interface +} + +define host { + host_name eistsm206l-netmgt + alias eistsm206l-netmgt.Princeton.EDU + address 172.19.0.77 + use Out of band interface +} + +define host { + host_name eistsm207l-netmgt + alias eistsm207l-netmgt.Princeton.EDU + address 172.19.0.82 + use Out of band interface +} + +define host { + host_name eistsm208l-netmgt + alias eistsm208l-netmgt.Princeton.EDU + address 172.19.0.84 + use Out of band interface +} + +define host { + host_name eistsm210l-netmgt + alias eistsm210l-netmgt.Princeton.EDU + address 172.19.0.88 + use Out of band interface +} + +define host { + host_name eistsm211l-netmgt + alias eistsm211l-netmgt.Princeton.EDU + address 172.19.0.87 + use Out of band interface +} + +define host { + host_name essconsole201w-netmgt + alias essconsole201w-netmgt.Princeton.EDU + address 172.19.0.38 + use Out of band interface +} + +define host { + host_name essesx200v-netmgt + alias essesx200v-netmgt.Princeton.EDU + address 172.19.0.74 + use Out of band interface +} + +define host { + host_name essesx201v-netmgt + alias essesx201v-netmgt.Princeton.EDU + address 172.19.0.75 + use Out of band interface +} + +define host { + host_name essesx202v-netmgt + alias essesx202v-netmgt.Princeton.EDU + address 172.19.0.32 + use Out of band interface +} + +define host { + host_name essesx203v-netmgt + alias essesx203v-netmgt.Princeton.EDU + address 172.19.0.76 + use Out of band interface +} + +define host { + host_name essesx211v-netmgt + alias essesx211v-netmgt.Princeton.EDU + address 172.19.1.101 + use Out of band interface +} + +define host { + host_name essesx212v-netmgt + alias essesx212v-netmgt.Princeton.EDU + address 172.19.1.102 + use Out of band interface +} + +define host { + host_name essesx213v-netmgt + alias essesx213v-netmgt.Princeton.EDU + address 172.19.0.153 + use Out of band interface +} + +define host { + host_name essesx214v-netmgt + alias essesx214v-netmgt.Princeton.EDU + address 172.19.0.185 + use Out of band interface +} + +define host { + host_name essesx215v-netmgt + alias essesx215v-netmgt.Princeton.EDU + address 172.19.0.210 + use Out of band interface +} + +define host { + host_name essesx216v-netmgt + alias essesx216v-netmgt.Princeton.EDU + address 172.19.0.104 + use Out of band interface +} + +define host { + host_name essesx217v-netmgt + alias essesx217v-netmgt.Princeton.EDU + address 172.19.0.85 + use Out of band interface +} + +define host { + host_name essesx218v-netmgt + alias essesx218v-netmgt.Princeton.EDU + address 172.19.0.105 + use Out of band interface +} + +define host { + host_name essesx220v-netmgt + alias essesx220v-netmgt.Princeton.EDU + address 172.19.0.212 + use Out of band interface +} + +define host { + host_name essesx221v-netmgt + alias essesx221v-netmgt.Princeton.EDU + address 172.19.0.242 + use Out of band interface +} + +define host { + host_name essesx228v-netmgt + alias essesx228v-netmgt.Princeton.EDU + address 172.19.0.22 + use Out of band interface +} + +define host { + host_name essesx229v-netmgt + alias essesx229v-netmgt.Princeton.EDU + address 172.19.0.39 + use Out of band interface +} + +define host { + host_name essesx240v-netmgt + alias essesx240v-netmgt.Princeton.EDU + address 172.19.0.21 + use Out of band interface +} + +define host { + host_name essesx241v-netmgt + alias essesx241v-netmgt.Princeton.EDU + address 172.19.0.56 + use Out of band interface +} + +define host { + host_name essesx242v-netmgt + alias essesx242v-netmgt.Princeton.EDU + address 172.19.0.61 + use Out of band interface +} + +define host { + host_name essesx250v-netmgt + alias essesx250v-netmgt.Princeton.EDU + address 172.19.0.97 + use Out of band interface +} + +define host { + host_name essesx251v-netmgt + alias essesx251v-netmgt.Princeton.EDU + address 172.19.0.186 + use Out of band interface +} + +define host { + host_name essesx260v-netmgt + alias essesx260v-netmgt.Princeton.EDU + address 172.19.0.147 + use Out of band interface +} + +define host { + host_name essesx261v-netmgt + alias essesx261v-netmgt.Princeton.EDU + address 172.19.0.144 + use Out of band interface +} + +define host { + host_name essesx262v-netmgt + alias essesx262v-netmgt.Princeton.EDU + address 172.19.0.143 + use Out of band interface +} + +define host { + host_name essesx263v-netmgt + alias essesx263v-netmgt.Princeton.EDU + address 172.19.0.134 + use Out of band interface +} + +define host { + host_name essesx290v-netmgt + alias essesx290v-netmgt.Princeton.EDU + address 172.19.0.231 + use Out of band interface +} + +define host { + host_name essesx291v-netmgt + alias essesx291v-netmgt.Princeton.EDU + address 172.19.1.13 + use Out of band interface +} + +define host { + host_name essesx292v-netmgt + alias essesx292v-netmgt.Princeton.EDU + address 172.19.1.14 + use Out of band interface +} + +define host { + host_name essvmbkp100w-netmgt + alias essvmbkp100w-netmgt.Princeton.EDU + address 172.19.0.36 + use Out of band interface +} + +define host { + host_name essvmbkp200w-netmgt + alias essvmbkp200w-netmgt.Princeton.EDU + address 172.19.0.128 + use Out of band interface +} + +define host { + host_name essvmbkp201w-netmgt + alias essvmbkp201w-netmgt.Princeton.EDU + address 172.19.0.130 + use Out of band interface +} + +define host { + host_name fac-infoctr1-netmgt + alias fac-infoctr1-netmgt.Princeton.EDU + address 172.19.0.68 + use Out of band interface +} + +define host { + host_name iamencoder204w-netmgt + alias iamencoder204w-netmgt.Princeton.EDU + address 172.19.0.70 + use Out of band interface +} + +define host { + host_name iamencoder205w-netmgt + alias iamencoder205w-netmgt.Princeton.EDU + address 172.19.0.81 + use Out of band interface +} + +define host { + host_name iamencoder206w-netmgt + alias iamencoder206w-netmgt.Princeton.EDU + address 172.19.0.91 + use Out of band interface +} + +define host { + host_name hoover1-netmgt + alias hoover1-netmgt.Princeton.EDU + address 172.19.0.176 + use Out of band interface +} + +define host { + host_name ims204-netmgt + alias ims204-netmgt.Princeton.EDU + address 172.19.0.71 + use Out of band interface +} + +define host { + host_name isserv215-netmgt + alias isserv215-netmgt.Princeton.EDU + address 172.19.0.133 + use Out of band interface +} + +define host { + host_name isserv216-netmgt + alias isserv216-netmgt.Princeton.EDU + address 172.19.0.55 + use Out of band interface +} + +define host { + host_name lsscvms207w-netmgt + alias lsscvms207w-netmgt.Princeton.EDU + address 172.19.0.44 + use Out of band interface +} + +define host { + host_name nismaster-netmgt + alias nismaster-netmgt.Princeton.EDU + address 172.19.0.33 + use Out of band interface +} + +define host { + host_name pdom06-netmgt + alias pdom06-netmgt.Princeton.EDU + address 172.19.0.110 + use Out of band interface +} + +define host { + host_name pdom07-netmgt + alias pdom07-netmgt.Princeton.EDU + address 172.19.1.15 + use Out of band interface +} + +define host { + host_name prz203w-netmgt + alias prz203w-netmgt.Princeton.EDU + address 172.19.0.34 + use Out of band interface +} + +define host { + host_name roxdb01-netmgt + alias roxdb01-netmgt.Princeton.EDU + address 172.19.0.146 + use Out of band interface +} + +define host { + host_name roxdb02-netmgt + alias roxdb02-netmgt.Princeton.EDU + address 172.19.0.164 + use Out of band interface +} + +define host { + host_name roxdb01qa-netmgt + alias roxdb01qa-netmgt.Princeton.EDU + address 172.19.0.155 + use Out of band interface +} + +define host { + host_name roxdb02qa-netmgt + alias roxdb02qa-netmgt.Princeton.EDU + address 172.19.0.175 + use Out of band interface +} + +define host { + host_name sdpldap101l-netmgt + alias sdpldap101l-netmgt.Princeton.EDU + address 172.19.0.131 + use Out of band interface +} + +define host { + host_name sentinel-netmgt + alias sentinel-netmgt.Princeton.EDU + address 172.19.0.171 + use Out of band interface +} + +define host { + host_name wasspdb200w-netmgt + alias wasspdb200w-netmgt.Princeton.EDU + address 172.19.0.24 + use Out of band interface +} + +define host { + host_name wasspdb201w-netmgt + alias wasspdb201w-netmgt.Princeton.EDU + address 172.19.0.19 + use Out of band interface +} + +define host { + host_name win04-netmgt + alias win04-netmgt.Princeton.EDU + address 172.19.0.64 + use Out of band interface +} + +define host { + host_name netbmfctrl1 + alias netbmfctrl1.Princeton.EDU + address 172.18.2.11 + hostgroups Rover hosts + use Rover device +} + +define host { + host_name netbmfctrl2 + alias netbmfctrl2.Princeton.EDU + address 172.18.2.63 + hostgroups Rover hosts + use Rover device +} + +define host { + host_name gigagate6 + alias Main 151 Forrestal switch + address 172.18.0.81 + use Router/Switch/Load Balancer + check_command check_ssh + contacts nagiosadmin +} + +define host { + host_name gigagate6 151 switch + alias Main 151 Forrestal switch + use Router/Switch/Load Balancer + max_check_attempts 2 + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:gigagate6$,$HOSTSTATEID:core-87-router$,HOSTSTATEID:ims314$,$HOSTSTATEID:ims315$!-c @6: + contacts nagiosadmin +} + +define host { + host_name core-ns + alias Main New South switch + address 172.18.174.13 + use Router/Switch/Load Balancer + check_command check_ssh + contacts nagiosadmin +} + +define host { + host_name core-ns NS switch + alias Main New South switch + use Router/Switch/Load Balancer + max_check_attempts 2 + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:core-ns$,$HOSTSTATEID:core-87-router$,HOSTSTATEID:ims314$,$HOSTSTATEID:ims315$!-c @6: + contacts nagiosadmin +} + +define host { + host_name core-87-router + alias 87 Prospect CDN router + address 128.112.128.2 + use Router/Switch/Load Balancer + contacts nagiosadmin +} + +define host { + host_name border-87-router + alias Border edge router in 87 Prospect + use Router/Switch/Load Balancer + parents core-87-router + contacts nagiosadmin +} + +define host { + host_name core-cdn-router + alias core-cdn-router.Princeton.EDU + use Router/Switch/Load Balancer + contacts nagiosadmin +} + +define host { + host_name eisnet200l + alias eisnet200l.Princeton.EDU + address 140.180.220.115 + use Router/Switch/Load Balancer + parents core-87-router + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name backupvpn + alias backupvpn.Princeton.EDU + address 140.180.226.56 + use Router/Switch/Load Balancer + parents core-87-router + contacts Networking +} + +define host { + host_name aventailsslvpn-sra-n1 + alias aventailsslvpn-sra-n1.Princeton.EDU + address 128.112.64.25 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name aventailsslvpn-sra-n2 + alias aventailsslvpn-sra-n2.Princeton.EDU + address 128.112.64.29 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name eisnet-sra-cms + alias eisnet-sra-cms.Princeton.EDU + address 140.180.219.19 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name eisnet-sra-n1.remote + alias eisnet-sra-n1.remote.Princeton.EDU + address 128.112.101.13 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name eisnet-sra-n2.remote + alias eisnet-sra-n2.remote.Princeton.EDU + address 128.112.101.14 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name alfrente + alias alfrente.Princeton.EDU + address 128.112.129.32 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris DNS server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name capserver + alias capserver.Princeton.EDU + address 128.112.129.111 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris DNS server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name four11 + alias four11.Princeton.EDU + address 128.112.128.1 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris DNS server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name oznot + alias oznot.Princeton.EDU + address 128.112.133.220 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris DNS server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon + alias heymon.Princeton.EDU + address 128.112.128.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky + alias eyeinthesky.Princeton.EDU + address 128.112.133.130 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet1 + alias eyeinthesky-infranet1.Princeton.EDU + address 172.18.0.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet2 + alias eyeinthesky-infranet2.Princeton.EDU + address 172.18.32.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet3 + alias eyeinthesky-infranet3.Princeton.EDU + address 172.18.64.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet4 + alias eyeinthesky-infranet4.Princeton.EDU + address 172.18.192.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet5 + alias eyeinthesky-infranet5.Princeton.EDU + address 172.18.128.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet7 + alias eyeinthesky-infranet7.Princeton.EDU + address 172.18.224.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet1 + alias heymon-infranet1.Princeton.EDU + address 172.18.0.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet2 + alias heymon-infranet2.Princeton.EDU + address 172.18.32.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet3 + alias heymon-infranet3.Princeton.EDU + address 172.18.64.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet4 + alias heymon-infranet4.Princeton.EDU + address 172.18.192.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet5 + alias heymon-infranet5.Princeton.EDU + address 172.18.128.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet7 + alias heymon-infranet7.Princeton.EDU + address 172.18.224.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name kirby + alias kirby.Princeton.EDU + address 128.112.129.176 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name mrtg.net + alias mrtg.net.Princeton.EDU + address 128.112.134.12 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon + alias new-heymon.Princeton.EDU + address 128.112.129.55 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet1 + alias new-heymon-infranet1.Princeton.EDU + address 172.18.4.5 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet2 + alias new-heymon-infranet2.Princeton.EDU + address 172.18.32.16 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet3 + alias new-heymon-infranet3.Princeton.EDU + address 172.18.65.176 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet4 + alias new-heymon-infranet4.Princeton.EDU + address 172.18.192.64 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet5 + alias new-heymon-infranet5.Princeton.EDU + address 172.18.128.111 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet7 + alias new-heymon-infranet7.Princeton.EDU + address 172.18.224.11 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name cuckoo + alias cuckoo.Princeton.EDU + address 10.6.63.139 + contact_groups Networking Pager + use Networking device +} + +define host { + host_name www.net + alias www.net.Princeton.EDU + address 128.112.128.55 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name tms-87-mgmt0 + alias tms-87-mgmt0.Princeton.EDU + address 172.18.4.26 + use Networking device +} + +define host { + host_name tms-87-mgmt1 + alias tms-87-mgmt1.Princeton.EDU + address 172.18.4.34 + use Networking device +} + +define host { + host_name sightline-NS + alias sightline-NS.Princeton.EDU + address 140.180.219.33 + use Networking device +} + +define host { + host_name gate-csgate-linknet14 + alias gate-csgate-linknet14.Princeton.EDU + address 128.112.12.58 + hostgroups Non-OIT, Rover hosts + use Rover device +} + +define host { + host_name apcats-693alexander-bdf + alias apcats-693alexander-bdf.Princeton.EDU + address 172.18.0.90 + hostgroups OIT APC Redundant Power Auto Transfer Switch, Rover hosts + use Rover device +} + +define host { + host_name apcats-87prg07-cwdm + alias apcats-87prg07-cwdm.Princeton.EDU + address 172.18.1.60 + hostgroups OIT APC Redundant Power Auto Transfer Switch, Rover hosts + use Rover device +} + +define host { + host_name apcats-hpcrc-bdf + alias apcats-hpcrc-bdf.Princeton.EDU + address 172.18.4.9 + hostgroups OIT APC Redundant Power Auto Transfer Switch, Rover hosts + use Rover device +} + +define host { + host_name apc-pdu-87alcove-1 + alias apc-pdu-87alcove-1.Princeton.EDU + address 172.18.3.245 + hostgroups OIT APC Switched Rack PDU, Rover hosts + use Rover device +} + +define host { + host_name apc-pdu-hpcrc-224-idf + alias apc-pdu-hpcrc-224-idf.Princeton.EDU + address 172.18.192.51 + hostgroups OIT APC Switched Rack PDU, Rover hosts + use Rover device +} + +define host { + host_name arun-1011 + alias arun-1011.Princeton.EDU + address 172.18.82.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1278 + alias arun-1278.Princeton.EDU + address 172.18.84.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1870 + alias arun-1870.Princeton.EDU + address 172.18.85.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1873 + alias arun-1873.Princeton.EDU + address 172.18.85.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1874 + alias arun-1874.Princeton.EDU + address 172.18.85.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1875 + alias arun-1875.Princeton.EDU + address 172.18.85.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1876 + alias arun-1876.Princeton.EDU + address 172.18.85.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1877 + alias arun-1877.Princeton.EDU + address 172.18.85.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1878 + alias arun-1878.Princeton.EDU + address 172.18.85.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1879 + alias arun-1879.Princeton.EDU + address 172.18.85.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1880 + alias arun-1880.Princeton.EDU + address 172.18.85.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1881 + alias arun-1881.Princeton.EDU + address 172.18.85.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1882 + alias arun-1882.Princeton.EDU + address 172.18.85.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1884 + alias arun-1884.Princeton.EDU + address 172.18.85.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1885 + alias arun-1885.Princeton.EDU + address 172.18.85.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1887 + alias arun-1887.Princeton.EDU + address 172.18.85.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1889 + alias arun-1889.Princeton.EDU + address 172.18.85.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1892 + alias arun-1892.Princeton.EDU + address 172.18.85.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1893 + alias arun-1893.Princeton.EDU + address 172.18.85.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1894 + alias arun-1894.Princeton.EDU + address 172.18.85.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1895 + alias arun-1895.Princeton.EDU + address 172.18.85.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1896 + alias arun-1896.Princeton.EDU + address 172.18.85.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1897 + alias arun-1897.Princeton.EDU + address 172.18.85.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1904 + alias arun-1904.Princeton.EDU + address 172.18.85.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1911 + alias arun-1911.Princeton.EDU + address 172.18.85.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1912 + alias arun-1912.Princeton.EDU + address 172.18.85.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1913 + alias arun-1913.Princeton.EDU + address 172.18.85.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1914 + alias arun-1914.Princeton.EDU + address 172.18.85.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1917 + alias arun-1917.Princeton.EDU + address 172.18.85.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1918 + alias arun-1918.Princeton.EDU + address 172.18.85.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1919 + alias arun-1919.Princeton.EDU + address 172.18.85.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1920 + alias arun-1920.Princeton.EDU + address 172.18.85.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1922 + alias arun-1922.Princeton.EDU + address 172.18.85.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1923 + alias arun-1923.Princeton.EDU + address 172.18.85.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1924 + alias arun-1924.Princeton.EDU + address 172.18.85.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1932 + alias arun-1932.Princeton.EDU + address 172.18.85.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1933 + alias arun-1933.Princeton.EDU + address 172.18.85.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1934 + alias arun-1934.Princeton.EDU + address 172.18.85.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1935 + alias arun-1935.Princeton.EDU + address 172.18.85.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1936 + alias arun-1936.Princeton.EDU + address 172.18.85.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1937 + alias arun-1937.Princeton.EDU + address 172.18.85.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1938 + alias arun-1938.Princeton.EDU + address 172.18.85.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1940 + alias arun-1940.Princeton.EDU + address 172.18.85.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1941 + alias arun-1941.Princeton.EDU + address 172.18.85.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1944 + alias arun-1944.Princeton.EDU + address 172.18.85.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1945 + alias arun-1945.Princeton.EDU + address 172.18.85.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1947 + alias arun-1947.Princeton.EDU + address 172.18.84.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1948 + alias arun-1948.Princeton.EDU + address 172.18.84.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1949 + alias arun-1949.Princeton.EDU + address 172.18.84.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1951 + alias arun-1951.Princeton.EDU + address 172.18.85.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1952 + alias arun-1952.Princeton.EDU + address 172.18.84.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1956 + alias arun-1956.Princeton.EDU + address 172.18.85.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1957 + alias arun-1957.Princeton.EDU + address 172.18.85.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1958 + alias arun-1958.Princeton.EDU + address 172.18.85.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1986 + alias arun-1986.Princeton.EDU + address 172.18.85.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1987 + alias arun-1987.Princeton.EDU + address 172.18.85.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1988 + alias arun-1988.Princeton.EDU + address 172.18.85.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1989 + alias arun-1989.Princeton.EDU + address 172.18.85.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1990 + alias arun-1990.Princeton.EDU + address 172.18.85.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2001 + alias arun-2001.Princeton.EDU + address 172.18.64.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2003 + alias arun-2003.Princeton.EDU + address 172.18.64.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2004 + alias arun-2004.Princeton.EDU + address 172.18.64.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2005 + alias arun-2005.Princeton.EDU + address 172.18.83.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2006 + alias arun-2006.Princeton.EDU + address 172.18.83.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2007 + alias arun-2007.Princeton.EDU + address 172.18.83.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2008 + alias arun-2008.Princeton.EDU + address 172.18.64.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2009 + alias arun-2009.Princeton.EDU + address 172.18.83.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2010 + alias arun-2010.Princeton.EDU + address 172.18.83.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2011 + alias arun-2011.Princeton.EDU + address 172.18.64.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2012 + alias arun-2012.Princeton.EDU + address 172.18.64.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2014 + alias arun-2014.Princeton.EDU + address 172.18.64.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2015 + alias arun-2015.Princeton.EDU + address 172.18.64.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2016 + alias arun-2016.Princeton.EDU + address 172.18.83.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2017 + alias arun-2017.Princeton.EDU + address 172.18.83.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2019 + alias arun-2019.Princeton.EDU + address 172.18.83.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2020 + alias arun-2020.Princeton.EDU + address 172.18.83.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2021 + alias arun-2021.Princeton.EDU + address 172.18.83.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2022 + alias arun-2022.Princeton.EDU + address 172.18.83.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2023 + alias arun-2023.Princeton.EDU + address 172.18.83.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2024 + alias arun-2024.Princeton.EDU + address 172.18.83.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2025 + alias arun-2025.Princeton.EDU + address 172.18.83.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2026 + alias arun-2026.Princeton.EDU + address 172.18.83.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2028 + alias arun-2028.Princeton.EDU + address 172.18.83.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2029 + alias arun-2029.Princeton.EDU + address 172.18.83.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2037 + alias arun-2037.Princeton.EDU + address 172.18.84.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2038 + alias arun-2038.Princeton.EDU + address 172.18.83.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2039 + alias arun-2039.Princeton.EDU + address 172.18.83.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2040 + alias arun-2040.Princeton.EDU + address 172.18.83.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2041 + alias arun-2041.Princeton.EDU + address 172.18.83.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2042 + alias arun-2042.Princeton.EDU + address 172.18.83.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2043 + alias arun-2043.Princeton.EDU + address 172.18.83.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2044 + alias arun-2044.Princeton.EDU + address 172.18.83.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2045 + alias arun-2045.Princeton.EDU + address 172.18.83.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2046 + alias arun-2046.Princeton.EDU + address 172.18.83.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2047 + alias arun-2047.Princeton.EDU + address 172.18.83.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2050 + alias arun-2050.Princeton.EDU + address 172.18.84.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2051 + alias arun-2051.Princeton.EDU + address 172.18.84.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2052 + alias arun-2052.Princeton.EDU + address 172.18.83.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2053 + alias arun-2053.Princeton.EDU + address 172.18.83.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2054 + alias arun-2054.Princeton.EDU + address 172.18.83.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2055 + alias arun-2055.Princeton.EDU + address 172.18.83.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2056 + alias arun-2056.Princeton.EDU + address 172.18.83.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2057 + alias arun-2057.Princeton.EDU + address 172.18.83.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2058 + alias arun-2058.Princeton.EDU + address 172.18.84.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2059 + alias arun-2059.Princeton.EDU + address 172.18.84.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2060 + alias arun-2060.Princeton.EDU + address 172.18.83.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2064 + alias arun-2064.Princeton.EDU + address 172.18.83.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2065 + alias arun-2065.Princeton.EDU + address 172.18.83.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2066 + alias arun-2066.Princeton.EDU + address 172.18.83.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2067 + alias arun-2067.Princeton.EDU + address 172.18.83.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2068 + alias arun-2068.Princeton.EDU + address 172.18.83.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2069 + alias arun-2069.Princeton.EDU + address 172.18.83.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2070 + alias arun-2070.Princeton.EDU + address 172.18.83.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2071 + alias arun-2071.Princeton.EDU + address 172.18.83.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2072 + alias arun-2072.Princeton.EDU + address 172.18.84.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2073 + alias arun-2073.Princeton.EDU + address 172.18.84.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2074 + alias arun-2074.Princeton.EDU + address 172.18.84.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2075 + alias arun-2075.Princeton.EDU + address 172.18.83.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2077 + alias arun-2077.Princeton.EDU + address 172.18.83.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2078 + alias arun-2078.Princeton.EDU + address 172.18.83.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2081 + alias arun-2081.Princeton.EDU + address 172.18.83.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2082 + alias arun-2082.Princeton.EDU + address 172.18.84.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2083 + alias arun-2083.Princeton.EDU + address 172.18.84.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2085 + alias arun-2085.Princeton.EDU + address 172.18.84.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2087 + alias arun-2087.Princeton.EDU + address 172.18.84.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2088 + alias arun-2088.Princeton.EDU + address 172.18.84.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2089 + alias arun-2089.Princeton.EDU + address 172.18.84.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2090 + alias arun-2090.Princeton.EDU + address 172.18.83.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2091 + alias arun-2091.Princeton.EDU + address 172.18.83.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2097 + alias arun-2097.Princeton.EDU + address 172.18.83.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2114 + alias arun-2114.Princeton.EDU + address 172.18.83.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2115 + alias arun-2115.Princeton.EDU + address 172.18.83.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2117 + alias arun-2117.Princeton.EDU + address 172.18.83.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2118 + alias arun-2118.Princeton.EDU + address 172.18.83.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2119 + alias arun-2119.Princeton.EDU + address 172.18.83.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2121 + alias arun-2121.Princeton.EDU + address 172.18.83.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2122 + alias arun-2122.Princeton.EDU + address 172.18.83.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2123 + alias arun-2123.Princeton.EDU + address 172.18.83.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2124 + alias arun-2124.Princeton.EDU + address 172.18.83.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2126 + alias arun-2126.Princeton.EDU + address 172.18.83.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2127 + alias arun-2127.Princeton.EDU + address 172.18.83.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2128 + alias arun-2128.Princeton.EDU + address 172.18.83.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2129 + alias arun-2129.Princeton.EDU + address 172.18.83.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2130 + alias arun-2130.Princeton.EDU + address 172.18.83.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2131 + alias arun-2131.Princeton.EDU + address 172.18.83.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2132 + alias arun-2132.Princeton.EDU + address 172.18.83.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2133 + alias arun-2133.Princeton.EDU + address 172.18.83.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2134 + alias arun-2134.Princeton.EDU + address 172.18.83.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2135 + alias arun-2135.Princeton.EDU + address 172.18.83.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2136 + alias arun-2136.Princeton.EDU + address 172.18.83.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2137 + alias arun-2137.Princeton.EDU + address 172.18.83.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2138 + alias arun-2138.Princeton.EDU + address 172.18.83.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2140 + alias arun-2140.Princeton.EDU + address 172.18.83.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2141 + alias arun-2141.Princeton.EDU + address 172.18.83.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2156 + alias arun-2156.Princeton.EDU + address 172.18.84.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2157 + alias arun-2157.Princeton.EDU + address 172.18.84.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2158 + alias arun-2158.Princeton.EDU + address 172.18.84.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2168 + alias arun-2168.Princeton.EDU + address 172.18.84.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2169 + alias arun-2169.Princeton.EDU + address 172.18.84.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2176 + alias arun-2176.Princeton.EDU + address 172.18.84.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2181 + alias arun-2181.Princeton.EDU + address 172.18.83.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2183 + alias arun-2183.Princeton.EDU + address 172.18.83.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2184 + alias arun-2184.Princeton.EDU + address 172.18.83.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2185 + alias arun-2185.Princeton.EDU + address 172.18.83.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2187 + alias arun-2187.Princeton.EDU + address 172.18.83.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2189 + alias arun-2189.Princeton.EDU + address 172.18.83.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2190 + alias arun-2190.Princeton.EDU + address 172.18.83.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2191 + alias arun-2191.Princeton.EDU + address 172.18.83.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2192 + alias arun-2192.Princeton.EDU + address 172.18.83.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2193 + alias arun-2193.Princeton.EDU + address 172.18.83.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2194 + alias arun-2194.Princeton.EDU + address 172.18.83.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2195 + alias arun-2195.Princeton.EDU + address 172.18.83.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2196 + alias arun-2196.Princeton.EDU + address 172.18.68.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2197 + alias arun-2197.Princeton.EDU + address 172.18.65.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2198 + alias arun-2198.Princeton.EDU + address 172.18.65.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2199 + alias arun-2199.Princeton.EDU + address 172.18.65.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2200 + alias arun-2200.Princeton.EDU + address 172.18.65.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2201 + alias arun-2201.Princeton.EDU + address 172.18.65.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2202 + alias arun-2202.Princeton.EDU + address 172.18.65.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2203 + alias arun-2203.Princeton.EDU + address 172.18.65.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2204 + alias arun-2204.Princeton.EDU + address 172.18.64.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2206 + alias arun-2206.Princeton.EDU + address 172.18.64.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2207 + alias arun-2207.Princeton.EDU + address 172.18.64.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2209 + alias arun-2209.Princeton.EDU + address 172.18.65.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2212 + alias arun-2212.Princeton.EDU + address 172.18.65.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2214 + alias arun-2214.Princeton.EDU + address 172.18.65.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2216 + alias arun-2216.Princeton.EDU + address 172.18.84.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2217 + alias arun-2217.Princeton.EDU + address 172.18.65.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2218 + alias arun-2218.Princeton.EDU + address 172.18.65.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2220 + alias arun-2220.Princeton.EDU + address 172.18.84.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2223 + alias arun-2223.Princeton.EDU + address 172.18.84.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2224 + alias arun-2224.Princeton.EDU + address 172.18.84.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2226 + alias arun-2226.Princeton.EDU + address 172.18.64.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2233 + alias arun-2233.Princeton.EDU + address 172.18.65.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2237 + alias arun-2237.Princeton.EDU + address 172.18.65.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2245 + alias arun-2245.Princeton.EDU + address 172.18.65.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2246 + alias arun-2246.Princeton.EDU + address 172.18.65.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2247 + alias arun-2247.Princeton.EDU + address 172.18.65.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2250 + alias arun-2250.Princeton.EDU + address 172.18.65.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2254 + alias arun-2254.Princeton.EDU + address 172.18.66.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2255 + alias arun-2255.Princeton.EDU + address 172.18.67.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2256 + alias arun-2256.Princeton.EDU + address 172.18.67.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2258 + alias arun-2258.Princeton.EDU + address 172.18.68.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2259 + alias arun-2259.Princeton.EDU + address 172.18.68.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2261 + alias arun-2261.Princeton.EDU + address 172.18.68.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2263 + alias arun-2263.Princeton.EDU + address 172.18.68.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2265 + alias arun-2265.Princeton.EDU + address 172.18.70.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2267 + alias arun-2267.Princeton.EDU + address 172.18.80.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2269 + alias arun-2269.Princeton.EDU + address 172.18.81.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2270 + alias arun-2270.Princeton.EDU + address 172.18.83.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2271 + alias arun-2271.Princeton.EDU + address 172.18.83.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2273 + alias arun-2273.Princeton.EDU + address 172.18.64.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2275 + alias arun-2275.Princeton.EDU + address 172.18.84.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2276 + alias arun-2276.Princeton.EDU + address 172.18.84.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2277 + alias arun-2277.Princeton.EDU + address 172.18.84.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2280 + alias arun-2280.Princeton.EDU + address 172.18.84.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2284 + alias arun-2284.Princeton.EDU + address 172.18.84.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2285 + alias arun-2285.Princeton.EDU + address 172.18.84.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2286 + alias arun-2286.Princeton.EDU + address 172.18.84.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2287 + alias arun-2287.Princeton.EDU + address 172.18.84.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2288 + alias arun-2288.Princeton.EDU + address 172.18.84.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2289 + alias arun-2289.Princeton.EDU + address 172.18.84.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2290 + alias arun-2290.Princeton.EDU + address 172.18.84.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2291 + alias arun-2291.Princeton.EDU + address 172.18.84.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2292 + alias arun-2292.Princeton.EDU + address 172.18.84.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2293 + alias arun-2293.Princeton.EDU + address 172.18.84.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2294 + alias arun-2294.Princeton.EDU + address 172.18.84.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2295 + alias arun-2295.Princeton.EDU + address 172.18.84.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2296 + alias arun-2296.Princeton.EDU + address 172.18.84.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2297 + alias arun-2297.Princeton.EDU + address 172.18.84.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2298 + alias arun-2298.Princeton.EDU + address 172.18.84.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2309 + alias arun-2309.Princeton.EDU + address 172.18.84.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2313 + alias arun-2313.Princeton.EDU + address 172.18.84.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2316 + alias arun-2316.Princeton.EDU + address 172.18.66.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2317 + alias arun-2317.Princeton.EDU + address 172.18.65.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2319 + alias arun-2319.Princeton.EDU + address 172.18.84.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2320 + alias arun-2320.Princeton.EDU + address 172.18.83.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2321 + alias arun-2321.Princeton.EDU + address 172.18.83.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2322 + alias arun-2322.Princeton.EDU + address 172.18.83.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2327 + alias arun-2327.Princeton.EDU + address 172.18.84.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2332 + alias arun-2332.Princeton.EDU + address 172.18.84.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2333 + alias arun-2333.Princeton.EDU + address 172.18.84.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2334 + alias arun-2334.Princeton.EDU + address 172.18.84.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2336 + alias arun-2336.Princeton.EDU + address 172.18.84.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2337 + alias arun-2337.Princeton.EDU + address 172.18.84.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2338 + alias arun-2338.Princeton.EDU + address 172.18.84.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2339 + alias arun-2339.Princeton.EDU + address 172.18.84.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2340 + alias arun-2340.Princeton.EDU + address 172.18.66.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2341 + alias arun-2341.Princeton.EDU + address 172.18.83.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2342 + alias arun-2342.Princeton.EDU + address 172.18.66.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2343 + alias arun-2343.Princeton.EDU + address 172.18.84.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2344 + alias arun-2344.Princeton.EDU + address 172.18.84.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2346 + alias arun-2346.Princeton.EDU + address 172.18.84.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2350 + alias arun-2350.Princeton.EDU + address 172.18.84.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2354 + alias arun-2354.Princeton.EDU + address 172.18.84.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2359 + alias arun-2359.Princeton.EDU + address 172.18.84.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2393 + alias arun-2393.Princeton.EDU + address 172.18.84.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2394 + alias arun-2394.Princeton.EDU + address 172.18.84.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2395 + alias arun-2395.Princeton.EDU + address 172.18.84.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2396 + alias arun-2396.Princeton.EDU + address 172.18.84.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2397 + alias arun-2397.Princeton.EDU + address 172.18.84.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2398 + alias arun-2398.Princeton.EDU + address 172.18.84.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2399 + alias arun-2399.Princeton.EDU + address 172.18.84.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2400 + alias arun-2400.Princeton.EDU + address 172.18.84.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2401 + alias arun-2401.Princeton.EDU + address 172.18.84.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2402 + alias arun-2402.Princeton.EDU + address 172.18.84.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2404 + alias arun-2404.Princeton.EDU + address 172.18.84.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2405 + alias arun-2405.Princeton.EDU + address 172.18.84.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2406 + alias arun-2406.Princeton.EDU + address 172.18.84.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2407 + alias arun-2407.Princeton.EDU + address 172.18.84.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2410 + alias arun-2410.Princeton.EDU + address 172.18.84.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2417 + alias arun-2417.Princeton.EDU + address 172.18.84.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2418 + alias arun-2418.Princeton.EDU + address 172.18.84.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2419 + alias arun-2419.Princeton.EDU + address 172.18.84.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2421 + alias arun-2421.Princeton.EDU + address 172.18.84.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2422 + alias arun-2422.Princeton.EDU + address 172.18.84.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2423 + alias arun-2423.Princeton.EDU + address 172.18.84.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2429 + alias arun-2429.Princeton.EDU + address 172.18.84.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2430 + alias arun-2430.Princeton.EDU + address 172.18.84.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2434 + alias arun-2434.Princeton.EDU + address 172.18.84.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2435 + alias arun-2435.Princeton.EDU + address 172.18.84.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2436 + alias arun-2436.Princeton.EDU + address 172.18.84.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2437 + alias arun-2437.Princeton.EDU + address 172.18.84.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2441 + alias arun-2441.Princeton.EDU + address 172.18.84.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2442 + alias arun-2442.Princeton.EDU + address 172.18.84.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2443 + alias arun-2443.Princeton.EDU + address 172.18.84.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2444 + alias arun-2444.Princeton.EDU + address 172.18.84.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2445 + alias arun-2445.Princeton.EDU + address 172.18.68.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2446 + alias arun-2446.Princeton.EDU + address 172.18.67.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2448 + alias arun-2448.Princeton.EDU + address 172.18.83.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2449 + alias arun-2449.Princeton.EDU + address 172.18.83.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2450 + alias arun-2450.Princeton.EDU + address 172.18.83.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2451 + alias arun-2451.Princeton.EDU + address 172.18.84.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2452 + alias arun-2452.Princeton.EDU + address 172.18.84.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2453 + alias arun-2453.Princeton.EDU + address 172.18.84.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2457 + alias arun-2457.Princeton.EDU + address 172.18.84.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2458 + alias arun-2458.Princeton.EDU + address 172.18.84.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2459 + alias arun-2459.Princeton.EDU + address 172.18.84.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2460 + alias arun-2460.Princeton.EDU + address 172.18.83.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2461 + alias arun-2461.Princeton.EDU + address 172.18.83.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2462 + alias arun-2462.Princeton.EDU + address 172.18.83.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2463 + alias arun-2463.Princeton.EDU + address 172.18.83.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2469 + alias arun-2469.Princeton.EDU + address 172.18.84.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2470 + alias arun-2470.Princeton.EDU + address 172.18.84.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2471 + alias arun-2471.Princeton.EDU + address 172.18.84.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2472 + alias arun-2472.Princeton.EDU + address 172.18.84.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2473 + alias arun-2473.Princeton.EDU + address 172.18.84.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2475 + alias arun-2475.Princeton.EDU + address 172.18.83.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2476 + alias arun-2476.Princeton.EDU + address 172.18.83.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2479 + alias arun-2479.Princeton.EDU + address 172.18.84.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2480 + alias arun-2480.Princeton.EDU + address 172.18.85.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2482 + alias arun-2482.Princeton.EDU + address 172.18.85.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2483 + alias arun-2483.Princeton.EDU + address 172.18.85.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2485 + alias arun-2485.Princeton.EDU + address 172.18.85.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2486 + alias arun-2486.Princeton.EDU + address 172.18.85.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2490 + alias arun-2490.Princeton.EDU + address 172.18.83.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2491 + alias arun-2491.Princeton.EDU + address 172.18.83.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2493 + alias arun-2493.Princeton.EDU + address 172.18.83.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2496 + alias arun-2496.Princeton.EDU + address 172.18.83.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2497 + alias arun-2497.Princeton.EDU + address 172.18.83.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2498 + alias arun-2498.Princeton.EDU + address 172.18.83.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2499 + alias arun-2499.Princeton.EDU + address 172.18.83.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2501 + alias arun-2501.Princeton.EDU + address 172.18.84.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2502 + alias arun-2502.Princeton.EDU + address 172.18.84.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2503 + alias arun-2503.Princeton.EDU + address 172.18.84.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2504 + alias arun-2504.Princeton.EDU + address 172.18.84.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2512 + alias arun-2512.Princeton.EDU + address 172.18.84.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2513 + alias arun-2513.Princeton.EDU + address 172.18.84.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2514 + alias arun-2514.Princeton.EDU + address 172.18.85.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2515 + alias arun-2515.Princeton.EDU + address 172.18.84.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2516 + alias arun-2516.Princeton.EDU + address 172.18.84.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2517 + alias arun-2517.Princeton.EDU + address 172.18.64.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2518 + alias arun-2518.Princeton.EDU + address 172.18.66.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2519 + alias arun-2519.Princeton.EDU + address 172.18.85.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2522 + alias arun-2522.Princeton.EDU + address 172.18.85.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2524 + alias arun-2524.Princeton.EDU + address 172.18.85.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2525 + alias arun-2525.Princeton.EDU + address 172.18.85.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2527 + alias arun-2527.Princeton.EDU + address 172.18.85.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2528 + alias arun-2528.Princeton.EDU + address 172.18.85.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2533 + alias arun-2533.Princeton.EDU + address 172.18.85.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2534 + alias arun-2534.Princeton.EDU + address 172.18.85.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2536 + alias arun-2536.Princeton.EDU + address 172.18.85.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2537 + alias arun-2537.Princeton.EDU + address 172.18.85.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2539 + alias arun-2539.Princeton.EDU + address 172.18.85.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2540 + alias arun-2540.Princeton.EDU + address 172.18.85.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2542 + alias arun-2542.Princeton.EDU + address 172.18.85.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2543 + alias arun-2543.Princeton.EDU + address 172.18.85.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2545 + alias arun-2545.Princeton.EDU + address 172.18.85.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2546 + alias arun-2546.Princeton.EDU + address 172.18.85.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2554 + alias arun-2554.Princeton.EDU + address 172.18.87.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2555 + alias arun-2555.Princeton.EDU + address 172.18.87.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2556 + alias arun-2556.Princeton.EDU + address 172.18.87.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2557 + alias arun-2557.Princeton.EDU + address 172.18.69.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2558 + alias arun-2558.Princeton.EDU + address 172.18.69.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2567 + alias arun-2567.Princeton.EDU + address 172.18.84.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2568 + alias arun-2568.Princeton.EDU + address 172.18.84.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2573 + alias arun-2573.Princeton.EDU + address 172.18.83.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2574 + alias arun-2574.Princeton.EDU + address 172.18.85.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2577 + alias arun-2577.Princeton.EDU + address 172.18.83.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2578 + alias arun-2578.Princeton.EDU + address 172.18.83.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2579 + alias arun-2579.Princeton.EDU + address 172.18.83.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2603 + alias arun-2603.Princeton.EDU + address 172.18.88.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2605 + alias arun-2605.Princeton.EDU + address 172.18.88.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2606 + alias arun-2606.Princeton.EDU + address 172.18.88.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2608 + alias arun-2608.Princeton.EDU + address 172.18.232.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2610 + alias arun-2610.Princeton.EDU + address 172.18.69.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2611 + alias arun-2611.Princeton.EDU + address 172.18.88.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2613 + alias arun-2613.Princeton.EDU + address 172.18.66.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2614 + alias arun-2614.Princeton.EDU + address 172.18.64.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2622 + alias arun-2622.Princeton.EDU + address 172.18.65.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2623 + alias arun-2623.Princeton.EDU + address 172.18.66.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2626 + alias arun-2626.Princeton.EDU + address 172.18.67.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2627 + alias arun-2627.Princeton.EDU + address 172.18.67.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2643 + alias arun-2643.Princeton.EDU + address 172.18.85.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2646 + alias arun-2646.Princeton.EDU + address 172.18.83.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2649 + alias arun-2649.Princeton.EDU + address 172.18.84.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2650 + alias arun-2650.Princeton.EDU + address 172.18.84.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2781 + alias arun-2781.Princeton.EDU + address 172.18.85.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2782 + alias arun-2782.Princeton.EDU + address 172.18.83.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2783 + alias arun-2783.Princeton.EDU + address 172.18.83.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2784 + alias arun-2784.Princeton.EDU + address 172.18.83.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2785 + alias arun-2785.Princeton.EDU + address 172.18.83.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2797 + alias arun-2797.Princeton.EDU + address 172.18.84.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2798 + alias arun-2798.Princeton.EDU + address 172.18.84.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2951 + alias arun-2951.Princeton.EDU + address 172.18.84.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2955 + alias arun-2955.Princeton.EDU + address 172.18.84.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2956 + alias arun-2956.Princeton.EDU + address 172.18.84.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2996 + alias arun-2996.Princeton.EDU + address 172.18.84.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2997 + alias arun-2997.Princeton.EDU + address 172.18.84.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3007 + alias arun-3007.Princeton.EDU + address 172.18.84.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3009 + alias arun-3009.Princeton.EDU + address 172.18.65.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3010 + alias arun-3010.Princeton.EDU + address 172.18.66.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3011 + alias arun-3011.Princeton.EDU + address 172.18.67.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3014 + alias arun-3014.Princeton.EDU + address 172.18.68.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3015 + alias arun-3015.Princeton.EDU + address 172.18.69.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3017 + alias arun-3017.Princeton.EDU + address 172.18.73.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3018 + alias arun-3018.Princeton.EDU + address 172.18.65.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3019 + alias arun-3019.Princeton.EDU + address 172.18.84.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3022 + alias arun-3022.Princeton.EDU + address 172.18.84.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3023 + alias arun-3023.Princeton.EDU + address 172.18.84.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3024 + alias arun-3024.Princeton.EDU + address 172.18.84.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3027 + alias arun-3027.Princeton.EDU + address 172.18.84.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3029 + alias arun-3029.Princeton.EDU + address 172.18.84.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3035 + alias arun-3035.Princeton.EDU + address 172.18.84.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3036 + alias arun-3036.Princeton.EDU + address 172.18.84.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3040 + alias arun-3040.Princeton.EDU + address 172.18.84.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3045 + alias arun-3045.Princeton.EDU + address 172.18.84.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3046 + alias arun-3046.Princeton.EDU + address 172.18.84.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3047 + alias arun-3047.Princeton.EDU + address 172.18.84.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3048 + alias arun-3048.Princeton.EDU + address 172.18.84.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3050 + alias arun-3050.Princeton.EDU + address 172.18.84.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3051 + alias arun-3051.Princeton.EDU + address 172.18.64.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3054 + alias arun-3054.Princeton.EDU + address 172.18.73.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3061 + alias arun-3061.Princeton.EDU + address 172.18.66.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3062 + alias arun-3062.Princeton.EDU + address 172.18.73.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3063 + alias arun-3063.Princeton.EDU + address 172.18.73.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3064 + alias arun-3064.Princeton.EDU + address 172.18.73.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3066 + alias arun-3066.Princeton.EDU + address 172.18.89.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3067 + alias arun-3067.Princeton.EDU + address 172.18.89.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3068 + alias arun-3068.Princeton.EDU + address 172.18.89.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3069 + alias arun-3069.Princeton.EDU + address 172.18.89.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3070 + alias arun-3070.Princeton.EDU + address 172.18.89.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3071 + alias arun-3071.Princeton.EDU + address 172.18.74.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3072 + alias arun-3072.Princeton.EDU + address 172.18.74.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3073 + alias arun-3073.Princeton.EDU + address 172.18.74.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3074 + alias arun-3074.Princeton.EDU + address 172.18.74.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3076 + alias arun-3076.Princeton.EDU + address 172.18.67.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3078 + alias arun-3078.Princeton.EDU + address 172.18.89.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3079 + alias arun-3079.Princeton.EDU + address 172.18.64.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3082 + alias arun-3082.Princeton.EDU + address 172.18.224.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3083 + alias arun-3083.Princeton.EDU + address 172.18.224.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3084 + alias arun-3084.Princeton.EDU + address 172.18.224.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3085 + alias arun-3085.Princeton.EDU + address 172.18.224.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3308 + alias arun-3308.Princeton.EDU + address 172.18.84.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3377 + alias arun-3377.Princeton.EDU + address 172.18.70.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3378 + alias arun-3378.Princeton.EDU + address 172.18.70.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3379 + alias arun-3379.Princeton.EDU + address 172.18.70.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3380 + alias arun-3380.Princeton.EDU + address 172.18.70.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3381 + alias arun-3381.Princeton.EDU + address 172.18.70.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3382 + alias arun-3382.Princeton.EDU + address 172.18.70.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3383 + alias arun-3383.Princeton.EDU + address 172.18.70.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3384 + alias arun-3384.Princeton.EDU + address 172.18.70.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3385 + alias arun-3385.Princeton.EDU + address 172.18.70.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3386 + alias arun-3386.Princeton.EDU + address 172.18.70.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3387 + alias arun-3387.Princeton.EDU + address 172.18.70.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3388 + alias arun-3388.Princeton.EDU + address 172.18.70.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3389 + alias arun-3389.Princeton.EDU + address 172.18.70.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3390 + alias arun-3390.Princeton.EDU + address 172.18.70.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3391 + alias arun-3391.Princeton.EDU + address 172.18.70.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3392 + alias arun-3392.Princeton.EDU + address 172.18.70.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3393 + alias arun-3393.Princeton.EDU + address 172.18.70.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3394 + alias arun-3394.Princeton.EDU + address 172.18.70.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3395 + alias arun-3395.Princeton.EDU + address 172.18.70.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3396 + alias arun-3396.Princeton.EDU + address 172.18.70.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3397 + alias arun-3397.Princeton.EDU + address 172.18.70.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3398 + alias arun-3398.Princeton.EDU + address 172.18.70.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3399 + alias arun-3399.Princeton.EDU + address 172.18.70.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3400 + alias arun-3400.Princeton.EDU + address 172.18.70.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3401 + alias arun-3401.Princeton.EDU + address 172.18.70.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3402 + alias arun-3402.Princeton.EDU + address 172.18.70.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3403 + alias arun-3403.Princeton.EDU + address 172.18.70.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3404 + alias arun-3404.Princeton.EDU + address 172.18.70.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3405 + alias arun-3405.Princeton.EDU + address 172.18.70.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3406 + alias arun-3406.Princeton.EDU + address 172.18.70.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3408 + alias arun-3408.Princeton.EDU + address 172.18.70.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3409 + alias arun-3409.Princeton.EDU + address 172.18.70.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3410 + alias arun-3410.Princeton.EDU + address 172.18.70.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3411 + alias arun-3411.Princeton.EDU + address 172.18.70.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3412 + alias arun-3412.Princeton.EDU + address 172.18.70.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3413 + alias arun-3413.Princeton.EDU + address 172.18.70.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3414 + alias arun-3414.Princeton.EDU + address 172.18.70.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3415 + alias arun-3415.Princeton.EDU + address 172.18.70.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3416 + alias arun-3416.Princeton.EDU + address 172.18.70.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3417 + alias arun-3417.Princeton.EDU + address 172.18.71.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3418 + alias arun-3418.Princeton.EDU + address 172.18.71.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3419 + alias arun-3419.Princeton.EDU + address 172.18.71.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3420 + alias arun-3420.Princeton.EDU + address 172.18.71.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3421 + alias arun-3421.Princeton.EDU + address 172.18.71.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3422 + alias arun-3422.Princeton.EDU + address 172.18.71.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3423 + alias arun-3423.Princeton.EDU + address 172.18.71.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3424 + alias arun-3424.Princeton.EDU + address 172.18.71.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3425 + alias arun-3425.Princeton.EDU + address 172.18.71.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3426 + alias arun-3426.Princeton.EDU + address 172.18.71.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3427 + alias arun-3427.Princeton.EDU + address 172.18.71.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3428 + alias arun-3428.Princeton.EDU + address 172.18.71.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3429 + alias arun-3429.Princeton.EDU + address 172.18.71.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3430 + alias arun-3430.Princeton.EDU + address 172.18.71.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3431 + alias arun-3431.Princeton.EDU + address 172.18.71.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3432 + alias arun-3432.Princeton.EDU + address 172.18.71.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3433 + alias arun-3433.Princeton.EDU + address 172.18.71.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3434 + alias arun-3434.Princeton.EDU + address 172.18.71.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3435 + alias arun-3435.Princeton.EDU + address 172.18.71.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3436 + alias arun-3436.Princeton.EDU + address 172.18.71.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3437 + alias arun-3437.Princeton.EDU + address 172.18.71.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3438 + alias arun-3438.Princeton.EDU + address 172.18.71.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3439 + alias arun-3439.Princeton.EDU + address 172.18.71.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3440 + alias arun-3440.Princeton.EDU + address 172.18.71.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3441 + alias arun-3441.Princeton.EDU + address 172.18.71.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3442 + alias arun-3442.Princeton.EDU + address 172.18.71.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3443 + alias arun-3443.Princeton.EDU + address 172.18.71.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3444 + alias arun-3444.Princeton.EDU + address 172.18.71.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3445 + alias arun-3445.Princeton.EDU + address 172.18.71.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3446 + alias arun-3446.Princeton.EDU + address 172.18.71.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3447 + alias arun-3447.Princeton.EDU + address 172.18.71.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3448 + alias arun-3448.Princeton.EDU + address 172.18.71.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3449 + alias arun-3449.Princeton.EDU + address 172.18.71.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3450 + alias arun-3450.Princeton.EDU + address 172.18.71.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3451 + alias arun-3451.Princeton.EDU + address 172.18.71.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3452 + alias arun-3452.Princeton.EDU + address 172.18.71.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3453 + alias arun-3453.Princeton.EDU + address 172.18.71.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3454 + alias arun-3454.Princeton.EDU + address 172.18.71.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3455 + alias arun-3455.Princeton.EDU + address 172.18.71.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3456 + alias arun-3456.Princeton.EDU + address 172.18.71.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3457 + alias arun-3457.Princeton.EDU + address 172.18.71.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3458 + alias arun-3458.Princeton.EDU + address 172.18.71.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3459 + alias arun-3459.Princeton.EDU + address 172.18.71.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3460 + alias arun-3460.Princeton.EDU + address 172.18.71.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3461 + alias arun-3461.Princeton.EDU + address 172.18.71.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3462 + alias arun-3462.Princeton.EDU + address 172.18.71.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3463 + alias arun-3463.Princeton.EDU + address 172.18.71.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3464 + alias arun-3464.Princeton.EDU + address 172.18.71.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3465 + alias arun-3465.Princeton.EDU + address 172.18.71.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3466 + alias arun-3466.Princeton.EDU + address 172.18.71.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3467 + alias arun-3467.Princeton.EDU + address 172.18.71.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3468 + alias arun-3468.Princeton.EDU + address 172.18.71.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3469 + alias arun-3469.Princeton.EDU + address 172.18.71.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3470 + alias arun-3470.Princeton.EDU + address 172.18.71.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3471 + alias arun-3471.Princeton.EDU + address 172.18.71.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3472 + alias arun-3472.Princeton.EDU + address 172.18.71.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3473 + alias arun-3473.Princeton.EDU + address 172.18.71.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3474 + alias arun-3474.Princeton.EDU + address 172.18.71.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3475 + alias arun-3475.Princeton.EDU + address 172.18.71.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3476 + alias arun-3476.Princeton.EDU + address 172.18.71.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3477 + alias arun-3477.Princeton.EDU + address 172.18.71.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3478 + alias arun-3478.Princeton.EDU + address 172.18.71.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3479 + alias arun-3479.Princeton.EDU + address 172.18.71.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3480 + alias arun-3480.Princeton.EDU + address 172.18.71.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3481 + alias arun-3481.Princeton.EDU + address 172.18.71.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3482 + alias arun-3482.Princeton.EDU + address 172.18.71.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3483 + alias arun-3483.Princeton.EDU + address 172.18.71.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3484 + alias arun-3484.Princeton.EDU + address 172.18.71.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3485 + alias arun-3485.Princeton.EDU + address 172.18.71.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3486 + alias arun-3486.Princeton.EDU + address 172.18.71.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3510 + alias arun-3510.Princeton.EDU + address 172.18.84.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3511 + alias arun-3511.Princeton.EDU + address 172.18.84.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3512 + alias arun-3512.Princeton.EDU + address 172.18.84.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3513 + alias arun-3513.Princeton.EDU + address 172.18.84.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3555 + alias arun-3555.Princeton.EDU + address 172.18.84.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3556 + alias arun-3556.Princeton.EDU + address 172.18.84.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3557 + alias arun-3557.Princeton.EDU + address 172.18.84.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3558 + alias arun-3558.Princeton.EDU + address 172.18.84.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3559 + alias arun-3559.Princeton.EDU + address 172.18.84.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3560 + alias arun-3560.Princeton.EDU + address 172.18.83.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3561 + alias arun-3561.Princeton.EDU + address 172.18.83.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3562 + alias arun-3562.Princeton.EDU + address 172.18.83.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3563 + alias arun-3563.Princeton.EDU + address 172.18.83.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3564 + alias arun-3564.Princeton.EDU + address 172.18.83.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3565 + alias arun-3565.Princeton.EDU + address 172.18.83.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3566 + alias arun-3566.Princeton.EDU + address 172.18.83.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3567 + alias arun-3567.Princeton.EDU + address 172.18.83.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3568 + alias arun-3568.Princeton.EDU + address 172.18.83.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3569 + alias arun-3569.Princeton.EDU + address 172.18.83.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3570 + alias arun-3570.Princeton.EDU + address 172.18.83.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3571 + alias arun-3571.Princeton.EDU + address 172.18.83.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3592 + alias arun-3592.Princeton.EDU + address 172.18.84.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3663 + alias arun-3663.Princeton.EDU + address 172.18.84.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3665 + alias arun-3665.Princeton.EDU + address 172.18.233.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3666 + alias arun-3666.Princeton.EDU + address 172.18.233.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3667 + alias arun-3667.Princeton.EDU + address 172.18.233.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3668 + alias arun-3668.Princeton.EDU + address 172.18.233.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3669 + alias arun-3669.Princeton.EDU + address 172.18.233.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3670 + alias arun-3670.Princeton.EDU + address 172.18.233.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3671 + alias arun-3671.Princeton.EDU + address 172.18.233.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3672 + alias arun-3672.Princeton.EDU + address 172.18.83.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3673 + alias arun-3673.Princeton.EDU + address 172.18.83.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3674 + alias arun-3674.Princeton.EDU + address 172.18.83.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3755 + alias arun-3755.Princeton.EDU + address 172.18.83.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3756 + alias arun-3756.Princeton.EDU + address 172.18.83.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3757 + alias arun-3757.Princeton.EDU + address 172.18.78.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3758 + alias arun-3758.Princeton.EDU + address 172.18.78.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3759 + alias arun-3759.Princeton.EDU + address 172.18.81.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3760 + alias arun-3760.Princeton.EDU + address 172.18.81.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3761 + alias arun-3761.Princeton.EDU + address 172.18.83.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3762 + alias arun-3762.Princeton.EDU + address 172.18.83.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3763 + alias arun-3763.Princeton.EDU + address 172.18.83.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3764 + alias arun-3764.Princeton.EDU + address 172.18.83.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3765 + alias arun-3765.Princeton.EDU + address 172.18.83.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3766 + alias arun-3766.Princeton.EDU + address 172.18.84.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3767 + alias arun-3767.Princeton.EDU + address 172.18.84.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3768 + alias arun-3768.Princeton.EDU + address 172.18.84.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3769 + alias arun-3769.Princeton.EDU + address 172.18.84.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3770 + alias arun-3770.Princeton.EDU + address 172.18.84.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3771 + alias arun-3771.Princeton.EDU + address 172.18.65.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3772 + alias arun-3772.Princeton.EDU + address 172.18.65.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3773 + alias arun-3773.Princeton.EDU + address 172.18.83.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3774 + alias arun-3774.Princeton.EDU + address 172.18.83.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3775 + alias arun-3775.Princeton.EDU + address 172.18.83.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3776 + alias arun-3776.Princeton.EDU + address 172.18.66.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3810 + alias arun-3810.Princeton.EDU + address 172.18.83.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3862 + alias arun-3862.Princeton.EDU + address 172.18.83.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3863 + alias arun-3863.Princeton.EDU + address 172.18.83.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3864 + alias arun-3864.Princeton.EDU + address 172.18.83.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3870 + alias arun-3870.Princeton.EDU + address 172.18.83.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3871 + alias arun-3871.Princeton.EDU + address 172.18.83.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3877 + alias arun-3877.Princeton.EDU + address 172.18.83.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3878 + alias arun-3878.Princeton.EDU + address 172.18.83.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3879 + alias arun-3879.Princeton.EDU + address 172.18.83.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3880 + alias arun-3880.Princeton.EDU + address 172.18.83.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3881 + alias arun-3881.Princeton.EDU + address 172.18.83.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4412 + alias arun-4412.Princeton.EDU + address 172.18.64.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4413 + alias arun-4413.Princeton.EDU + address 172.18.64.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4414 + alias arun-4414.Princeton.EDU + address 172.18.65.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4415 + alias arun-4415.Princeton.EDU + address 172.18.65.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4416 + alias arun-4416.Princeton.EDU + address 172.18.65.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4417 + alias arun-4417.Princeton.EDU + address 172.18.66.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4418 + alias arun-4418.Princeton.EDU + address 172.18.66.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4419 + alias arun-4419.Princeton.EDU + address 172.18.66.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4420 + alias arun-4420.Princeton.EDU + address 172.18.66.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4421 + alias arun-4421.Princeton.EDU + address 172.18.65.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4422 + alias arun-4422.Princeton.EDU + address 172.18.66.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4423 + alias arun-4423.Princeton.EDU + address 172.18.66.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4424 + alias arun-4424.Princeton.EDU + address 172.18.66.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4425 + alias arun-4425.Princeton.EDU + address 172.18.66.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4426 + alias arun-4426.Princeton.EDU + address 172.18.66.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4428 + alias arun-4428.Princeton.EDU + address 172.18.65.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4429 + alias arun-4429.Princeton.EDU + address 172.18.65.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4430 + alias arun-4430.Princeton.EDU + address 172.18.65.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4431 + alias arun-4431.Princeton.EDU + address 172.18.65.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4432 + alias arun-4432.Princeton.EDU + address 172.18.65.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4433 + alias arun-4433.Princeton.EDU + address 172.18.65.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4434 + alias arun-4434.Princeton.EDU + address 172.18.65.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4435 + alias arun-4435.Princeton.EDU + address 172.18.67.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4436 + alias arun-4436.Princeton.EDU + address 172.18.68.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4437 + alias arun-4437.Princeton.EDU + address 172.18.68.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4438 + alias arun-4438.Princeton.EDU + address 172.18.68.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4439 + alias arun-4439.Princeton.EDU + address 172.18.72.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4440 + alias arun-4440.Princeton.EDU + address 172.18.75.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4441 + alias arun-4441.Princeton.EDU + address 172.18.75.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4442 + alias arun-4442.Princeton.EDU + address 172.18.75.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4443 + alias arun-4443.Princeton.EDU + address 172.18.75.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4445 + alias arun-4445.Princeton.EDU + address 172.18.233.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4446 + alias arun-4446.Princeton.EDU + address 172.18.233.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4660 + alias arun-4660.Princeton.EDU + address 172.18.225.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4681 + alias arun-4681.Princeton.EDU + address 172.18.225.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4682 + alias arun-4682.Princeton.EDU + address 172.18.225.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4683 + alias arun-4683.Princeton.EDU + address 172.18.225.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4684 + alias arun-4684.Princeton.EDU + address 172.18.225.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4988 + alias arun-4988.Princeton.EDU + address 172.18.233.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5340 + alias arun-5340.Princeton.EDU + address 172.18.65.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5341 + alias arun-5341.Princeton.EDU + address 172.18.233.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5342 + alias arun-5342.Princeton.EDU + address 172.18.233.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5343 + alias arun-5343.Princeton.EDU + address 172.18.233.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5344 + alias arun-5344.Princeton.EDU + address 172.18.233.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5347 + alias arun-5347.Princeton.EDU + address 172.18.80.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5362 + alias arun-5362.Princeton.EDU + address 172.18.83.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5363 + alias arun-5363.Princeton.EDU + address 172.18.66.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5365 + alias arun-5365.Princeton.EDU + address 172.18.66.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5367 + alias arun-5367.Princeton.EDU + address 172.18.66.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5368 + alias arun-5368.Princeton.EDU + address 172.18.66.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5369 + alias arun-5369.Princeton.EDU + address 172.18.66.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5370 + alias arun-5370.Princeton.EDU + address 172.18.76.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5371 + alias arun-5371.Princeton.EDU + address 172.18.78.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5372 + alias arun-5372.Princeton.EDU + address 172.18.78.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5373 + alias arun-5373.Princeton.EDU + address 172.18.78.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5374 + alias arun-5374.Princeton.EDU + address 172.18.78.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5375 + alias arun-5375.Princeton.EDU + address 172.18.82.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5376 + alias arun-5376.Princeton.EDU + address 172.18.84.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5377 + alias arun-5377.Princeton.EDU + address 172.18.84.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5378 + alias arun-5378.Princeton.EDU + address 172.18.84.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5440 + alias arun-5440.Princeton.EDU + address 172.18.66.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5441 + alias arun-5441.Princeton.EDU + address 172.18.66.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5442 + alias arun-5442.Princeton.EDU + address 172.18.66.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5443 + alias arun-5443.Princeton.EDU + address 172.18.66.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5444 + alias arun-5444.Princeton.EDU + address 172.18.66.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5445 + alias arun-5445.Princeton.EDU + address 172.18.66.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5446 + alias arun-5446.Princeton.EDU + address 172.18.66.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5447 + alias arun-5447.Princeton.EDU + address 172.18.66.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5448 + alias arun-5448.Princeton.EDU + address 172.18.66.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5449 + alias arun-5449.Princeton.EDU + address 172.18.66.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5450 + alias arun-5450.Princeton.EDU + address 172.18.66.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5451 + alias arun-5451.Princeton.EDU + address 172.18.66.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5452 + alias arun-5452.Princeton.EDU + address 172.18.66.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5453 + alias arun-5453.Princeton.EDU + address 172.18.66.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5454 + alias arun-5454.Princeton.EDU + address 172.18.66.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5455 + alias arun-5455.Princeton.EDU + address 172.18.66.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5456 + alias arun-5456.Princeton.EDU + address 172.18.66.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5457 + alias arun-5457.Princeton.EDU + address 172.18.66.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5458 + alias arun-5458.Princeton.EDU + address 172.18.66.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5459 + alias arun-5459.Princeton.EDU + address 172.18.66.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5460 + alias arun-5460.Princeton.EDU + address 172.18.67.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5461 + alias arun-5461.Princeton.EDU + address 172.18.67.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5462 + alias arun-5462.Princeton.EDU + address 172.18.67.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5463 + alias arun-5463.Princeton.EDU + address 172.18.67.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5464 + alias arun-5464.Princeton.EDU + address 172.18.67.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5465 + alias arun-5465.Princeton.EDU + address 172.18.67.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5466 + alias arun-5466.Princeton.EDU + address 172.18.67.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5467 + alias arun-5467.Princeton.EDU + address 172.18.67.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5468 + alias arun-5468.Princeton.EDU + address 172.18.67.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5481 + alias arun-5481.Princeton.EDU + address 172.18.66.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5482 + alias arun-5482.Princeton.EDU + address 172.18.88.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5483 + alias arun-5483.Princeton.EDU + address 172.18.88.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5484 + alias arun-5484.Princeton.EDU + address 172.18.88.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5485 + alias arun-5485.Princeton.EDU + address 172.18.88.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5486 + alias arun-5486.Princeton.EDU + address 172.18.88.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5487 + alias arun-5487.Princeton.EDU + address 172.18.88.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5488 + alias arun-5488.Princeton.EDU + address 172.18.88.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5489 + alias arun-5489.Princeton.EDU + address 172.18.88.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5490 + alias arun-5490.Princeton.EDU + address 172.18.81.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5491 + alias arun-5491.Princeton.EDU + address 172.18.81.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5492 + alias arun-5492.Princeton.EDU + address 172.18.81.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5493 + alias arun-5493.Princeton.EDU + address 172.18.64.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5494 + alias arun-5494.Princeton.EDU + address 172.18.67.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5495 + alias arun-5495.Princeton.EDU + address 172.18.88.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5496 + alias arun-5496.Princeton.EDU + address 172.18.88.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5497 + alias arun-5497.Princeton.EDU + address 172.18.81.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5498 + alias arun-5498.Princeton.EDU + address 172.18.67.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5499 + alias arun-5499.Princeton.EDU + address 172.18.88.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5500 + alias arun-5500.Princeton.EDU + address 172.18.67.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5502 + alias arun-5502.Princeton.EDU + address 172.18.81.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5503 + alias arun-5503.Princeton.EDU + address 172.18.81.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5504 + alias arun-5504.Princeton.EDU + address 172.18.81.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5506 + alias arun-5506.Princeton.EDU + address 172.18.66.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5508 + alias arun-5508.Princeton.EDU + address 172.18.84.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5509 + alias arun-5509.Princeton.EDU + address 172.18.84.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5512 + alias arun-5512.Princeton.EDU + address 172.18.84.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5513 + alias arun-5513.Princeton.EDU + address 172.18.67.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5514 + alias arun-5514.Princeton.EDU + address 172.18.68.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5515 + alias arun-5515.Princeton.EDU + address 172.18.84.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5516 + alias arun-5516.Princeton.EDU + address 172.18.65.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5519 + alias arun-5519.Princeton.EDU + address 172.18.67.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5520 + alias arun-5520.Princeton.EDU + address 172.18.66.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5521 + alias arun-5521.Princeton.EDU + address 172.18.65.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5525 + alias arun-5525.Princeton.EDU + address 172.18.84.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5527 + alias arun-5527.Princeton.EDU + address 172.18.67.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5529 + alias arun-5529.Princeton.EDU + address 172.18.84.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5530 + alias arun-5530.Princeton.EDU + address 172.18.67.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5531 + alias arun-5531.Princeton.EDU + address 172.18.67.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5532 + alias arun-5532.Princeton.EDU + address 172.18.67.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5533 + alias arun-5533.Princeton.EDU + address 172.18.88.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5534 + alias arun-5534.Princeton.EDU + address 172.18.88.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5535 + alias arun-5535.Princeton.EDU + address 172.18.88.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5536 + alias arun-5536.Princeton.EDU + address 172.18.65.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5537 + alias arun-5537.Princeton.EDU + address 172.18.88.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5539 + alias arun-5539.Princeton.EDU + address 172.18.81.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5540 + alias arun-5540.Princeton.EDU + address 172.18.81.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5541 + alias arun-5541.Princeton.EDU + address 172.18.88.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5542 + alias arun-5542.Princeton.EDU + address 172.18.68.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5543 + alias arun-5543.Princeton.EDU + address 172.18.68.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5544 + alias arun-5544.Princeton.EDU + address 172.18.81.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5545 + alias arun-5545.Princeton.EDU + address 172.18.88.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5546 + alias arun-5546.Princeton.EDU + address 172.18.68.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5547 + alias arun-5547.Princeton.EDU + address 172.18.81.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5548 + alias arun-5548.Princeton.EDU + address 172.18.81.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5549 + alias arun-5549.Princeton.EDU + address 172.18.88.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5550 + alias arun-5550.Princeton.EDU + address 172.18.88.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5551 + alias arun-5551.Princeton.EDU + address 172.18.68.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5552 + alias arun-5552.Princeton.EDU + address 172.18.81.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5553 + alias arun-5553.Princeton.EDU + address 172.18.88.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5554 + alias arun-5554.Princeton.EDU + address 172.18.81.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5555 + alias arun-5555.Princeton.EDU + address 172.18.81.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5556 + alias arun-5556.Princeton.EDU + address 172.18.81.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5557 + alias arun-5557.Princeton.EDU + address 172.18.84.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5558 + alias arun-5558.Princeton.EDU + address 172.18.88.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5559 + alias arun-5559.Princeton.EDU + address 172.18.81.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5560 + alias arun-5560.Princeton.EDU + address 172.18.64.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5561 + alias arun-5561.Princeton.EDU + address 172.18.84.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5562 + alias arun-5562.Princeton.EDU + address 172.18.68.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5563 + alias arun-5563.Princeton.EDU + address 172.18.68.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5564 + alias arun-5564.Princeton.EDU + address 172.18.68.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5565 + alias arun-5565.Princeton.EDU + address 172.18.68.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5566 + alias arun-5566.Princeton.EDU + address 172.18.67.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5567 + alias arun-5567.Princeton.EDU + address 172.18.68.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5568 + alias arun-5568.Princeton.EDU + address 172.18.68.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5569 + alias arun-5569.Princeton.EDU + address 172.18.71.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5570 + alias arun-5570.Princeton.EDU + address 172.18.68.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5571 + alias arun-5571.Princeton.EDU + address 172.18.66.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5572 + alias arun-5572.Princeton.EDU + address 172.18.76.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5573 + alias arun-5573.Princeton.EDU + address 172.18.68.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5574 + alias arun-5574.Princeton.EDU + address 172.18.84.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5575 + alias arun-5575.Princeton.EDU + address 172.18.69.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5576 + alias arun-5576.Princeton.EDU + address 172.18.66.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5577 + alias arun-5577.Princeton.EDU + address 172.18.82.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5578 + alias arun-5578.Princeton.EDU + address 172.18.69.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5579 + alias arun-5579.Princeton.EDU + address 172.18.65.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5580 + alias arun-5580.Princeton.EDU + address 172.18.82.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5581 + alias arun-5581.Princeton.EDU + address 172.18.69.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5582 + alias arun-5582.Princeton.EDU + address 172.18.84.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5583 + alias arun-5583.Princeton.EDU + address 172.18.69.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5584 + alias arun-5584.Princeton.EDU + address 172.18.65.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5585 + alias arun-5585.Princeton.EDU + address 172.18.70.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5586 + alias arun-5586.Princeton.EDU + address 172.18.66.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5587 + alias arun-5587.Princeton.EDU + address 172.18.65.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5588 + alias arun-5588.Princeton.EDU + address 172.18.82.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5590 + alias arun-5590.Princeton.EDU + address 172.18.84.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5591 + alias arun-5591.Princeton.EDU + address 172.18.80.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5592 + alias arun-5592.Princeton.EDU + address 172.18.81.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5593 + alias arun-5593.Princeton.EDU + address 172.18.65.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5594 + alias arun-5594.Princeton.EDU + address 172.18.84.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5595 + alias arun-5595.Princeton.EDU + address 172.18.84.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5596 + alias arun-5596.Princeton.EDU + address 172.18.84.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5597 + alias arun-5597.Princeton.EDU + address 172.18.71.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5598 + alias arun-5598.Princeton.EDU + address 172.18.78.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5599 + alias arun-5599.Princeton.EDU + address 172.18.75.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5600 + alias arun-5600.Princeton.EDU + address 172.18.71.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5601 + alias arun-5601.Princeton.EDU + address 172.18.66.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5602 + alias arun-5602.Princeton.EDU + address 172.18.67.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5603 + alias arun-5603.Princeton.EDU + address 172.18.67.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5604 + alias arun-5604.Princeton.EDU + address 172.18.67.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5605 + alias arun-5605.Princeton.EDU + address 172.18.67.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5606 + alias arun-5606.Princeton.EDU + address 172.18.67.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5607 + alias arun-5607.Princeton.EDU + address 172.18.71.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5608 + alias arun-5608.Princeton.EDU + address 172.18.73.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5609 + alias arun-5609.Princeton.EDU + address 172.18.73.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5611 + alias arun-5611.Princeton.EDU + address 172.18.73.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5612 + alias arun-5612.Princeton.EDU + address 172.18.71.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5613 + alias arun-5613.Princeton.EDU + address 172.18.73.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5614 + alias arun-5614.Princeton.EDU + address 172.18.75.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5616 + alias arun-5616.Princeton.EDU + address 172.18.75.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5617 + alias arun-5617.Princeton.EDU + address 172.18.73.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5618 + alias arun-5618.Princeton.EDU + address 172.18.75.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5619 + alias arun-5619.Princeton.EDU + address 172.18.75.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5621 + alias arun-5621.Princeton.EDU + address 172.18.75.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5622 + alias arun-5622.Princeton.EDU + address 172.18.73.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5623 + alias arun-5623.Princeton.EDU + address 172.18.75.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5624 + alias arun-5624.Princeton.EDU + address 172.18.73.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5625 + alias arun-5625.Princeton.EDU + address 172.18.68.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5626 + alias arun-5626.Princeton.EDU + address 172.18.84.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5627 + alias arun-5627.Princeton.EDU + address 172.18.73.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5628 + alias arun-5628.Princeton.EDU + address 172.18.73.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5629 + alias arun-5629.Princeton.EDU + address 172.18.73.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5630 + alias arun-5630.Princeton.EDU + address 172.18.73.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5631 + alias arun-5631.Princeton.EDU + address 172.18.67.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5632 + alias arun-5632.Princeton.EDU + address 172.18.67.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5633 + alias arun-5633.Princeton.EDU + address 172.18.73.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5634 + alias arun-5634.Princeton.EDU + address 172.18.83.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5636 + alias arun-5636.Princeton.EDU + address 172.18.73.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5639 + alias arun-5639.Princeton.EDU + address 172.18.83.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5641 + alias arun-5641.Princeton.EDU + address 172.18.73.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5642 + alias arun-5642.Princeton.EDU + address 172.18.73.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5643 + alias arun-5643.Princeton.EDU + address 172.18.68.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5644 + alias arun-5644.Princeton.EDU + address 172.18.68.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5645 + alias arun-5645.Princeton.EDU + address 172.18.68.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5646 + alias arun-5646.Princeton.EDU + address 172.18.68.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5647 + alias arun-5647.Princeton.EDU + address 172.18.73.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5648 + alias arun-5648.Princeton.EDU + address 172.18.87.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5649 + alias arun-5649.Princeton.EDU + address 172.18.73.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5650 + alias arun-5650.Princeton.EDU + address 172.18.68.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5651 + alias arun-5651.Princeton.EDU + address 172.18.87.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5652 + alias arun-5652.Princeton.EDU + address 172.18.76.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5653 + alias arun-5653.Princeton.EDU + address 172.18.76.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5654 + alias arun-5654.Princeton.EDU + address 172.18.76.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5655 + alias arun-5655.Princeton.EDU + address 172.18.68.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5656 + alias arun-5656.Princeton.EDU + address 172.18.64.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5657 + alias arun-5657.Princeton.EDU + address 172.18.76.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5658 + alias arun-5658.Princeton.EDU + address 172.18.76.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5659 + alias arun-5659.Princeton.EDU + address 172.18.76.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5660 + alias arun-5660.Princeton.EDU + address 172.18.76.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5661 + alias arun-5661.Princeton.EDU + address 172.18.66.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5662 + alias arun-5662.Princeton.EDU + address 172.18.67.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5663 + alias arun-5663.Princeton.EDU + address 172.18.68.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5665 + alias arun-5665.Princeton.EDU + address 172.18.76.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5666 + alias arun-5666.Princeton.EDU + address 172.18.76.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5667 + alias arun-5667.Princeton.EDU + address 172.18.68.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5668 + alias arun-5668.Princeton.EDU + address 172.18.76.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5669 + alias arun-5669.Princeton.EDU + address 172.18.68.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5670 + alias arun-5670.Princeton.EDU + address 172.18.68.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5671 + alias arun-5671.Princeton.EDU + address 172.18.76.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5672 + alias arun-5672.Princeton.EDU + address 172.18.68.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5673 + alias arun-5673.Princeton.EDU + address 172.18.68.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5674 + alias arun-5674.Princeton.EDU + address 172.18.76.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5675 + alias arun-5675.Princeton.EDU + address 172.18.76.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5676 + alias arun-5676.Princeton.EDU + address 172.18.76.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5677 + alias arun-5677.Princeton.EDU + address 172.18.65.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5678 + alias arun-5678.Princeton.EDU + address 172.18.76.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5679 + alias arun-5679.Princeton.EDU + address 172.18.76.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5680 + alias arun-5680.Princeton.EDU + address 172.18.76.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5681 + alias arun-5681.Princeton.EDU + address 172.18.76.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5682 + alias arun-5682.Princeton.EDU + address 172.18.76.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5683 + alias arun-5683.Princeton.EDU + address 172.18.76.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5685 + alias arun-5685.Princeton.EDU + address 172.18.78.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5686 + alias arun-5686.Princeton.EDU + address 172.18.78.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5687 + alias arun-5687.Princeton.EDU + address 172.18.78.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5688 + alias arun-5688.Princeton.EDU + address 172.18.81.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5689 + alias arun-5689.Princeton.EDU + address 172.18.81.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5690 + alias arun-5690.Princeton.EDU + address 172.18.81.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5691 + alias arun-5691.Princeton.EDU + address 172.18.65.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5692 + alias arun-5692.Princeton.EDU + address 172.18.88.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5693 + alias arun-5693.Princeton.EDU + address 172.18.88.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5789 + alias arun-5789.Princeton.EDU + address 172.18.75.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5790 + alias arun-5790.Princeton.EDU + address 172.18.75.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5791 + alias arun-5791.Princeton.EDU + address 172.18.75.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5792 + alias arun-5792.Princeton.EDU + address 172.18.75.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5793 + alias arun-5793.Princeton.EDU + address 172.18.75.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5853 + alias arun-5853.Princeton.EDU + address 172.18.64.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6000 + alias arun-6000.Princeton.EDU + address 172.18.233.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6008 + alias arun-6008.Princeton.EDU + address 172.18.66.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6016 + alias arun-6016.Princeton.EDU + address 172.18.83.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6020 + alias arun-6020.Princeton.EDU + address 172.18.83.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6038 + alias arun-6038.Princeton.EDU + address 172.18.83.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6041 + alias arun-6041.Princeton.EDU + address 172.18.83.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6047 + alias arun-6047.Princeton.EDU + address 172.18.65.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6048 + alias arun-6048.Princeton.EDU + address 172.18.65.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6068 + alias arun-6068.Princeton.EDU + address 172.18.65.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6076 + alias arun-6076.Princeton.EDU + address 172.18.82.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6077 + alias arun-6077.Princeton.EDU + address 172.18.83.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6089 + alias arun-6089.Princeton.EDU + address 172.18.83.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6090 + alias arun-6090.Princeton.EDU + address 172.18.83.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6107 + alias arun-6107.Princeton.EDU + address 172.18.64.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6108 + alias arun-6108.Princeton.EDU + address 172.18.64.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6109 + alias arun-6109.Princeton.EDU + address 172.18.64.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6110 + alias arun-6110.Princeton.EDU + address 172.18.64.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6111 + alias arun-6111.Princeton.EDU + address 172.18.66.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6112 + alias arun-6112.Princeton.EDU + address 172.18.67.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6113 + alias arun-6113.Princeton.EDU + address 172.18.67.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6114 + alias arun-6114.Princeton.EDU + address 172.18.67.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6115 + alias arun-6115.Princeton.EDU + address 172.18.67.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6116 + alias arun-6116.Princeton.EDU + address 172.18.67.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6117 + alias arun-6117.Princeton.EDU + address 172.18.66.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6118 + alias arun-6118.Princeton.EDU + address 172.18.67.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6119 + alias arun-6119.Princeton.EDU + address 172.18.67.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6120 + alias arun-6120.Princeton.EDU + address 172.18.67.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6121 + alias arun-6121.Princeton.EDU + address 172.18.67.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6122 + alias arun-6122.Princeton.EDU + address 172.18.67.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6123 + alias arun-6123.Princeton.EDU + address 172.18.67.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6124 + alias arun-6124.Princeton.EDU + address 172.18.67.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6125 + alias arun-6125.Princeton.EDU + address 172.18.67.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6126 + alias arun-6126.Princeton.EDU + address 172.18.67.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6127 + alias arun-6127.Princeton.EDU + address 172.18.67.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6128 + alias arun-6128.Princeton.EDU + address 172.18.67.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6129 + alias arun-6129.Princeton.EDU + address 172.18.67.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6130 + alias arun-6130.Princeton.EDU + address 172.18.67.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6131 + alias arun-6131.Princeton.EDU + address 172.18.67.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6135 + alias arun-6135.Princeton.EDU + address 172.18.67.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6138 + alias arun-6138.Princeton.EDU + address 172.18.68.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6142 + alias arun-6142.Princeton.EDU + address 172.18.74.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6152 + alias arun-6152.Princeton.EDU + address 172.18.74.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6153 + alias arun-6153.Princeton.EDU + address 172.18.74.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6154 + alias arun-6154.Princeton.EDU + address 172.18.74.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6155 + alias arun-6155.Princeton.EDU + address 172.18.74.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6156 + alias arun-6156.Princeton.EDU + address 172.18.74.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6157 + alias arun-6157.Princeton.EDU + address 172.18.74.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6158 + alias arun-6158.Princeton.EDU + address 172.18.74.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6159 + alias arun-6159.Princeton.EDU + address 172.18.74.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6160 + alias arun-6160.Princeton.EDU + address 172.18.74.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6161 + alias arun-6161.Princeton.EDU + address 172.18.74.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6162 + alias arun-6162.Princeton.EDU + address 172.18.74.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6163 + alias arun-6163.Princeton.EDU + address 172.18.74.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6164 + alias arun-6164.Princeton.EDU + address 172.18.74.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6165 + alias arun-6165.Princeton.EDU + address 172.18.74.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6166 + alias arun-6166.Princeton.EDU + address 172.18.74.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6167 + alias arun-6167.Princeton.EDU + address 172.18.74.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6168 + alias arun-6168.Princeton.EDU + address 172.18.74.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6169 + alias arun-6169.Princeton.EDU + address 172.18.74.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6170 + alias arun-6170.Princeton.EDU + address 172.18.74.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6171 + alias arun-6171.Princeton.EDU + address 172.18.74.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6172 + alias arun-6172.Princeton.EDU + address 172.18.84.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6173 + alias arun-6173.Princeton.EDU + address 172.18.74.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6174 + alias arun-6174.Princeton.EDU + address 172.18.74.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6175 + alias arun-6175.Princeton.EDU + address 172.18.74.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6176 + alias arun-6176.Princeton.EDU + address 172.18.74.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6177 + alias arun-6177.Princeton.EDU + address 172.18.74.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6192 + alias arun-6192.Princeton.EDU + address 172.18.74.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6193 + alias arun-6193.Princeton.EDU + address 172.18.74.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6194 + alias arun-6194.Princeton.EDU + address 172.18.74.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6195 + alias arun-6195.Princeton.EDU + address 172.18.74.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6196 + alias arun-6196.Princeton.EDU + address 172.18.68.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6197 + alias arun-6197.Princeton.EDU + address 172.18.74.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6198 + alias arun-6198.Princeton.EDU + address 172.18.74.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6199 + alias arun-6199.Princeton.EDU + address 172.18.74.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6200 + alias arun-6200.Princeton.EDU + address 172.18.74.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6201 + alias arun-6201.Princeton.EDU + address 172.18.74.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6202 + alias arun-6202.Princeton.EDU + address 172.18.74.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6203 + alias arun-6203.Princeton.EDU + address 172.18.74.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6204 + alias arun-6204.Princeton.EDU + address 172.18.74.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6205 + alias arun-6205.Princeton.EDU + address 172.18.74.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6206 + alias arun-6206.Princeton.EDU + address 172.18.74.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6207 + alias arun-6207.Princeton.EDU + address 172.18.74.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6208 + alias arun-6208.Princeton.EDU + address 172.18.74.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6209 + alias arun-6209.Princeton.EDU + address 172.18.74.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6210 + alias arun-6210.Princeton.EDU + address 172.18.74.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6211 + alias arun-6211.Princeton.EDU + address 172.18.74.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6212 + alias arun-6212.Princeton.EDU + address 172.18.74.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6213 + alias arun-6213.Princeton.EDU + address 172.18.74.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6214 + alias arun-6214.Princeton.EDU + address 172.18.74.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6215 + alias arun-6215.Princeton.EDU + address 172.18.74.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6229 + alias arun-6229.Princeton.EDU + address 172.18.74.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6230 + alias arun-6230.Princeton.EDU + address 172.18.74.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6231 + alias arun-6231.Princeton.EDU + address 172.18.74.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6232 + alias arun-6232.Princeton.EDU + address 172.18.74.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6233 + alias arun-6233.Princeton.EDU + address 172.18.74.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6234 + alias arun-6234.Princeton.EDU + address 172.18.74.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6235 + alias arun-6235.Princeton.EDU + address 172.18.74.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6236 + alias arun-6236.Princeton.EDU + address 172.18.74.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6237 + alias arun-6237.Princeton.EDU + address 172.18.74.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6238 + alias arun-6238.Princeton.EDU + address 172.18.74.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6239 + alias arun-6239.Princeton.EDU + address 172.18.74.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6240 + alias arun-6240.Princeton.EDU + address 172.18.74.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6241 + alias arun-6241.Princeton.EDU + address 172.18.74.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6242 + alias arun-6242.Princeton.EDU + address 172.18.74.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6243 + alias arun-6243.Princeton.EDU + address 172.18.74.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6244 + alias arun-6244.Princeton.EDU + address 172.18.74.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6245 + alias arun-6245.Princeton.EDU + address 172.18.74.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6246 + alias arun-6246.Princeton.EDU + address 172.18.65.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6247 + alias arun-6247.Princeton.EDU + address 172.18.65.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6248 + alias arun-6248.Princeton.EDU + address 172.18.65.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6267 + alias arun-6267.Princeton.EDU + address 172.18.74.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6268 + alias arun-6268.Princeton.EDU + address 172.18.74.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6269 + alias arun-6269.Princeton.EDU + address 172.18.74.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6270 + alias arun-6270.Princeton.EDU + address 172.18.74.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6271 + alias arun-6271.Princeton.EDU + address 172.18.74.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6272 + alias arun-6272.Princeton.EDU + address 172.18.74.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6273 + alias arun-6273.Princeton.EDU + address 172.18.74.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6274 + alias arun-6274.Princeton.EDU + address 172.18.74.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6275 + alias arun-6275.Princeton.EDU + address 172.18.74.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6276 + alias arun-6276.Princeton.EDU + address 172.18.74.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6277 + alias arun-6277.Princeton.EDU + address 172.18.74.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6278 + alias arun-6278.Princeton.EDU + address 172.18.74.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6279 + alias arun-6279.Princeton.EDU + address 172.18.74.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6280 + alias arun-6280.Princeton.EDU + address 172.18.74.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6281 + alias arun-6281.Princeton.EDU + address 172.18.74.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6282 + alias arun-6282.Princeton.EDU + address 172.18.74.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6283 + alias arun-6283.Princeton.EDU + address 172.18.74.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6284 + alias arun-6284.Princeton.EDU + address 172.18.74.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6285 + alias arun-6285.Princeton.EDU + address 172.18.74.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6286 + alias arun-6286.Princeton.EDU + address 172.18.74.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6287 + alias arun-6287.Princeton.EDU + address 172.18.74.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6288 + alias arun-6288.Princeton.EDU + address 172.18.74.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6289 + alias arun-6289.Princeton.EDU + address 172.18.74.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6290 + alias arun-6290.Princeton.EDU + address 172.18.74.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6291 + alias arun-6291.Princeton.EDU + address 172.18.74.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6292 + alias arun-6292.Princeton.EDU + address 172.18.75.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6293 + alias arun-6293.Princeton.EDU + address 172.18.74.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6294 + alias arun-6294.Princeton.EDU + address 172.18.74.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6295 + alias arun-6295.Princeton.EDU + address 172.18.74.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6296 + alias arun-6296.Princeton.EDU + address 172.18.74.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6297 + alias arun-6297.Princeton.EDU + address 172.18.74.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6298 + alias arun-6298.Princeton.EDU + address 172.18.74.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6299 + alias arun-6299.Princeton.EDU + address 172.18.74.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6300 + alias arun-6300.Princeton.EDU + address 172.18.74.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6301 + alias arun-6301.Princeton.EDU + address 172.18.74.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6302 + alias arun-6302.Princeton.EDU + address 172.18.74.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6303 + alias arun-6303.Princeton.EDU + address 172.18.74.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6304 + alias arun-6304.Princeton.EDU + address 172.18.73.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6305 + alias arun-6305.Princeton.EDU + address 172.18.74.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6306 + alias arun-6306.Princeton.EDU + address 172.18.83.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6307 + alias arun-6307.Princeton.EDU + address 172.18.84.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6308 + alias arun-6308.Princeton.EDU + address 172.18.84.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6309 + alias arun-6309.Princeton.EDU + address 172.18.84.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6310 + alias arun-6310.Princeton.EDU + address 172.18.84.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6347 + alias arun-6347.Princeton.EDU + address 172.18.231.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6348 + alias arun-6348.Princeton.EDU + address 172.18.231.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6349 + alias arun-6349.Princeton.EDU + address 172.18.231.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6350 + alias arun-6350.Princeton.EDU + address 172.18.231.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6351 + alias arun-6351.Princeton.EDU + address 172.18.231.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6352 + alias arun-6352.Princeton.EDU + address 172.18.231.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6353 + alias arun-6353.Princeton.EDU + address 172.18.231.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6354 + alias arun-6354.Princeton.EDU + address 172.18.231.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6355 + alias arun-6355.Princeton.EDU + address 172.18.231.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6356 + alias arun-6356.Princeton.EDU + address 172.18.231.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6357 + alias arun-6357.Princeton.EDU + address 172.18.231.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6442 + alias arun-6442.Princeton.EDU + address 172.18.84.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6576 + alias arun-6576.Princeton.EDU + address 172.18.66.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6577 + alias arun-6577.Princeton.EDU + address 172.18.65.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6578 + alias arun-6578.Princeton.EDU + address 172.18.65.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6579 + alias arun-6579.Princeton.EDU + address 172.18.66.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6580 + alias arun-6580.Princeton.EDU + address 172.18.66.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6581 + alias arun-6581.Princeton.EDU + address 172.18.66.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6582 + alias arun-6582.Princeton.EDU + address 172.18.66.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6583 + alias arun-6583.Princeton.EDU + address 172.18.66.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6584 + alias arun-6584.Princeton.EDU + address 172.18.66.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6585 + alias arun-6585.Princeton.EDU + address 172.18.66.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6586 + alias arun-6586.Princeton.EDU + address 172.18.67.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6587 + alias arun-6587.Princeton.EDU + address 172.18.67.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6681 + alias arun-6681.Princeton.EDU + address 172.18.228.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6682 + alias arun-6682.Princeton.EDU + address 172.18.228.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6683 + alias arun-6683.Princeton.EDU + address 172.18.228.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6684 + alias arun-6684.Princeton.EDU + address 172.18.228.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6685 + alias arun-6685.Princeton.EDU + address 172.18.228.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6686 + alias arun-6686.Princeton.EDU + address 172.18.228.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6687 + alias arun-6687.Princeton.EDU + address 172.18.228.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6688 + alias arun-6688.Princeton.EDU + address 172.18.228.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6689 + alias arun-6689.Princeton.EDU + address 172.18.228.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6690 + alias arun-6690.Princeton.EDU + address 172.18.228.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6691 + alias arun-6691.Princeton.EDU + address 172.18.229.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6692 + alias arun-6692.Princeton.EDU + address 172.18.228.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6693 + alias arun-6693.Princeton.EDU + address 172.18.228.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6694 + alias arun-6694.Princeton.EDU + address 172.18.228.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6695 + alias arun-6695.Princeton.EDU + address 172.18.228.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6696 + alias arun-6696.Princeton.EDU + address 172.18.228.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6697 + alias arun-6697.Princeton.EDU + address 172.18.228.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6698 + alias arun-6698.Princeton.EDU + address 172.18.228.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6699 + alias arun-6699.Princeton.EDU + address 172.18.228.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6700 + alias arun-6700.Princeton.EDU + address 172.18.228.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6701 + alias arun-6701.Princeton.EDU + address 172.18.228.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6703 + alias arun-6703.Princeton.EDU + address 172.18.228.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6704 + alias arun-6704.Princeton.EDU + address 172.18.228.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6705 + alias arun-6705.Princeton.EDU + address 172.18.228.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6706 + alias arun-6706.Princeton.EDU + address 172.18.228.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6707 + alias arun-6707.Princeton.EDU + address 172.18.228.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6708 + alias arun-6708.Princeton.EDU + address 172.18.228.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6709 + alias arun-6709.Princeton.EDU + address 172.18.228.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6710 + alias arun-6710.Princeton.EDU + address 172.18.228.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6711 + alias arun-6711.Princeton.EDU + address 172.18.228.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6712 + alias arun-6712.Princeton.EDU + address 172.18.228.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6713 + alias arun-6713.Princeton.EDU + address 172.18.228.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6714 + alias arun-6714.Princeton.EDU + address 172.18.228.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6715 + alias arun-6715.Princeton.EDU + address 172.18.228.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6716 + alias arun-6716.Princeton.EDU + address 172.18.228.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6717 + alias arun-6717.Princeton.EDU + address 172.18.228.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6718 + alias arun-6718.Princeton.EDU + address 172.18.228.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6719 + alias arun-6719.Princeton.EDU + address 172.18.228.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6720 + alias arun-6720.Princeton.EDU + address 172.18.228.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6721 + alias arun-6721.Princeton.EDU + address 172.18.228.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6722 + alias arun-6722.Princeton.EDU + address 172.18.228.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6723 + alias arun-6723.Princeton.EDU + address 172.18.228.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6734 + alias arun-6734.Princeton.EDU + address 172.18.228.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6735 + alias arun-6735.Princeton.EDU + address 172.18.228.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6736 + alias arun-6736.Princeton.EDU + address 172.18.228.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6737 + alias arun-6737.Princeton.EDU + address 172.18.228.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6738 + alias arun-6738.Princeton.EDU + address 172.18.228.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6739 + alias arun-6739.Princeton.EDU + address 172.18.228.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6740 + alias arun-6740.Princeton.EDU + address 172.18.228.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6741 + alias arun-6741.Princeton.EDU + address 172.18.228.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6742 + alias arun-6742.Princeton.EDU + address 172.18.228.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6743 + alias arun-6743.Princeton.EDU + address 172.18.228.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6744 + alias arun-6744.Princeton.EDU + address 172.18.229.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6745 + alias arun-6745.Princeton.EDU + address 172.18.229.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6746 + alias arun-6746.Princeton.EDU + address 172.18.229.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6747 + alias arun-6747.Princeton.EDU + address 172.18.229.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6748 + alias arun-6748.Princeton.EDU + address 172.18.229.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6749 + alias arun-6749.Princeton.EDU + address 172.18.229.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6750 + alias arun-6750.Princeton.EDU + address 172.18.229.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6751 + alias arun-6751.Princeton.EDU + address 172.18.229.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6752 + alias arun-6752.Princeton.EDU + address 172.18.229.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6753 + alias arun-6753.Princeton.EDU + address 172.18.229.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6754 + alias arun-6754.Princeton.EDU + address 172.18.229.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6755 + alias arun-6755.Princeton.EDU + address 172.18.229.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6762 + alias arun-6762.Princeton.EDU + address 172.18.229.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6763 + alias arun-6763.Princeton.EDU + address 172.18.229.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6764 + alias arun-6764.Princeton.EDU + address 172.18.229.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6765 + alias arun-6765.Princeton.EDU + address 172.18.229.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6766 + alias arun-6766.Princeton.EDU + address 172.18.229.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6767 + alias arun-6767.Princeton.EDU + address 172.18.229.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6768 + alias arun-6768.Princeton.EDU + address 172.18.229.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6769 + alias arun-6769.Princeton.EDU + address 172.18.229.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6770 + alias arun-6770.Princeton.EDU + address 172.18.229.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6771 + alias arun-6771.Princeton.EDU + address 172.18.229.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6772 + alias arun-6772.Princeton.EDU + address 172.18.229.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6773 + alias arun-6773.Princeton.EDU + address 172.18.229.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6774 + alias arun-6774.Princeton.EDU + address 172.18.229.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6775 + alias arun-6775.Princeton.EDU + address 172.18.229.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6776 + alias arun-6776.Princeton.EDU + address 172.18.229.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6783 + alias arun-6783.Princeton.EDU + address 172.18.229.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6784 + alias arun-6784.Princeton.EDU + address 172.18.229.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6785 + alias arun-6785.Princeton.EDU + address 172.18.229.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6786 + alias arun-6786.Princeton.EDU + address 172.18.229.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6787 + alias arun-6787.Princeton.EDU + address 172.18.229.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6789 + alias arun-6789.Princeton.EDU + address 172.18.229.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6880 + alias arun-6880.Princeton.EDU + address 172.18.84.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7200 + alias arun-7200.Princeton.EDU + address 172.18.231.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7201 + alias arun-7201.Princeton.EDU + address 172.18.231.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7202 + alias arun-7202.Princeton.EDU + address 172.18.231.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7203 + alias arun-7203.Princeton.EDU + address 172.18.231.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7204 + alias arun-7204.Princeton.EDU + address 172.18.231.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7205 + alias arun-7205.Princeton.EDU + address 172.18.84.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7206 + alias arun-7206.Princeton.EDU + address 172.18.84.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7207 + alias arun-7207.Princeton.EDU + address 172.18.84.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7208 + alias arun-7208.Princeton.EDU + address 172.18.84.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7209 + alias arun-7209.Princeton.EDU + address 172.18.84.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7210 + alias arun-7210.Princeton.EDU + address 172.18.84.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7211 + alias arun-7211.Princeton.EDU + address 172.18.84.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7214 + alias arun-7214.Princeton.EDU + address 172.18.233.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7215 + alias arun-7215.Princeton.EDU + address 172.18.233.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7216 + alias arun-7216.Princeton.EDU + address 172.18.233.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7217 + alias arun-7217.Princeton.EDU + address 172.18.233.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7302 + alias arun-7302.Princeton.EDU + address 172.18.233.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7303 + alias arun-7303.Princeton.EDU + address 172.18.233.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7304 + alias arun-7304.Princeton.EDU + address 172.18.233.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7305 + alias arun-7305.Princeton.EDU + address 172.18.233.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7306 + alias arun-7306.Princeton.EDU + address 172.18.233.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7307 + alias arun-7307.Princeton.EDU + address 172.18.233.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7308 + alias arun-7308.Princeton.EDU + address 172.18.233.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7309 + alias arun-7309.Princeton.EDU + address 172.18.233.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7310 + alias arun-7310.Princeton.EDU + address 172.18.233.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7311 + alias arun-7311.Princeton.EDU + address 172.18.233.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7312 + alias arun-7312.Princeton.EDU + address 172.18.233.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7313 + alias arun-7313.Princeton.EDU + address 172.18.233.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7314 + alias arun-7314.Princeton.EDU + address 172.18.233.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7315 + alias arun-7315.Princeton.EDU + address 172.18.233.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7316 + alias arun-7316.Princeton.EDU + address 172.18.233.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7317 + alias arun-7317.Princeton.EDU + address 172.18.233.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7318 + alias arun-7318.Princeton.EDU + address 172.18.233.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7319 + alias arun-7319.Princeton.EDU + address 172.18.65.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7320 + alias arun-7320.Princeton.EDU + address 172.18.71.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7321 + alias arun-7321.Princeton.EDU + address 172.18.71.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7322 + alias arun-7322.Princeton.EDU + address 172.18.67.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7323 + alias arun-7323.Princeton.EDU + address 172.18.71.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7324 + alias arun-7324.Princeton.EDU + address 172.18.84.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7325 + alias arun-7325.Princeton.EDU + address 172.18.84.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7326 + alias arun-7326.Princeton.EDU + address 172.18.84.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7332 + alias arun-7332.Princeton.EDU + address 172.18.84.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7333 + alias arun-7333.Princeton.EDU + address 172.18.84.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7338 + alias arun-7338.Princeton.EDU + address 172.18.83.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7339 + alias arun-7339.Princeton.EDU + address 172.18.83.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7340 + alias arun-7340.Princeton.EDU + address 172.18.84.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7341 + alias arun-7341.Princeton.EDU + address 172.18.84.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7342 + alias arun-7342.Princeton.EDU + address 172.18.84.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7343 + alias arun-7343.Princeton.EDU + address 172.18.84.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7344 + alias arun-7344.Princeton.EDU + address 172.18.84.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7345 + alias arun-7345.Princeton.EDU + address 172.18.84.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7346 + alias arun-7346.Princeton.EDU + address 172.18.84.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7347 + alias arun-7347.Princeton.EDU + address 172.18.84.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7348 + alias arun-7348.Princeton.EDU + address 172.18.84.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7349 + alias arun-7349.Princeton.EDU + address 172.18.84.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7350 + alias arun-7350.Princeton.EDU + address 172.18.84.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7351 + alias arun-7351.Princeton.EDU + address 172.18.84.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7352 + alias arun-7352.Princeton.EDU + address 172.18.84.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7353 + alias arun-7353.Princeton.EDU + address 172.18.84.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7354 + alias arun-7354.Princeton.EDU + address 172.18.65.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7429 + alias arun-7429.Princeton.EDU + address 172.18.66.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7430 + alias arun-7430.Princeton.EDU + address 172.18.66.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7431 + alias arun-7431.Princeton.EDU + address 172.18.67.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7432 + alias arun-7432.Princeton.EDU + address 172.18.68.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7433 + alias arun-7433.Princeton.EDU + address 172.18.68.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7434 + alias arun-7434.Princeton.EDU + address 172.18.68.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7435 + alias arun-7435.Princeton.EDU + address 172.18.68.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7436 + alias arun-7436.Princeton.EDU + address 172.18.68.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7437 + alias arun-7437.Princeton.EDU + address 172.18.68.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7438 + alias arun-7438.Princeton.EDU + address 172.18.68.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7439 + alias arun-7439.Princeton.EDU + address 172.18.68.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7440 + alias arun-7440.Princeton.EDU + address 172.18.76.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7441 + alias arun-7441.Princeton.EDU + address 172.18.76.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7442 + alias arun-7442.Princeton.EDU + address 172.18.76.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7443 + alias arun-7443.Princeton.EDU + address 172.18.76.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7444 + alias arun-7444.Princeton.EDU + address 172.18.76.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7445 + alias arun-7445.Princeton.EDU + address 172.18.76.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7446 + alias arun-7446.Princeton.EDU + address 172.18.76.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7447 + alias arun-7447.Princeton.EDU + address 172.18.76.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7448 + alias arun-7448.Princeton.EDU + address 172.18.76.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7449 + alias arun-7449.Princeton.EDU + address 172.18.76.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7450 + alias arun-7450.Princeton.EDU + address 172.18.76.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7451 + alias arun-7451.Princeton.EDU + address 172.18.76.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7452 + alias arun-7452.Princeton.EDU + address 172.18.76.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7453 + alias arun-7453.Princeton.EDU + address 172.18.76.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7454 + alias arun-7454.Princeton.EDU + address 172.18.76.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7455 + alias arun-7455.Princeton.EDU + address 172.18.76.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7456 + alias arun-7456.Princeton.EDU + address 172.18.76.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7457 + alias arun-7457.Princeton.EDU + address 172.18.76.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7458 + alias arun-7458.Princeton.EDU + address 172.18.76.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7459 + alias arun-7459.Princeton.EDU + address 172.18.76.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7460 + alias arun-7460.Princeton.EDU + address 172.18.76.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7461 + alias arun-7461.Princeton.EDU + address 172.18.76.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7462 + alias arun-7462.Princeton.EDU + address 172.18.76.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7463 + alias arun-7463.Princeton.EDU + address 172.18.76.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7464 + alias arun-7464.Princeton.EDU + address 172.18.76.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7465 + alias arun-7465.Princeton.EDU + address 172.18.76.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7466 + alias arun-7466.Princeton.EDU + address 172.18.76.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7467 + alias arun-7467.Princeton.EDU + address 172.18.76.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7468 + alias arun-7468.Princeton.EDU + address 172.18.76.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7469 + alias arun-7469.Princeton.EDU + address 172.18.76.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7470 + alias arun-7470.Princeton.EDU + address 172.18.76.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7471 + alias arun-7471.Princeton.EDU + address 172.18.76.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7472 + alias arun-7472.Princeton.EDU + address 172.18.76.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7473 + alias arun-7473.Princeton.EDU + address 172.18.76.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7474 + alias arun-7474.Princeton.EDU + address 172.18.76.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7475 + alias arun-7475.Princeton.EDU + address 172.18.76.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7476 + alias arun-7476.Princeton.EDU + address 172.18.76.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7477 + alias arun-7477.Princeton.EDU + address 172.18.76.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7478 + alias arun-7478.Princeton.EDU + address 172.18.76.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7479 + alias arun-7479.Princeton.EDU + address 172.18.76.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7480 + alias arun-7480.Princeton.EDU + address 172.18.76.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7481 + alias arun-7481.Princeton.EDU + address 172.18.76.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7482 + alias arun-7482.Princeton.EDU + address 172.18.76.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7483 + alias arun-7483.Princeton.EDU + address 172.18.76.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7500 + alias arun-7500.Princeton.EDU + address 172.18.65.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7501 + alias arun-7501.Princeton.EDU + address 172.18.65.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7502 + alias arun-7502.Princeton.EDU + address 172.18.65.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7503 + alias arun-7503.Princeton.EDU + address 172.18.65.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7504 + alias arun-7504.Princeton.EDU + address 172.18.65.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7505 + alias arun-7505.Princeton.EDU + address 172.18.65.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7506 + alias arun-7506.Princeton.EDU + address 172.18.65.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7507 + alias arun-7507.Princeton.EDU + address 172.18.65.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7508 + alias arun-7508.Princeton.EDU + address 172.18.76.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7509 + alias arun-7509.Princeton.EDU + address 172.18.76.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7510 + alias arun-7510.Princeton.EDU + address 172.18.76.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7511 + alias arun-7511.Princeton.EDU + address 172.18.76.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7512 + alias arun-7512.Princeton.EDU + address 172.18.76.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7513 + alias arun-7513.Princeton.EDU + address 172.18.76.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7514 + alias arun-7514.Princeton.EDU + address 172.18.76.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7515 + alias arun-7515.Princeton.EDU + address 172.18.76.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7516 + alias arun-7516.Princeton.EDU + address 172.18.76.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7517 + alias arun-7517.Princeton.EDU + address 172.18.76.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7518 + alias arun-7518.Princeton.EDU + address 172.18.76.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7519 + alias arun-7519.Princeton.EDU + address 172.18.76.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7520 + alias arun-7520.Princeton.EDU + address 172.18.76.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7521 + alias arun-7521.Princeton.EDU + address 172.18.76.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7522 + alias arun-7522.Princeton.EDU + address 172.18.76.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7523 + alias arun-7523.Princeton.EDU + address 172.18.76.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7524 + alias arun-7524.Princeton.EDU + address 172.18.76.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7525 + alias arun-7525.Princeton.EDU + address 172.18.76.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7526 + alias arun-7526.Princeton.EDU + address 172.18.76.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7527 + alias arun-7527.Princeton.EDU + address 172.18.76.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7528 + alias arun-7528.Princeton.EDU + address 172.18.76.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7529 + alias arun-7529.Princeton.EDU + address 172.18.76.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7530 + alias arun-7530.Princeton.EDU + address 172.18.76.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7531 + alias arun-7531.Princeton.EDU + address 172.18.76.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7532 + alias arun-7532.Princeton.EDU + address 172.18.76.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7533 + alias arun-7533.Princeton.EDU + address 172.18.76.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7534 + alias arun-7534.Princeton.EDU + address 172.18.76.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7535 + alias arun-7535.Princeton.EDU + address 172.18.76.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7536 + alias arun-7536.Princeton.EDU + address 172.18.76.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7537 + alias arun-7537.Princeton.EDU + address 172.18.76.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7538 + alias arun-7538.Princeton.EDU + address 172.18.76.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7539 + alias arun-7539.Princeton.EDU + address 172.18.76.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7540 + alias arun-7540.Princeton.EDU + address 172.18.76.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7541 + alias arun-7541.Princeton.EDU + address 172.18.76.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7542 + alias arun-7542.Princeton.EDU + address 172.18.76.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7543 + alias arun-7543.Princeton.EDU + address 172.18.76.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7544 + alias arun-7544.Princeton.EDU + address 172.18.76.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7545 + alias arun-7545.Princeton.EDU + address 172.18.76.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7546 + alias arun-7546.Princeton.EDU + address 172.18.76.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7547 + alias arun-7547.Princeton.EDU + address 172.18.76.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7548 + alias arun-7548.Princeton.EDU + address 172.18.76.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7549 + alias arun-7549.Princeton.EDU + address 172.18.76.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7550 + alias arun-7550.Princeton.EDU + address 172.18.76.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7551 + alias arun-7551.Princeton.EDU + address 172.18.76.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7552 + alias arun-7552.Princeton.EDU + address 172.18.76.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7553 + alias arun-7553.Princeton.EDU + address 172.18.76.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7554 + alias arun-7554.Princeton.EDU + address 172.18.76.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7555 + alias arun-7555.Princeton.EDU + address 172.18.76.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7556 + alias arun-7556.Princeton.EDU + address 172.18.76.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7557 + alias arun-7557.Princeton.EDU + address 172.18.67.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7558 + alias arun-7558.Princeton.EDU + address 172.18.76.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7559 + alias arun-7559.Princeton.EDU + address 172.18.76.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7560 + alias arun-7560.Princeton.EDU + address 172.18.76.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7561 + alias arun-7561.Princeton.EDU + address 172.18.76.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7562 + alias arun-7562.Princeton.EDU + address 172.18.76.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7563 + alias arun-7563.Princeton.EDU + address 172.18.76.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7564 + alias arun-7564.Princeton.EDU + address 172.18.76.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7565 + alias arun-7565.Princeton.EDU + address 172.18.76.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7566 + alias arun-7566.Princeton.EDU + address 172.18.65.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7567 + alias arun-7567.Princeton.EDU + address 172.18.65.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7645 + alias arun-7645.Princeton.EDU + address 172.18.65.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7794 + alias arun-7794.Princeton.EDU + address 172.18.64.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7795 + alias arun-7795.Princeton.EDU + address 172.18.64.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7796 + alias arun-7796.Princeton.EDU + address 172.18.64.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7797 + alias arun-7797.Princeton.EDU + address 172.18.64.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7798 + alias arun-7798.Princeton.EDU + address 172.18.65.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7799 + alias arun-7799.Princeton.EDU + address 172.18.65.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7800 + alias arun-7800.Princeton.EDU + address 172.18.67.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7801 + alias arun-7801.Princeton.EDU + address 172.18.67.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7802 + alias arun-7802.Princeton.EDU + address 172.18.67.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7803 + alias arun-7803.Princeton.EDU + address 172.18.67.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7804 + alias arun-7804.Princeton.EDU + address 172.18.67.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7805 + alias arun-7805.Princeton.EDU + address 172.18.67.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7806 + alias arun-7806.Princeton.EDU + address 172.18.67.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7807 + alias arun-7807.Princeton.EDU + address 172.18.67.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7808 + alias arun-7808.Princeton.EDU + address 172.18.67.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7809 + alias arun-7809.Princeton.EDU + address 172.18.67.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7810 + alias arun-7810.Princeton.EDU + address 172.18.68.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7811 + alias arun-7811.Princeton.EDU + address 172.18.68.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7812 + alias arun-7812.Princeton.EDU + address 172.18.68.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7813 + alias arun-7813.Princeton.EDU + address 172.18.68.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7814 + alias arun-7814.Princeton.EDU + address 172.18.69.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7815 + alias arun-7815.Princeton.EDU + address 172.18.69.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7816 + alias arun-7816.Princeton.EDU + address 172.18.69.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7817 + alias arun-7817.Princeton.EDU + address 172.18.69.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7818 + alias arun-7818.Princeton.EDU + address 172.18.69.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7819 + alias arun-7819.Princeton.EDU + address 172.18.64.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7820 + alias arun-7820.Princeton.EDU + address 172.18.68.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7821 + alias arun-7821.Princeton.EDU + address 172.18.68.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7822 + alias arun-7822.Princeton.EDU + address 172.18.69.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7823 + alias arun-7823.Princeton.EDU + address 172.18.69.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7824 + alias arun-7824.Princeton.EDU + address 172.18.71.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7825 + alias arun-7825.Princeton.EDU + address 172.18.71.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7826 + alias arun-7826.Princeton.EDU + address 172.18.71.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7827 + alias arun-7827.Princeton.EDU + address 172.18.67.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7828 + alias arun-7828.Princeton.EDU + address 172.18.71.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7829 + alias arun-7829.Princeton.EDU + address 172.18.66.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7830 + alias arun-7830.Princeton.EDU + address 172.18.73.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7831 + alias arun-7831.Princeton.EDU + address 172.18.73.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7832 + alias arun-7832.Princeton.EDU + address 172.18.76.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7833 + alias arun-7833.Princeton.EDU + address 172.18.76.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7834 + alias arun-7834.Princeton.EDU + address 172.18.76.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7835 + alias arun-7835.Princeton.EDU + address 172.18.76.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7836 + alias arun-7836.Princeton.EDU + address 172.18.76.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7837 + alias arun-7837.Princeton.EDU + address 172.18.77.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7838 + alias arun-7838.Princeton.EDU + address 172.18.77.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7839 + alias arun-7839.Princeton.EDU + address 172.18.77.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7840 + alias arun-7840.Princeton.EDU + address 172.18.77.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7841 + alias arun-7841.Princeton.EDU + address 172.18.77.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7842 + alias arun-7842.Princeton.EDU + address 172.18.77.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7843 + alias arun-7843.Princeton.EDU + address 172.18.77.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7844 + alias arun-7844.Princeton.EDU + address 172.18.77.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7845 + alias arun-7845.Princeton.EDU + address 172.18.77.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7846 + alias arun-7846.Princeton.EDU + address 172.18.77.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7847 + alias arun-7847.Princeton.EDU + address 172.18.77.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7848 + alias arun-7848.Princeton.EDU + address 172.18.77.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7849 + alias arun-7849.Princeton.EDU + address 172.18.77.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7850 + alias arun-7850.Princeton.EDU + address 172.18.77.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7851 + alias arun-7851.Princeton.EDU + address 172.18.77.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7852 + alias arun-7852.Princeton.EDU + address 172.18.77.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7853 + alias arun-7853.Princeton.EDU + address 172.18.77.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7854 + alias arun-7854.Princeton.EDU + address 172.18.77.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7855 + alias arun-7855.Princeton.EDU + address 172.18.77.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7856 + alias arun-7856.Princeton.EDU + address 172.18.77.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7857 + alias arun-7857.Princeton.EDU + address 172.18.77.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7858 + alias arun-7858.Princeton.EDU + address 172.18.77.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7859 + alias arun-7859.Princeton.EDU + address 172.18.77.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7860 + alias arun-7860.Princeton.EDU + address 172.18.77.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7861 + alias arun-7861.Princeton.EDU + address 172.18.77.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7885 + alias arun-7885.Princeton.EDU + address 172.18.64.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7886 + alias arun-7886.Princeton.EDU + address 172.18.76.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7887 + alias arun-7887.Princeton.EDU + address 172.18.77.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7888 + alias arun-7888.Princeton.EDU + address 172.18.77.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7889 + alias arun-7889.Princeton.EDU + address 172.18.77.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7890 + alias arun-7890.Princeton.EDU + address 172.18.77.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7891 + alias arun-7891.Princeton.EDU + address 172.18.77.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7892 + alias arun-7892.Princeton.EDU + address 172.18.77.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7893 + alias arun-7893.Princeton.EDU + address 172.18.77.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7894 + alias arun-7894.Princeton.EDU + address 172.18.77.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7895 + alias arun-7895.Princeton.EDU + address 172.18.77.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7896 + alias arun-7896.Princeton.EDU + address 172.18.77.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7897 + alias arun-7897.Princeton.EDU + address 172.18.77.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7898 + alias arun-7898.Princeton.EDU + address 172.18.77.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7899 + alias arun-7899.Princeton.EDU + address 172.18.77.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7900 + alias arun-7900.Princeton.EDU + address 172.18.77.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7901 + alias arun-7901.Princeton.EDU + address 172.18.77.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7902 + alias arun-7902.Princeton.EDU + address 172.18.77.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7903 + alias arun-7903.Princeton.EDU + address 172.18.77.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7904 + alias arun-7904.Princeton.EDU + address 172.18.77.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7905 + alias arun-7905.Princeton.EDU + address 172.18.65.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7906 + alias arun-7906.Princeton.EDU + address 172.18.65.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7907 + alias arun-7907.Princeton.EDU + address 172.18.65.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7908 + alias arun-7908.Princeton.EDU + address 172.18.65.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7909 + alias arun-7909.Princeton.EDU + address 172.18.65.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7910 + alias arun-7910.Princeton.EDU + address 172.18.65.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7911 + alias arun-7911.Princeton.EDU + address 172.18.77.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7912 + alias arun-7912.Princeton.EDU + address 172.18.65.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7913 + alias arun-7913.Princeton.EDU + address 172.18.77.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7914 + alias arun-7914.Princeton.EDU + address 172.18.77.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7915 + alias arun-7915.Princeton.EDU + address 172.18.77.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7916 + alias arun-7916.Princeton.EDU + address 172.18.77.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7917 + alias arun-7917.Princeton.EDU + address 172.18.77.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7918 + alias arun-7918.Princeton.EDU + address 172.18.77.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7919 + alias arun-7919.Princeton.EDU + address 172.18.77.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7920 + alias arun-7920.Princeton.EDU + address 172.18.77.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7921 + alias arun-7921.Princeton.EDU + address 172.18.77.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7922 + alias arun-7922.Princeton.EDU + address 172.18.77.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7923 + alias arun-7923.Princeton.EDU + address 172.18.77.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7924 + alias arun-7924.Princeton.EDU + address 172.18.77.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7925 + alias arun-7925.Princeton.EDU + address 172.18.77.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7926 + alias arun-7926.Princeton.EDU + address 172.18.77.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7927 + alias arun-7927.Princeton.EDU + address 172.18.77.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7928 + alias arun-7928.Princeton.EDU + address 172.18.77.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7929 + alias arun-7929.Princeton.EDU + address 172.18.77.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7930 + alias arun-7930.Princeton.EDU + address 172.18.77.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7931 + alias arun-7931.Princeton.EDU + address 172.18.77.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7932 + alias arun-7932.Princeton.EDU + address 172.18.77.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7933 + alias arun-7933.Princeton.EDU + address 172.18.77.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7934 + alias arun-7934.Princeton.EDU + address 172.18.77.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7935 + alias arun-7935.Princeton.EDU + address 172.18.77.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7936 + alias arun-7936.Princeton.EDU + address 172.18.77.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7937 + alias arun-7937.Princeton.EDU + address 172.18.77.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7938 + alias arun-7938.Princeton.EDU + address 172.18.77.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7939 + alias arun-7939.Princeton.EDU + address 172.18.77.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7940 + alias arun-7940.Princeton.EDU + address 172.18.77.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7941 + alias arun-7941.Princeton.EDU + address 172.18.77.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7942 + alias arun-7942.Princeton.EDU + address 172.18.77.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7943 + alias arun-7943.Princeton.EDU + address 172.18.77.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7944 + alias arun-7944.Princeton.EDU + address 172.18.77.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7945 + alias arun-7945.Princeton.EDU + address 172.18.77.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7946 + alias arun-7946.Princeton.EDU + address 172.18.77.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7947 + alias arun-7947.Princeton.EDU + address 172.18.77.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7948 + alias arun-7948.Princeton.EDU + address 172.18.77.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7949 + alias arun-7949.Princeton.EDU + address 172.18.77.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7950 + alias arun-7950.Princeton.EDU + address 172.18.77.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7951 + alias arun-7951.Princeton.EDU + address 172.18.77.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7952 + alias arun-7952.Princeton.EDU + address 172.18.77.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7953 + alias arun-7953.Princeton.EDU + address 172.18.77.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7954 + alias arun-7954.Princeton.EDU + address 172.18.77.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7955 + alias arun-7955.Princeton.EDU + address 172.18.77.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7956 + alias arun-7956.Princeton.EDU + address 172.18.77.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7957 + alias arun-7957.Princeton.EDU + address 172.18.77.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7958 + alias arun-7958.Princeton.EDU + address 172.18.77.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7959 + alias arun-7959.Princeton.EDU + address 172.18.77.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7960 + alias arun-7960.Princeton.EDU + address 172.18.77.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7961 + alias arun-7961.Princeton.EDU + address 172.18.77.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7962 + alias arun-7962.Princeton.EDU + address 172.18.77.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7963 + alias arun-7963.Princeton.EDU + address 172.18.77.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7964 + alias arun-7964.Princeton.EDU + address 172.18.77.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7965 + alias arun-7965.Princeton.EDU + address 172.18.77.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7966 + alias arun-7966.Princeton.EDU + address 172.18.77.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7967 + alias arun-7967.Princeton.EDU + address 172.18.77.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7968 + alias arun-7968.Princeton.EDU + address 172.18.77.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7969 + alias arun-7969.Princeton.EDU + address 172.18.77.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7970 + alias arun-7970.Princeton.EDU + address 172.18.77.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7971 + alias arun-7971.Princeton.EDU + address 172.18.77.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7972 + alias arun-7972.Princeton.EDU + address 172.18.77.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7973 + alias arun-7973.Princeton.EDU + address 172.18.77.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7974 + alias arun-7974.Princeton.EDU + address 172.18.77.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7975 + alias arun-7975.Princeton.EDU + address 172.18.77.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7976 + alias arun-7976.Princeton.EDU + address 172.18.77.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7977 + alias arun-7977.Princeton.EDU + address 172.18.77.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7978 + alias arun-7978.Princeton.EDU + address 172.18.77.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7979 + alias arun-7979.Princeton.EDU + address 172.18.77.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7980 + alias arun-7980.Princeton.EDU + address 172.18.77.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7981 + alias arun-7981.Princeton.EDU + address 172.18.77.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7982 + alias arun-7982.Princeton.EDU + address 172.18.77.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7983 + alias arun-7983.Princeton.EDU + address 172.18.77.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7984 + alias arun-7984.Princeton.EDU + address 172.18.77.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7985 + alias arun-7985.Princeton.EDU + address 172.18.77.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7986 + alias arun-7986.Princeton.EDU + address 172.18.77.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7987 + alias arun-7987.Princeton.EDU + address 172.18.77.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7988 + alias arun-7988.Princeton.EDU + address 172.18.77.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7989 + alias arun-7989.Princeton.EDU + address 172.18.77.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7990 + alias arun-7990.Princeton.EDU + address 172.18.77.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7991 + alias arun-7991.Princeton.EDU + address 172.18.77.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7992 + alias arun-7992.Princeton.EDU + address 172.18.77.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7993 + alias arun-7993.Princeton.EDU + address 172.18.77.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7994 + alias arun-7994.Princeton.EDU + address 172.18.77.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7995 + alias arun-7995.Princeton.EDU + address 172.18.77.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7996 + alias arun-7996.Princeton.EDU + address 172.18.77.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7997 + alias arun-7997.Princeton.EDU + address 172.18.77.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7998 + alias arun-7998.Princeton.EDU + address 172.18.77.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7999 + alias arun-7999.Princeton.EDU + address 172.18.77.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8000 + alias arun-8000.Princeton.EDU + address 172.18.77.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8001 + alias arun-8001.Princeton.EDU + address 172.18.77.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8002 + alias arun-8002.Princeton.EDU + address 172.18.77.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8003 + alias arun-8003.Princeton.EDU + address 172.18.77.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8004 + alias arun-8004.Princeton.EDU + address 172.18.77.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8005 + alias arun-8005.Princeton.EDU + address 172.18.77.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8006 + alias arun-8006.Princeton.EDU + address 172.18.77.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8007 + alias arun-8007.Princeton.EDU + address 172.18.77.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8008 + alias arun-8008.Princeton.EDU + address 172.18.77.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8009 + alias arun-8009.Princeton.EDU + address 172.18.77.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8010 + alias arun-8010.Princeton.EDU + address 172.18.77.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8011 + alias arun-8011.Princeton.EDU + address 172.18.77.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8012 + alias arun-8012.Princeton.EDU + address 172.18.77.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8013 + alias arun-8013.Princeton.EDU + address 172.18.77.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8014 + alias arun-8014.Princeton.EDU + address 172.18.77.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8015 + alias arun-8015.Princeton.EDU + address 172.18.77.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8016 + alias arun-8016.Princeton.EDU + address 172.18.77.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8017 + alias arun-8017.Princeton.EDU + address 172.18.77.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8018 + alias arun-8018.Princeton.EDU + address 172.18.77.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8019 + alias arun-8019.Princeton.EDU + address 172.18.77.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8020 + alias arun-8020.Princeton.EDU + address 172.18.77.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8021 + alias arun-8021.Princeton.EDU + address 172.18.77.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8022 + alias arun-8022.Princeton.EDU + address 172.18.77.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8023 + alias arun-8023.Princeton.EDU + address 172.18.77.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8024 + alias arun-8024.Princeton.EDU + address 172.18.77.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8025 + alias arun-8025.Princeton.EDU + address 172.18.77.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8026 + alias arun-8026.Princeton.EDU + address 172.18.77.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8038 + alias arun-8038.Princeton.EDU + address 172.18.231.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8039 + alias arun-8039.Princeton.EDU + address 172.18.231.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8063 + alias arun-8063.Princeton.EDU + address 172.18.77.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8064 + alias arun-8064.Princeton.EDU + address 172.18.77.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8065 + alias arun-8065.Princeton.EDU + address 172.18.77.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8066 + alias arun-8066.Princeton.EDU + address 172.18.77.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8067 + alias arun-8067.Princeton.EDU + address 172.18.77.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8068 + alias arun-8068.Princeton.EDU + address 172.18.77.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8069 + alias arun-8069.Princeton.EDU + address 172.18.77.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8070 + alias arun-8070.Princeton.EDU + address 172.18.77.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8071 + alias arun-8071.Princeton.EDU + address 172.18.77.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8072 + alias arun-8072.Princeton.EDU + address 172.18.77.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8073 + alias arun-8073.Princeton.EDU + address 172.18.77.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8074 + alias arun-8074.Princeton.EDU + address 172.18.77.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8075 + alias arun-8075.Princeton.EDU + address 172.18.77.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8076 + alias arun-8076.Princeton.EDU + address 172.18.77.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8077 + alias arun-8077.Princeton.EDU + address 172.18.77.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8078 + alias arun-8078.Princeton.EDU + address 172.18.77.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8079 + alias arun-8079.Princeton.EDU + address 172.18.77.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8080 + alias arun-8080.Princeton.EDU + address 172.18.77.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8081 + alias arun-8081.Princeton.EDU + address 172.18.77.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8082 + alias arun-8082.Princeton.EDU + address 172.18.77.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8083 + alias arun-8083.Princeton.EDU + address 172.18.77.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8084 + alias arun-8084.Princeton.EDU + address 172.18.77.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8085 + alias arun-8085.Princeton.EDU + address 172.18.77.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8086 + alias arun-8086.Princeton.EDU + address 172.18.77.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8087 + alias arun-8087.Princeton.EDU + address 172.18.77.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8088 + alias arun-8088.Princeton.EDU + address 172.18.77.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8089 + alias arun-8089.Princeton.EDU + address 172.18.77.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8090 + alias arun-8090.Princeton.EDU + address 172.18.77.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8091 + alias arun-8091.Princeton.EDU + address 172.18.77.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8092 + alias arun-8092.Princeton.EDU + address 172.18.77.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8093 + alias arun-8093.Princeton.EDU + address 172.18.77.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8094 + alias arun-8094.Princeton.EDU + address 172.18.77.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8098 + alias arun-8098.Princeton.EDU + address 172.18.66.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8099 + alias arun-8099.Princeton.EDU + address 172.18.67.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8100 + alias arun-8100.Princeton.EDU + address 172.18.67.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8101 + alias arun-8101.Princeton.EDU + address 172.18.73.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8102 + alias arun-8102.Princeton.EDU + address 172.18.77.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8103 + alias arun-8103.Princeton.EDU + address 172.18.65.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8104 + alias arun-8104.Princeton.EDU + address 172.18.78.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8105 + alias arun-8105.Princeton.EDU + address 172.18.78.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8106 + alias arun-8106.Princeton.EDU + address 172.18.78.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8107 + alias arun-8107.Princeton.EDU + address 172.18.78.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8108 + alias arun-8108.Princeton.EDU + address 172.18.78.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8109 + alias arun-8109.Princeton.EDU + address 172.18.78.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8110 + alias arun-8110.Princeton.EDU + address 172.18.78.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8111 + alias arun-8111.Princeton.EDU + address 172.18.78.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8112 + alias arun-8112.Princeton.EDU + address 172.18.78.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8113 + alias arun-8113.Princeton.EDU + address 172.18.78.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8114 + alias arun-8114.Princeton.EDU + address 172.18.78.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8115 + alias arun-8115.Princeton.EDU + address 172.18.78.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8116 + alias arun-8116.Princeton.EDU + address 172.18.78.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8117 + alias arun-8117.Princeton.EDU + address 172.18.77.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8118 + alias arun-8118.Princeton.EDU + address 172.18.78.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8119 + alias arun-8119.Princeton.EDU + address 172.18.66.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8120 + alias arun-8120.Princeton.EDU + address 172.18.66.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8121 + alias arun-8121.Princeton.EDU + address 172.18.77.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8122 + alias arun-8122.Princeton.EDU + address 172.18.68.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8123 + alias arun-8123.Princeton.EDU + address 172.18.68.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8124 + alias arun-8124.Princeton.EDU + address 172.18.68.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8125 + alias arun-8125.Princeton.EDU + address 172.18.67.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8126 + alias arun-8126.Princeton.EDU + address 172.18.67.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8127 + alias arun-8127.Princeton.EDU + address 172.18.67.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8128 + alias arun-8128.Princeton.EDU + address 172.18.67.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8129 + alias arun-8129.Princeton.EDU + address 172.18.67.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8130 + alias arun-8130.Princeton.EDU + address 172.18.67.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8131 + alias arun-8131.Princeton.EDU + address 172.18.67.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8132 + alias arun-8132.Princeton.EDU + address 172.18.67.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8133 + alias arun-8133.Princeton.EDU + address 172.18.67.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8134 + alias arun-8134.Princeton.EDU + address 172.18.67.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8135 + alias arun-8135.Princeton.EDU + address 172.18.67.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8136 + alias arun-8136.Princeton.EDU + address 172.18.77.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8137 + alias arun-8137.Princeton.EDU + address 172.18.78.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8138 + alias arun-8138.Princeton.EDU + address 172.18.78.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8139 + alias arun-8139.Princeton.EDU + address 172.18.78.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8140 + alias arun-8140.Princeton.EDU + address 172.18.78.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8141 + alias arun-8141.Princeton.EDU + address 172.18.78.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8142 + alias arun-8142.Princeton.EDU + address 172.18.78.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8143 + alias arun-8143.Princeton.EDU + address 172.18.78.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8144 + alias arun-8144.Princeton.EDU + address 172.18.78.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8145 + alias arun-8145.Princeton.EDU + address 172.18.68.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8146 + alias arun-8146.Princeton.EDU + address 172.18.68.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8147 + alias arun-8147.Princeton.EDU + address 172.18.68.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8150 + alias arun-8150.Princeton.EDU + address 172.18.69.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8151 + alias arun-8151.Princeton.EDU + address 172.18.69.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8152 + alias arun-8152.Princeton.EDU + address 172.18.73.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8153 + alias arun-8153.Princeton.EDU + address 172.18.75.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8154 + alias arun-8154.Princeton.EDU + address 172.18.80.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8155 + alias arun-8155.Princeton.EDU + address 172.18.80.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8156 + alias arun-8156.Princeton.EDU + address 172.18.80.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8157 + alias arun-8157.Princeton.EDU + address 172.18.80.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8158 + alias arun-8158.Princeton.EDU + address 172.18.80.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8159 + alias arun-8159.Princeton.EDU + address 172.18.80.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8160 + alias arun-8160.Princeton.EDU + address 172.18.80.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8161 + alias arun-8161.Princeton.EDU + address 172.18.80.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8162 + alias arun-8162.Princeton.EDU + address 172.18.80.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8163 + alias arun-8163.Princeton.EDU + address 172.18.80.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8164 + alias arun-8164.Princeton.EDU + address 172.18.75.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8165 + alias arun-8165.Princeton.EDU + address 172.18.75.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8166 + alias arun-8166.Princeton.EDU + address 172.18.75.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8167 + alias arun-8167.Princeton.EDU + address 172.18.75.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8168 + alias arun-8168.Princeton.EDU + address 172.18.75.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8169 + alias arun-8169.Princeton.EDU + address 172.18.75.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8170 + alias arun-8170.Princeton.EDU + address 172.18.75.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8171 + alias arun-8171.Princeton.EDU + address 172.18.75.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8172 + alias arun-8172.Princeton.EDU + address 172.18.75.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8173 + alias arun-8173.Princeton.EDU + address 172.18.75.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8174 + alias arun-8174.Princeton.EDU + address 172.18.80.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8175 + alias arun-8175.Princeton.EDU + address 172.18.80.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8176 + alias arun-8176.Princeton.EDU + address 172.18.80.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8177 + alias arun-8177.Princeton.EDU + address 172.18.80.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8178 + alias arun-8178.Princeton.EDU + address 172.18.80.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8179 + alias arun-8179.Princeton.EDU + address 172.18.75.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8180 + alias arun-8180.Princeton.EDU + address 172.18.75.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8181 + alias arun-8181.Princeton.EDU + address 172.18.75.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8182 + alias arun-8182.Princeton.EDU + address 172.18.75.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8183 + alias arun-8183.Princeton.EDU + address 172.18.75.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8184 + alias arun-8184.Princeton.EDU + address 172.18.80.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8185 + alias arun-8185.Princeton.EDU + address 172.18.80.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8186 + alias arun-8186.Princeton.EDU + address 172.18.80.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8187 + alias arun-8187.Princeton.EDU + address 172.18.80.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8188 + alias arun-8188.Princeton.EDU + address 172.18.80.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8189 + alias arun-8189.Princeton.EDU + address 172.18.75.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8190 + alias arun-8190.Princeton.EDU + address 172.18.80.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8191 + alias arun-8191.Princeton.EDU + address 172.18.80.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8192 + alias arun-8192.Princeton.EDU + address 172.18.80.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8193 + alias arun-8193.Princeton.EDU + address 172.18.80.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8194 + alias arun-8194.Princeton.EDU + address 172.18.80.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8195 + alias arun-8195.Princeton.EDU + address 172.18.80.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8196 + alias arun-8196.Princeton.EDU + address 172.18.78.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8197 + alias arun-8197.Princeton.EDU + address 172.18.80.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8198 + alias arun-8198.Princeton.EDU + address 172.18.67.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8199 + alias arun-8199.Princeton.EDU + address 172.18.78.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8200 + alias arun-8200.Princeton.EDU + address 172.18.78.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8201 + alias arun-8201.Princeton.EDU + address 172.18.78.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8202 + alias arun-8202.Princeton.EDU + address 172.18.78.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8203 + alias arun-8203.Princeton.EDU + address 172.18.78.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8204 + alias arun-8204.Princeton.EDU + address 172.18.78.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8205 + alias arun-8205.Princeton.EDU + address 172.18.78.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8206 + alias arun-8206.Princeton.EDU + address 172.18.78.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8207 + alias arun-8207.Princeton.EDU + address 172.18.78.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8208 + alias arun-8208.Princeton.EDU + address 172.18.78.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8209 + alias arun-8209.Princeton.EDU + address 172.18.78.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8210 + alias arun-8210.Princeton.EDU + address 172.18.78.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8211 + alias arun-8211.Princeton.EDU + address 172.18.78.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8212 + alias arun-8212.Princeton.EDU + address 172.18.78.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8213 + alias arun-8213.Princeton.EDU + address 172.18.78.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8214 + alias arun-8214.Princeton.EDU + address 172.18.78.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8215 + alias arun-8215.Princeton.EDU + address 172.18.78.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8216 + alias arun-8216.Princeton.EDU + address 172.18.78.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8217 + alias arun-8217.Princeton.EDU + address 172.18.78.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8218 + alias arun-8218.Princeton.EDU + address 172.18.78.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8219 + alias arun-8219.Princeton.EDU + address 172.18.78.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8220 + alias arun-8220.Princeton.EDU + address 172.18.78.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8221 + alias arun-8221.Princeton.EDU + address 172.18.78.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8222 + alias arun-8222.Princeton.EDU + address 172.18.78.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8223 + alias arun-8223.Princeton.EDU + address 172.18.78.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8224 + alias arun-8224.Princeton.EDU + address 172.18.78.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8225 + alias arun-8225.Princeton.EDU + address 172.18.78.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8226 + alias arun-8226.Princeton.EDU + address 172.18.78.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8227 + alias arun-8227.Princeton.EDU + address 172.18.78.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8228 + alias arun-8228.Princeton.EDU + address 172.18.78.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8229 + alias arun-8229.Princeton.EDU + address 172.18.78.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8230 + alias arun-8230.Princeton.EDU + address 172.18.78.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8231 + alias arun-8231.Princeton.EDU + address 172.18.78.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8232 + alias arun-8232.Princeton.EDU + address 172.18.78.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8233 + alias arun-8233.Princeton.EDU + address 172.18.78.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8234 + alias arun-8234.Princeton.EDU + address 172.18.78.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8235 + alias arun-8235.Princeton.EDU + address 172.18.78.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8236 + alias arun-8236.Princeton.EDU + address 172.18.78.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8237 + alias arun-8237.Princeton.EDU + address 172.18.78.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8238 + alias arun-8238.Princeton.EDU + address 172.18.78.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8239 + alias arun-8239.Princeton.EDU + address 172.18.78.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8240 + alias arun-8240.Princeton.EDU + address 172.18.78.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8241 + alias arun-8241.Princeton.EDU + address 172.18.78.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8242 + alias arun-8242.Princeton.EDU + address 172.18.78.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8243 + alias arun-8243.Princeton.EDU + address 172.18.78.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8244 + alias arun-8244.Princeton.EDU + address 172.18.78.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8245 + alias arun-8245.Princeton.EDU + address 172.18.78.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8246 + alias arun-8246.Princeton.EDU + address 172.18.78.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8247 + alias arun-8247.Princeton.EDU + address 172.18.78.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8248 + alias arun-8248.Princeton.EDU + address 172.18.78.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8249 + alias arun-8249.Princeton.EDU + address 172.18.78.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8250 + alias arun-8250.Princeton.EDU + address 172.18.78.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8251 + alias arun-8251.Princeton.EDU + address 172.18.78.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8252 + alias arun-8252.Princeton.EDU + address 172.18.78.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8253 + alias arun-8253.Princeton.EDU + address 172.18.78.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8254 + alias arun-8254.Princeton.EDU + address 172.18.78.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8256 + alias arun-8256.Princeton.EDU + address 172.18.78.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8257 + alias arun-8257.Princeton.EDU + address 172.18.78.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8258 + alias arun-8258.Princeton.EDU + address 172.18.78.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8259 + alias arun-8259.Princeton.EDU + address 172.18.78.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8260 + alias arun-8260.Princeton.EDU + address 172.18.78.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8261 + alias arun-8261.Princeton.EDU + address 172.18.78.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8262 + alias arun-8262.Princeton.EDU + address 172.18.78.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8263 + alias arun-8263.Princeton.EDU + address 172.18.78.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8264 + alias arun-8264.Princeton.EDU + address 172.18.78.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8265 + alias arun-8265.Princeton.EDU + address 172.18.78.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8266 + alias arun-8266.Princeton.EDU + address 172.18.78.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8267 + alias arun-8267.Princeton.EDU + address 172.18.78.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8268 + alias arun-8268.Princeton.EDU + address 172.18.78.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8269 + alias arun-8269.Princeton.EDU + address 172.18.78.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8270 + alias arun-8270.Princeton.EDU + address 172.18.78.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8271 + alias arun-8271.Princeton.EDU + address 172.18.78.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8272 + alias arun-8272.Princeton.EDU + address 172.18.78.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8273 + alias arun-8273.Princeton.EDU + address 172.18.78.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8274 + alias arun-8274.Princeton.EDU + address 172.18.78.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8275 + alias arun-8275.Princeton.EDU + address 172.18.78.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8276 + alias arun-8276.Princeton.EDU + address 172.18.78.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8277 + alias arun-8277.Princeton.EDU + address 172.18.78.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8278 + alias arun-8278.Princeton.EDU + address 172.18.78.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8279 + alias arun-8279.Princeton.EDU + address 172.18.78.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8280 + alias arun-8280.Princeton.EDU + address 172.18.78.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8281 + alias arun-8281.Princeton.EDU + address 172.18.78.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8282 + alias arun-8282.Princeton.EDU + address 172.18.78.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8283 + alias arun-8283.Princeton.EDU + address 172.18.78.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8284 + alias arun-8284.Princeton.EDU + address 172.18.78.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8285 + alias arun-8285.Princeton.EDU + address 172.18.78.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8286 + alias arun-8286.Princeton.EDU + address 172.18.78.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8287 + alias arun-8287.Princeton.EDU + address 172.18.78.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8288 + alias arun-8288.Princeton.EDU + address 172.18.78.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8289 + alias arun-8289.Princeton.EDU + address 172.18.78.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8290 + alias arun-8290.Princeton.EDU + address 172.18.78.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8291 + alias arun-8291.Princeton.EDU + address 172.18.78.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8292 + alias arun-8292.Princeton.EDU + address 172.18.78.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8293 + alias arun-8293.Princeton.EDU + address 172.18.78.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8294 + alias arun-8294.Princeton.EDU + address 172.18.78.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8295 + alias arun-8295.Princeton.EDU + address 172.18.78.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8296 + alias arun-8296.Princeton.EDU + address 172.18.78.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8297 + alias arun-8297.Princeton.EDU + address 172.18.78.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8298 + alias arun-8298.Princeton.EDU + address 172.18.78.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8299 + alias arun-8299.Princeton.EDU + address 172.18.78.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8300 + alias arun-8300.Princeton.EDU + address 172.18.78.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8301 + alias arun-8301.Princeton.EDU + address 172.18.78.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8302 + alias arun-8302.Princeton.EDU + address 172.18.78.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8303 + alias arun-8303.Princeton.EDU + address 172.18.78.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8304 + alias arun-8304.Princeton.EDU + address 172.18.78.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8305 + alias arun-8305.Princeton.EDU + address 172.18.78.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8306 + alias arun-8306.Princeton.EDU + address 172.18.78.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8307 + alias arun-8307.Princeton.EDU + address 172.18.78.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8308 + alias arun-8308.Princeton.EDU + address 172.18.78.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8309 + alias arun-8309.Princeton.EDU + address 172.18.78.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8310 + alias arun-8310.Princeton.EDU + address 172.18.78.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8311 + alias arun-8311.Princeton.EDU + address 172.18.78.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8312 + alias arun-8312.Princeton.EDU + address 172.18.78.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8313 + alias arun-8313.Princeton.EDU + address 172.18.78.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8314 + alias arun-8314.Princeton.EDU + address 172.18.78.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8315 + alias arun-8315.Princeton.EDU + address 172.18.78.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8316 + alias arun-8316.Princeton.EDU + address 172.18.78.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8317 + alias arun-8317.Princeton.EDU + address 172.18.78.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8319 + alias arun-8319.Princeton.EDU + address 172.18.78.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8320 + alias arun-8320.Princeton.EDU + address 172.18.80.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8321 + alias arun-8321.Princeton.EDU + address 172.18.80.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8322 + alias arun-8322.Princeton.EDU + address 172.18.80.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8323 + alias arun-8323.Princeton.EDU + address 172.18.80.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8324 + alias arun-8324.Princeton.EDU + address 172.18.78.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8325 + alias arun-8325.Princeton.EDU + address 172.18.78.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8326 + alias arun-8326.Princeton.EDU + address 172.18.78.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8327 + alias arun-8327.Princeton.EDU + address 172.18.78.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8328 + alias arun-8328.Princeton.EDU + address 172.18.78.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8329 + alias arun-8329.Princeton.EDU + address 172.18.78.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8330 + alias arun-8330.Princeton.EDU + address 172.18.78.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8331 + alias arun-8331.Princeton.EDU + address 172.18.78.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8332 + alias arun-8332.Princeton.EDU + address 172.18.78.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8333 + alias arun-8333.Princeton.EDU + address 172.18.78.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8334 + alias arun-8334.Princeton.EDU + address 172.18.78.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8335 + alias arun-8335.Princeton.EDU + address 172.18.78.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8336 + alias arun-8336.Princeton.EDU + address 172.18.78.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8337 + alias arun-8337.Princeton.EDU + address 172.18.78.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8338 + alias arun-8338.Princeton.EDU + address 172.18.78.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8339 + alias arun-8339.Princeton.EDU + address 172.18.78.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8340 + alias arun-8340.Princeton.EDU + address 172.18.78.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8341 + alias arun-8341.Princeton.EDU + address 172.18.78.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8342 + alias arun-8342.Princeton.EDU + address 172.18.78.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8343 + alias arun-8343.Princeton.EDU + address 172.18.78.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8344 + alias arun-8344.Princeton.EDU + address 172.18.78.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8345 + alias arun-8345.Princeton.EDU + address 172.18.78.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8346 + alias arun-8346.Princeton.EDU + address 172.18.78.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8347 + alias arun-8347.Princeton.EDU + address 172.18.78.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8348 + alias arun-8348.Princeton.EDU + address 172.18.78.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8349 + alias arun-8349.Princeton.EDU + address 172.18.78.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8350 + alias arun-8350.Princeton.EDU + address 172.18.78.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8351 + alias arun-8351.Princeton.EDU + address 172.18.78.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8352 + alias arun-8352.Princeton.EDU + address 172.18.78.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8353 + alias arun-8353.Princeton.EDU + address 172.18.78.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8354 + alias arun-8354.Princeton.EDU + address 172.18.78.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8355 + alias arun-8355.Princeton.EDU + address 172.18.78.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8356 + alias arun-8356.Princeton.EDU + address 172.18.78.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8357 + alias arun-8357.Princeton.EDU + address 172.18.78.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8358 + alias arun-8358.Princeton.EDU + address 172.18.78.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8359 + alias arun-8359.Princeton.EDU + address 172.18.78.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8360 + alias arun-8360.Princeton.EDU + address 172.18.78.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8361 + alias arun-8361.Princeton.EDU + address 172.18.78.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8362 + alias arun-8362.Princeton.EDU + address 172.18.78.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8363 + alias arun-8363.Princeton.EDU + address 172.18.78.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8364 + alias arun-8364.Princeton.EDU + address 172.18.78.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8365 + alias arun-8365.Princeton.EDU + address 172.18.78.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8366 + alias arun-8366.Princeton.EDU + address 172.18.78.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8367 + alias arun-8367.Princeton.EDU + address 172.18.78.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8368 + alias arun-8368.Princeton.EDU + address 172.18.78.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8369 + alias arun-8369.Princeton.EDU + address 172.18.78.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8370 + alias arun-8370.Princeton.EDU + address 172.18.78.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8371 + alias arun-8371.Princeton.EDU + address 172.18.78.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8372 + alias arun-8372.Princeton.EDU + address 172.18.78.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8373 + alias arun-8373.Princeton.EDU + address 172.18.78.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8374 + alias arun-8374.Princeton.EDU + address 172.18.78.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8375 + alias arun-8375.Princeton.EDU + address 172.18.78.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8376 + alias arun-8376.Princeton.EDU + address 172.18.78.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8377 + alias arun-8377.Princeton.EDU + address 172.18.78.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8378 + alias arun-8378.Princeton.EDU + address 172.18.78.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8379 + alias arun-8379.Princeton.EDU + address 172.18.78.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8380 + alias arun-8380.Princeton.EDU + address 172.18.78.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8381 + alias arun-8381.Princeton.EDU + address 172.18.78.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8382 + alias arun-8382.Princeton.EDU + address 172.18.78.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8383 + alias arun-8383.Princeton.EDU + address 172.18.78.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8384 + alias arun-8384.Princeton.EDU + address 172.18.78.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8385 + alias arun-8385.Princeton.EDU + address 172.18.78.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8386 + alias arun-8386.Princeton.EDU + address 172.18.78.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8387 + alias arun-8387.Princeton.EDU + address 172.18.78.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8388 + alias arun-8388.Princeton.EDU + address 172.18.78.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8389 + alias arun-8389.Princeton.EDU + address 172.18.78.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8390 + alias arun-8390.Princeton.EDU + address 172.18.78.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8391 + alias arun-8391.Princeton.EDU + address 172.18.78.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8392 + alias arun-8392.Princeton.EDU + address 172.18.78.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8393 + alias arun-8393.Princeton.EDU + address 172.18.80.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8394 + alias arun-8394.Princeton.EDU + address 172.18.80.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8395 + alias arun-8395.Princeton.EDU + address 172.18.80.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8396 + alias arun-8396.Princeton.EDU + address 172.18.80.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8397 + alias arun-8397.Princeton.EDU + address 172.18.80.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8398 + alias arun-8398.Princeton.EDU + address 172.18.80.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8399 + alias arun-8399.Princeton.EDU + address 172.18.80.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8400 + alias arun-8400.Princeton.EDU + address 172.18.80.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8401 + alias arun-8401.Princeton.EDU + address 172.18.80.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8402 + alias arun-8402.Princeton.EDU + address 172.18.80.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8403 + alias arun-8403.Princeton.EDU + address 172.18.80.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8404 + alias arun-8404.Princeton.EDU + address 172.18.80.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8405 + alias arun-8405.Princeton.EDU + address 172.18.80.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8406 + alias arun-8406.Princeton.EDU + address 172.18.80.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8407 + alias arun-8407.Princeton.EDU + address 172.18.80.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8408 + alias arun-8408.Princeton.EDU + address 172.18.80.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8409 + alias arun-8409.Princeton.EDU + address 172.18.80.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8410 + alias arun-8410.Princeton.EDU + address 172.18.80.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8411 + alias arun-8411.Princeton.EDU + address 172.18.80.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8412 + alias arun-8412.Princeton.EDU + address 172.18.64.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8413 + alias arun-8413.Princeton.EDU + address 172.18.67.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8414 + alias arun-8414.Princeton.EDU + address 172.18.67.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8415 + alias arun-8415.Princeton.EDU + address 172.18.67.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8416 + alias arun-8416.Princeton.EDU + address 172.18.67.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8417 + alias arun-8417.Princeton.EDU + address 172.18.68.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8418 + alias arun-8418.Princeton.EDU + address 172.18.68.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8419 + alias arun-8419.Princeton.EDU + address 172.18.68.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8420 + alias arun-8420.Princeton.EDU + address 172.18.68.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8421 + alias arun-8421.Princeton.EDU + address 172.18.78.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8422 + alias arun-8422.Princeton.EDU + address 172.18.78.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8423 + alias arun-8423.Princeton.EDU + address 172.18.78.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8424 + alias arun-8424.Princeton.EDU + address 172.18.80.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8425 + alias arun-8425.Princeton.EDU + address 172.18.80.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8426 + alias arun-8426.Princeton.EDU + address 172.18.80.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8427 + alias arun-8427.Princeton.EDU + address 172.18.80.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8428 + alias arun-8428.Princeton.EDU + address 172.18.80.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8429 + alias arun-8429.Princeton.EDU + address 172.18.80.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8430 + alias arun-8430.Princeton.EDU + address 172.18.80.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8431 + alias arun-8431.Princeton.EDU + address 172.18.80.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8432 + alias arun-8432.Princeton.EDU + address 172.18.80.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8433 + alias arun-8433.Princeton.EDU + address 172.18.80.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8434 + alias arun-8434.Princeton.EDU + address 172.18.80.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8435 + alias arun-8435.Princeton.EDU + address 172.18.80.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8436 + alias arun-8436.Princeton.EDU + address 172.18.80.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8437 + alias arun-8437.Princeton.EDU + address 172.18.80.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8438 + alias arun-8438.Princeton.EDU + address 172.18.80.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8439 + alias arun-8439.Princeton.EDU + address 172.18.80.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8440 + alias arun-8440.Princeton.EDU + address 172.18.80.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8441 + alias arun-8441.Princeton.EDU + address 172.18.80.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8442 + alias arun-8442.Princeton.EDU + address 172.18.80.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8443 + alias arun-8443.Princeton.EDU + address 172.18.80.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8444 + alias arun-8444.Princeton.EDU + address 172.18.80.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8445 + alias arun-8445.Princeton.EDU + address 172.18.80.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8446 + alias arun-8446.Princeton.EDU + address 172.18.80.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8447 + alias arun-8447.Princeton.EDU + address 172.18.80.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8448 + alias arun-8448.Princeton.EDU + address 172.18.80.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8449 + alias arun-8449.Princeton.EDU + address 172.18.80.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8450 + alias arun-8450.Princeton.EDU + address 172.18.80.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8451 + alias arun-8451.Princeton.EDU + address 172.18.80.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8452 + alias arun-8452.Princeton.EDU + address 172.18.80.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8453 + alias arun-8453.Princeton.EDU + address 172.18.80.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8454 + alias arun-8454.Princeton.EDU + address 172.18.78.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8455 + alias arun-8455.Princeton.EDU + address 172.18.78.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8456 + alias arun-8456.Princeton.EDU + address 172.18.78.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8457 + alias arun-8457.Princeton.EDU + address 172.18.78.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8458 + alias arun-8458.Princeton.EDU + address 172.18.78.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8459 + alias arun-8459.Princeton.EDU + address 172.18.78.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8460 + alias arun-8460.Princeton.EDU + address 172.18.78.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8461 + alias arun-8461.Princeton.EDU + address 172.18.78.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8462 + alias arun-8462.Princeton.EDU + address 172.18.78.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8463 + alias arun-8463.Princeton.EDU + address 172.18.78.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8464 + alias arun-8464.Princeton.EDU + address 172.18.78.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8465 + alias arun-8465.Princeton.EDU + address 172.18.78.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8466 + alias arun-8466.Princeton.EDU + address 172.18.78.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8467 + alias arun-8467.Princeton.EDU + address 172.18.78.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8468 + alias arun-8468.Princeton.EDU + address 172.18.78.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8469 + alias arun-8469.Princeton.EDU + address 172.18.78.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8470 + alias arun-8470.Princeton.EDU + address 172.18.78.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8471 + alias arun-8471.Princeton.EDU + address 172.18.78.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8472 + alias arun-8472.Princeton.EDU + address 172.18.78.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8473 + alias arun-8473.Princeton.EDU + address 172.18.78.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8474 + alias arun-8474.Princeton.EDU + address 172.18.80.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8475 + alias arun-8475.Princeton.EDU + address 172.18.78.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8476 + alias arun-8476.Princeton.EDU + address 172.18.78.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8477 + alias arun-8477.Princeton.EDU + address 172.18.78.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8478 + alias arun-8478.Princeton.EDU + address 172.18.78.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8481 + alias arun-8481.Princeton.EDU + address 172.18.80.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8482 + alias arun-8482.Princeton.EDU + address 172.18.80.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8483 + alias arun-8483.Princeton.EDU + address 172.18.80.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8484 + alias arun-8484.Princeton.EDU + address 172.18.80.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8485 + alias arun-8485.Princeton.EDU + address 172.18.80.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8486 + alias arun-8486.Princeton.EDU + address 172.18.80.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8487 + alias arun-8487.Princeton.EDU + address 172.18.80.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8488 + alias arun-8488.Princeton.EDU + address 172.18.80.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8489 + alias arun-8489.Princeton.EDU + address 172.18.80.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8490 + alias arun-8490.Princeton.EDU + address 172.18.80.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8491 + alias arun-8491.Princeton.EDU + address 172.18.80.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8492 + alias arun-8492.Princeton.EDU + address 172.18.80.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8493 + alias arun-8493.Princeton.EDU + address 172.18.80.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8494 + alias arun-8494.Princeton.EDU + address 172.18.80.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8495 + alias arun-8495.Princeton.EDU + address 172.18.80.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8496 + alias arun-8496.Princeton.EDU + address 172.18.80.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8497 + alias arun-8497.Princeton.EDU + address 172.18.80.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8498 + alias arun-8498.Princeton.EDU + address 172.18.80.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8499 + alias arun-8499.Princeton.EDU + address 172.18.80.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8500 + alias arun-8500.Princeton.EDU + address 172.18.80.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8501 + alias arun-8501.Princeton.EDU + address 172.18.80.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8502 + alias arun-8502.Princeton.EDU + address 172.18.80.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8503 + alias arun-8503.Princeton.EDU + address 172.18.80.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8504 + alias arun-8504.Princeton.EDU + address 172.18.64.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8505 + alias arun-8505.Princeton.EDU + address 172.18.80.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8506 + alias arun-8506.Princeton.EDU + address 172.18.80.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8507 + alias arun-8507.Princeton.EDU + address 172.18.67.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8508 + alias arun-8508.Princeton.EDU + address 172.18.68.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8509 + alias arun-8509.Princeton.EDU + address 172.18.68.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8510 + alias arun-8510.Princeton.EDU + address 172.18.68.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8511 + alias arun-8511.Princeton.EDU + address 172.18.68.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8512 + alias arun-8512.Princeton.EDU + address 172.18.68.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8513 + alias arun-8513.Princeton.EDU + address 172.18.68.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8514 + alias arun-8514.Princeton.EDU + address 172.18.68.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8515 + alias arun-8515.Princeton.EDU + address 172.18.68.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8516 + alias arun-8516.Princeton.EDU + address 172.18.68.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8517 + alias arun-8517.Princeton.EDU + address 172.18.68.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8518 + alias arun-8518.Princeton.EDU + address 172.18.68.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8519 + alias arun-8519.Princeton.EDU + address 172.18.68.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8520 + alias arun-8520.Princeton.EDU + address 172.18.68.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8521 + alias arun-8521.Princeton.EDU + address 172.18.68.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8522 + alias arun-8522.Princeton.EDU + address 172.18.68.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8523 + alias arun-8523.Princeton.EDU + address 172.18.68.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8524 + alias arun-8524.Princeton.EDU + address 172.18.68.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8525 + alias arun-8525.Princeton.EDU + address 172.18.68.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8526 + alias arun-8526.Princeton.EDU + address 172.18.68.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8527 + alias arun-8527.Princeton.EDU + address 172.18.68.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8528 + alias arun-8528.Princeton.EDU + address 172.18.64.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8529 + alias arun-8529.Princeton.EDU + address 172.18.82.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8530 + alias arun-8530.Princeton.EDU + address 172.18.82.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8531 + alias arun-8531.Princeton.EDU + address 172.18.82.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8532 + alias arun-8532.Princeton.EDU + address 172.18.82.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8533 + alias arun-8533.Princeton.EDU + address 172.18.82.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8534 + alias arun-8534.Princeton.EDU + address 172.18.82.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8535 + alias arun-8535.Princeton.EDU + address 172.18.82.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8536 + alias arun-8536.Princeton.EDU + address 172.18.82.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8537 + alias arun-8537.Princeton.EDU + address 172.18.82.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8538 + alias arun-8538.Princeton.EDU + address 172.18.82.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8539 + alias arun-8539.Princeton.EDU + address 172.18.82.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8540 + alias arun-8540.Princeton.EDU + address 172.18.82.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8541 + alias arun-8541.Princeton.EDU + address 172.18.82.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8542 + alias arun-8542.Princeton.EDU + address 172.18.82.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8543 + alias arun-8543.Princeton.EDU + address 172.18.82.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8545 + alias arun-8545.Princeton.EDU + address 172.18.66.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8546 + alias arun-8546.Princeton.EDU + address 172.18.66.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8547 + alias arun-8547.Princeton.EDU + address 172.18.65.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8548 + alias arun-8548.Princeton.EDU + address 172.18.66.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8549 + alias arun-8549.Princeton.EDU + address 172.18.66.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8550 + alias arun-8550.Princeton.EDU + address 172.18.67.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8551 + alias arun-8551.Princeton.EDU + address 172.18.73.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8552 + alias arun-8552.Princeton.EDU + address 172.18.65.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8553 + alias arun-8553.Princeton.EDU + address 172.18.65.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8554 + alias arun-8554.Princeton.EDU + address 172.18.65.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8555 + alias arun-8555.Princeton.EDU + address 172.18.82.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8556 + alias arun-8556.Princeton.EDU + address 172.18.82.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8557 + alias arun-8557.Princeton.EDU + address 172.18.82.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8559 + alias arun-8559.Princeton.EDU + address 172.18.72.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8560 + alias arun-8560.Princeton.EDU + address 172.18.82.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8561 + alias arun-8561.Princeton.EDU + address 172.18.82.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8562 + alias arun-8562.Princeton.EDU + address 172.18.82.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8563 + alias arun-8563.Princeton.EDU + address 172.18.82.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8564 + alias arun-8564.Princeton.EDU + address 172.18.82.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8565 + alias arun-8565.Princeton.EDU + address 172.18.82.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8566 + alias arun-8566.Princeton.EDU + address 172.18.82.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8567 + alias arun-8567.Princeton.EDU + address 172.18.82.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8568 + alias arun-8568.Princeton.EDU + address 172.18.82.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8569 + alias arun-8569.Princeton.EDU + address 172.18.82.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8570 + alias arun-8570.Princeton.EDU + address 172.18.82.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8571 + alias arun-8571.Princeton.EDU + address 172.18.82.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8572 + alias arun-8572.Princeton.EDU + address 172.18.82.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8573 + alias arun-8573.Princeton.EDU + address 172.18.82.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8574 + alias arun-8574.Princeton.EDU + address 172.18.82.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8575 + alias arun-8575.Princeton.EDU + address 172.18.82.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8579 + alias arun-8579.Princeton.EDU + address 172.18.82.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8581 + alias arun-8581.Princeton.EDU + address 172.18.82.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8582 + alias arun-8582.Princeton.EDU + address 172.18.82.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8583 + alias arun-8583.Princeton.EDU + address 172.18.82.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8584 + alias arun-8584.Princeton.EDU + address 172.18.82.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8585 + alias arun-8585.Princeton.EDU + address 172.18.82.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8586 + alias arun-8586.Princeton.EDU + address 172.18.85.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8687 + alias arun-8687.Princeton.EDU + address 172.18.80.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8688 + alias arun-8688.Princeton.EDU + address 172.18.80.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8689 + alias arun-8689.Princeton.EDU + address 172.18.68.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8690 + alias arun-8690.Princeton.EDU + address 172.18.84.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8691 + alias arun-8691.Princeton.EDU + address 172.18.80.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8692 + alias arun-8692.Princeton.EDU + address 172.18.80.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8693 + alias arun-8693.Princeton.EDU + address 172.18.80.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8694 + alias arun-8694.Princeton.EDU + address 172.18.80.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8695 + alias arun-8695.Princeton.EDU + address 172.18.80.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8696 + alias arun-8696.Princeton.EDU + address 172.18.80.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8697 + alias arun-8697.Princeton.EDU + address 172.18.80.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8698 + alias arun-8698.Princeton.EDU + address 172.18.80.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8699 + alias arun-8699.Princeton.EDU + address 172.18.80.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8700 + alias arun-8700.Princeton.EDU + address 172.18.80.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8701 + alias arun-8701.Princeton.EDU + address 172.18.84.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8702 + alias arun-8702.Princeton.EDU + address 172.18.84.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8703 + alias arun-8703.Princeton.EDU + address 172.18.84.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8704 + alias arun-8704.Princeton.EDU + address 172.18.84.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8705 + alias arun-8705.Princeton.EDU + address 172.18.84.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8706 + alias arun-8706.Princeton.EDU + address 172.18.84.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8707 + alias arun-8707.Princeton.EDU + address 172.18.84.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8708 + alias arun-8708.Princeton.EDU + address 172.18.84.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8709 + alias arun-8709.Princeton.EDU + address 172.18.84.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8710 + alias arun-8710.Princeton.EDU + address 172.18.84.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8711 + alias arun-8711.Princeton.EDU + address 172.18.84.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8712 + alias arun-8712.Princeton.EDU + address 172.18.84.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8713 + alias arun-8713.Princeton.EDU + address 172.18.84.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8714 + alias arun-8714.Princeton.EDU + address 172.18.84.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8715 + alias arun-8715.Princeton.EDU + address 172.18.84.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8720 + alias arun-8720.Princeton.EDU + address 172.18.66.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8721 + alias arun-8721.Princeton.EDU + address 172.18.66.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8722 + alias arun-8722.Princeton.EDU + address 172.18.66.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8723 + alias arun-8723.Princeton.EDU + address 172.18.66.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8724 + alias arun-8724.Princeton.EDU + address 172.18.66.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8725 + alias arun-8725.Princeton.EDU + address 172.18.66.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8726 + alias arun-8726.Princeton.EDU + address 172.18.66.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8727 + alias arun-8727.Princeton.EDU + address 172.18.67.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8728 + alias arun-8728.Princeton.EDU + address 172.18.67.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8730 + alias arun-8730.Princeton.EDU + address 172.18.67.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8731 + alias arun-8731.Princeton.EDU + address 172.18.80.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8732 + alias arun-8732.Princeton.EDU + address 172.18.80.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8733 + alias arun-8733.Princeton.EDU + address 172.18.80.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8734 + alias arun-8734.Princeton.EDU + address 172.18.80.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8735 + alias arun-8735.Princeton.EDU + address 172.18.80.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8736 + alias arun-8736.Princeton.EDU + address 172.18.67.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8737 + alias arun-8737.Princeton.EDU + address 172.18.76.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8738 + alias arun-8738.Princeton.EDU + address 172.18.76.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8739 + alias arun-8739.Princeton.EDU + address 172.18.76.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8740 + alias arun-8740.Princeton.EDU + address 172.18.78.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8741 + alias arun-8741.Princeton.EDU + address 172.18.80.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8742 + alias arun-8742.Princeton.EDU + address 172.18.80.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8743 + alias arun-8743.Princeton.EDU + address 172.18.80.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8744 + alias arun-8744.Princeton.EDU + address 172.18.80.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8745 + alias arun-8745.Princeton.EDU + address 172.18.80.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8746 + alias arun-8746.Princeton.EDU + address 172.18.80.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8747 + alias arun-8747.Princeton.EDU + address 172.18.80.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8748 + alias arun-8748.Princeton.EDU + address 172.18.80.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8749 + alias arun-8749.Princeton.EDU + address 172.18.80.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8750 + alias arun-8750.Princeton.EDU + address 172.18.80.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8751 + alias arun-8751.Princeton.EDU + address 172.18.80.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8752 + alias arun-8752.Princeton.EDU + address 172.18.80.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8753 + alias arun-8753.Princeton.EDU + address 172.18.80.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8754 + alias arun-8754.Princeton.EDU + address 172.18.80.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8755 + alias arun-8755.Princeton.EDU + address 172.18.80.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8756 + alias arun-8756.Princeton.EDU + address 172.18.80.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8757 + alias arun-8757.Princeton.EDU + address 172.18.80.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8758 + alias arun-8758.Princeton.EDU + address 172.18.80.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8759 + alias arun-8759.Princeton.EDU + address 172.18.80.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8760 + alias arun-8760.Princeton.EDU + address 172.18.80.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8761 + alias arun-8761.Princeton.EDU + address 172.18.80.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8762 + alias arun-8762.Princeton.EDU + address 172.18.80.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8763 + alias arun-8763.Princeton.EDU + address 172.18.80.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8764 + alias arun-8764.Princeton.EDU + address 172.18.80.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8765 + alias arun-8765.Princeton.EDU + address 172.18.80.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8766 + alias arun-8766.Princeton.EDU + address 172.18.80.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8767 + alias arun-8767.Princeton.EDU + address 172.18.80.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8768 + alias arun-8768.Princeton.EDU + address 172.18.80.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8769 + alias arun-8769.Princeton.EDU + address 172.18.80.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8770 + alias arun-8770.Princeton.EDU + address 172.18.80.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8771 + alias arun-8771.Princeton.EDU + address 172.18.80.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8772 + alias arun-8772.Princeton.EDU + address 172.18.80.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8773 + alias arun-8773.Princeton.EDU + address 172.18.80.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8774 + alias arun-8774.Princeton.EDU + address 172.18.80.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8775 + alias arun-8775.Princeton.EDU + address 172.18.80.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8776 + alias arun-8776.Princeton.EDU + address 172.18.80.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8777 + alias arun-8777.Princeton.EDU + address 172.18.80.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8778 + alias arun-8778.Princeton.EDU + address 172.18.80.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8779 + alias arun-8779.Princeton.EDU + address 172.18.80.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8780 + alias arun-8780.Princeton.EDU + address 172.18.80.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8781 + alias arun-8781.Princeton.EDU + address 172.18.80.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8782 + alias arun-8782.Princeton.EDU + address 172.18.80.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8783 + alias arun-8783.Princeton.EDU + address 172.18.81.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8784 + alias arun-8784.Princeton.EDU + address 172.18.81.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8785 + alias arun-8785.Princeton.EDU + address 172.18.81.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8786 + alias arun-8786.Princeton.EDU + address 172.18.81.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8787 + alias arun-8787.Princeton.EDU + address 172.18.81.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8788 + alias arun-8788.Princeton.EDU + address 172.18.81.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8789 + alias arun-8789.Princeton.EDU + address 172.18.81.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8790 + alias arun-8790.Princeton.EDU + address 172.18.81.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8791 + alias arun-8791.Princeton.EDU + address 172.18.81.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8792 + alias arun-8792.Princeton.EDU + address 172.18.81.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8793 + alias arun-8793.Princeton.EDU + address 172.18.81.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8794 + alias arun-8794.Princeton.EDU + address 172.18.81.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8795 + alias arun-8795.Princeton.EDU + address 172.18.81.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8796 + alias arun-8796.Princeton.EDU + address 172.18.81.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8797 + alias arun-8797.Princeton.EDU + address 172.18.81.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8798 + alias arun-8798.Princeton.EDU + address 172.18.81.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8799 + alias arun-8799.Princeton.EDU + address 172.18.81.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8800 + alias arun-8800.Princeton.EDU + address 172.18.81.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8801 + alias arun-8801.Princeton.EDU + address 172.18.88.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8804 + alias arun-8804.Princeton.EDU + address 172.18.84.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8806 + alias arun-8806.Princeton.EDU + address 172.18.64.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8807 + alias arun-8807.Princeton.EDU + address 172.18.64.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8809 + alias arun-8809.Princeton.EDU + address 172.18.84.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8813 + alias arun-8813.Princeton.EDU + address 172.18.88.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8814 + alias arun-8814.Princeton.EDU + address 172.18.88.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8815 + alias arun-8815.Princeton.EDU + address 172.18.88.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8816 + alias arun-8816.Princeton.EDU + address 172.18.81.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8817 + alias arun-8817.Princeton.EDU + address 172.18.64.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8818 + alias arun-8818.Princeton.EDU + address 172.18.65.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8819 + alias arun-8819.Princeton.EDU + address 172.18.82.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8820 + alias arun-8820.Princeton.EDU + address 172.18.82.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8821 + alias arun-8821.Princeton.EDU + address 172.18.88.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8822 + alias arun-8822.Princeton.EDU + address 172.18.81.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8825 + alias arun-8825.Princeton.EDU + address 172.18.75.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8828 + alias arun-8828.Princeton.EDU + address 172.18.76.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8829 + alias arun-8829.Princeton.EDU + address 172.18.84.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8830 + alias arun-8830.Princeton.EDU + address 172.18.83.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8831 + alias arun-8831.Princeton.EDU + address 172.18.82.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8832 + alias arun-8832.Princeton.EDU + address 172.18.82.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8833 + alias arun-8833.Princeton.EDU + address 172.18.66.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8834 + alias arun-8834.Princeton.EDU + address 172.18.80.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8835 + alias arun-8835.Princeton.EDU + address 172.18.65.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8836 + alias arun-8836.Princeton.EDU + address 172.18.66.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8837 + alias arun-8837.Princeton.EDU + address 172.18.81.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8838 + alias arun-8838.Princeton.EDU + address 172.18.81.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8839 + alias arun-8839.Princeton.EDU + address 172.18.82.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8840 + alias arun-8840.Princeton.EDU + address 172.18.83.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8841 + alias arun-8841.Princeton.EDU + address 172.18.81.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8842 + alias arun-8842.Princeton.EDU + address 172.18.81.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8843 + alias arun-8843.Princeton.EDU + address 172.18.81.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8844 + alias arun-8844.Princeton.EDU + address 172.18.81.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8845 + alias arun-8845.Princeton.EDU + address 172.18.81.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8846 + alias arun-8846.Princeton.EDU + address 172.18.81.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8847 + alias arun-8847.Princeton.EDU + address 172.18.81.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8848 + alias arun-8848.Princeton.EDU + address 172.18.81.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8849 + alias arun-8849.Princeton.EDU + address 172.18.81.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8850 + alias arun-8850.Princeton.EDU + address 172.18.81.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8851 + alias arun-8851.Princeton.EDU + address 172.18.81.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8852 + alias arun-8852.Princeton.EDU + address 172.18.81.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8853 + alias arun-8853.Princeton.EDU + address 172.18.81.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8854 + alias arun-8854.Princeton.EDU + address 172.18.81.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8855 + alias arun-8855.Princeton.EDU + address 172.18.81.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8856 + alias arun-8856.Princeton.EDU + address 172.18.81.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8857 + alias arun-8857.Princeton.EDU + address 172.18.81.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8858 + alias arun-8858.Princeton.EDU + address 172.18.81.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8859 + alias arun-8859.Princeton.EDU + address 172.18.81.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8860 + alias arun-8860.Princeton.EDU + address 172.18.81.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8861 + alias arun-8861.Princeton.EDU + address 172.18.81.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8862 + alias arun-8862.Princeton.EDU + address 172.18.81.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8863 + alias arun-8863.Princeton.EDU + address 172.18.81.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8864 + alias arun-8864.Princeton.EDU + address 172.18.81.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8865 + alias arun-8865.Princeton.EDU + address 172.18.81.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8866 + alias arun-8866.Princeton.EDU + address 172.18.81.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8867 + alias arun-8867.Princeton.EDU + address 172.18.81.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8868 + alias arun-8868.Princeton.EDU + address 172.18.81.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8869 + alias arun-8869.Princeton.EDU + address 172.18.81.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8870 + alias arun-8870.Princeton.EDU + address 172.18.81.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8871 + alias arun-8871.Princeton.EDU + address 172.18.66.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8872 + alias arun-8872.Princeton.EDU + address 172.18.66.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8873 + alias arun-8873.Princeton.EDU + address 172.18.81.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8874 + alias arun-8874.Princeton.EDU + address 172.18.81.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8875 + alias arun-8875.Princeton.EDU + address 172.18.81.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8876 + alias arun-8876.Princeton.EDU + address 172.18.66.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8877 + alias arun-8877.Princeton.EDU + address 172.18.66.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8878 + alias arun-8878.Princeton.EDU + address 172.18.66.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8879 + alias arun-8879.Princeton.EDU + address 172.18.66.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8880 + alias arun-8880.Princeton.EDU + address 172.18.66.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8881 + alias arun-8881.Princeton.EDU + address 172.18.66.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8882 + alias arun-8882.Princeton.EDU + address 172.18.81.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8883 + alias arun-8883.Princeton.EDU + address 172.18.81.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8884 + alias arun-8884.Princeton.EDU + address 172.18.68.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8885 + alias arun-8885.Princeton.EDU + address 172.18.68.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8886 + alias arun-8886.Princeton.EDU + address 172.18.68.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8887 + alias arun-8887.Princeton.EDU + address 172.18.68.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8888 + alias arun-8888.Princeton.EDU + address 172.18.81.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8889 + alias arun-8889.Princeton.EDU + address 172.18.81.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8890 + alias arun-8890.Princeton.EDU + address 172.18.81.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8891 + alias arun-8891.Princeton.EDU + address 172.18.81.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8892 + alias arun-8892.Princeton.EDU + address 172.18.81.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8893 + alias arun-8893.Princeton.EDU + address 172.18.81.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8894 + alias arun-8894.Princeton.EDU + address 172.18.81.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8895 + alias arun-8895.Princeton.EDU + address 172.18.81.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8896 + alias arun-8896.Princeton.EDU + address 172.18.81.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8897 + alias arun-8897.Princeton.EDU + address 172.18.81.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8898 + alias arun-8898.Princeton.EDU + address 172.18.81.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8899 + alias arun-8899.Princeton.EDU + address 172.18.81.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8900 + alias arun-8900.Princeton.EDU + address 172.18.81.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8901 + alias arun-8901.Princeton.EDU + address 172.18.81.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8902 + alias arun-8902.Princeton.EDU + address 172.18.81.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8903 + alias arun-8903.Princeton.EDU + address 172.18.81.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8904 + alias arun-8904.Princeton.EDU + address 172.18.81.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8905 + alias arun-8905.Princeton.EDU + address 172.18.81.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8906 + alias arun-8906.Princeton.EDU + address 172.18.81.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8907 + alias arun-8907.Princeton.EDU + address 172.18.81.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8908 + alias arun-8908.Princeton.EDU + address 172.18.81.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8909 + alias arun-8909.Princeton.EDU + address 172.18.81.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8910 + alias arun-8910.Princeton.EDU + address 172.18.81.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8911 + alias arun-8911.Princeton.EDU + address 172.18.81.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8912 + alias arun-8912.Princeton.EDU + address 172.18.81.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8913 + alias arun-8913.Princeton.EDU + address 172.18.81.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8914 + alias arun-8914.Princeton.EDU + address 172.18.81.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8915 + alias arun-8915.Princeton.EDU + address 172.18.81.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8916 + alias arun-8916.Princeton.EDU + address 172.18.81.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8917 + alias arun-8917.Princeton.EDU + address 172.18.81.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8918 + alias arun-8918.Princeton.EDU + address 172.18.78.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8919 + alias arun-8919.Princeton.EDU + address 172.18.81.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8920 + alias arun-8920.Princeton.EDU + address 172.18.81.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8921 + alias arun-8921.Princeton.EDU + address 172.18.81.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8922 + alias arun-8922.Princeton.EDU + address 172.18.81.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8923 + alias arun-8923.Princeton.EDU + address 172.18.81.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8924 + alias arun-8924.Princeton.EDU + address 172.18.81.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8925 + alias arun-8925.Princeton.EDU + address 172.18.81.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8926 + alias arun-8926.Princeton.EDU + address 172.18.81.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8927 + alias arun-8927.Princeton.EDU + address 172.18.81.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8928 + alias arun-8928.Princeton.EDU + address 172.18.81.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8929 + alias arun-8929.Princeton.EDU + address 172.18.81.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8930 + alias arun-8930.Princeton.EDU + address 172.18.81.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8931 + alias arun-8931.Princeton.EDU + address 172.18.81.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8932 + alias arun-8932.Princeton.EDU + address 172.18.81.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8933 + alias arun-8933.Princeton.EDU + address 172.18.81.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8934 + alias arun-8934.Princeton.EDU + address 172.18.81.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8935 + alias arun-8935.Princeton.EDU + address 172.18.81.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8936 + alias arun-8936.Princeton.EDU + address 172.18.81.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8937 + alias arun-8937.Princeton.EDU + address 172.18.81.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8938 + alias arun-8938.Princeton.EDU + address 172.18.81.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8939 + alias arun-8939.Princeton.EDU + address 172.18.81.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8940 + alias arun-8940.Princeton.EDU + address 172.18.81.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8941 + alias arun-8941.Princeton.EDU + address 172.18.81.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8942 + alias arun-8942.Princeton.EDU + address 172.18.81.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8943 + alias arun-8943.Princeton.EDU + address 172.18.81.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8944 + alias arun-8944.Princeton.EDU + address 172.18.81.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8945 + alias arun-8945.Princeton.EDU + address 172.18.81.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8946 + alias arun-8946.Princeton.EDU + address 172.18.81.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8947 + alias arun-8947.Princeton.EDU + address 172.18.81.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8948 + alias arun-8948.Princeton.EDU + address 172.18.81.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8949 + alias arun-8949.Princeton.EDU + address 172.18.81.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8950 + alias arun-8950.Princeton.EDU + address 172.18.81.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8951 + alias arun-8951.Princeton.EDU + address 172.18.81.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8952 + alias arun-8952.Princeton.EDU + address 172.18.81.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8953 + alias arun-8953.Princeton.EDU + address 172.18.81.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8954 + alias arun-8954.Princeton.EDU + address 172.18.81.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8955 + alias arun-8955.Princeton.EDU + address 172.18.81.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8956 + alias arun-8956.Princeton.EDU + address 172.18.81.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8969 + alias arun-8969.Princeton.EDU + address 172.18.81.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8991 + alias arun-8991.Princeton.EDU + address 172.18.81.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8992 + alias arun-8992.Princeton.EDU + address 172.18.81.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8993 + alias arun-8993.Princeton.EDU + address 172.18.81.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8994 + alias arun-8994.Princeton.EDU + address 172.18.81.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8995 + alias arun-8995.Princeton.EDU + address 172.18.81.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8996 + alias arun-8996.Princeton.EDU + address 172.18.81.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8997 + alias arun-8997.Princeton.EDU + address 172.18.81.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8998 + alias arun-8998.Princeton.EDU + address 172.18.81.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8999 + alias arun-8999.Princeton.EDU + address 172.18.81.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9000 + alias arun-9000.Princeton.EDU + address 172.18.81.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9001 + alias arun-9001.Princeton.EDU + address 172.18.81.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9002 + alias arun-9002.Princeton.EDU + address 172.18.81.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9003 + alias arun-9003.Princeton.EDU + address 172.18.81.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9004 + alias arun-9004.Princeton.EDU + address 172.18.81.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9005 + alias arun-9005.Princeton.EDU + address 172.18.81.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9006 + alias arun-9006.Princeton.EDU + address 172.18.81.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9007 + alias arun-9007.Princeton.EDU + address 172.18.81.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9008 + alias arun-9008.Princeton.EDU + address 172.18.81.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9009 + alias arun-9009.Princeton.EDU + address 172.18.81.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9010 + alias arun-9010.Princeton.EDU + address 172.18.81.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9013 + alias arun-9013.Princeton.EDU + address 172.18.81.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9014 + alias arun-9014.Princeton.EDU + address 172.18.81.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9015 + alias arun-9015.Princeton.EDU + address 172.18.81.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9016 + alias arun-9016.Princeton.EDU + address 172.18.81.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9017 + alias arun-9017.Princeton.EDU + address 172.18.81.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9018 + alias arun-9018.Princeton.EDU + address 172.18.81.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9019 + alias arun-9019.Princeton.EDU + address 172.18.81.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9020 + alias arun-9020.Princeton.EDU + address 172.18.81.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9021 + alias arun-9021.Princeton.EDU + address 172.18.81.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9022 + alias arun-9022.Princeton.EDU + address 172.18.81.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9023 + alias arun-9023.Princeton.EDU + address 172.18.81.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9024 + alias arun-9024.Princeton.EDU + address 172.18.81.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9025 + alias arun-9025.Princeton.EDU + address 172.18.81.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9026 + alias arun-9026.Princeton.EDU + address 172.18.65.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9027 + alias arun-9027.Princeton.EDU + address 172.18.65.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9028 + alias arun-9028.Princeton.EDU + address 172.18.65.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9029 + alias arun-9029.Princeton.EDU + address 172.18.65.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9030 + alias arun-9030.Princeton.EDU + address 172.18.65.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9031 + alias arun-9031.Princeton.EDU + address 172.18.65.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9032 + alias arun-9032.Princeton.EDU + address 172.18.65.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9033 + alias arun-9033.Princeton.EDU + address 172.18.64.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9034 + alias arun-9034.Princeton.EDU + address 172.18.64.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9035 + alias arun-9035.Princeton.EDU + address 172.18.65.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9036 + alias arun-9036.Princeton.EDU + address 172.18.67.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9037 + alias arun-9037.Princeton.EDU + address 172.18.80.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9104 + alias arun-9104.Princeton.EDU + address 172.18.231.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9105 + alias arun-9105.Princeton.EDU + address 172.18.231.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9106 + alias arun-9106.Princeton.EDU + address 172.18.231.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9107 + alias arun-9107.Princeton.EDU + address 172.18.231.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9108 + alias arun-9108.Princeton.EDU + address 172.18.231.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9109 + alias arun-9109.Princeton.EDU + address 172.18.232.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9110 + alias arun-9110.Princeton.EDU + address 172.18.232.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9111 + alias arun-9111.Princeton.EDU + address 172.18.232.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9112 + alias arun-9112.Princeton.EDU + address 172.18.232.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9113 + alias arun-9113.Princeton.EDU + address 172.18.232.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9114 + alias arun-9114.Princeton.EDU + address 172.18.232.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9115 + alias arun-9115.Princeton.EDU + address 172.18.232.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9116 + alias arun-9116.Princeton.EDU + address 172.18.232.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9117 + alias arun-9117.Princeton.EDU + address 172.18.232.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9118 + alias arun-9118.Princeton.EDU + address 172.18.232.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9119 + alias arun-9119.Princeton.EDU + address 172.18.232.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9120 + alias arun-9120.Princeton.EDU + address 172.18.232.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9121 + alias arun-9121.Princeton.EDU + address 172.18.232.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9122 + alias arun-9122.Princeton.EDU + address 172.18.232.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9123 + alias arun-9123.Princeton.EDU + address 172.18.232.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9124 + alias arun-9124.Princeton.EDU + address 172.18.232.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9125 + alias arun-9125.Princeton.EDU + address 172.18.232.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9126 + alias arun-9126.Princeton.EDU + address 172.18.232.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9127 + alias arun-9127.Princeton.EDU + address 172.18.232.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9128 + alias arun-9128.Princeton.EDU + address 172.18.232.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9129 + alias arun-9129.Princeton.EDU + address 172.18.232.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9130 + alias arun-9130.Princeton.EDU + address 172.18.232.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9131 + alias arun-9131.Princeton.EDU + address 172.18.232.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9132 + alias arun-9132.Princeton.EDU + address 172.18.232.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9133 + alias arun-9133.Princeton.EDU + address 172.18.231.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9134 + alias arun-9134.Princeton.EDU + address 172.18.232.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9135 + alias arun-9135.Princeton.EDU + address 172.18.231.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9136 + alias arun-9136.Princeton.EDU + address 172.18.231.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9137 + alias arun-9137.Princeton.EDU + address 172.18.231.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9138 + alias arun-9138.Princeton.EDU + address 172.18.231.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9139 + alias arun-9139.Princeton.EDU + address 172.18.231.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9140 + alias arun-9140.Princeton.EDU + address 172.18.232.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9141 + alias arun-9141.Princeton.EDU + address 172.18.231.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9142 + alias arun-9142.Princeton.EDU + address 172.18.232.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9143 + alias arun-9143.Princeton.EDU + address 172.18.232.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9144 + alias arun-9144.Princeton.EDU + address 172.18.232.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9145 + alias arun-9145.Princeton.EDU + address 172.18.231.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9146 + alias arun-9146.Princeton.EDU + address 172.18.231.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9147 + alias arun-9147.Princeton.EDU + address 172.18.231.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9148 + alias arun-9148.Princeton.EDU + address 172.18.231.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9149 + alias arun-9149.Princeton.EDU + address 172.18.231.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9150 + alias arun-9150.Princeton.EDU + address 172.18.232.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9151 + alias arun-9151.Princeton.EDU + address 172.18.232.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9152 + alias arun-9152.Princeton.EDU + address 172.18.232.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9153 + alias arun-9153.Princeton.EDU + address 172.18.232.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9154 + alias arun-9154.Princeton.EDU + address 172.18.65.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9155 + alias arun-9155.Princeton.EDU + address 172.18.65.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9156 + alias arun-9156.Princeton.EDU + address 172.18.65.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9157 + alias arun-9157.Princeton.EDU + address 172.18.65.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9158 + alias arun-9158.Princeton.EDU + address 172.18.65.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9159 + alias arun-9159.Princeton.EDU + address 172.18.65.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9160 + alias arun-9160.Princeton.EDU + address 172.18.65.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9161 + alias arun-9161.Princeton.EDU + address 172.18.65.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9162 + alias arun-9162.Princeton.EDU + address 172.18.65.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9163 + alias arun-9163.Princeton.EDU + address 172.18.65.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9164 + alias arun-9164.Princeton.EDU + address 172.18.65.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9165 + alias arun-9165.Princeton.EDU + address 172.18.65.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9166 + alias arun-9166.Princeton.EDU + address 172.18.65.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9167 + alias arun-9167.Princeton.EDU + address 172.18.65.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9168 + alias arun-9168.Princeton.EDU + address 172.18.65.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9169 + alias arun-9169.Princeton.EDU + address 172.18.65.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9170 + alias arun-9170.Princeton.EDU + address 172.18.65.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9171 + alias arun-9171.Princeton.EDU + address 172.18.65.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9172 + alias arun-9172.Princeton.EDU + address 172.18.65.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9173 + alias arun-9173.Princeton.EDU + address 172.18.65.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9174 + alias arun-9174.Princeton.EDU + address 172.18.65.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9175 + alias arun-9175.Princeton.EDU + address 172.18.65.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9176 + alias arun-9176.Princeton.EDU + address 172.18.65.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9177 + alias arun-9177.Princeton.EDU + address 172.18.65.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9178 + alias arun-9178.Princeton.EDU + address 172.18.65.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9179 + alias arun-9179.Princeton.EDU + address 172.18.65.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9180 + alias arun-9180.Princeton.EDU + address 172.18.65.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9181 + alias arun-9181.Princeton.EDU + address 172.18.65.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9182 + alias arun-9182.Princeton.EDU + address 172.18.65.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9183 + alias arun-9183.Princeton.EDU + address 172.18.65.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9184 + alias arun-9184.Princeton.EDU + address 172.18.65.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9185 + alias arun-9185.Princeton.EDU + address 172.18.66.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9186 + alias arun-9186.Princeton.EDU + address 172.18.66.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9187 + alias arun-9187.Princeton.EDU + address 172.18.82.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9188 + alias arun-9188.Princeton.EDU + address 172.18.64.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9189 + alias arun-9189.Princeton.EDU + address 172.18.64.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9190 + alias arun-9190.Princeton.EDU + address 172.18.64.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9191 + alias arun-9191.Princeton.EDU + address 172.18.64.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9192 + alias arun-9192.Princeton.EDU + address 172.18.82.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9193 + alias arun-9193.Princeton.EDU + address 172.18.82.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9194 + alias arun-9194.Princeton.EDU + address 172.18.82.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9195 + alias arun-9195.Princeton.EDU + address 172.18.82.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9196 + alias arun-9196.Princeton.EDU + address 172.18.82.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9197 + alias arun-9197.Princeton.EDU + address 172.18.82.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9198 + alias arun-9198.Princeton.EDU + address 172.18.82.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9199 + alias arun-9199.Princeton.EDU + address 172.18.64.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9200 + alias arun-9200.Princeton.EDU + address 172.18.64.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9201 + alias arun-9201.Princeton.EDU + address 172.18.64.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9202 + alias arun-9202.Princeton.EDU + address 172.18.64.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9203 + alias arun-9203.Princeton.EDU + address 172.18.64.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9204 + alias arun-9204.Princeton.EDU + address 172.18.64.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9205 + alias arun-9205.Princeton.EDU + address 172.18.64.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9206 + alias arun-9206.Princeton.EDU + address 172.18.64.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9207 + alias arun-9207.Princeton.EDU + address 172.18.64.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9208 + alias arun-9208.Princeton.EDU + address 172.18.64.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9209 + alias arun-9209.Princeton.EDU + address 172.18.64.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9210 + alias arun-9210.Princeton.EDU + address 172.18.64.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9211 + alias arun-9211.Princeton.EDU + address 172.18.64.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9212 + alias arun-9212.Princeton.EDU + address 172.18.64.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9213 + alias arun-9213.Princeton.EDU + address 172.18.64.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9214 + alias arun-9214.Princeton.EDU + address 172.18.64.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9215 + alias arun-9215.Princeton.EDU + address 172.18.64.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9216 + alias arun-9216.Princeton.EDU + address 172.18.64.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9217 + alias arun-9217.Princeton.EDU + address 172.18.64.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9218 + alias arun-9218.Princeton.EDU + address 172.18.64.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9219 + alias arun-9219.Princeton.EDU + address 172.18.64.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9220 + alias arun-9220.Princeton.EDU + address 172.18.64.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9221 + alias arun-9221.Princeton.EDU + address 172.18.64.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9222 + alias arun-9222.Princeton.EDU + address 172.18.64.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9223 + alias arun-9223.Princeton.EDU + address 172.18.64.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9224 + alias arun-9224.Princeton.EDU + address 172.18.64.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9225 + alias arun-9225.Princeton.EDU + address 172.18.64.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9226 + alias arun-9226.Princeton.EDU + address 172.18.64.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9227 + alias arun-9227.Princeton.EDU + address 172.18.64.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9228 + alias arun-9228.Princeton.EDU + address 172.18.64.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9229 + alias arun-9229.Princeton.EDU + address 172.18.64.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9230 + alias arun-9230.Princeton.EDU + address 172.18.64.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9231 + alias arun-9231.Princeton.EDU + address 172.18.64.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9232 + alias arun-9232.Princeton.EDU + address 172.18.64.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9233 + alias arun-9233.Princeton.EDU + address 172.18.64.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9234 + alias arun-9234.Princeton.EDU + address 172.18.64.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9235 + alias arun-9235.Princeton.EDU + address 172.18.64.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9236 + alias arun-9236.Princeton.EDU + address 172.18.64.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9237 + alias arun-9237.Princeton.EDU + address 172.18.64.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9238 + alias arun-9238.Princeton.EDU + address 172.18.64.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9239 + alias arun-9239.Princeton.EDU + address 172.18.64.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9240 + alias arun-9240.Princeton.EDU + address 172.18.64.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9241 + alias arun-9241.Princeton.EDU + address 172.18.64.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9242 + alias arun-9242.Princeton.EDU + address 172.18.64.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9243 + alias arun-9243.Princeton.EDU + address 172.18.64.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9244 + alias arun-9244.Princeton.EDU + address 172.18.64.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9245 + alias arun-9245.Princeton.EDU + address 172.18.64.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9246 + alias arun-9246.Princeton.EDU + address 172.18.64.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9247 + alias arun-9247.Princeton.EDU + address 172.18.64.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9248 + alias arun-9248.Princeton.EDU + address 172.18.64.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9249 + alias arun-9249.Princeton.EDU + address 172.18.64.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9250 + alias arun-9250.Princeton.EDU + address 172.18.64.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9251 + alias arun-9251.Princeton.EDU + address 172.18.64.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9252 + alias arun-9252.Princeton.EDU + address 172.18.64.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9253 + alias arun-9253.Princeton.EDU + address 172.18.64.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9254 + alias arun-9254.Princeton.EDU + address 172.18.64.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9255 + alias arun-9255.Princeton.EDU + address 172.18.64.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9256 + alias arun-9256.Princeton.EDU + address 172.18.64.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9257 + alias arun-9257.Princeton.EDU + address 172.18.64.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9258 + alias arun-9258.Princeton.EDU + address 172.18.64.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9259 + alias arun-9259.Princeton.EDU + address 172.18.64.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9260 + alias arun-9260.Princeton.EDU + address 172.18.64.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9261 + alias arun-9261.Princeton.EDU + address 172.18.64.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9262 + alias arun-9262.Princeton.EDU + address 172.18.64.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9263 + alias arun-9263.Princeton.EDU + address 172.18.64.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9264 + alias arun-9264.Princeton.EDU + address 172.18.64.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9265 + alias arun-9265.Princeton.EDU + address 172.18.64.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9266 + alias arun-9266.Princeton.EDU + address 172.18.64.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9267 + alias arun-9267.Princeton.EDU + address 172.18.64.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9268 + alias arun-9268.Princeton.EDU + address 172.18.64.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9269 + alias arun-9269.Princeton.EDU + address 172.18.64.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9270 + alias arun-9270.Princeton.EDU + address 172.18.64.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9271 + alias arun-9271.Princeton.EDU + address 172.18.64.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9272 + alias arun-9272.Princeton.EDU + address 172.18.64.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9273 + alias arun-9273.Princeton.EDU + address 172.18.64.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9274 + alias arun-9274.Princeton.EDU + address 172.18.64.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9275 + alias arun-9275.Princeton.EDU + address 172.18.64.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9276 + alias arun-9276.Princeton.EDU + address 172.18.64.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9277 + alias arun-9277.Princeton.EDU + address 172.18.64.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9278 + alias arun-9278.Princeton.EDU + address 172.18.64.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9279 + alias arun-9279.Princeton.EDU + address 172.18.64.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9280 + alias arun-9280.Princeton.EDU + address 172.18.64.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9281 + alias arun-9281.Princeton.EDU + address 172.18.64.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9282 + alias arun-9282.Princeton.EDU + address 172.18.64.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9283 + alias arun-9283.Princeton.EDU + address 172.18.64.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9284 + alias arun-9284.Princeton.EDU + address 172.18.64.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9285 + alias arun-9285.Princeton.EDU + address 172.18.64.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9286 + alias arun-9286.Princeton.EDU + address 172.18.64.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9287 + alias arun-9287.Princeton.EDU + address 172.18.64.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9288 + alias arun-9288.Princeton.EDU + address 172.18.64.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9289 + alias arun-9289.Princeton.EDU + address 172.18.64.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9290 + alias arun-9290.Princeton.EDU + address 172.18.64.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9291 + alias arun-9291.Princeton.EDU + address 172.18.64.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9292 + alias arun-9292.Princeton.EDU + address 172.18.64.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9293 + alias arun-9293.Princeton.EDU + address 172.18.64.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9294 + alias arun-9294.Princeton.EDU + address 172.18.64.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9295 + alias arun-9295.Princeton.EDU + address 172.18.64.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9296 + alias arun-9296.Princeton.EDU + address 172.18.64.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9297 + alias arun-9297.Princeton.EDU + address 172.18.64.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9298 + alias arun-9298.Princeton.EDU + address 172.18.64.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9299 + alias arun-9299.Princeton.EDU + address 172.18.64.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9300 + alias arun-9300.Princeton.EDU + address 172.18.64.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9301 + alias arun-9301.Princeton.EDU + address 172.18.64.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9302 + alias arun-9302.Princeton.EDU + address 172.18.64.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9303 + alias arun-9303.Princeton.EDU + address 172.18.67.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9304 + alias arun-9304.Princeton.EDU + address 172.18.82.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9305 + alias arun-9305.Princeton.EDU + address 172.18.82.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9306 + alias arun-9306.Princeton.EDU + address 172.18.82.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9307 + alias arun-9307.Princeton.EDU + address 172.18.67.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9308 + alias arun-9308.Princeton.EDU + address 172.18.67.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9309 + alias arun-9309.Princeton.EDU + address 172.18.82.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9310 + alias arun-9310.Princeton.EDU + address 172.18.67.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9311 + alias arun-9311.Princeton.EDU + address 172.18.82.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9312 + alias arun-9312.Princeton.EDU + address 172.18.82.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9313 + alias arun-9313.Princeton.EDU + address 172.18.67.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9314 + alias arun-9314.Princeton.EDU + address 172.18.67.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9315 + alias arun-9315.Princeton.EDU + address 172.18.82.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9316 + alias arun-9316.Princeton.EDU + address 172.18.67.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9317 + alias arun-9317.Princeton.EDU + address 172.18.67.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9318 + alias arun-9318.Princeton.EDU + address 172.18.68.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9319 + alias arun-9319.Princeton.EDU + address 172.18.68.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9320 + alias arun-9320.Princeton.EDU + address 172.18.82.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9321 + alias arun-9321.Princeton.EDU + address 172.18.81.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9322 + alias arun-9322.Princeton.EDU + address 172.18.81.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9323 + alias arun-9323.Princeton.EDU + address 172.18.81.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9324 + alias arun-9324.Princeton.EDU + address 172.18.82.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9325 + alias arun-9325.Princeton.EDU + address 172.18.82.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9326 + alias arun-9326.Princeton.EDU + address 172.18.82.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9327 + alias arun-9327.Princeton.EDU + address 172.18.82.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9328 + alias arun-9328.Princeton.EDU + address 172.18.82.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9329 + alias arun-9329.Princeton.EDU + address 172.18.82.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9330 + alias arun-9330.Princeton.EDU + address 172.18.82.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9331 + alias arun-9331.Princeton.EDU + address 172.18.66.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9332 + alias arun-9332.Princeton.EDU + address 172.18.66.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9333 + alias arun-9333.Princeton.EDU + address 172.18.82.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9334 + alias arun-9334.Princeton.EDU + address 172.18.82.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9335 + alias arun-9335.Princeton.EDU + address 172.18.67.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9336 + alias arun-9336.Princeton.EDU + address 172.18.82.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9337 + alias arun-9337.Princeton.EDU + address 172.18.68.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9338 + alias arun-9338.Princeton.EDU + address 172.18.82.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9339 + alias arun-9339.Princeton.EDU + address 172.18.82.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9340 + alias arun-9340.Princeton.EDU + address 172.18.82.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9341 + alias arun-9341.Princeton.EDU + address 172.18.82.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9342 + alias arun-9342.Princeton.EDU + address 172.18.82.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9343 + alias arun-9343.Princeton.EDU + address 172.18.82.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9344 + alias arun-9344.Princeton.EDU + address 172.18.82.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9345 + alias arun-9345.Princeton.EDU + address 172.18.82.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9346 + alias arun-9346.Princeton.EDU + address 172.18.82.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9347 + alias arun-9347.Princeton.EDU + address 172.18.82.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9348 + alias arun-9348.Princeton.EDU + address 172.18.82.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9349 + alias arun-9349.Princeton.EDU + address 172.18.82.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9350 + alias arun-9350.Princeton.EDU + address 172.18.82.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9351 + alias arun-9351.Princeton.EDU + address 172.18.82.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9352 + alias arun-9352.Princeton.EDU + address 172.18.82.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9353 + alias arun-9353.Princeton.EDU + address 172.18.82.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9354 + alias arun-9354.Princeton.EDU + address 172.18.82.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9355 + alias arun-9355.Princeton.EDU + address 172.18.82.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9356 + alias arun-9356.Princeton.EDU + address 172.18.82.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9357 + alias arun-9357.Princeton.EDU + address 172.18.65.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9358 + alias arun-9358.Princeton.EDU + address 172.18.82.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9359 + alias arun-9359.Princeton.EDU + address 172.18.82.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9360 + alias arun-9360.Princeton.EDU + address 172.18.82.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9361 + alias arun-9361.Princeton.EDU + address 172.18.82.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9362 + alias arun-9362.Princeton.EDU + address 172.18.64.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9363 + alias arun-9363.Princeton.EDU + address 172.18.82.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9364 + alias arun-9364.Princeton.EDU + address 172.18.82.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9365 + alias arun-9365.Princeton.EDU + address 172.18.82.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9366 + alias arun-9366.Princeton.EDU + address 172.18.82.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9367 + alias arun-9367.Princeton.EDU + address 172.18.82.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9368 + alias arun-9368.Princeton.EDU + address 172.18.82.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9369 + alias arun-9369.Princeton.EDU + address 172.18.82.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9370 + alias arun-9370.Princeton.EDU + address 172.18.82.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9371 + alias arun-9371.Princeton.EDU + address 172.18.82.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9372 + alias arun-9372.Princeton.EDU + address 172.18.82.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9373 + alias arun-9373.Princeton.EDU + address 172.18.82.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9374 + alias arun-9374.Princeton.EDU + address 172.18.82.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9375 + alias arun-9375.Princeton.EDU + address 172.18.67.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9376 + alias arun-9376.Princeton.EDU + address 172.18.82.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9377 + alias arun-9377.Princeton.EDU + address 172.18.82.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9378 + alias arun-9378.Princeton.EDU + address 172.18.82.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9379 + alias arun-9379.Princeton.EDU + address 172.18.82.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9380 + alias arun-9380.Princeton.EDU + address 172.18.82.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9381 + alias arun-9381.Princeton.EDU + address 172.18.82.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9382 + alias arun-9382.Princeton.EDU + address 172.18.82.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9383 + alias arun-9383.Princeton.EDU + address 172.18.82.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9384 + alias arun-9384.Princeton.EDU + address 172.18.82.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9385 + alias arun-9385.Princeton.EDU + address 172.18.82.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9386 + alias arun-9386.Princeton.EDU + address 172.18.82.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9387 + alias arun-9387.Princeton.EDU + address 172.18.82.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9388 + alias arun-9388.Princeton.EDU + address 172.18.82.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9389 + alias arun-9389.Princeton.EDU + address 172.18.82.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9390 + alias arun-9390.Princeton.EDU + address 172.18.82.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9391 + alias arun-9391.Princeton.EDU + address 172.18.82.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9392 + alias arun-9392.Princeton.EDU + address 172.18.82.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9393 + alias arun-9393.Princeton.EDU + address 172.18.82.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9394 + alias arun-9394.Princeton.EDU + address 172.18.64.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9395 + alias arun-9395.Princeton.EDU + address 172.18.64.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9396 + alias arun-9396.Princeton.EDU + address 172.18.66.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9397 + alias arun-9397.Princeton.EDU + address 172.18.66.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9398 + alias arun-9398.Princeton.EDU + address 172.18.66.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9399 + alias arun-9399.Princeton.EDU + address 172.18.67.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9400 + alias arun-9400.Princeton.EDU + address 172.18.67.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9401 + alias arun-9401.Princeton.EDU + address 172.18.67.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9402 + alias arun-9402.Princeton.EDU + address 172.18.67.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9403 + alias arun-9403.Princeton.EDU + address 172.18.68.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9404 + alias arun-9404.Princeton.EDU + address 172.18.68.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9405 + alias arun-9405.Princeton.EDU + address 172.18.80.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9406 + alias arun-9406.Princeton.EDU + address 172.18.82.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9407 + alias arun-9407.Princeton.EDU + address 172.18.82.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9408 + alias arun-9408.Princeton.EDU + address 172.18.67.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9409 + alias arun-9409.Princeton.EDU + address 172.18.231.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9410 + alias arun-9410.Princeton.EDU + address 172.18.231.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9411 + alias arun-9411.Princeton.EDU + address 172.18.231.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9412 + alias arun-9412.Princeton.EDU + address 172.18.231.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9413 + alias arun-9413.Princeton.EDU + address 172.18.231.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9414 + alias arun-9414.Princeton.EDU + address 172.18.231.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9415 + alias arun-9415.Princeton.EDU + address 172.18.231.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9416 + alias arun-9416.Princeton.EDU + address 172.18.231.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9417 + alias arun-9417.Princeton.EDU + address 172.18.231.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9418 + alias arun-9418.Princeton.EDU + address 172.18.231.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9419 + alias arun-9419.Princeton.EDU + address 172.18.231.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9420 + alias arun-9420.Princeton.EDU + address 172.18.231.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9421 + alias arun-9421.Princeton.EDU + address 172.18.231.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9422 + alias arun-9422.Princeton.EDU + address 172.18.231.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9423 + alias arun-9423.Princeton.EDU + address 172.18.231.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9424 + alias arun-9424.Princeton.EDU + address 172.18.231.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9425 + alias arun-9425.Princeton.EDU + address 172.18.231.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9426 + alias arun-9426.Princeton.EDU + address 172.18.231.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9427 + alias arun-9427.Princeton.EDU + address 172.18.231.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9428 + alias arun-9428.Princeton.EDU + address 172.18.231.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9429 + alias arun-9429.Princeton.EDU + address 172.18.231.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9430 + alias arun-9430.Princeton.EDU + address 172.18.231.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9431 + alias arun-9431.Princeton.EDU + address 172.18.231.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9432 + alias arun-9432.Princeton.EDU + address 172.18.231.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9433 + alias arun-9433.Princeton.EDU + address 172.18.231.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9434 + alias arun-9434.Princeton.EDU + address 172.18.231.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9435 + alias arun-9435.Princeton.EDU + address 172.18.231.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9436 + alias arun-9436.Princeton.EDU + address 172.18.231.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9437 + alias arun-9437.Princeton.EDU + address 172.18.231.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9438 + alias arun-9438.Princeton.EDU + address 172.18.231.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9439 + alias arun-9439.Princeton.EDU + address 172.18.231.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9440 + alias arun-9440.Princeton.EDU + address 172.18.231.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9441 + alias arun-9441.Princeton.EDU + address 172.18.231.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9442 + alias arun-9442.Princeton.EDU + address 172.18.231.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9443 + alias arun-9443.Princeton.EDU + address 172.18.231.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9444 + alias arun-9444.Princeton.EDU + address 172.18.231.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9445 + alias arun-9445.Princeton.EDU + address 172.18.231.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9446 + alias arun-9446.Princeton.EDU + address 172.18.231.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9447 + alias arun-9447.Princeton.EDU + address 172.18.231.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9448 + alias arun-9448.Princeton.EDU + address 172.18.231.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9449 + alias arun-9449.Princeton.EDU + address 172.18.231.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9450 + alias arun-9450.Princeton.EDU + address 172.18.231.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9451 + alias arun-9451.Princeton.EDU + address 172.18.231.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9452 + alias arun-9452.Princeton.EDU + address 172.18.231.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9453 + alias arun-9453.Princeton.EDU + address 172.18.82.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9454 + alias arun-9454.Princeton.EDU + address 172.18.82.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9455 + alias arun-9455.Princeton.EDU + address 172.18.82.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9456 + alias arun-9456.Princeton.EDU + address 172.18.82.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9457 + alias arun-9457.Princeton.EDU + address 172.18.82.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9458 + alias arun-9458.Princeton.EDU + address 172.18.82.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9459 + alias arun-9459.Princeton.EDU + address 172.18.82.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9460 + alias arun-9460.Princeton.EDU + address 172.18.82.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9461 + alias arun-9461.Princeton.EDU + address 172.18.82.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9462 + alias arun-9462.Princeton.EDU + address 172.18.82.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9463 + alias arun-9463.Princeton.EDU + address 172.18.82.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9464 + alias arun-9464.Princeton.EDU + address 172.18.82.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9465 + alias arun-9465.Princeton.EDU + address 172.18.82.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9466 + alias arun-9466.Princeton.EDU + address 172.18.82.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9467 + alias arun-9467.Princeton.EDU + address 172.18.82.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9468 + alias arun-9468.Princeton.EDU + address 172.18.82.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9469 + alias arun-9469.Princeton.EDU + address 172.18.82.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9470 + alias arun-9470.Princeton.EDU + address 172.18.82.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9471 + alias arun-9471.Princeton.EDU + address 172.18.82.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9472 + alias arun-9472.Princeton.EDU + address 172.18.82.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9473 + alias arun-9473.Princeton.EDU + address 172.18.82.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9474 + alias arun-9474.Princeton.EDU + address 172.18.82.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9475 + alias arun-9475.Princeton.EDU + address 172.18.82.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9476 + alias arun-9476.Princeton.EDU + address 172.18.64.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9477 + alias arun-9477.Princeton.EDU + address 172.18.66.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9478 + alias arun-9478.Princeton.EDU + address 172.18.66.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9479 + alias arun-9479.Princeton.EDU + address 172.18.82.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9480 + alias arun-9480.Princeton.EDU + address 172.18.82.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9481 + alias arun-9481.Princeton.EDU + address 172.18.82.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9482 + alias arun-9482.Princeton.EDU + address 172.18.82.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9483 + alias arun-9483.Princeton.EDU + address 172.18.82.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9484 + alias arun-9484.Princeton.EDU + address 172.18.82.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9485 + alias arun-9485.Princeton.EDU + address 172.18.82.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9486 + alias arun-9486.Princeton.EDU + address 172.18.82.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9487 + alias arun-9487.Princeton.EDU + address 172.18.82.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9488 + alias arun-9488.Princeton.EDU + address 172.18.82.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9489 + alias arun-9489.Princeton.EDU + address 172.18.82.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9490 + alias arun-9490.Princeton.EDU + address 172.18.82.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9491 + alias arun-9491.Princeton.EDU + address 172.18.82.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9492 + alias arun-9492.Princeton.EDU + address 172.18.82.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9493 + alias arun-9493.Princeton.EDU + address 172.18.82.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9494 + alias arun-9494.Princeton.EDU + address 172.18.82.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9495 + alias arun-9495.Princeton.EDU + address 172.18.82.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9496 + alias arun-9496.Princeton.EDU + address 172.18.82.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9497 + alias arun-9497.Princeton.EDU + address 172.18.82.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9498 + alias arun-9498.Princeton.EDU + address 172.18.82.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9499 + alias arun-9499.Princeton.EDU + address 172.18.82.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9500 + alias arun-9500.Princeton.EDU + address 172.18.82.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9501 + alias arun-9501.Princeton.EDU + address 172.18.82.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9502 + alias arun-9502.Princeton.EDU + address 172.18.82.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9503 + alias arun-9503.Princeton.EDU + address 172.18.82.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9504 + alias arun-9504.Princeton.EDU + address 172.18.82.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9505 + alias arun-9505.Princeton.EDU + address 172.18.82.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9506 + alias arun-9506.Princeton.EDU + address 172.18.82.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9507 + alias arun-9507.Princeton.EDU + address 172.18.82.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9508 + alias arun-9508.Princeton.EDU + address 172.18.82.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9509 + alias arun-9509.Princeton.EDU + address 172.18.82.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9510 + alias arun-9510.Princeton.EDU + address 172.18.82.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9511 + alias arun-9511.Princeton.EDU + address 172.18.82.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9512 + alias arun-9512.Princeton.EDU + address 172.18.82.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9513 + alias arun-9513.Princeton.EDU + address 172.18.82.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9514 + alias arun-9514.Princeton.EDU + address 172.18.82.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9515 + alias arun-9515.Princeton.EDU + address 172.18.82.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9516 + alias arun-9516.Princeton.EDU + address 172.18.82.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9517 + alias arun-9517.Princeton.EDU + address 172.18.82.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9518 + alias arun-9518.Princeton.EDU + address 172.18.82.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9519 + alias arun-9519.Princeton.EDU + address 172.18.82.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9520 + alias arun-9520.Princeton.EDU + address 172.18.82.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9521 + alias arun-9521.Princeton.EDU + address 172.18.82.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9522 + alias arun-9522.Princeton.EDU + address 172.18.82.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9523 + alias arun-9523.Princeton.EDU + address 172.18.82.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9524 + alias arun-9524.Princeton.EDU + address 172.18.82.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9525 + alias arun-9525.Princeton.EDU + address 172.18.82.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9526 + alias arun-9526.Princeton.EDU + address 172.18.82.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9527 + alias arun-9527.Princeton.EDU + address 172.18.82.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9528 + alias arun-9528.Princeton.EDU + address 172.18.82.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9529 + alias arun-9529.Princeton.EDU + address 172.18.82.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9530 + alias arun-9530.Princeton.EDU + address 172.18.82.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9531 + alias arun-9531.Princeton.EDU + address 172.18.82.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9532 + alias arun-9532.Princeton.EDU + address 172.18.82.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9533 + alias arun-9533.Princeton.EDU + address 172.18.82.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9534 + alias arun-9534.Princeton.EDU + address 172.18.82.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9535 + alias arun-9535.Princeton.EDU + address 172.18.82.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9536 + alias arun-9536.Princeton.EDU + address 172.18.82.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9537 + alias arun-9537.Princeton.EDU + address 172.18.82.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9538 + alias arun-9538.Princeton.EDU + address 172.18.82.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9539 + alias arun-9539.Princeton.EDU + address 172.18.82.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9540 + alias arun-9540.Princeton.EDU + address 172.18.82.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9541 + alias arun-9541.Princeton.EDU + address 172.18.82.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9542 + alias arun-9542.Princeton.EDU + address 172.18.82.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9543 + alias arun-9543.Princeton.EDU + address 172.18.82.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9544 + alias arun-9544.Princeton.EDU + address 172.18.82.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9545 + alias arun-9545.Princeton.EDU + address 172.18.82.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9546 + alias arun-9546.Princeton.EDU + address 172.18.231.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9547 + alias arun-9547.Princeton.EDU + address 172.18.231.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9548 + alias arun-9548.Princeton.EDU + address 172.18.231.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9549 + alias arun-9549.Princeton.EDU + address 172.18.231.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9550 + alias arun-9550.Princeton.EDU + address 172.18.231.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9551 + alias arun-9551.Princeton.EDU + address 172.18.231.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9552 + alias arun-9552.Princeton.EDU + address 172.18.231.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9553 + alias arun-9553.Princeton.EDU + address 172.18.231.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9554 + alias arun-9554.Princeton.EDU + address 172.18.231.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9555 + alias arun-9555.Princeton.EDU + address 172.18.231.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9556 + alias arun-9556.Princeton.EDU + address 172.18.231.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9557 + alias arun-9557.Princeton.EDU + address 172.18.231.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9558 + alias arun-9558.Princeton.EDU + address 172.18.231.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9559 + alias arun-9559.Princeton.EDU + address 172.18.231.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9560 + alias arun-9560.Princeton.EDU + address 172.18.231.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9561 + alias arun-9561.Princeton.EDU + address 172.18.231.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9562 + alias arun-9562.Princeton.EDU + address 172.18.231.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9563 + alias arun-9563.Princeton.EDU + address 172.18.231.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9564 + alias arun-9564.Princeton.EDU + address 172.18.231.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9565 + alias arun-9565.Princeton.EDU + address 172.18.231.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9566 + alias arun-9566.Princeton.EDU + address 172.18.231.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9567 + alias arun-9567.Princeton.EDU + address 172.18.231.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9568 + alias arun-9568.Princeton.EDU + address 172.18.231.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9569 + alias arun-9569.Princeton.EDU + address 172.18.231.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9570 + alias arun-9570.Princeton.EDU + address 172.18.231.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9571 + alias arun-9571.Princeton.EDU + address 172.18.231.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9572 + alias arun-9572.Princeton.EDU + address 172.18.231.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9573 + alias arun-9573.Princeton.EDU + address 172.18.231.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9574 + alias arun-9574.Princeton.EDU + address 172.18.231.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9575 + alias arun-9575.Princeton.EDU + address 172.18.231.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9576 + alias arun-9576.Princeton.EDU + address 172.18.231.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9577 + alias arun-9577.Princeton.EDU + address 172.18.231.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9578 + alias arun-9578.Princeton.EDU + address 172.18.231.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9579 + alias arun-9579.Princeton.EDU + address 172.18.231.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9580 + alias arun-9580.Princeton.EDU + address 172.18.231.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9581 + alias arun-9581.Princeton.EDU + address 172.18.231.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9582 + alias arun-9582.Princeton.EDU + address 172.18.231.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9583 + alias arun-9583.Princeton.EDU + address 172.18.232.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9584 + alias arun-9584.Princeton.EDU + address 172.18.232.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9585 + alias arun-9585.Princeton.EDU + address 172.18.232.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9586 + alias arun-9586.Princeton.EDU + address 172.18.232.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9587 + alias arun-9587.Princeton.EDU + address 172.18.232.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9588 + alias arun-9588.Princeton.EDU + address 172.18.232.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9589 + alias arun-9589.Princeton.EDU + address 172.18.232.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9590 + alias arun-9590.Princeton.EDU + address 172.18.232.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9591 + alias arun-9591.Princeton.EDU + address 172.18.232.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9592 + alias arun-9592.Princeton.EDU + address 172.18.232.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9593 + alias arun-9593.Princeton.EDU + address 172.18.232.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9594 + alias arun-9594.Princeton.EDU + address 172.18.232.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9595 + alias arun-9595.Princeton.EDU + address 172.18.232.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9596 + alias arun-9596.Princeton.EDU + address 172.18.232.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9597 + alias arun-9597.Princeton.EDU + address 172.18.232.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9598 + alias arun-9598.Princeton.EDU + address 172.18.232.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9599 + alias arun-9599.Princeton.EDU + address 172.18.232.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9600 + alias arun-9600.Princeton.EDU + address 172.18.232.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9601 + alias arun-9601.Princeton.EDU + address 172.18.232.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9602 + alias arun-9602.Princeton.EDU + address 172.18.232.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9603 + alias arun-9603.Princeton.EDU + address 172.18.232.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9604 + alias arun-9604.Princeton.EDU + address 172.18.232.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9605 + alias arun-9605.Princeton.EDU + address 172.18.232.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9606 + alias arun-9606.Princeton.EDU + address 172.18.232.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9607 + alias arun-9607.Princeton.EDU + address 172.18.232.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9608 + alias arun-9608.Princeton.EDU + address 172.18.232.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9609 + alias arun-9609.Princeton.EDU + address 172.18.232.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9610 + alias arun-9610.Princeton.EDU + address 172.18.232.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9611 + alias arun-9611.Princeton.EDU + address 172.18.232.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9612 + alias arun-9612.Princeton.EDU + address 172.18.232.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9613 + alias arun-9613.Princeton.EDU + address 172.18.232.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9614 + alias arun-9614.Princeton.EDU + address 172.18.232.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9615 + alias arun-9615.Princeton.EDU + address 172.18.232.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9616 + alias arun-9616.Princeton.EDU + address 172.18.232.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9617 + alias arun-9617.Princeton.EDU + address 172.18.232.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9618 + alias arun-9618.Princeton.EDU + address 172.18.232.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9619 + alias arun-9619.Princeton.EDU + address 172.18.231.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9620 + alias arun-9620.Princeton.EDU + address 172.18.231.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9621 + alias arun-9621.Princeton.EDU + address 172.18.231.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9622 + alias arun-9622.Princeton.EDU + address 172.18.231.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9623 + alias arun-9623.Princeton.EDU + address 172.18.231.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9624 + alias arun-9624.Princeton.EDU + address 172.18.231.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9625 + alias arun-9625.Princeton.EDU + address 172.18.231.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9626 + alias arun-9626.Princeton.EDU + address 172.18.231.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9627 + alias arun-9627.Princeton.EDU + address 172.18.231.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9628 + alias arun-9628.Princeton.EDU + address 172.18.231.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9629 + alias arun-9629.Princeton.EDU + address 172.18.231.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9630 + alias arun-9630.Princeton.EDU + address 172.18.231.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9631 + alias arun-9631.Princeton.EDU + address 172.18.231.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9633 + alias arun-9633.Princeton.EDU + address 172.18.231.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9634 + alias arun-9634.Princeton.EDU + address 172.18.231.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9636 + alias arun-9636.Princeton.EDU + address 172.18.232.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9637 + alias arun-9637.Princeton.EDU + address 172.18.231.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9638 + alias arun-9638.Princeton.EDU + address 172.18.231.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9639 + alias arun-9639.Princeton.EDU + address 172.18.231.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9640 + alias arun-9640.Princeton.EDU + address 172.18.231.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9641 + alias arun-9641.Princeton.EDU + address 172.18.231.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9642 + alias arun-9642.Princeton.EDU + address 172.18.231.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9643 + alias arun-9643.Princeton.EDU + address 172.18.231.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9644 + alias arun-9644.Princeton.EDU + address 172.18.231.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9645 + alias arun-9645.Princeton.EDU + address 172.18.231.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9646 + alias arun-9646.Princeton.EDU + address 172.18.231.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9647 + alias arun-9647.Princeton.EDU + address 172.18.231.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9648 + alias arun-9648.Princeton.EDU + address 172.18.231.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9649 + alias arun-9649.Princeton.EDU + address 172.18.231.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9650 + alias arun-9650.Princeton.EDU + address 172.18.231.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9651 + alias arun-9651.Princeton.EDU + address 172.18.232.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9652 + alias arun-9652.Princeton.EDU + address 172.18.232.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9653 + alias arun-9653.Princeton.EDU + address 172.18.232.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9654 + alias arun-9654.Princeton.EDU + address 172.18.232.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9655 + alias arun-9655.Princeton.EDU + address 172.18.232.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9656 + alias arun-9656.Princeton.EDU + address 172.18.232.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9657 + alias arun-9657.Princeton.EDU + address 172.18.232.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9658 + alias arun-9658.Princeton.EDU + address 172.18.232.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9659 + alias arun-9659.Princeton.EDU + address 172.18.232.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9660 + alias arun-9660.Princeton.EDU + address 172.18.232.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9661 + alias arun-9661.Princeton.EDU + address 172.18.232.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9662 + alias arun-9662.Princeton.EDU + address 172.18.233.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9663 + alias arun-9663.Princeton.EDU + address 172.18.232.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9664 + alias arun-9664.Princeton.EDU + address 172.18.232.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9665 + alias arun-9665.Princeton.EDU + address 172.18.232.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9666 + alias arun-9666.Princeton.EDU + address 172.18.232.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9667 + alias arun-9667.Princeton.EDU + address 172.18.232.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9668 + alias arun-9668.Princeton.EDU + address 172.18.232.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9670 + alias arun-9670.Princeton.EDU + address 172.18.232.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9671 + alias arun-9671.Princeton.EDU + address 172.18.232.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9672 + alias arun-9672.Princeton.EDU + address 172.18.232.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9673 + alias arun-9673.Princeton.EDU + address 172.18.232.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9674 + alias arun-9674.Princeton.EDU + address 172.18.232.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9675 + alias arun-9675.Princeton.EDU + address 172.18.232.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9676 + alias arun-9676.Princeton.EDU + address 172.18.232.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9677 + alias arun-9677.Princeton.EDU + address 172.18.232.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9678 + alias arun-9678.Princeton.EDU + address 172.18.232.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9679 + alias arun-9679.Princeton.EDU + address 172.18.232.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9680 + alias arun-9680.Princeton.EDU + address 172.18.232.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9681 + alias arun-9681.Princeton.EDU + address 172.18.232.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9682 + alias arun-9682.Princeton.EDU + address 172.18.232.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9683 + alias arun-9683.Princeton.EDU + address 172.18.232.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9684 + alias arun-9684.Princeton.EDU + address 172.18.232.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9685 + alias arun-9685.Princeton.EDU + address 172.18.232.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9686 + alias arun-9686.Princeton.EDU + address 172.18.232.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9687 + alias arun-9687.Princeton.EDU + address 172.18.232.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9688 + alias arun-9688.Princeton.EDU + address 172.18.232.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9689 + alias arun-9689.Princeton.EDU + address 172.18.232.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9690 + alias arun-9690.Princeton.EDU + address 172.18.232.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9691 + alias arun-9691.Princeton.EDU + address 172.18.232.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9692 + alias arun-9692.Princeton.EDU + address 172.18.232.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9693 + alias arun-9693.Princeton.EDU + address 172.18.232.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9694 + alias arun-9694.Princeton.EDU + address 172.18.232.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9695 + alias arun-9695.Princeton.EDU + address 172.18.232.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9696 + alias arun-9696.Princeton.EDU + address 172.18.232.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9697 + alias arun-9697.Princeton.EDU + address 172.18.233.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9698 + alias arun-9698.Princeton.EDU + address 172.18.232.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9699 + alias arun-9699.Princeton.EDU + address 172.18.232.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9700 + alias arun-9700.Princeton.EDU + address 172.18.232.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9701 + alias arun-9701.Princeton.EDU + address 172.18.232.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9702 + alias arun-9702.Princeton.EDU + address 172.18.232.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9703 + alias arun-9703.Princeton.EDU + address 172.18.232.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9704 + alias arun-9704.Princeton.EDU + address 172.18.232.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9705 + alias arun-9705.Princeton.EDU + address 172.18.232.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9706 + alias arun-9706.Princeton.EDU + address 172.18.232.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9708 + alias arun-9708.Princeton.EDU + address 172.18.233.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9709 + alias arun-9709.Princeton.EDU + address 172.18.232.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9710 + alias arun-9710.Princeton.EDU + address 172.18.232.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9711 + alias arun-9711.Princeton.EDU + address 172.18.232.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9712 + alias arun-9712.Princeton.EDU + address 172.18.232.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9713 + alias arun-9713.Princeton.EDU + address 172.18.232.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9714 + alias arun-9714.Princeton.EDU + address 172.18.232.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9715 + alias arun-9715.Princeton.EDU + address 172.18.232.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9716 + alias arun-9716.Princeton.EDU + address 172.18.232.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9717 + alias arun-9717.Princeton.EDU + address 172.18.232.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9718 + alias arun-9718.Princeton.EDU + address 172.18.232.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9719 + alias arun-9719.Princeton.EDU + address 172.18.232.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9720 + alias arun-9720.Princeton.EDU + address 172.18.232.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9721 + alias arun-9721.Princeton.EDU + address 172.18.232.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9722 + alias arun-9722.Princeton.EDU + address 172.18.232.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9723 + alias arun-9723.Princeton.EDU + address 172.18.232.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9724 + alias arun-9724.Princeton.EDU + address 172.18.232.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9725 + alias arun-9725.Princeton.EDU + address 172.18.233.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9726 + alias arun-9726.Princeton.EDU + address 172.18.232.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9727 + alias arun-9727.Princeton.EDU + address 172.18.232.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9728 + alias arun-9728.Princeton.EDU + address 172.18.232.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9729 + alias arun-9729.Princeton.EDU + address 172.18.232.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9730 + alias arun-9730.Princeton.EDU + address 172.18.232.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9731 + alias arun-9731.Princeton.EDU + address 172.18.232.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9732 + alias arun-9732.Princeton.EDU + address 172.18.232.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9733 + alias arun-9733.Princeton.EDU + address 172.18.232.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9734 + alias arun-9734.Princeton.EDU + address 172.18.232.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9735 + alias arun-9735.Princeton.EDU + address 172.18.232.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9736 + alias arun-9736.Princeton.EDU + address 172.18.232.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9737 + alias arun-9737.Princeton.EDU + address 172.18.232.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9738 + alias arun-9738.Princeton.EDU + address 172.18.232.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9739 + alias arun-9739.Princeton.EDU + address 172.18.232.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9740 + alias arun-9740.Princeton.EDU + address 172.18.232.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9741 + alias arun-9741.Princeton.EDU + address 172.18.232.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9742 + alias arun-9742.Princeton.EDU + address 172.18.232.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9743 + alias arun-9743.Princeton.EDU + address 172.18.232.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9744 + alias arun-9744.Princeton.EDU + address 172.18.232.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9745 + alias arun-9745.Princeton.EDU + address 172.18.232.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9746 + alias arun-9746.Princeton.EDU + address 172.18.232.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9747 + alias arun-9747.Princeton.EDU + address 172.18.232.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9748 + alias arun-9748.Princeton.EDU + address 172.18.232.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9749 + alias arun-9749.Princeton.EDU + address 172.18.232.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9750 + alias arun-9750.Princeton.EDU + address 172.18.232.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9751 + alias arun-9751.Princeton.EDU + address 172.18.232.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9752 + alias arun-9752.Princeton.EDU + address 172.18.232.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9753 + alias arun-9753.Princeton.EDU + address 172.18.232.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9754 + alias arun-9754.Princeton.EDU + address 172.18.232.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9755 + alias arun-9755.Princeton.EDU + address 172.18.84.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9756 + alias arun-9756.Princeton.EDU + address 172.18.232.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9757 + alias arun-9757.Princeton.EDU + address 172.18.232.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9758 + alias arun-9758.Princeton.EDU + address 172.18.232.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9759 + alias arun-9759.Princeton.EDU + address 172.18.232.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9760 + alias arun-9760.Princeton.EDU + address 172.18.232.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9761 + alias arun-9761.Princeton.EDU + address 172.18.232.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9763 + alias arun-9763.Princeton.EDU + address 172.18.232.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9764 + alias arun-9764.Princeton.EDU + address 172.18.232.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9765 + alias arun-9765.Princeton.EDU + address 172.18.233.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9766 + alias arun-9766.Princeton.EDU + address 172.18.232.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9767 + alias arun-9767.Princeton.EDU + address 172.18.232.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9768 + alias arun-9768.Princeton.EDU + address 172.18.232.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9769 + alias arun-9769.Princeton.EDU + address 172.18.232.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9770 + alias arun-9770.Princeton.EDU + address 172.18.232.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9771 + alias arun-9771.Princeton.EDU + address 172.18.232.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9772 + alias arun-9772.Princeton.EDU + address 172.18.232.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9773 + alias arun-9773.Princeton.EDU + address 172.18.232.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9774 + alias arun-9774.Princeton.EDU + address 172.18.232.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9775 + alias arun-9775.Princeton.EDU + address 172.18.232.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9776 + alias arun-9776.Princeton.EDU + address 172.18.232.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9777 + alias arun-9777.Princeton.EDU + address 172.18.232.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9778 + alias arun-9778.Princeton.EDU + address 172.18.232.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9779 + alias arun-9779.Princeton.EDU + address 172.18.232.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9780 + alias arun-9780.Princeton.EDU + address 172.18.85.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9781 + alias arun-9781.Princeton.EDU + address 172.18.232.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9782 + alias arun-9782.Princeton.EDU + address 172.18.232.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9783 + alias arun-9783.Princeton.EDU + address 172.18.232.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9784 + alias arun-9784.Princeton.EDU + address 172.18.232.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9785 + alias arun-9785.Princeton.EDU + address 172.18.232.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9786 + alias arun-9786.Princeton.EDU + address 172.18.85.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9787 + alias arun-9787.Princeton.EDU + address 172.18.85.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9792 + alias arun-9792.Princeton.EDU + address 172.18.232.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9793 + alias arun-9793.Princeton.EDU + address 172.18.85.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9794 + alias arun-9794.Princeton.EDU + address 172.18.85.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9795 + alias arun-9795.Princeton.EDU + address 172.18.85.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9796 + alias arun-9796.Princeton.EDU + address 172.18.85.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9799 + alias arun-9799.Princeton.EDU + address 172.18.86.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9806 + alias arun-9806.Princeton.EDU + address 172.18.232.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9807 + alias arun-9807.Princeton.EDU + address 172.18.232.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9808 + alias arun-9808.Princeton.EDU + address 172.18.233.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9809 + alias arun-9809.Princeton.EDU + address 172.18.232.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9810 + alias arun-9810.Princeton.EDU + address 172.18.232.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9811 + alias arun-9811.Princeton.EDU + address 172.18.232.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9812 + alias arun-9812.Princeton.EDU + address 172.18.232.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9813 + alias arun-9813.Princeton.EDU + address 172.18.232.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9814 + alias arun-9814.Princeton.EDU + address 172.18.232.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9815 + alias arun-9815.Princeton.EDU + address 172.18.232.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9816 + alias arun-9816.Princeton.EDU + address 172.18.232.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9818 + alias arun-9818.Princeton.EDU + address 172.18.232.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9819 + alias arun-9819.Princeton.EDU + address 172.18.232.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9820 + alias arun-9820.Princeton.EDU + address 172.18.232.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9821 + alias arun-9821.Princeton.EDU + address 172.18.232.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9822 + alias arun-9822.Princeton.EDU + address 172.18.232.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9823 + alias arun-9823.Princeton.EDU + address 172.18.232.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9824 + alias arun-9824.Princeton.EDU + address 172.18.232.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9825 + alias arun-9825.Princeton.EDU + address 172.18.232.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9826 + alias arun-9826.Princeton.EDU + address 172.18.232.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9827 + alias arun-9827.Princeton.EDU + address 172.18.232.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9828 + alias arun-9828.Princeton.EDU + address 172.18.232.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9829 + alias arun-9829.Princeton.EDU + address 172.18.232.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9830 + alias arun-9830.Princeton.EDU + address 172.18.232.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9831 + alias arun-9831.Princeton.EDU + address 172.18.232.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9832 + alias arun-9832.Princeton.EDU + address 172.18.232.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9833 + alias arun-9833.Princeton.EDU + address 172.18.232.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9834 + alias arun-9834.Princeton.EDU + address 172.18.232.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9835 + alias arun-9835.Princeton.EDU + address 172.18.232.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9836 + alias arun-9836.Princeton.EDU + address 172.18.232.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9837 + alias arun-9837.Princeton.EDU + address 172.18.232.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9838 + alias arun-9838.Princeton.EDU + address 172.18.232.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9839 + alias arun-9839.Princeton.EDU + address 172.18.232.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9840 + alias arun-9840.Princeton.EDU + address 172.18.232.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9841 + alias arun-9841.Princeton.EDU + address 172.18.232.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9842 + alias arun-9842.Princeton.EDU + address 172.18.232.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9843 + alias arun-9843.Princeton.EDU + address 172.18.232.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9844 + alias arun-9844.Princeton.EDU + address 172.18.233.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9846 + alias arun-9846.Princeton.EDU + address 172.18.233.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9847 + alias arun-9847.Princeton.EDU + address 172.18.233.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9848 + alias arun-9848.Princeton.EDU + address 172.18.233.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9849 + alias arun-9849.Princeton.EDU + address 172.18.233.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9850 + alias arun-9850.Princeton.EDU + address 172.18.233.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9851 + alias arun-9851.Princeton.EDU + address 172.18.233.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9852 + alias arun-9852.Princeton.EDU + address 172.18.233.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9853 + alias arun-9853.Princeton.EDU + address 172.18.233.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9854 + alias arun-9854.Princeton.EDU + address 172.18.233.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9855 + alias arun-9855.Princeton.EDU + address 172.18.233.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9856 + alias arun-9856.Princeton.EDU + address 172.18.233.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9857 + alias arun-9857.Princeton.EDU + address 172.18.233.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9858 + alias arun-9858.Princeton.EDU + address 172.18.233.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9859 + alias arun-9859.Princeton.EDU + address 172.18.233.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9860 + alias arun-9860.Princeton.EDU + address 172.18.233.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9861 + alias arun-9861.Princeton.EDU + address 172.18.233.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9877 + alias arun-9877.Princeton.EDU + address 172.18.66.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9878 + alias arun-9878.Princeton.EDU + address 172.18.66.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9879 + alias arun-9879.Princeton.EDU + address 172.18.69.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9880 + alias arun-9880.Princeton.EDU + address 172.18.71.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9881 + alias arun-9881.Princeton.EDU + address 172.18.71.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9882 + alias arun-9882.Princeton.EDU + address 172.18.71.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9883 + alias arun-9883.Princeton.EDU + address 172.18.71.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9884 + alias arun-9884.Princeton.EDU + address 172.18.71.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9885 + alias arun-9885.Princeton.EDU + address 172.18.71.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9886 + alias arun-9886.Princeton.EDU + address 172.18.71.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9887 + alias arun-9887.Princeton.EDU + address 172.18.71.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9888 + alias arun-9888.Princeton.EDU + address 172.18.71.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9889 + alias arun-9889.Princeton.EDU + address 172.18.71.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9890 + alias arun-9890.Princeton.EDU + address 172.18.71.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9891 + alias arun-9891.Princeton.EDU + address 172.18.71.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9892 + alias arun-9892.Princeton.EDU + address 172.18.71.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9893 + alias arun-9893.Princeton.EDU + address 172.18.71.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9894 + alias arun-9894.Princeton.EDU + address 172.18.71.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9895 + alias arun-9895.Princeton.EDU + address 172.18.71.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9896 + alias arun-9896.Princeton.EDU + address 172.18.71.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9897 + alias arun-9897.Princeton.EDU + address 172.18.71.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9898 + alias arun-9898.Princeton.EDU + address 172.18.71.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9899 + alias arun-9899.Princeton.EDU + address 172.18.71.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9900 + alias arun-9900.Princeton.EDU + address 172.18.71.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9901 + alias arun-9901.Princeton.EDU + address 172.18.71.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9902 + alias arun-9902.Princeton.EDU + address 172.18.71.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9903 + alias arun-9903.Princeton.EDU + address 172.18.71.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9904 + alias arun-9904.Princeton.EDU + address 172.18.71.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9905 + alias arun-9905.Princeton.EDU + address 172.18.71.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9906 + alias arun-9906.Princeton.EDU + address 172.18.71.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9907 + alias arun-9907.Princeton.EDU + address 172.18.82.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9908 + alias arun-9908.Princeton.EDU + address 172.18.82.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9909 + alias arun-9909.Princeton.EDU + address 172.18.82.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9910 + alias arun-9910.Princeton.EDU + address 172.18.82.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9911 + alias arun-9911.Princeton.EDU + address 172.18.82.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9912 + alias arun-9912.Princeton.EDU + address 172.18.82.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9913 + alias arun-9913.Princeton.EDU + address 172.18.82.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9914 + alias arun-9914.Princeton.EDU + address 172.18.82.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9915 + alias arun-9915.Princeton.EDU + address 172.18.82.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9916 + alias arun-9916.Princeton.EDU + address 172.18.82.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9917 + alias arun-9917.Princeton.EDU + address 172.18.82.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9918 + alias arun-9918.Princeton.EDU + address 172.18.66.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9919 + alias arun-9919.Princeton.EDU + address 172.18.82.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9920 + alias arun-9920.Princeton.EDU + address 172.18.64.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9921 + alias arun-9921.Princeton.EDU + address 172.18.82.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9922 + alias arun-9922.Princeton.EDU + address 172.18.82.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9923 + alias arun-9923.Princeton.EDU + address 172.18.82.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9924 + alias arun-9924.Princeton.EDU + address 172.18.82.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9925 + alias arun-9925.Princeton.EDU + address 172.18.82.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9926 + alias arun-9926.Princeton.EDU + address 172.18.82.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9927 + alias arun-9927.Princeton.EDU + address 172.18.82.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9928 + alias arun-9928.Princeton.EDU + address 172.18.83.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9929 + alias arun-9929.Princeton.EDU + address 172.18.83.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9930 + alias arun-9930.Princeton.EDU + address 172.18.83.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9931 + alias arun-9931.Princeton.EDU + address 172.18.83.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9932 + alias arun-9932.Princeton.EDU + address 172.18.83.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9933 + alias arun-9933.Princeton.EDU + address 172.18.83.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9934 + alias arun-9934.Princeton.EDU + address 172.18.83.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9935 + alias arun-9935.Princeton.EDU + address 172.18.83.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9936 + alias arun-9936.Princeton.EDU + address 172.18.83.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9937 + alias arun-9937.Princeton.EDU + address 172.18.83.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9938 + alias arun-9938.Princeton.EDU + address 172.18.83.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9939 + alias arun-9939.Princeton.EDU + address 172.18.83.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9940 + alias arun-9940.Princeton.EDU + address 172.18.83.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9941 + alias arun-9941.Princeton.EDU + address 172.18.83.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9942 + alias arun-9942.Princeton.EDU + address 172.18.83.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9943 + alias arun-9943.Princeton.EDU + address 172.18.83.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9944 + alias arun-9944.Princeton.EDU + address 172.18.83.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9945 + alias arun-9945.Princeton.EDU + address 172.18.83.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9946 + alias arun-9946.Princeton.EDU + address 172.18.83.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9947 + alias arun-9947.Princeton.EDU + address 172.18.83.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9948 + alias arun-9948.Princeton.EDU + address 172.18.83.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9949 + alias arun-9949.Princeton.EDU + address 172.18.83.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9950 + alias arun-9950.Princeton.EDU + address 172.18.83.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9951 + alias arun-9951.Princeton.EDU + address 172.18.83.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9952 + alias arun-9952.Princeton.EDU + address 172.18.83.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9953 + alias arun-9953.Princeton.EDU + address 172.18.83.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9954 + alias arun-9954.Princeton.EDU + address 172.18.83.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9955 + alias arun-9955.Princeton.EDU + address 172.18.83.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9956 + alias arun-9956.Princeton.EDU + address 172.18.64.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9961 + alias arun-9961.Princeton.EDU + address 172.18.83.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9962 + alias arun-9962.Princeton.EDU + address 172.18.83.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9963 + alias arun-9963.Princeton.EDU + address 172.18.83.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9964 + alias arun-9964.Princeton.EDU + address 172.18.83.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9965 + alias arun-9965.Princeton.EDU + address 172.18.83.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9966 + alias arun-9966.Princeton.EDU + address 172.18.83.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9967 + alias arun-9967.Princeton.EDU + address 172.18.83.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9968 + alias arun-9968.Princeton.EDU + address 172.18.83.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9969 + alias arun-9969.Princeton.EDU + address 172.18.83.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9970 + alias arun-9970.Princeton.EDU + address 172.18.83.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9971 + alias arun-9971.Princeton.EDU + address 172.18.83.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9972 + alias arun-9972.Princeton.EDU + address 172.18.83.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9973 + alias arun-9973.Princeton.EDU + address 172.18.83.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9974 + alias arun-9974.Princeton.EDU + address 172.18.83.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9975 + alias arun-9975.Princeton.EDU + address 172.18.83.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9976 + alias arun-9976.Princeton.EDU + address 172.18.83.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9977 + alias arun-9977.Princeton.EDU + address 172.18.83.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9978 + alias arun-9978.Princeton.EDU + address 172.18.83.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9979 + alias arun-9979.Princeton.EDU + address 172.18.83.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9980 + alias arun-9980.Princeton.EDU + address 172.18.83.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9981 + alias arun-9981.Princeton.EDU + address 172.18.83.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9982 + alias arun-9982.Princeton.EDU + address 172.18.83.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9983 + alias arun-9983.Princeton.EDU + address 172.18.83.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9984 + alias arun-9984.Princeton.EDU + address 172.18.83.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9985 + alias arun-9985.Princeton.EDU + address 172.18.83.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9986 + alias arun-9986.Princeton.EDU + address 172.18.83.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9987 + alias arun-9987.Princeton.EDU + address 172.18.83.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9988 + alias arun-9988.Princeton.EDU + address 172.18.83.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9989 + alias arun-9989.Princeton.EDU + address 172.18.83.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9990 + alias arun-9990.Princeton.EDU + address 172.18.83.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9991 + alias arun-9991.Princeton.EDU + address 172.18.83.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9992 + alias arun-9992.Princeton.EDU + address 172.18.83.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9993 + alias arun-9993.Princeton.EDU + address 172.18.83.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9994 + alias arun-9994.Princeton.EDU + address 172.18.83.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9995 + alias arun-9995.Princeton.EDU + address 172.18.83.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9996 + alias arun-9996.Princeton.EDU + address 172.18.83.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9997 + alias arun-9997.Princeton.EDU + address 172.18.83.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9998 + alias arun-9998.Princeton.EDU + address 172.18.83.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9999 + alias arun-9999.Princeton.EDU + address 172.18.83.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0007 + alias ca12-0007.Princeton.EDU + address 172.18.33.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0029 + alias ca12-0029.Princeton.EDU + address 172.18.33.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0042 + alias ca12-0042.Princeton.EDU + address 172.18.32.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0093 + alias ca12-0093.Princeton.EDU + address 172.18.1.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0190 + alias ca12-0190.Princeton.EDU + address 172.18.32.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0192 + alias ca12-0192.Princeton.EDU + address 172.18.1.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0292 + alias ca12-0292.Princeton.EDU + address 172.18.192.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0311 + alias ca12-0311.Princeton.EDU + address 172.18.32.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0330 + alias ca12-0330.Princeton.EDU + address 172.18.33.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0382 + alias ca12-0382.Princeton.EDU + address 172.18.1.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0437 + alias ca12-0437.Princeton.EDU + address 172.18.0.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0657 + alias ca12-0657.Princeton.EDU + address 172.18.32.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1015 + alias ca12-1015.Princeton.EDU + address 172.18.2.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1070 + alias ca12-1070.Princeton.EDU + address 172.18.4.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1080 + alias ca12-1080.Princeton.EDU + address 172.18.192.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1109 + alias ca12-1109.Princeton.EDU + address 172.18.194.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1159 + alias ca12-1159.Princeton.EDU + address 172.18.2.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1160 + alias ca12-1160.Princeton.EDU + address 172.18.192.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1170 + alias ca12-1170.Princeton.EDU + address 172.18.32.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1190 + alias ca12-1190.Princeton.EDU + address 172.18.32.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1198 + alias ca12-1198.Princeton.EDU + address 172.18.0.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1336 + alias ca12-1336.Princeton.EDU + address 172.18.32.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1355 + alias ca12-1355.Princeton.EDU + address 172.18.194.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-8 + alias gate-core-cdn-router-8.Princeton.EDU + address 128.112.8.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-16 + alias gate-core-cdn-router-16.Princeton.EDU + address 128.112.16.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-20 + alias gate-core-cdn-router-20.Princeton.EDU + address 128.112.20.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-24 + alias gate-core-cdn-router-24.Princeton.EDU + address 128.112.24.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-28 + alias gate-core-cdn-router-28.Princeton.EDU + address 128.112.28.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-32 + alias gate-core-cdn-router-32.Princeton.EDU + address 128.112.32.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-40 + alias gate-core-cdn-router-40.Princeton.EDU + address 128.112.40.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-48 + alias gate-core-cdn-router-48.Princeton.EDU + address 128.112.48.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-52 + alias gate-core-cdn-router-52.Princeton.EDU + address 128.112.52.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-56 + alias gate-core-cdn-router-56.Princeton.EDU + address 128.112.56.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-64 + alias gate-core-cdn-router-64.Princeton.EDU + address 128.112.64.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-72 + alias gate-core-cdn-router-72.Princeton.EDU + address 128.112.72.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-84 + alias gate-core-cdn-router-84.Princeton.EDU + address 128.112.84.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-88 + alias gate-core-cdn-router-88.Princeton.EDU + address 128.112.88.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-100 + alias gate-core-cdn-router-100.Princeton.EDU + address 128.112.100.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-101 + alias gate-core-cdn-router-101.Princeton.EDU + address 128.112.101.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-102 + alias gate-core-cdn-router-102.Princeton.EDU + address 128.112.102.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-108 + alias gate-core-cdn-router-108.Princeton.EDU + address 128.112.108.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-112 + alias gate-core-cdn-router-112.Princeton.EDU + address 128.112.112.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-116 + alias gate-core-cdn-router-116.Princeton.EDU + address 128.112.116.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-120 + alias gate-core-cdn-router-120.Princeton.EDU + address 128.112.120.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-128 + alias gate-core-cdn-router-128.Princeton.EDU + address 128.112.128.114 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-140 + alias gate-core-cdn-router-140.Princeton.EDU + address 128.112.140.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-144 + alias gate-core-cdn-router-144.Princeton.EDU + address 128.112.144.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-148 + alias gate-core-cdn-router-148.Princeton.EDU + address 128.112.148.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-156 + alias gate-core-cdn-router-156.Princeton.EDU + address 128.112.156.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-160 + alias gate-core-cdn-router-160.Princeton.EDU + address 128.112.160.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-164 + alias gate-core-cdn-router-164.Princeton.EDU + address 128.112.164.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-172 + alias gate-core-cdn-router-172.Princeton.EDU + address 128.112.172.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-176 + alias gate-core-cdn-router-176.Princeton.EDU + address 128.112.176.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-184 + alias gate-core-cdn-router-184.Princeton.EDU + address 128.112.184.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-192 + alias gate-core-cdn-router-192.Princeton.EDU + address 128.112.192.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-196 + alias gate-core-cdn-router-196.Princeton.EDU + address 128.112.196.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-200 + alias gate-core-cdn-router-200.Princeton.EDU + address 128.112.200.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-208 + alias gate-core-cdn-router-208.Princeton.EDU + address 128.112.208.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-216 + alias gate-core-cdn-router-216.Princeton.EDU + address 128.112.216.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-224 + alias gate-core-cdn-router-224.Princeton.EDU + address 128.112.224.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-228 + alias gate-core-cdn-router-228.Princeton.EDU + address 128.112.228.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-232 + alias gate-core-cdn-router-232.Princeton.EDU + address 128.112.232.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-240 + alias gate-core-cdn-router-240.Princeton.EDU + address 128.112.240.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-252 + alias gate-core-cdn-router-252.Princeton.EDU + address 128.112.252.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-athvideonet + alias gate-core-cdn-router-athvideonet.Princeton.EDU + address 128.112.1.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-basnet + alias gate-core-cdn-router-basnet.Princeton.EDU + address 172.20.48.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-beacon-net + alias gate-core-cdn-router-beacon-net.Princeton.EDU + address 140.180.224.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-directornet + alias gate-core-cdn-router-directornet.Princeton.EDU + address 172.20.240.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-dormnet + alias gate-core-cdn-router-dormnet.Princeton.EDU + address 140.180.128.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-dotdotdashnet + alias gate-core-cdn-router-dotdotdashnet.Princeton.EDU + address 172.20.32.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-firenet + alias gate-core-cdn-router-firenet.Princeton.EDU + address 192.168.30.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-guestnet + alias gate-core-cdn-router-guestnet.Princeton.EDU + address 66.180.176.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-infranet1 + alias gate-core-cdn-router-infranet1.Princeton.EDU + address 172.18.0.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-infranet2 + alias gate-core-cdn-router-infranet2.Princeton.EDU + address 172.18.32.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-infranet3 + alias gate-core-cdn-router-infranet3.Princeton.EDU + address 172.18.64.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-infranet7 + alias gate-core-cdn-router-infranet7.Princeton.EDU + address 172.18.224.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-lca-theatrical-lighting + alias gate-core-cdn-router-lca-theatrical-lighting.Princeton.EDU + address 172.19.76.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet16 + alias gate-core-cdn-router-linknet16.Princeton.EDU + address 128.112.12.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet20 + alias gate-core-cdn-router-linknet20.Princeton.EDU + address 128.112.12.81 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet24 + alias gate-core-cdn-router-linknet24.Princeton.EDU + address 128.112.12.97 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet28 + alias gate-core-cdn-router-linknet28.Princeton.EDU + address 128.112.12.113 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet36 + alias gate-core-cdn-router-linknet36.Princeton.EDU + address 128.112.12.145 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet48 + alias gate-core-cdn-router-linknet48.Princeton.EDU + address 128.112.12.193 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-mosquitonet + alias gate-core-cdn-router-mosquitonet.Princeton.EDU + address 172.19.70.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-plinknet40 + alias gate-core-cdn-router-plinknet40.Princeton.EDU + address 192.168.9.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-lca-clear-com-helixnet + alias core-cdn-router-lca-clear-com-helixnet.Princeton.EDU + address 192.168.22.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-lca-dante-audio + alias core-cdn-router-lca-dante-audio.Princeton.EDU + address 192.168.26.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-lca-dante-audio-secondary + alias core-cdn-router-lca-dante-audio-secondary.Princeton.EDU + address 192.168.28.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-linknet40 + alias core-cdn-router-linknet40.Princeton.EDU + address 128.112.12.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet4 + alias core-cdn-router-plinknet4.Princeton.EDU + address 192.168.9.17 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet20 + alias core-cdn-router-plinknet20.Princeton.EDU + address 192.168.9.81 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet28 + alias core-cdn-router-plinknet28.Princeton.EDU + address 192.168.9.113 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet32 + alias core-cdn-router-plinknet32.Princeton.EDU + address 192.168.9.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet34 + alias core-cdn-router-plinknet34.Princeton.EDU + address 192.168.9.137 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet36 + alias core-cdn-router-plinknet36.Princeton.EDU + address 192.168.9.145 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-pony-express-net + alias core-cdn-router-pony-express-net.Princeton.EDU + address 172.20.72.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-pppl-microwave-linknet + alias gate-core-cdn-router-pppl-microwave-linknet.Princeton.EDU + address 192.168.8.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-pulpnet + alias gate-core-cdn-router-pulpnet.Princeton.EDU + address 10.254.0.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-ringnet + alias gate-core-cdn-router-ringnet.Princeton.EDU + address 192.168.4.33 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-rutherenet + alias gate-core-cdn-router-rutherenet.Princeton.EDU + address 192.168.4.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-smoke-signals-net + alias gate-core-cdn-router-smoke-signals-net.Princeton.EDU + address 172.20.94.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-sonnet + alias gate-core-cdn-router-sonnet.Princeton.EDU + address 192.168.24.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-tbnnet + alias gate-core-cdn-router-tbnnet.Princeton.EDU + address 172.19.0.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-unt-servernet-1 + alias gate-core-cdn-router-unt-servernet-1.Princeton.EDU + address 128.112.101.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-videonet + alias gate-core-cdn-router-videonet.Princeton.EDU + address 66.180.177.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87 + alias gate-core-87.Princeton.EDU + address 172.18.174.11 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-mgmt + alias gate-core-87-mgmt.Princeton.EDU + address 172.18.193.19 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-8 + alias gate-core-87-router-8.Princeton.EDU + address 128.112.8.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-16 + alias gate-core-87-router-16.Princeton.EDU + address 128.112.16.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-20 + alias gate-core-87-router-20.Princeton.EDU + address 128.112.20.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-24 + alias gate-core-87-router-24.Princeton.EDU + address 128.112.24.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-28 + alias gate-core-87-router-28.Princeton.EDU + address 128.112.28.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-32 + alias gate-core-87-router-32.Princeton.EDU + address 128.112.32.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-40 + alias gate-core-87-router-40.Princeton.EDU + address 128.112.40.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-48 + alias gate-core-87-router-48.Princeton.EDU + address 128.112.48.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-52 + alias gate-core-87-router-52.Princeton.EDU + address 128.112.52.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-56 + alias gate-core-87-router-56.Princeton.EDU + address 128.112.56.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-64 + alias gate-core-87-router-64.Princeton.EDU + address 128.112.64.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-72 + alias gate-core-87-router-72.Princeton.EDU + address 128.112.72.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-84 + alias gate-core-87-router-84.Princeton.EDU + address 128.112.84.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-88 + alias gate-core-87-router-88.Princeton.EDU + address 128.112.88.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-100 + alias gate-core-87-router-100.Princeton.EDU + address 128.112.100.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-101 + alias gate-core-87-router-101.Princeton.EDU + address 128.112.101.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-102 + alias gate-core-87-router-102.Princeton.EDU + address 128.112.102.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-108 + alias gate-core-87-router-108.Princeton.EDU + address 128.112.108.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-112 + alias gate-core-87-router-112.Princeton.EDU + address 128.112.112.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-116 + alias gate-core-87-router-116.Princeton.EDU + address 128.112.116.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-120 + alias gate-core-87-router-120.Princeton.EDU + address 128.112.120.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-128 + alias gate-core-87-router-128.Princeton.EDU + address 128.112.128.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-140 + alias gate-core-87-router-140.Princeton.EDU + address 128.112.140.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-144 + alias gate-core-87-router-144.Princeton.EDU + address 128.112.144.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-148 + alias gate-core-87-router-148.Princeton.EDU + address 128.112.148.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-156 + alias gate-core-87-router-156.Princeton.EDU + address 128.112.156.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-160 + alias gate-core-87-router-160.Princeton.EDU + address 128.112.160.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-164 + alias gate-core-87-router-164.Princeton.EDU + address 128.112.164.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-172 + alias gate-core-87-router-172.Princeton.EDU + address 128.112.172.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-176 + alias gate-core-87-router-176.Princeton.EDU + address 128.112.176.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-184 + alias gate-core-87-router-184.Princeton.EDU + address 128.112.184.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-192 + alias gate-core-87-router-192.Princeton.EDU + address 128.112.192.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-196 + alias gate-core-87-router-196.Princeton.EDU + address 128.112.196.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-200 + alias gate-core-87-router-200.Princeton.EDU + address 128.112.200.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-208 + alias gate-core-87-router-208.Princeton.EDU + address 128.112.208.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-216 + alias gate-core-87-router-216.Princeton.EDU + address 128.112.216.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-224 + alias gate-core-87-router-224.Princeton.EDU + address 128.112.224.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-228 + alias gate-core-87-router-228.Princeton.EDU + address 128.112.228.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-232 + alias gate-core-87-router-232.Princeton.EDU + address 128.112.232.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-240 + alias gate-core-87-router-240.Princeton.EDU + address 128.112.240.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-252 + alias gate-core-87-router-252.Princeton.EDU + address 128.112.252.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-athvideonet + alias gate-core-87-router-athvideonet.Princeton.EDU + address 128.112.1.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-basnet + alias gate-core-87-router-basnet.Princeton.EDU + address 172.20.48.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-beacon-net + alias gate-core-87-router-beacon-net.Princeton.EDU + address 140.180.224.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-directornet + alias gate-core-87-router-directornet.Princeton.EDU + address 172.20.240.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-dormnet + alias gate-core-87-router-dormnet.Princeton.EDU + address 140.180.128.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-dotdotdashnet + alias gate-core-87-router-dotdotdashnet.Princeton.EDU + address 172.20.32.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-firenet + alias gate-core-87-router-firenet.Princeton.EDU + address 192.168.30.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-guestnet + alias gate-core-87-router-guestnet.Princeton.EDU + address 66.180.176.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-infranet1 + alias gate-core-87-router-infranet1.Princeton.EDU + address 172.18.0.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-infranet2 + alias gate-core-87-router-infranet2.Princeton.EDU + address 172.18.32.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-infranet3 + alias gate-core-87-router-infranet3.Princeton.EDU + address 172.18.64.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-infranet7 + alias gate-core-87-router-infranet7.Princeton.EDU + address 172.18.224.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-lca-theatrical-lighting + alias gate-core-87-router-lca-theatrical-lighting.Princeton.EDU + address 172.19.76.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet11 + alias gate-core-87-router-linknet11.Princeton.EDU + address 128.112.12.45 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet13 + alias gate-core-87-router-linknet13.Princeton.EDU + address 128.112.12.53 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet14 + alias gate-core-87-router-linknet14.Princeton.EDU + address 128.112.12.57 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet16 + alias gate-core-87-router-linknet16.Princeton.EDU + address 128.112.12.66 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet20 + alias gate-core-87-router-linknet20.Princeton.EDU + address 128.112.12.82 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet24 + alias gate-core-87-router-linknet24.Princeton.EDU + address 128.112.12.98 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet28 + alias gate-core-87-router-linknet28.Princeton.EDU + address 128.112.12.114 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet36 + alias gate-core-87-router-linknet36.Princeton.EDU + address 128.112.12.146 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet48 + alias gate-core-87-router-linknet48.Princeton.EDU + address 128.112.12.194 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-mosquitonet + alias gate-core-87-router-mosquitonet.Princeton.EDU + address 172.19.70.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-plinknet40 + alias gate-core-87-router-plinknet40.Princeton.EDU + address 192.168.9.162 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-unt-servernet-1 + alias gate-core-87-router-unt-servernet-1.Princeton.EDU + address 128.112.101.130 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-lca-clear-com-helixnet + alias core-87-router-lca-clear-com-helixnet.Princeton.EDU + address 192.168.22.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-lca-dante-audio + alias core-87-router-lca-dante-audio.Princeton.EDU + address 192.168.26.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-lca-dante-audio-secondary + alias core-87-router-lca-dante-audio-secondary.Princeton.EDU + address 192.168.28.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-linknet40 + alias core-87-router-linknet40.Princeton.EDU + address 128.112.12.162 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet20 + alias core-87-router-plinknet20.Princeton.EDU + address 192.168.9.82 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet28 + alias core-87-router-plinknet28.Princeton.EDU + address 192.168.9.114 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet3 + alias core-87-router-plinknet3.Princeton.EDU + address 192.168.9.14 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet32 + alias core-87-router-plinknet32.Princeton.EDU + address 192.168.9.130 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet34 + alias core-87-router-plinknet34.Princeton.EDU + address 192.168.9.138 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet36 + alias core-87-router-plinknet36.Princeton.EDU + address 192.168.9.146 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-pony-express-net + alias core-87-router-pony-express-net.Princeton.EDU + address 172.20.72.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-pppl-microwave-linknet + alias gate-core-87-router-pppl-microwave-linknet.Princeton.EDU + address 192.168.8.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-pulpnet + alias gate-core-87-router-pulpnet.Princeton.EDU + address 10.254.0.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-ringnet + alias gate-core-87-router-ringnet.Princeton.EDU + address 192.168.4.34 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-rutherenet + alias gate-core-87-router-rutherenet.Princeton.EDU + address 192.168.4.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-smoke-signals-net + alias gate-core-87-router-smoke-signals-net.Princeton.EDU + address 172.20.94.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-sonnet + alias gate-core-87-router-sonnet.Princeton.EDU + address 192.168.24.130 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-tbnnet + alias gate-core-87-router-tbnnet.Princeton.EDU + address 172.19.0.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-videonet + alias gate-core-87-router-videonet.Princeton.EDU + address 66.180.177.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-lewis-mgmt + alias gate-core-lewis-mgmt.Princeton.EDU + address 172.18.3.187 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-ns + alias gate-core-ns.Princeton.EDU + address 172.18.174.13 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-ns-mgmt + alias gate-core-ns-mgmt.Princeton.EDU + address 172.18.193.130 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-ns-router-linknet11 + alias gate-core-ns-router-linknet11.Princeton.EDU + address 128.112.12.46 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-gigagate6-mgmt + alias gate-gigagate6-mgmt.Princeton.EDU + address 172.18.0.81 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87 + alias gate-border-87.Princeton.EDU + address 172.18.174.12 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-cogent + alias gate-rtr-border-hpcrc-router-cogent.Princeton.EDU + address 38.122.150.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-hurricane-electric + alias gate-rtr-border-87-router-hurricane-electric.Princeton.EDU + address 216.66.49.74 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-extern-linknet62 + alias gate-border-87-router-extern-linknet62.Princeton.EDU + address 204.153.48.249 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-extern-linknet11 + alias gate-border-87-router-extern-linknet11.Princeton.EDU + address 204.153.48.45 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-extern-linknet4 + alias gate-border-87-router-extern-linknet4.Princeton.EDU + address 204.153.48.17 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-magpi + alias gate-rtr-border-hpcrc-router-magpi.Princeton.EDU + address 216.27.98.114 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-mccarternet + alias gate-rtr-border-router-mccarternet.Princeton.EDU + address 205.172.164.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-vrf-aws-vpcs-plinknet40 + alias gate-border-87-router-vrf-aws-vpcs-plinknet40.Princeton.EDU + address 192.168.9.174 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-vrf-aws-vpcs-plinknet44 + alias gate-border-87-router-vrf-aws-vpcs-plinknet44.Princeton.EDU + address 192.168.9.177 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-vrf-aws-vpcs-plinknet46 + alias gate-border-87-router-vrf-aws-vpcs-plinknet46.Princeton.EDU + address 192.168.9.185 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-esnet + alias gate-rtr-border-hpcrc-router-esnet.Princeton.EDU + address 204.153.48.33 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-40 + alias gate-rtr-border-router-ext-cust-net-40.Princeton.EDU + address 204.153.51.145 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-41 + alias gate-rtr-border-router-ext-cust-net-41.Princeton.EDU + address 204.153.51.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-42 + alias gate-rtr-border-router-ext-cust-net-42.Princeton.EDU + address 204.153.51.177 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-43 + alias gate-rtr-border-router-ext-cust-net-43.Princeton.EDU + address 204.153.51.193 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-44 + alias gate-rtr-border-router-ext-cust-net-44.Princeton.EDU + address 204.153.51.209 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-45 + alias gate-rtr-border-router-ext-cust-net-45.Princeton.EDU + address 204.153.51.225 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-46 + alias gate-rtr-border-router-ext-cust-net-46.Princeton.EDU + address 204.153.51.241 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-47 + alias gate-rtr-border-router-ext-cust-net-47.Princeton.EDU + address 204.153.50.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-48 + alias gate-rtr-border-router-ext-cust-net-48.Princeton.EDU + address 204.153.50.33 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-49 + alias gate-rtr-border-router-ext-cust-net-49.Princeton.EDU + address 204.153.50.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-50 + alias gate-rtr-border-router-ext-cust-net-50.Princeton.EDU + address 204.153.50.97 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-51 + alias gate-rtr-border-router-ext-cust-net-51.Princeton.EDU + address 204.153.50.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-52 + alias gate-rtr-border-router-ext-cust-net-52.Princeton.EDU + address 204.153.50.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-53 + alias gate-rtr-border-router-ext-cust-net-53.Princeton.EDU + address 204.153.50.193 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-54 + alias gate-rtr-border-router-ext-cust-net-54.Princeton.EDU + address 204.153.50.225 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-55 + alias gate-rtr-border-router-ext-cust-net-55.Princeton.EDU + address 66.180.179.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-56 + alias gate-rtr-border-router-ext-cust-net-56.Princeton.EDU + address 66.180.179.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-57 + alias gate-rtr-border-router-ext-cust-net-57.Princeton.EDU + address 66.180.179.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-58 + alias gate-rtr-border-router-ext-cust-net-58.Princeton.EDU + address 66.180.179.193 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-59 + alias gate-rtr-border-router-ext-cust-net-59.Princeton.EDU + address 66.180.178.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-60 + alias gate-rtr-border-router-ext-cust-net-60.Princeton.EDU + address 66.180.178.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-61 + alias gate-rtr-border-router-ext-cust-net-61.Princeton.EDU + address 204.153.51.73 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-31 + alias gate-rtr-border-router-ext-cust-net-31.Princeton.EDU + address 204.153.51.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-32 + alias gate-rtr-border-router-ext-cust-net-32.Princeton.EDU + address 204.153.51.17 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-33 + alias gate-rtr-border-router-ext-cust-net-33.Princeton.EDU + address 204.153.51.33 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-34 + alias gate-rtr-border-router-ext-cust-net-34.Princeton.EDU + address 204.153.51.49 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-35 + alias gate-rtr-border-router-ext-cust-net-35.Princeton.EDU + address 204.153.51.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-36 + alias gate-rtr-border-router-ext-cust-net-36.Princeton.EDU + address 204.153.51.81 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-37 + alias gate-rtr-border-router-ext-cust-net-37.Princeton.EDU + address 204.153.51.97 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-38 + alias gate-rtr-border-router-ext-cust-net-38.Princeton.EDU + address 204.153.51.113 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-39 + alias gate-rtr-border-router-ext-cust-net-39.Princeton.EDU + address 204.153.51.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-mgmt + alias gate-border-87-mgmt.Princeton.EDU + address 172.18.194.70 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-ppn-router-infranet4 + alias gate-ppn-router-infranet4.Princeton.EDU + address 172.18.192.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-ppplrouter-microwave-linknet + alias gate-ppplrouter-microwave-linknet.Princeton.EDU + address 192.168.8.254 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-151-router-vrf-esnet-ext-linknet24 + alias gate-rtr-border-151-router-vrf-esnet-ext-linknet24.Princeton.EDU + address 204.153.48.98 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-extern-linknet12 + alias gate-rtr-border-87-router-extern-linknet12.Princeton.EDU + address 204.153.48.49 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-linknet16 + alias gate-rtr-border-87-router-linknet16.Princeton.EDU + address 128.112.12.78 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-vrf-esnet-ext-linknet24 + alias gate-rtr-border-87-router-vrf-esnet-ext-linknet24.Princeton.EDU + address 204.153.48.97 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-extern-linknet12 + alias gate-rtr-border-hpcrc-router-extern-linknet12.Princeton.EDU + address 204.153.48.54 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-extern-linknet16 + alias gate-rtr-border-hpcrc-router-extern-linknet16.Princeton.EDU + address 204.153.48.67 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-extern-linknet6 + alias gate-rtr-border-hpcrc-router-extern-linknet6.Princeton.EDU + address 204.153.48.25 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-extern-linknet7 + alias gate-rtr-border-hpcrc-router-extern-linknet7.Princeton.EDU + address 204.153.48.29 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-linknet24 + alias gate-rtr-border-hpcrc-router-linknet24.Princeton.EDU + address 128.112.12.110 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc + alias gate-rtr-border-hpcrc.Princeton.EDU + address 172.18.174.15 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-mgmt + alias gate-rtr-border-hpcrc-mgmt.Princeton.EDU + address 172.18.192.226 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-mgmt0 + alias gate-rtr-border-hpcrc-mgmt0.Princeton.EDU + address 172.18.192.148 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-mgmt1 + alias gate-rtr-border-hpcrc-mgmt1.Princeton.EDU + address 172.18.192.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-extern-linknet16 + alias gate-rtr-border-router-extern-linknet16.Princeton.EDU + address 204.153.48.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-extern-linknet16 + alias gate-rtr-border-87-router-extern-linknet16.Princeton.EDU + address 204.153.48.66 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-extern-linknet62 + alias gate-rtr-border-87-router-extern-linknet62.Princeton.EDU + address 204.153.48.250 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87 + alias gate-rtr-border-87.Princeton.EDU + address 172.18.174.14 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-mgmt + alias gate-rtr-border-87-mgmt.Princeton.EDU + address 172.18.192.205 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-mgmt0 + alias gate-rtr-border-87-mgmt0.Princeton.EDU + address 172.18.192.49 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-mgmt1 + alias gate-rtr-border-87-mgmt1.Princeton.EDU + address 172.18.192.106 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-fw-border-87-router-extern-linknet16 + alias gate-fw-border-87-router-extern-linknet16.Princeton.EDU + address 204.153.48.94 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-fw-border-87-router-linknet48 + alias gate-fw-border-87-router-linknet48.Princeton.EDU + address 128.112.12.222 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-fw-border-hpcrc-router-extern-linknet16 + alias gate-fw-border-hpcrc-router-extern-linknet16.Princeton.EDU + address 204.153.48.93 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-fw-border-hpcrc-router-linknet48 + alias gate-fw-border-hpcrc-router-linknet48.Princeton.EDU + address 128.112.12.221 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-tms-87-extern-linknet11 + alias gate-tms-87-extern-linknet11.Princeton.EDU + address 204.153.48.46 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-tms-87-extern-linknet4 + alias gate-tms-87-extern-linknet4.Princeton.EDU + address 204.153.48.18 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-tms-hpcrc-extern-linknet6 + alias gate-tms-hpcrc-extern-linknet6.Princeton.EDU + address 204.153.48.26 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-tms-hpcrc-extern-linknet7 + alias gate-tms-hpcrc-extern-linknet7.Princeton.EDU + address 204.153.48.30 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-ppn-router-knockknocknet + alias gate-ppn-router-knockknocknet.Princeton.EDU + address 172.19.192.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-ppn-router-opensesamenet + alias gate-ppn-router-opensesamenet.Princeton.EDU + address 172.19.68.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name convert-87prospect + alias convert-87prospect.Princeton.EDU + address 172.18.3.178 + hostgroups OIT CWDM, Rover hosts + use Rover device +} + +define host { + host_name convert-hpcrc1 + alias convert-hpcrc1.Princeton.EDU + address 172.18.1.231 + hostgroups OIT CWDM, Rover hosts + use Rover device +} + +define host { + host_name ct32-2561 + alias ct32-2561.Princeton.EDU + address 172.18.4.156 + hostgroups OIT CWDM, Rover hosts + use Rover device +} + +define host { + host_name ct32-2957 + alias ct32-2957.Princeton.EDU + address 172.18.4.155 + hostgroups OIT CWDM, Rover hosts + use Rover device +} + +define host { + host_name ca12-1454 + alias ca12-1454.Princeton.EDU + address 172.18.194.71 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1465 + alias ca12-1465.Princeton.EDU + address 172.18.32.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1501 + alias ca12-1501.Princeton.EDU + address 172.18.1.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1541 + alias ca12-1541.Princeton.EDU + address 172.18.194.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1545 + alias ca12-1545.Princeton.EDU + address 172.18.192.46 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1622 + alias ca12-1622.Princeton.EDU + address 172.18.194.110 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1628 + alias ca12-1628.Princeton.EDU + address 172.18.194.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1630 + alias ca12-1630.Princeton.EDU + address 172.18.194.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1654 + alias ca12-1654.Princeton.EDU + address 172.18.194.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1674 + alias ca12-1674.Princeton.EDU + address 172.18.194.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1692 + alias ca12-1692.Princeton.EDU + address 172.18.194.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1698 + alias ca12-1698.Princeton.EDU + address 172.18.194.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1699 + alias ca12-1699.Princeton.EDU + address 172.18.194.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1729 + alias ca12-1729.Princeton.EDU + address 172.18.192.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1771 + alias ca12-1771.Princeton.EDU + address 172.18.1.1 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1901 + alias ca12-1901.Princeton.EDU + address 172.18.194.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1927 + alias ca12-1927.Princeton.EDU + address 172.18.194.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1942 + alias ca12-1942.Princeton.EDU + address 172.18.33.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1969 + alias ca12-1969.Princeton.EDU + address 172.18.194.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1973 + alias ca12-1973.Princeton.EDU + address 172.18.194.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1991 + alias ca12-1991.Princeton.EDU + address 172.18.194.62 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2032 + alias ca12-2032.Princeton.EDU + address 172.18.194.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2251 + alias ca12-2251.Princeton.EDU + address 172.18.192.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2303 + alias ca12-2303.Princeton.EDU + address 172.18.192.239 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2351 + alias ca12-2351.Princeton.EDU + address 172.18.192.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2360 + alias ca12-2360.Princeton.EDU + address 172.18.32.188 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2464 + alias ca12-2464.Princeton.EDU + address 172.18.192.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2507 + alias ca12-2507.Princeton.EDU + address 172.18.192.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2629 + alias ca12-2629.Princeton.EDU + address 172.18.194.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2964 + alias ca12-2964.Princeton.EDU + address 172.18.193.147 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-3032 + alias ca12-3032.Princeton.EDU + address 172.18.192.144 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0002 + alias ca24-0002.Princeton.EDU + address 172.18.32.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0010 + alias ca24-0010.Princeton.EDU + address 172.18.32.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0038 + alias ca24-0038.Princeton.EDU + address 172.18.193.169 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0165 + alias ca24-0165.Princeton.EDU + address 172.18.32.201 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0525 + alias ca24-0525.Princeton.EDU + address 172.18.1.105 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0648 + alias ca24-0648.Princeton.EDU + address 172.18.32.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0039 + alias cb12-0039.Princeton.EDU + address 172.18.1.109 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0291 + alias cb12-0291.Princeton.EDU + address 172.18.3.147 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0835 + alias cb12-0835.Princeton.EDU + address 172.18.2.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0883 + alias cb12-0883.Princeton.EDU + address 172.18.1.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0909 + alias cb12-0909.Princeton.EDU + address 172.18.2.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0912 + alias cb12-0912.Princeton.EDU + address 172.18.2.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0956 + alias cb12-0956.Princeton.EDU + address 172.18.3.26 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0983 + alias cb12-0983.Princeton.EDU + address 172.18.192.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1050 + alias cb12-1050.Princeton.EDU + address 172.18.1.71 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1293 + alias cb12-1293.Princeton.EDU + address 172.18.3.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1565 + alias cb12-1565.Princeton.EDU + address 172.18.0.17 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1570 + alias cb12-1570.Princeton.EDU + address 172.18.0.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1617 + alias cb12-1617.Princeton.EDU + address 172.18.2.183 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1980 + alias cb12-1980.Princeton.EDU + address 172.18.3.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-2349 + alias cb12-2349.Princeton.EDU + address 172.18.2.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-0155 + alias cb24-0155.Princeton.EDU + address 172.18.0.245 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-0251 + alias cb24-0251.Princeton.EDU + address 172.18.2.146 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-0950 + alias cb24-0950.Princeton.EDU + address 172.18.0.49 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1100 + alias cb24-1100.Princeton.EDU + address 172.18.3.4 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1150 + alias cb24-1150.Princeton.EDU + address 172.18.2.147 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1210 + alias cb24-1210.Princeton.EDU + address 172.18.0.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1257 + alias cb24-1257.Princeton.EDU + address 172.18.2.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1443 + alias cb24-1443.Princeton.EDU + address 172.18.2.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1444 + alias cb24-1444.Princeton.EDU + address 172.18.3.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1445 + alias cb24-1445.Princeton.EDU + address 172.18.3.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1446 + alias cb24-1446.Princeton.EDU + address 172.18.3.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1569 + alias cb24-1569.Princeton.EDU + address 172.18.0.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1571 + alias cb24-1571.Princeton.EDU + address 172.18.0.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1663 + alias cb24-1663.Princeton.EDU + address 172.18.4.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1717 + alias cb24-1717.Princeton.EDU + address 172.18.1.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1719 + alias cb24-1719.Princeton.EDU + address 172.18.1.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1960 + alias cb24-1960.Princeton.EDU + address 172.18.0.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-2520 + alias cb24-2520.Princeton.EDU + address 172.18.3.189 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-2583 + alias cb24-2583.Princeton.EDU + address 172.18.1.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct16-0014 + alias ct16-0014.Princeton.EDU + address 172.18.1.172 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0006 + alias cx24-0006.Princeton.EDU + address 172.18.194.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0016 + alias cy48-0016.Princeton.EDU + address 172.18.0.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0021 + alias cy48-0021.Princeton.EDU + address 172.18.32.128 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0023 + alias cy48-0023.Princeton.EDU + address 172.18.32.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0024 + alias cy48-0024.Princeton.EDU + address 172.18.3.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0030 + alias cy48-0030.Princeton.EDU + address 172.18.32.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0036 + alias cy48-0036.Princeton.EDU + address 172.18.4.61 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0040 + alias cy48-0040.Princeton.EDU + address 172.18.1.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0041 + alias cy48-0041.Princeton.EDU + address 172.18.0.213 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0046 + alias cy48-0046.Princeton.EDU + address 172.18.1.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0048 + alias cy48-0048.Princeton.EDU + address 172.18.1.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0049 + alias cy48-0049.Princeton.EDU + address 172.18.1.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0050 + alias cy48-0050.Princeton.EDU + address 172.18.33.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0055 + alias cy48-0055.Princeton.EDU + address 172.18.1.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0058 + alias cy48-0058.Princeton.EDU + address 172.18.32.238 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0060 + alias cy48-0060.Princeton.EDU + address 172.18.32.101 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0065 + alias cy48-0065.Princeton.EDU + address 172.18.2.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0066 + alias cy48-0066.Princeton.EDU + address 172.18.1.206 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0068 + alias cy48-0068.Princeton.EDU + address 172.18.4.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0075 + alias cy48-0075.Princeton.EDU + address 172.18.0.212 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0076 + alias cy48-0076.Princeton.EDU + address 172.18.32.43 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0017 + alias cx48-0017.Princeton.EDU + address 172.18.2.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0044 + alias cy24-0044.Princeton.EDU + address 172.18.1.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0052 + alias cy24-0052.Princeton.EDU + address 172.18.33.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0032 + alias cx24-0032.Princeton.EDU + address 172.18.193.243 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0054 + alias cx48-0054.Princeton.EDU + address 172.18.5.34 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0061 + alias cx48-0061.Princeton.EDU + address 172.18.5.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0069 + alias cx48-0069.Princeton.EDU + address 172.18.4.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0070 + alias cx48-0070.Princeton.EDU + address 172.18.2.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0073 + alias cx24-0073.Princeton.EDU + address 172.18.192.158 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0078 + alias cy48-0078.Princeton.EDU + address 172.18.33.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0079 + alias cy48-0079.Princeton.EDU + address 172.18.2.4 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0080 + alias cy24-0080.Princeton.EDU + address 172.18.3.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0082 + alias cy24-0082.Princeton.EDU + address 172.18.1.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0084 + alias cy24-0084.Princeton.EDU + address 172.18.194.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0088 + alias cy24-0088.Princeton.EDU + address 172.18.1.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0099 + alias cy24-0099.Princeton.EDU + address 172.18.32.95 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0113 + alias cy24-0113.Princeton.EDU + address 172.18.1.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0118 + alias cy24-0118.Princeton.EDU + address 172.18.33.104 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0120 + alias cy24-0120.Princeton.EDU + address 172.18.32.96 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0128 + alias cy24-0128.Princeton.EDU + address 172.18.32.202 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0130 + alias cy24-0130.Princeton.EDU + address 172.18.1.148 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0131 + alias cy24-0131.Princeton.EDU + address 172.18.192.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0139 + alias cy24-0139.Princeton.EDU + address 172.18.33.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0143 + alias cy24-0143.Princeton.EDU + address 172.18.33.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0166 + alias cy24-0166.Princeton.EDU + address 172.18.32.203 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0170 + alias cy24-0170.Princeton.EDU + address 172.18.32.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0176 + alias cy24-0176.Princeton.EDU + address 172.18.32.97 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0177 + alias cy24-0177.Princeton.EDU + address 172.18.1.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0178 + alias cy24-0178.Princeton.EDU + address 172.18.192.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0179 + alias cy24-0179.Princeton.EDU + address 172.18.32.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0180 + alias cy24-0180.Princeton.EDU + address 172.18.32.206 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0236 + alias cy24-0236.Princeton.EDU + address 172.18.33.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0246 + alias cy24-0246.Princeton.EDU + address 172.18.32.207 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0259 + alias cy24-0259.Princeton.EDU + address 172.18.32.208 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0261 + alias cy24-0261.Princeton.EDU + address 172.18.32.212 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0264 + alias cy24-0264.Princeton.EDU + address 172.18.32.216 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0266 + alias cy24-0266.Princeton.EDU + address 172.18.194.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0296 + alias cy24-0296.Princeton.EDU + address 172.18.32.219 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0337 + alias cy24-0337.Princeton.EDU + address 172.18.0.246 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0339 + alias cy24-0339.Princeton.EDU + address 172.18.32.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0344 + alias cy24-0344.Princeton.EDU + address 172.18.33.46 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0352 + alias cy24-0352.Princeton.EDU + address 172.18.32.220 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0081 + alias cy48-0081.Princeton.EDU + address 172.18.33.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0091 + alias cy48-0091.Princeton.EDU + address 172.18.3.153 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0097 + alias cy48-0097.Princeton.EDU + address 172.18.3.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0107 + alias cy48-0107.Princeton.EDU + address 172.18.32.148 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0108 + alias cy48-0108.Princeton.EDU + address 172.18.32.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0109 + alias cy48-0109.Princeton.EDU + address 172.18.33.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0114 + alias cy48-0114.Princeton.EDU + address 172.18.1.110 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0115 + alias cy48-0115.Princeton.EDU + address 172.18.1.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0121 + alias cy48-0121.Princeton.EDU + address 172.18.2.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0125 + alias cy48-0125.Princeton.EDU + address 172.18.0.166 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0127 + alias cy48-0127.Princeton.EDU + address 172.18.1.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0129 + alias cy48-0129.Princeton.EDU + address 172.18.4.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0132 + alias cy48-0132.Princeton.EDU + address 172.18.2.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0138 + alias cy48-0138.Princeton.EDU + address 172.18.3.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0083 + alias cx24-0083.Princeton.EDU + address 172.18.192.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0085 + alias cx48-0085.Princeton.EDU + address 172.18.5.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0092 + alias cx48-0092.Princeton.EDU + address 172.18.4.248 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0094 + alias cx48-0094.Princeton.EDU + address 172.18.5.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0096 + alias cx24-0096.Princeton.EDU + address 172.18.192.197 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0104 + alias cx48-0104.Princeton.EDU + address 172.18.5.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0105 + alias cx48-0105.Princeton.EDU + address 172.18.5.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0106 + alias cx48-0106.Princeton.EDU + address 172.18.5.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0110 + alias cx48-0110.Princeton.EDU + address 172.18.0.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0123 + alias cx48-0123.Princeton.EDU + address 172.18.0.198 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0126 + alias cx24-0126.Princeton.EDU + address 172.18.193.141 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0133 + alias cx48-0133.Princeton.EDU + address 172.18.5.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0136 + alias cx48-0136.Princeton.EDU + address 172.18.194.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0140 + alias cy48-0140.Princeton.EDU + address 172.18.33.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0141 + alias cy48-0141.Princeton.EDU + address 172.18.1.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0167 + alias cy48-0167.Princeton.EDU + address 172.18.3.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0168 + alias cy48-0168.Princeton.EDU + address 172.18.1.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0169 + alias cy48-0169.Princeton.EDU + address 172.18.3.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0171 + alias cy48-0171.Princeton.EDU + address 172.18.3.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0172 + alias cy48-0172.Princeton.EDU + address 172.18.4.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0142 + alias cy48-0142.Princeton.EDU + address 172.18.1.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0150 + alias cy48-0150.Princeton.EDU + address 172.18.32.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0154 + alias cy48-0154.Princeton.EDU + address 172.18.32.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0164 + alias cy48-0164.Princeton.EDU + address 172.18.1.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0156 + alias cx48-0156.Princeton.EDU + address 172.18.0.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0158 + alias cx48-0158.Princeton.EDU + address 172.18.1.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0159 + alias cx24-0159.Princeton.EDU + address 172.18.193.175 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0161 + alias cx24-0161.Princeton.EDU + address 172.18.192.201 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0162 + alias cx24-0162.Princeton.EDU + address 172.18.193.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0173 + alias cy48-0173.Princeton.EDU + address 172.18.4.152 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0181 + alias cy48-0181.Princeton.EDU + address 172.18.3.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0183 + alias cy48-0183.Princeton.EDU + address 172.18.0.160 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0186 + alias cy48-0186.Princeton.EDU + address 172.18.33.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0191 + alias cy48-0191.Princeton.EDU + address 172.18.1.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0198 + alias cy48-0198.Princeton.EDU + address 172.18.32.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0201 + alias cy48-0201.Princeton.EDU + address 172.18.1.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0202 + alias cy48-0202.Princeton.EDU + address 172.18.1.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0203 + alias cy48-0203.Princeton.EDU + address 172.18.3.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0204 + alias cy48-0204.Princeton.EDU + address 172.18.2.102 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0206 + alias cy48-0206.Princeton.EDU + address 172.18.1.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0207 + alias cy48-0207.Princeton.EDU + address 172.18.1.179 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0218 + alias cy48-0218.Princeton.EDU + address 172.18.0.205 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0226 + alias cy48-0226.Princeton.EDU + address 172.18.32.189 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0228 + alias cy48-0228.Princeton.EDU + address 172.18.32.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0231 + alias cy48-0231.Princeton.EDU + address 172.18.1.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0195 + alias cx24-0195.Princeton.EDU + address 172.18.193.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0196 + alias cx24-0196.Princeton.EDU + address 172.18.193.177 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct16-0197 + alias ct16-0197.Princeton.EDU + address 172.18.5.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0209 + alias cx48-0209.Princeton.EDU + address 172.18.5.46 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0212 + alias cy48-0212.Princeton.EDU + address 172.18.0.154 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0215 + alias cx24-0215.Princeton.EDU + address 172.18.193.178 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0217 + alias cx24-0217.Princeton.EDU + address 172.18.193.165 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0219 + alias cx48-0219.Princeton.EDU + address 172.18.5.49 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0224 + alias cx48-0224.Princeton.EDU + address 172.18.1.201 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0225 + alias cx48-0225.Princeton.EDU + address 172.18.4.249 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0230 + alias cx24-0230.Princeton.EDU + address 172.18.193.105 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0233 + alias cy48-0233.Princeton.EDU + address 172.18.0.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0234 + alias cx24-0234.Princeton.EDU + address 172.18.193.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0241 + alias cy48-0241.Princeton.EDU + address 172.18.1.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0244 + alias cy48-0244.Princeton.EDU + address 172.18.1.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0247 + alias cy48-0247.Princeton.EDU + address 172.18.33.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0249 + alias cy48-0249.Princeton.EDU + address 172.18.32.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0250 + alias cy48-0250.Princeton.EDU + address 172.18.32.145 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0262 + alias cy48-0262.Princeton.EDU + address 172.18.32.230 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0245 + alias cx48-0245.Princeton.EDU + address 172.18.1.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0255 + alias cx24-0255.Princeton.EDU + address 172.18.192.184 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0257 + alias cx24-0257.Princeton.EDU + address 172.18.192.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0260 + alias cx24-0260.Princeton.EDU + address 172.18.192.202 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0263 + alias cx24-0263.Princeton.EDU + address 172.18.193.179 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0267 + alias cx24-0267.Princeton.EDU + address 172.18.192.206 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0271 + alias cy48-0271.Princeton.EDU + address 172.18.33.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0274 + alias cy48-0274.Princeton.EDU + address 172.18.0.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0276 + alias cy48-0276.Princeton.EDU + address 172.18.1.34 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0279 + alias cy48-0279.Princeton.EDU + address 172.18.2.179 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0282 + alias cy48-0282.Princeton.EDU + address 172.18.192.33 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0272 + alias cx24-0272.Princeton.EDU + address 172.18.193.244 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0280 + alias cx48-0280.Princeton.EDU + address 172.18.0.27 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0290 + alias cy48-0290.Princeton.EDU + address 172.18.0.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0295 + alias cy48-0295.Princeton.EDU + address 172.18.33.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0300 + alias cy48-0300.Princeton.EDU + address 172.18.3.162 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0301 + alias cy48-0301.Princeton.EDU + address 172.18.1.205 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0308 + alias cy48-0308.Princeton.EDU + address 172.18.32.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0309 + alias cy48-0309.Princeton.EDU + address 172.18.3.171 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0312 + alias cy48-0312.Princeton.EDU + address 172.18.33.99 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0314 + alias cy48-0314.Princeton.EDU + address 172.18.3.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0320 + alias cy48-0320.Princeton.EDU + address 172.18.3.232 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0322 + alias cy48-0322.Princeton.EDU + address 172.18.1.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0294 + alias cx48-0294.Princeton.EDU + address 172.18.2.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0305 + alias cx24-0305.Princeton.EDU + address 172.18.192.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0310 + alias cx24-0310.Princeton.EDU + address 172.18.128.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0321 + alias cx48-0321.Princeton.EDU + address 172.18.5.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0323 + alias cy48-0323.Princeton.EDU + address 172.18.33.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0325 + alias cy48-0325.Princeton.EDU + address 172.18.3.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0331 + alias cy48-0331.Princeton.EDU + address 172.18.0.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0333 + alias cx48-0333.Princeton.EDU + address 172.18.5.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0334 + alias cx48-0334.Princeton.EDU + address 172.18.32.135 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0335 + alias cy48-0335.Princeton.EDU + address 172.18.33.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0342 + alias cy48-0342.Princeton.EDU + address 172.18.4.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0348 + alias cy48-0348.Princeton.EDU + address 172.18.3.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0354 + alias cy48-0354.Princeton.EDU + address 172.18.3.143 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0356 + alias cy48-0356.Princeton.EDU + address 172.18.3.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0357 + alias cy48-0357.Princeton.EDU + address 172.18.1.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0372 + alias cy48-0372.Princeton.EDU + address 172.18.32.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0374 + alias cy48-0374.Princeton.EDU + address 172.18.2.10 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0376 + alias cy48-0376.Princeton.EDU + address 172.18.3.148 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0390 + alias cy48-0390.Princeton.EDU + address 172.18.33.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0393 + alias cy48-0393.Princeton.EDU + address 172.18.2.6 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0394 + alias cy48-0394.Princeton.EDU + address 172.18.32.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0395 + alias cy48-0395.Princeton.EDU + address 172.18.0.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0336 + alias cx24-0336.Princeton.EDU + address 172.18.194.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0340 + alias cx24-0340.Princeton.EDU + address 172.18.193.180 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0347 + alias cx24-0347.Princeton.EDU + address 172.18.193.152 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0350 + alias cx48-0350.Princeton.EDU + address 172.18.5.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0351 + alias cx48-0351.Princeton.EDU + address 172.18.5.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0355 + alias cx48-0355.Princeton.EDU + address 172.18.5.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0358 + alias cy24-0358.Princeton.EDU + address 172.18.3.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0366 + alias cy24-0366.Princeton.EDU + address 172.18.32.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0367 + alias cy24-0367.Princeton.EDU + address 172.18.32.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0387 + alias cy24-0387.Princeton.EDU + address 172.18.0.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0419 + alias cy24-0419.Princeton.EDU + address 172.18.32.221 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0424 + alias cy24-0424.Princeton.EDU + address 172.18.1.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0438 + alias cy24-0438.Princeton.EDU + address 172.18.32.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0469 + alias cy24-0469.Princeton.EDU + address 172.18.194.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0471 + alias cy24-0471.Princeton.EDU + address 172.18.33.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0478 + alias cy24-0478.Princeton.EDU + address 172.18.1.62 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0516 + alias cy24-0516.Princeton.EDU + address 172.18.32.226 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0560 + alias cy24-0560.Princeton.EDU + address 172.18.32.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0562 + alias cy24-0562.Princeton.EDU + address 172.18.194.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0568 + alias cy24-0568.Princeton.EDU + address 172.18.33.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0573 + alias cy24-0573.Princeton.EDU + address 172.18.32.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0583 + alias cy24-0583.Princeton.EDU + address 172.18.32.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0591 + alias cy24-0591.Princeton.EDU + address 172.18.32.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0593 + alias cy24-0593.Princeton.EDU + address 172.18.32.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0594 + alias cy24-0594.Princeton.EDU + address 172.18.32.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0595 + alias cy24-0595.Princeton.EDU + address 172.18.32.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0600 + alias cy24-0600.Princeton.EDU + address 172.18.32.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0617 + alias cy24-0617.Princeton.EDU + address 172.18.33.128 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0360 + alias cx48-0360.Princeton.EDU + address 172.18.1.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0361 + alias cx48-0361.Princeton.EDU + address 172.18.3.247 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0369 + alias cx48-0369.Princeton.EDU + address 172.18.1.218 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0370 + alias cx48-0370.Princeton.EDU + address 172.18.5.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0378 + alias cx48-0378.Princeton.EDU + address 172.18.5.1 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0379 + alias cx24-0379.Princeton.EDU + address 172.18.192.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0380 + alias cx48-0380.Princeton.EDU + address 172.18.4.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0388 + alias cx48-0388.Princeton.EDU + address 172.18.5.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0399 + alias cy48-0399.Princeton.EDU + address 172.18.3.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0404 + alias cy48-0404.Princeton.EDU + address 172.18.4.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0417 + alias cy48-0417.Princeton.EDU + address 172.18.194.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0427 + alias cy48-0427.Princeton.EDU + address 172.18.2.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0433 + alias cy48-0433.Princeton.EDU + address 172.18.4.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0434 + alias cy48-0434.Princeton.EDU + address 172.18.2.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0439 + alias cy48-0439.Princeton.EDU + address 172.18.4.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0401 + alias cx24-0401.Princeton.EDU + address 172.18.192.62 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0402 + alias cx48-0402.Princeton.EDU + address 172.18.5.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0403 + alias cx24-0403.Princeton.EDU + address 172.18.192.97 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0405 + alias cx48-0405.Princeton.EDU + address 172.18.5.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0409 + alias cx24-0409.Princeton.EDU + address 172.18.192.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0411 + alias cx24-0411.Princeton.EDU + address 172.18.193.181 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0414 + alias cx24-0414.Princeton.EDU + address 172.18.192.195 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0415 + alias cx24-0415.Princeton.EDU + address 172.18.193.101 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0422 + alias cx24-0422.Princeton.EDU + address 172.18.194.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0428 + alias cx48-0428.Princeton.EDU + address 172.18.0.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0441 + alias cx48-0441.Princeton.EDU + address 172.18.2.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0443 + alias cx24-0443.Princeton.EDU + address 172.18.193.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0452 + alias cx24-0452.Princeton.EDU + address 172.18.193.142 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0456 + alias cy48-0456.Princeton.EDU + address 172.18.0.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0474 + alias cy48-0474.Princeton.EDU + address 172.18.3.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0475 + alias cy48-0475.Princeton.EDU + address 172.18.3.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0480 + alias cy48-0480.Princeton.EDU + address 172.18.3.159 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0494 + alias cy48-0494.Princeton.EDU + address 172.18.2.3 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0457 + alias cy48-0457.Princeton.EDU + address 172.18.0.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0464 + alias cy48-0464.Princeton.EDU + address 172.18.4.109 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0468 + alias cy48-0468.Princeton.EDU + address 172.18.1.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0461 + alias cx48-0461.Princeton.EDU + address 172.18.5.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0473 + alias cx24-0473.Princeton.EDU + address 172.18.193.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0485 + alias cx24-0485.Princeton.EDU + address 172.18.193.245 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0487 + alias cx48-0487.Princeton.EDU + address 172.18.4.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0489 + alias cx48-0489.Princeton.EDU + address 172.18.0.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0498 + alias cy48-0498.Princeton.EDU + address 172.18.33.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0499 + alias cy48-0499.Princeton.EDU + address 172.18.32.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0503 + alias cy48-0503.Princeton.EDU + address 172.18.4.112 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0504 + alias cy48-0504.Princeton.EDU + address 172.18.0.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0506 + alias cy48-0506.Princeton.EDU + address 172.18.4.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0517 + alias cy48-0517.Princeton.EDU + address 172.18.1.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0520 + alias cy48-0520.Princeton.EDU + address 172.18.3.139 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0522 + alias cy48-0522.Princeton.EDU + address 172.18.3.144 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0523 + alias cy48-0523.Princeton.EDU + address 172.18.0.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0500 + alias cx24-0500.Princeton.EDU + address 172.18.193.166 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0509 + alias cx24-0509.Princeton.EDU + address 172.18.193.162 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0511 + alias cx24-0511.Princeton.EDU + address 172.18.193.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0527 + alias cy48-0527.Princeton.EDU + address 172.18.0.226 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0531 + alias cy48-0531.Princeton.EDU + address 172.18.3.248 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0535 + alias cy48-0535.Princeton.EDU + address 172.18.32.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0538 + alias cy48-0538.Princeton.EDU + address 172.18.32.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0540 + alias cy48-0540.Princeton.EDU + address 172.18.32.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0541 + alias cy48-0541.Princeton.EDU + address 172.18.32.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0534 + alias cx48-0534.Princeton.EDU + address 172.18.32.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0537 + alias cx24-0537.Princeton.EDU + address 172.18.193.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0539 + alias cx48-0539.Princeton.EDU + address 172.18.33.1 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0542 + alias cx48-0542.Princeton.EDU + address 172.18.32.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0549 + alias cy48-0549.Princeton.EDU + address 172.18.33.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0551 + alias cy48-0551.Princeton.EDU + address 172.18.0.208 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0554 + alias cy48-0554.Princeton.EDU + address 172.18.0.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0558 + alias cy48-0558.Princeton.EDU + address 172.18.4.92 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0559 + alias cy48-0559.Princeton.EDU + address 172.18.2.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0561 + alias cy48-0561.Princeton.EDU + address 172.18.3.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0566 + alias cy48-0566.Princeton.EDU + address 172.18.1.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0553 + alias cx24-0553.Princeton.EDU + address 172.18.192.175 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0565 + alias cx48-0565.Princeton.EDU + address 172.18.1.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0567 + alias cx24-0567.Princeton.EDU + address 172.18.193.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0570 + alias cx24-0570.Princeton.EDU + address 172.18.192.220 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0571 + alias cy48-0571.Princeton.EDU + address 172.18.33.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0574 + alias cy48-0574.Princeton.EDU + address 172.18.32.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0575 + alias cy48-0575.Princeton.EDU + address 172.18.32.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0579 + alias cy48-0579.Princeton.EDU + address 172.18.2.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0584 + alias cy48-0584.Princeton.EDU + address 172.18.3.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0586 + alias cy48-0586.Princeton.EDU + address 172.18.3.163 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0587 + alias cy48-0587.Princeton.EDU + address 172.18.3.156 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0588 + alias cy48-0588.Princeton.EDU + address 172.18.3.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0589 + alias cy48-0589.Princeton.EDU + address 172.18.2.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0590 + alias cy48-0590.Princeton.EDU + address 172.18.32.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0596 + alias cy48-0596.Princeton.EDU + address 172.18.32.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0597 + alias cy48-0597.Princeton.EDU + address 172.18.32.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0598 + alias cy48-0598.Princeton.EDU + address 172.18.32.60 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0599 + alias cy48-0599.Princeton.EDU + address 172.18.32.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0601 + alias cy48-0601.Princeton.EDU + address 172.18.32.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0602 + alias cy48-0602.Princeton.EDU + address 172.18.32.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0603 + alias cy48-0603.Princeton.EDU + address 172.18.32.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0605 + alias cy48-0605.Princeton.EDU + address 172.18.0.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0612 + alias cy48-0612.Princeton.EDU + address 172.18.3.109 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0616 + alias cy48-0616.Princeton.EDU + address 172.18.0.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0637 + alias cy48-0637.Princeton.EDU + address 172.18.0.165 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0638 + alias cy48-0638.Princeton.EDU + address 172.18.4.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0640 + alias cy48-0640.Princeton.EDU + address 172.18.0.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0643 + alias cy48-0643.Princeton.EDU + address 172.18.0.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0646 + alias cy48-0646.Princeton.EDU + address 172.18.3.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0647 + alias cy48-0647.Princeton.EDU + address 172.18.2.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0655 + alias cy48-0655.Princeton.EDU + address 172.18.32.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0660 + alias cy48-0660.Princeton.EDU + address 172.18.0.102 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0662 + alias cy48-0662.Princeton.EDU + address 172.18.1.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0664 + alias cy48-0664.Princeton.EDU + address 172.18.1.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0673 + alias cy48-0673.Princeton.EDU + address 172.18.3.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0674 + alias cy48-0674.Princeton.EDU + address 172.18.1.17 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0681 + alias cy48-0681.Princeton.EDU + address 172.18.1.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0685 + alias cy48-0685.Princeton.EDU + address 172.18.4.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0620 + alias cx48-0620.Princeton.EDU + address 172.18.1.214 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0622 + alias cx48-0622.Princeton.EDU + address 172.18.3.56 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0623 + alias cx48-0623.Princeton.EDU + address 172.18.193.135 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0624 + alias cx24-0624.Princeton.EDU + address 172.18.193.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0653 + alias cy24-0653.Princeton.EDU + address 172.18.3.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0691 + alias cy24-0691.Princeton.EDU + address 172.18.194.59 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0692 + alias cy24-0692.Princeton.EDU + address 172.18.2.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0759 + alias cy24-0759.Princeton.EDU + address 172.18.194.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0778 + alias cy24-0778.Princeton.EDU + address 172.18.32.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0787 + alias cy24-0787.Princeton.EDU + address 172.18.33.9 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0789 + alias cy24-0789.Princeton.EDU + address 172.18.33.4 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0795 + alias cy24-0795.Princeton.EDU + address 172.18.32.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0796 + alias cy24-0796.Princeton.EDU + address 172.18.2.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0806 + alias cy24-0806.Princeton.EDU + address 172.18.2.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0819 + alias cy24-0819.Princeton.EDU + address 172.18.2.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0820 + alias cy24-0820.Princeton.EDU + address 172.18.2.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0821 + alias cy24-0821.Princeton.EDU + address 172.18.2.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0839 + alias cy24-0839.Princeton.EDU + address 172.18.2.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0844 + alias cy24-0844.Princeton.EDU + address 172.18.2.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0845 + alias cy24-0845.Princeton.EDU + address 172.18.2.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0659 + alias cx48-0659.Princeton.EDU + address 172.18.3.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0672 + alias cx24-0672.Princeton.EDU + address 172.18.193.167 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0675 + alias cx48-0675.Princeton.EDU + address 172.18.2.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0682 + alias cx24-0682.Princeton.EDU + address 172.18.193.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0683 + alias cx24-0683.Princeton.EDU + address 172.18.192.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0688 + alias cx24-0688.Princeton.EDU + address 172.18.193.183 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0690 + alias cx24-0690.Princeton.EDU + address 172.18.193.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0693 + alias cx24-0693.Princeton.EDU + address 172.18.193.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0694 + alias cx48-0694.Princeton.EDU + address 172.18.0.231 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0698 + alias cx48-0698.Princeton.EDU + address 172.18.0.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0700 + alias cx48-0700.Princeton.EDU + address 172.18.0.192 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0703 + alias cy48-0703.Princeton.EDU + address 172.18.0.249 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0704 + alias cy48-0704.Princeton.EDU + address 172.18.3.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0705 + alias cx24-0705.Princeton.EDU + address 172.18.193.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0707 + alias cx48-0707.Princeton.EDU + address 172.18.0.185 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0708 + alias cy48-0708.Princeton.EDU + address 172.18.33.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0709 + alias cy48-0709.Princeton.EDU + address 172.18.0.99 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0710 + alias cy48-0710.Princeton.EDU + address 172.18.33.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0711 + alias cy48-0711.Princeton.EDU + address 172.18.33.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0718 + alias cy48-0718.Princeton.EDU + address 172.18.3.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0721 + alias cy48-0721.Princeton.EDU + address 172.18.0.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0730 + alias cy48-0730.Princeton.EDU + address 172.18.0.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0736 + alias cy48-0736.Princeton.EDU + address 172.18.3.243 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0737 + alias cy48-0737.Princeton.EDU + address 172.18.3.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0739 + alias cy48-0739.Princeton.EDU + address 172.18.3.240 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0741 + alias cy48-0741.Princeton.EDU + address 172.18.32.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0742 + alias cy48-0742.Princeton.EDU + address 172.18.3.244 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0746 + alias cy48-0746.Princeton.EDU + address 172.18.3.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0766 + alias cy48-0766.Princeton.EDU + address 172.18.32.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0713 + alias cx24-0713.Princeton.EDU + address 172.18.193.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0715 + alias cx48-0715.Princeton.EDU + address 172.18.0.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0717 + alias cx24-0717.Princeton.EDU + address 172.18.4.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0720 + alias cx48-0720.Princeton.EDU + address 172.18.4.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0722 + alias cx24-0722.Princeton.EDU + address 172.18.0.180 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0726 + alias cx24-0726.Princeton.EDU + address 172.18.192.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0734 + alias cx48-0734.Princeton.EDU + address 172.18.4.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0758 + alias cx48-0758.Princeton.EDU + address 172.18.4.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0763 + alias cx24-0763.Princeton.EDU + address 172.18.193.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0764 + alias cx48-0764.Princeton.EDU + address 172.18.4.254 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0765 + alias cx48-0765.Princeton.EDU + address 172.18.0.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0767 + alias cx48-0767.Princeton.EDU + address 172.18.0.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0772 + alias cy48-0772.Princeton.EDU + address 172.18.33.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0773 + alias cy48-0773.Princeton.EDU + address 172.18.0.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0774 + alias cy48-0774.Princeton.EDU + address 172.18.3.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0777 + alias cy48-0777.Princeton.EDU + address 172.18.0.171 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0779 + alias cy48-0779.Princeton.EDU + address 172.18.32.244 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0784 + alias cy48-0784.Princeton.EDU + address 172.18.32.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0786 + alias cy48-0786.Princeton.EDU + address 172.18.32.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0776 + alias cx24-0776.Princeton.EDU + address 172.18.193.49 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0791 + alias cx24-0791.Princeton.EDU + address 172.18.192.240 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0793 + alias cy48-0793.Princeton.EDU + address 172.18.4.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0798 + alias cy48-0798.Princeton.EDU + address 172.18.0.232 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0799 + alias cy48-0799.Princeton.EDU + address 172.18.0.234 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0802 + alias cy48-0802.Princeton.EDU + address 172.18.2.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0803 + alias cy48-0803.Princeton.EDU + address 172.18.0.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0807 + alias cy48-0807.Princeton.EDU + address 172.18.3.128 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0814 + alias cy48-0814.Princeton.EDU + address 172.18.2.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0816 + alias cy48-0816.Princeton.EDU + address 172.18.2.26 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0817 + alias cy48-0817.Princeton.EDU + address 172.18.2.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0818 + alias cy48-0818.Princeton.EDU + address 172.18.1.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0811 + alias cx24-0811.Princeton.EDU + address 172.18.193.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0813 + alias cx24-0813.Princeton.EDU + address 172.18.194.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0824 + alias cx24-0824.Princeton.EDU + address 172.18.193.230 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0827 + alias cx24-0827.Princeton.EDU + address 172.18.192.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0850 + alias cy24-0850.Princeton.EDU + address 172.18.194.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0851 + alias cy24-0851.Princeton.EDU + address 172.18.194.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0834 + alias cy48-0834.Princeton.EDU + address 172.18.3.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0837 + alias cy48-0837.Princeton.EDU + address 172.18.32.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0849 + alias cy48-0849.Princeton.EDU + address 172.18.2.178 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0836 + alias ca24-0836.Princeton.EDU + address 172.18.32.181 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-1091 + alias ca24-1091.Princeton.EDU + address 172.18.32.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0854 + alias cy48-0854.Princeton.EDU + address 172.18.3.112 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0855 + alias cx24-0855.Princeton.EDU + address 172.18.192.141 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0859 + alias cy48-0859.Princeton.EDU + address 172.18.0.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0864 + alias cy48-0864.Princeton.EDU + address 172.18.1.133 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0876 + alias cy48-0876.Princeton.EDU + address 172.18.0.239 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0878 + alias cy48-0878.Princeton.EDU + address 172.18.0.238 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0879 + alias cy48-0879.Princeton.EDU + address 172.18.0.240 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0880 + alias cy48-0880.Princeton.EDU + address 172.18.0.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0882 + alias cy48-0882.Princeton.EDU + address 172.18.1.162 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0905 + alias cy48-0905.Princeton.EDU + address 172.18.0.59 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0906 + alias cy48-0906.Princeton.EDU + address 172.18.2.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0907 + alias cy48-0907.Princeton.EDU + address 172.18.0.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0908 + alias cy48-0908.Princeton.EDU + address 172.18.1.9 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0910 + alias cy48-0910.Princeton.EDU + address 172.18.2.151 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0913 + alias cy48-0913.Princeton.EDU + address 172.18.2.148 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0914 + alias cy48-0914.Princeton.EDU + address 172.18.2.152 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0915 + alias cy48-0915.Princeton.EDU + address 172.18.3.176 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0919 + alias cy48-0919.Princeton.EDU + address 172.18.4.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0873 + alias cx48-0873.Princeton.EDU + address 172.18.0.195 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0874 + alias cy24-0874.Princeton.EDU + address 172.18.193.163 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0875 + alias cy24-0875.Princeton.EDU + address 172.18.2.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0884 + alias cy24-0884.Princeton.EDU + address 172.18.2.209 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0886 + alias cy24-0886.Princeton.EDU + address 172.18.2.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0893 + alias cy24-0893.Princeton.EDU + address 172.18.1.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0903 + alias cy24-0903.Princeton.EDU + address 172.18.3.61 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0918 + alias cy24-0918.Princeton.EDU + address 172.18.3.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0927 + alias cy24-0927.Princeton.EDU + address 172.18.194.133 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0930 + alias cy24-0930.Princeton.EDU + address 172.18.2.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0931 + alias cy24-0931.Princeton.EDU + address 172.18.194.134 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0932 + alias cy24-0932.Princeton.EDU + address 172.18.194.135 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0933 + alias cy24-0933.Princeton.EDU + address 172.18.194.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0939 + alias cy24-0939.Princeton.EDU + address 172.18.4.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0942 + alias cy24-0942.Princeton.EDU + address 172.18.1.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0943 + alias cy24-0943.Princeton.EDU + address 172.18.194.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0945 + alias cy24-0945.Princeton.EDU + address 172.18.3.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0949 + alias cy24-0949.Princeton.EDU + address 172.18.192.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0953 + alias cy24-0953.Princeton.EDU + address 172.18.1.169 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0954 + alias cy24-0954.Princeton.EDU + address 172.18.3.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0955 + alias cy24-0955.Princeton.EDU + address 172.18.3.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0957 + alias cy24-0957.Princeton.EDU + address 172.18.3.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0959 + alias cy24-0959.Princeton.EDU + address 172.18.192.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0976 + alias cy24-0976.Princeton.EDU + address 172.18.33.10 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0982 + alias cy24-0982.Princeton.EDU + address 172.18.0.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1024 + alias cy24-1024.Princeton.EDU + address 172.18.2.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1026 + alias cy24-1026.Princeton.EDU + address 172.18.194.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1027 + alias cy24-1027.Princeton.EDU + address 172.18.1.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1028 + alias cy24-1028.Princeton.EDU + address 172.18.1.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1043 + alias cy24-1043.Princeton.EDU + address 172.18.192.61 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1044 + alias cy24-1044.Princeton.EDU + address 172.18.33.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1045 + alias cy24-1045.Princeton.EDU + address 172.18.33.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1046 + alias cy24-1046.Princeton.EDU + address 172.18.192.207 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1052 + alias cy24-1052.Princeton.EDU + address 172.18.32.246 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1068 + alias cy24-1068.Princeton.EDU + address 172.18.3.151 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1069 + alias cy24-1069.Princeton.EDU + address 172.18.194.66 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1078 + alias cy24-1078.Princeton.EDU + address 172.18.0.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1083 + alias cy24-1083.Princeton.EDU + address 172.18.3.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1102 + alias cy24-1102.Princeton.EDU + address 172.18.3.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1127 + alias cy24-1127.Princeton.EDU + address 172.18.194.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1130 + alias cy24-1130.Princeton.EDU + address 172.18.3.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1141 + alias cy24-1141.Princeton.EDU + address 172.18.3.92 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1156 + alias cy24-1156.Princeton.EDU + address 172.18.194.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1174 + alias cy24-1174.Princeton.EDU + address 172.18.32.218 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1197 + alias cy24-1197.Princeton.EDU + address 172.18.3.98 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1200 + alias cy24-1200.Princeton.EDU + address 172.18.2.234 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1201 + alias cy24-1201.Princeton.EDU + address 172.18.192.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1204 + alias cy24-1204.Princeton.EDU + address 172.18.1.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1253 + alias cy24-1253.Princeton.EDU + address 172.18.3.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1273 + alias cy24-1273.Princeton.EDU + address 172.18.0.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1288 + alias cy24-1288.Princeton.EDU + address 172.18.2.134 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1329 + alias cy24-1329.Princeton.EDU + address 172.18.3.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1330 + alias cy24-1330.Princeton.EDU + address 172.18.3.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1379 + alias cy24-1379.Princeton.EDU + address 172.18.192.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1380 + alias cy24-1380.Princeton.EDU + address 172.18.0.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1387 + alias cy24-1387.Princeton.EDU + address 172.18.3.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1418 + alias cy24-1418.Princeton.EDU + address 172.18.3.99 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1421 + alias cy24-1421.Princeton.EDU + address 172.18.3.3 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1425 + alias cy24-1425.Princeton.EDU + address 172.18.192.42 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1426 + alias cy24-1426.Princeton.EDU + address 172.18.3.142 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1431 + alias cy24-1431.Princeton.EDU + address 172.18.2.254 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1432 + alias cy24-1432.Princeton.EDU + address 172.18.3.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1433 + alias cy24-1433.Princeton.EDU + address 172.18.3.5 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1434 + alias cy24-1434.Princeton.EDU + address 172.18.3.6 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1437 + alias cy24-1437.Princeton.EDU + address 172.18.3.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0881 + alias cx24-0881.Princeton.EDU + address 172.18.193.207 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0924 + alias cy48-0924.Princeton.EDU + address 172.18.3.132 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0934 + alias cy48-0934.Princeton.EDU + address 172.18.2.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0951 + alias cy48-0951.Princeton.EDU + address 172.18.3.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0958 + alias cy48-0958.Princeton.EDU + address 172.18.2.60 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0977 + alias cy48-0977.Princeton.EDU + address 172.18.2.157 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0891 + alias cx48-0891.Princeton.EDU + address 172.18.1.186 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0895 + alias cx24-0895.Princeton.EDU + address 172.18.194.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0896 + alias cx24-0896.Princeton.EDU + address 172.18.192.145 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0897 + alias cx24-0897.Princeton.EDU + address 172.18.3.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0898 + alias cx24-0898.Princeton.EDU + address 172.18.4.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0902 + alias cx24-0902.Princeton.EDU + address 172.18.193.216 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0925 + alias cx48-0925.Princeton.EDU + address 172.18.193.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0929 + alias cx48-0929.Princeton.EDU + address 172.18.194.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0969 + alias cx24-0969.Princeton.EDU + address 172.18.193.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0973 + alias cx48-0973.Princeton.EDU + address 172.18.3.175 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0975 + alias cx48-0975.Princeton.EDU + address 172.18.4.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0978 + alias cy48-0978.Princeton.EDU + address 172.18.1.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0979 + alias cy48-0979.Princeton.EDU + address 172.18.2.172 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0984 + alias cy48-0984.Princeton.EDU + address 172.18.3.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0987 + alias cy48-0987.Princeton.EDU + address 172.18.3.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0988 + alias cy48-0988.Princeton.EDU + address 172.18.3.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0989 + alias cy48-0989.Princeton.EDU + address 172.18.3.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0990 + alias cy48-0990.Princeton.EDU + address 172.18.3.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0999 + alias cy48-0999.Princeton.EDU + address 172.18.32.134 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1007 + alias cy48-1007.Princeton.EDU + address 172.18.33.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1016 + alias cy48-1016.Princeton.EDU + address 172.18.2.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1017 + alias cy48-1017.Princeton.EDU + address 172.18.2.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1018 + alias cy48-1018.Princeton.EDU + address 172.18.2.139 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1019 + alias cy48-1019.Princeton.EDU + address 172.18.2.43 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1029 + alias cy48-1029.Princeton.EDU + address 172.18.1.8 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0991 + alias cx24-0991.Princeton.EDU + address 172.18.192.163 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0996 + alias cx24-0996.Princeton.EDU + address 172.18.192.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1008 + alias cx48-1008.Princeton.EDU + address 172.18.2.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1009 + alias cx48-1009.Princeton.EDU + address 172.18.1.239 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1014 + alias cx24-1014.Princeton.EDU + address 172.18.192.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1031 + alias cx24-1031.Princeton.EDU + address 172.18.193.203 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1032 + alias cx24-1032.Princeton.EDU + address 172.18.193.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1033 + alias cx48-1033.Princeton.EDU + address 172.18.193.205 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1034 + alias cy48-1034.Princeton.EDU + address 172.18.3.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1036 + alias cy48-1036.Princeton.EDU + address 172.18.33.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1037 + alias cy48-1037.Princeton.EDU + address 172.18.32.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1040 + alias cy48-1040.Princeton.EDU + address 172.18.32.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1051 + alias cy48-1051.Princeton.EDU + address 172.18.1.210 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1056 + alias cy48-1056.Princeton.EDU + address 172.18.32.49 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1058 + alias cy48-1058.Princeton.EDU + address 172.18.32.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1060 + alias cy48-1060.Princeton.EDU + address 172.18.32.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1064 + alias cy48-1064.Princeton.EDU + address 172.18.4.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1042 + alias cx24-1042.Princeton.EDU + address 172.18.193.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1048 + alias cx24-1048.Princeton.EDU + address 172.18.192.128 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1067 + alias cy48-1067.Princeton.EDU + address 172.18.3.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1071 + alias cy48-1071.Princeton.EDU + address 172.18.4.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1074 + alias cy48-1074.Princeton.EDU + address 172.18.1.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1072 + alias cx24-1072.Princeton.EDU + address 172.18.193.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1084 + alias cy48-1084.Princeton.EDU + address 172.18.0.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1085 + alias cy48-1085.Princeton.EDU + address 172.18.32.66 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1086 + alias cy48-1086.Princeton.EDU + address 172.18.32.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1090 + alias cy48-1090.Princeton.EDU + address 172.18.32.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1092 + alias cy48-1092.Princeton.EDU + address 172.18.33.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1093 + alias cy48-1093.Princeton.EDU + address 172.18.33.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1094 + alias cy48-1094.Princeton.EDU + address 172.18.33.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1095 + alias cy48-1095.Princeton.EDU + address 172.18.33.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1096 + alias cy48-1096.Princeton.EDU + address 172.18.33.56 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1097 + alias cy48-1097.Princeton.EDU + address 172.18.33.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1098 + alias cy48-1098.Princeton.EDU + address 172.18.33.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1099 + alias cy48-1099.Princeton.EDU + address 172.18.33.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1110 + alias cy48-1110.Princeton.EDU + address 172.18.0.177 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1104 + alias cx24-1104.Princeton.EDU + address 172.18.193.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1105 + alias cx24-1105.Princeton.EDU + address 172.18.193.184 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1106 + alias cx24-1106.Princeton.EDU + address 172.18.194.1 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1107 + alias cx24-1107.Princeton.EDU + address 172.18.193.185 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1111 + alias cx24-1111.Princeton.EDU + address 172.18.193.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1112 + alias cx24-1112.Princeton.EDU + address 172.18.193.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1115 + alias cx24-1115.Princeton.EDU + address 172.18.193.186 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1116 + alias cx24-1116.Princeton.EDU + address 172.18.193.218 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1117 + alias cx24-1117.Princeton.EDU + address 172.18.193.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1118 + alias cx24-1118.Princeton.EDU + address 172.18.193.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1123 + alias cx24-1123.Princeton.EDU + address 172.18.193.187 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1124 + alias cx24-1124.Princeton.EDU + address 172.18.193.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1125 + alias cx48-1125.Princeton.EDU + address 172.18.4.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1126 + alias cx24-1126.Princeton.EDU + address 172.18.192.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1128 + alias cx24-1128.Princeton.EDU + address 172.18.193.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1129 + alias cx24-1129.Princeton.EDU + address 172.18.193.188 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1131 + alias cy48-1131.Princeton.EDU + address 172.18.33.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1132 + alias cy48-1132.Princeton.EDU + address 172.18.1.221 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1147 + alias cy48-1147.Princeton.EDU + address 172.18.4.98 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1149 + alias cy48-1149.Princeton.EDU + address 172.18.4.110 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1134 + alias cx24-1134.Princeton.EDU + address 172.18.193.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1135 + alias cx24-1135.Princeton.EDU + address 172.18.193.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1136 + alias cx24-1136.Princeton.EDU + address 172.18.193.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1139 + alias cx24-1139.Princeton.EDU + address 172.18.193.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1143 + alias cx24-1143.Princeton.EDU + address 172.18.193.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1146 + alias cx24-1146.Princeton.EDU + address 172.18.193.198 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1154 + alias cy48-1154.Princeton.EDU + address 172.18.33.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1155 + alias cy48-1155.Princeton.EDU + address 172.18.33.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1157 + alias cy48-1157.Princeton.EDU + address 172.18.33.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1163 + alias cy48-1163.Princeton.EDU + address 172.18.32.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1165 + alias cy48-1165.Princeton.EDU + address 172.18.32.99 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1167 + alias cy48-1167.Princeton.EDU + address 172.18.32.98 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1171 + alias cy48-1171.Princeton.EDU + address 172.18.32.166 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1175 + alias cy48-1175.Princeton.EDU + address 172.18.32.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1177 + alias cy48-1177.Princeton.EDU + address 172.18.32.165 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1183 + alias cy48-1183.Princeton.EDU + address 172.18.33.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1186 + alias cy48-1186.Princeton.EDU + address 172.18.33.109 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1187 + alias cy48-1187.Princeton.EDU + address 172.18.33.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1189 + alias cy48-1189.Princeton.EDU + address 172.18.4.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1191 + alias cy48-1191.Princeton.EDU + address 172.18.32.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1194 + alias cy48-1194.Princeton.EDU + address 172.18.32.144 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1195 + alias cy48-1195.Princeton.EDU + address 172.18.32.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1196 + alias cy48-1196.Princeton.EDU + address 172.18.32.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1205 + alias cy48-1205.Princeton.EDU + address 172.18.3.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1256 + alias cy48-1256.Princeton.EDU + address 172.18.1.209 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1261 + alias cy48-1261.Princeton.EDU + address 172.18.3.71 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1281 + alias cy48-1281.Princeton.EDU + address 172.18.3.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1292 + alias cy48-1292.Princeton.EDU + address 172.18.0.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1169 + alias cx24-1169.Princeton.EDU + address 172.18.193.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1214 + alias cx24-1214.Princeton.EDU + address 172.18.193.139 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1217 + alias cx24-1217.Princeton.EDU + address 172.18.193.149 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1218 + alias cx24-1218.Princeton.EDU + address 172.18.193.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1220 + alias cx24-1220.Princeton.EDU + address 172.18.192.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1222 + alias cx24-1222.Princeton.EDU + address 172.18.192.17 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1224 + alias cx24-1224.Princeton.EDU + address 172.18.192.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1225 + alias cx24-1225.Princeton.EDU + address 172.18.192.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1233 + alias cx24-1233.Princeton.EDU + address 172.18.192.248 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1234 + alias cx24-1234.Princeton.EDU + address 172.18.192.249 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1235 + alias cx24-1235.Princeton.EDU + address 172.18.192.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1236 + alias cx24-1236.Princeton.EDU + address 172.18.192.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1237 + alias cx24-1237.Princeton.EDU + address 172.18.192.246 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1238 + alias cx24-1238.Princeton.EDU + address 172.18.192.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1239 + alias cx24-1239.Princeton.EDU + address 172.18.192.254 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1240 + alias cx24-1240.Princeton.EDU + address 172.18.193.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1241 + alias cx24-1241.Princeton.EDU + address 172.18.193.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1246 + alias cx48-1246.Princeton.EDU + address 172.18.1.3 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1247 + alias cx48-1247.Princeton.EDU + address 172.18.1.254 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1249 + alias cx24-1249.Princeton.EDU + address 172.18.193.151 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1250 + alias cx24-1250.Princeton.EDU + address 172.18.2.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1254 + alias cx48-1254.Princeton.EDU + address 172.18.5.43 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1270 + alias cx24-1270.Princeton.EDU + address 172.18.193.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1271 + alias cx24-1271.Princeton.EDU + address 172.18.193.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1272 + alias cx24-1272.Princeton.EDU + address 172.18.193.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1283 + alias cx24-1283.Princeton.EDU + address 172.18.193.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1290 + alias cx24-1290.Princeton.EDU + address 172.18.192.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1291 + alias cx24-1291.Princeton.EDU + address 172.18.192.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1295 + alias cx24-1295.Princeton.EDU + address 172.18.193.132 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1296 + alias cy48-1296.Princeton.EDU + address 172.18.4.153 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1337 + alias cy48-1337.Princeton.EDU + address 172.18.32.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1339 + alias cy48-1339.Princeton.EDU + address 172.18.32.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1340 + alias cy48-1340.Princeton.EDU + address 172.18.32.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1342 + alias cy48-1342.Princeton.EDU + address 172.18.32.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1364 + alias cy48-1364.Princeton.EDU + address 172.18.1.158 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1406 + alias cy48-1406.Princeton.EDU + address 172.18.1.249 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1407 + alias cy48-1407.Princeton.EDU + address 172.18.1.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1422 + alias cy48-1422.Princeton.EDU + address 172.18.4.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1460 + alias cy48-1460.Princeton.EDU + address 172.18.0.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1476 + alias cy48-1476.Princeton.EDU + address 172.18.3.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1478 + alias cy48-1478.Princeton.EDU + address 172.18.4.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1299 + alias cx48-1299.Princeton.EDU + address 172.18.0.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1302 + alias cx24-1302.Princeton.EDU + address 172.18.192.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1305 + alias cx24-1305.Princeton.EDU + address 172.18.193.154 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1306 + alias cx24-1306.Princeton.EDU + address 172.18.193.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1307 + alias cx24-1307.Princeton.EDU + address 172.18.193.156 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1310 + alias cx48-1310.Princeton.EDU + address 172.18.4.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1312 + alias cx24-1312.Princeton.EDU + address 172.18.192.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1317 + alias cx24-1317.Princeton.EDU + address 172.18.192.159 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1318 + alias cx24-1318.Princeton.EDU + address 172.18.192.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1344 + alias cx24-1344.Princeton.EDU + address 172.18.192.179 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1345 + alias cx24-1345.Princeton.EDU + address 172.18.192.149 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1346 + alias cx24-1346.Princeton.EDU + address 172.18.192.151 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1351 + alias cx24-1351.Princeton.EDU + address 172.18.192.180 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1352 + alias cx24-1352.Princeton.EDU + address 172.18.192.183 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1353 + alias cx24-1353.Princeton.EDU + address 172.18.192.181 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1354 + alias cx24-1354.Princeton.EDU + address 172.18.192.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1377 + alias cx24-1377.Princeton.EDU + address 172.18.193.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1390 + alias cx48-1390.Princeton.EDU + address 172.18.4.165 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1489 + alias cx48-1489.Princeton.EDU + address 172.18.2.216 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1428 + alias cx24-1428.Princeton.EDU + address 172.18.192.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-1447 + alias ca24-1447.Princeton.EDU + address 172.18.32.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1448 + alias cy24-1448.Princeton.EDU + address 172.18.32.26 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1449 + alias cy24-1449.Princeton.EDU + address 172.18.32.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1450 + alias cy24-1450.Princeton.EDU + address 172.18.32.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1451 + alias cy24-1451.Princeton.EDU + address 172.18.32.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1452 + alias cy24-1452.Princeton.EDU + address 172.18.32.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1453 + alias cy24-1453.Princeton.EDU + address 172.18.32.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1455 + alias cy24-1455.Princeton.EDU + address 172.18.192.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1456 + alias cy24-1456.Princeton.EDU + address 172.18.194.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1457 + alias cy24-1457.Princeton.EDU + address 172.18.194.56 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1458 + alias cy24-1458.Princeton.EDU + address 172.18.192.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1459 + alias cy24-1459.Princeton.EDU + address 172.18.194.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1461 + alias cy24-1461.Princeton.EDU + address 172.18.32.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1462 + alias cy24-1462.Princeton.EDU + address 172.18.32.133 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1463 + alias cy24-1463.Princeton.EDU + address 172.18.32.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1464 + alias cy24-1464.Princeton.EDU + address 172.18.32.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1466 + alias cy24-1466.Princeton.EDU + address 172.18.32.102 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1468 + alias cy24-1468.Princeton.EDU + address 172.18.32.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1473 + alias cy24-1473.Princeton.EDU + address 172.18.2.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1475 + alias cy24-1475.Princeton.EDU + address 172.18.192.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1512 + alias cy24-1512.Princeton.EDU + address 172.18.194.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1525 + alias cy24-1525.Princeton.EDU + address 172.18.194.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1548 + alias cy24-1548.Princeton.EDU + address 172.18.194.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1594 + alias cy24-1594.Princeton.EDU + address 172.18.192.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1624 + alias cy24-1624.Princeton.EDU + address 172.18.2.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1625 + alias cy24-1625.Princeton.EDU + address 172.18.2.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1626 + alias cy24-1626.Princeton.EDU + address 172.18.192.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1632 + alias cy24-1632.Princeton.EDU + address 172.18.1.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1652 + alias cy24-1652.Princeton.EDU + address 172.18.192.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1653 + alias cy24-1653.Princeton.EDU + address 172.18.194.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1659 + alias cy24-1659.Princeton.EDU + address 172.18.192.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1662 + alias cy24-1662.Princeton.EDU + address 172.18.192.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1664 + alias cy24-1664.Princeton.EDU + address 172.18.192.215 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1666 + alias cy24-1666.Princeton.EDU + address 172.18.1.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1682 + alias cy24-1682.Princeton.EDU + address 172.18.3.221 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1685 + alias cy24-1685.Princeton.EDU + address 172.18.194.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1686 + alias cy24-1686.Princeton.EDU + address 172.18.2.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1695 + alias cy24-1695.Princeton.EDU + address 172.18.192.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1704 + alias cy24-1704.Princeton.EDU + address 172.18.192.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1706 + alias cy24-1706.Princeton.EDU + address 172.18.32.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1725 + alias cy24-1725.Princeton.EDU + address 172.18.2.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1756 + alias cy24-1756.Princeton.EDU + address 172.18.193.6 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1757 + alias cy24-1757.Princeton.EDU + address 172.18.194.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1758 + alias cy24-1758.Princeton.EDU + address 172.18.194.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1759 + alias cy24-1759.Princeton.EDU + address 172.18.194.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1760 + alias cy24-1760.Princeton.EDU + address 172.18.194.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1769 + alias cy24-1769.Princeton.EDU + address 172.18.194.105 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1905 + alias cy24-1905.Princeton.EDU + address 172.18.3.186 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1907 + alias cy24-1907.Princeton.EDU + address 172.18.2.27 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1908 + alias cy24-1908.Princeton.EDU + address 172.18.2.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1916 + alias cy24-1916.Princeton.EDU + address 172.18.192.177 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1495 + alias cx48-1495.Princeton.EDU + address 172.18.2.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1496 + alias cx48-1496.Princeton.EDU + address 172.18.192.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1502 + alias cy48-1502.Princeton.EDU + address 172.18.0.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1503 + alias cy48-1503.Princeton.EDU + address 172.18.0.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1504 + alias cy48-1504.Princeton.EDU + address 172.18.0.220 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1505 + alias cy48-1505.Princeton.EDU + address 172.18.0.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1510 + alias cy48-1510.Princeton.EDU + address 172.18.1.18 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1517 + alias cy48-1517.Princeton.EDU + address 172.18.3.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1528 + alias cy48-1528.Princeton.EDU + address 172.18.1.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1549 + alias cy48-1549.Princeton.EDU + address 172.18.32.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1556 + alias cy48-1556.Princeton.EDU + address 172.18.32.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1593 + alias cy48-1593.Princeton.EDU + address 172.18.1.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1616 + alias cy48-1616.Princeton.EDU + address 172.18.194.112 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1618 + alias cy48-1618.Princeton.EDU + address 172.18.2.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1619 + alias cy48-1619.Princeton.EDU + address 172.18.3.27 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1621 + alias cy48-1621.Princeton.EDU + address 172.18.3.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1627 + alias cy48-1627.Princeton.EDU + address 172.18.1.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1643 + alias cy48-1643.Princeton.EDU + address 172.18.1.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1651 + alias cy48-1651.Princeton.EDU + address 172.18.4.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1655 + alias cy48-1655.Princeton.EDU + address 172.18.0.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1660 + alias cy48-1660.Princeton.EDU + address 172.18.3.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1678 + alias cy48-1678.Princeton.EDU + address 172.18.3.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1684 + alias cy48-1684.Princeton.EDU + address 172.18.2.184 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1693 + alias cy48-1693.Princeton.EDU + address 172.18.1.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1694 + alias cy48-1694.Princeton.EDU + address 172.18.0.42 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1696 + alias cy48-1696.Princeton.EDU + address 172.18.2.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1700 + alias cy48-1700.Princeton.EDU + address 172.18.1.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1705 + alias cy48-1705.Princeton.EDU + address 172.18.3.211 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1718 + alias cy48-1718.Princeton.EDU + address 172.18.1.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1720 + alias cy48-1720.Princeton.EDU + address 172.18.1.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1726 + alias cy48-1726.Princeton.EDU + address 172.18.1.152 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1740 + alias cy48-1740.Princeton.EDU + address 172.18.3.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1741 + alias cy48-1741.Princeton.EDU + address 172.18.2.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1515 + alias cx48-1515.Princeton.EDU + address 172.18.2.71 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1519 + alias cx24-1519.Princeton.EDU + address 172.18.192.170 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1526 + alias cx24-1526.Princeton.EDU + address 172.18.192.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1527 + alias cx24-1527.Princeton.EDU + address 172.18.192.157 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1532 + alias cx24-1532.Princeton.EDU + address 172.18.193.18 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-1540 + alias ca24-1540.Princeton.EDU + address 172.18.0.219 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-2495 + alias ca24-2495.Princeton.EDU + address 172.18.192.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-2960 + alias ca24-2960.Princeton.EDU + address 172.18.2.141 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1546 + alias cx24-1546.Princeton.EDU + address 172.18.192.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1547 + alias cx24-1547.Princeton.EDU + address 172.18.192.162 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1550 + alias cx24-1550.Princeton.EDU + address 172.18.192.143 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1552 + alias cx24-1552.Princeton.EDU + address 172.18.193.195 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1553 + alias cx24-1553.Princeton.EDU + address 172.18.193.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1554 + alias cx24-1554.Princeton.EDU + address 172.18.193.197 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct32-1589 + alias ct32-1589.Princeton.EDU + address 172.18.4.245 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1590 + alias cx48-1590.Princeton.EDU + address 172.18.3.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1595 + alias cx24-1595.Princeton.EDU + address 172.18.4.102 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1602 + alias cx24-1602.Princeton.EDU + address 172.18.192.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1603 + alias cx24-1603.Princeton.EDU + address 172.18.192.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1604 + alias cx24-1604.Princeton.EDU + address 172.18.192.192 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1605 + alias cx24-1605.Princeton.EDU + address 172.18.192.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1606 + alias cx24-1606.Princeton.EDU + address 172.18.193.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1607 + alias cx24-1607.Princeton.EDU + address 172.18.193.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1608 + alias cx24-1608.Princeton.EDU + address 172.18.193.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1610 + alias cx24-1610.Princeton.EDU + address 172.18.193.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1611 + alias cx24-1611.Princeton.EDU + address 172.18.193.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1612 + alias cx24-1612.Princeton.EDU + address 172.18.193.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1613 + alias cx24-1613.Princeton.EDU + address 172.18.193.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1614 + alias cx24-1614.Princeton.EDU + address 172.18.193.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1615 + alias cx24-1615.Princeton.EDU + address 172.18.193.42 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1629 + alias cx24-1629.Princeton.EDU + address 172.18.193.172 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1644 + alias cx48-1644.Princeton.EDU + address 172.18.5.62 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1656 + alias cx48-1656.Princeton.EDU + address 172.18.1.202 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1646 + alias cx24-1646.Princeton.EDU + address 172.18.193.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1647 + alias cx24-1647.Princeton.EDU + address 172.18.193.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1657 + alias cx24-1657.Princeton.EDU + address 172.18.0.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1665 + alias cx24-1665.Princeton.EDU + address 172.18.193.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1667 + alias cx24-1667.Princeton.EDU + address 172.18.193.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1669 + alias cx24-1669.Princeton.EDU + address 172.18.193.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1670 + alias cx24-1670.Princeton.EDU + address 172.18.193.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1671 + alias cx24-1671.Princeton.EDU + address 172.18.193.110 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1673 + alias cx24-1673.Princeton.EDU + address 172.18.192.221 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1675 + alias cx24-1675.Princeton.EDU + address 172.18.193.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1676 + alias cx24-1676.Princeton.EDU + address 172.18.193.112 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1677 + alias cx24-1677.Princeton.EDU + address 172.18.193.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1680 + alias cx48-1680.Princeton.EDU + address 172.18.4.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1681 + alias cx24-1681.Princeton.EDU + address 172.18.193.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1707 + alias cx48-1707.Princeton.EDU + address 172.18.5.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1708 + alias cx24-1708.Princeton.EDU + address 172.18.193.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1713 + alias cx24-1713.Princeton.EDU + address 172.18.192.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1715 + alias cx24-1715.Princeton.EDU + address 172.18.192.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1724 + alias cx24-1724.Princeton.EDU + address 172.18.193.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1727 + alias cx24-1727.Princeton.EDU + address 172.18.193.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1728 + alias cx24-1728.Princeton.EDU + address 172.18.193.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1730 + alias cx24-1730.Princeton.EDU + address 172.18.193.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1731 + alias cx24-1731.Princeton.EDU + address 172.18.193.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1732 + alias cx24-1732.Princeton.EDU + address 172.18.193.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1735 + alias cx24-1735.Princeton.EDU + address 172.18.193.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1736 + alias cx24-1736.Princeton.EDU + address 172.18.193.56 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1737 + alias cx24-1737.Princeton.EDU + address 172.18.193.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1738 + alias cx24-1738.Princeton.EDU + address 172.18.193.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1739 + alias cx24-1739.Princeton.EDU + address 172.18.193.59 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1883 + alias cx24-1883.Princeton.EDU + address 172.18.193.190 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1902 + alias cx24-1902.Princeton.EDU + address 172.18.193.176 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1903 + alias cy48-1903.Princeton.EDU + address 172.18.3.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1928 + alias cy48-1928.Princeton.EDU + address 172.18.32.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1929 + alias cy48-1929.Princeton.EDU + address 172.18.33.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1909 + alias cx24-1909.Princeton.EDU + address 172.18.193.206 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct16-1921 + alias ct16-1921.Princeton.EDU + address 172.18.5.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1931 + alias cy48-1931.Princeton.EDU + address 172.18.4.154 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1953 + alias cy48-1953.Princeton.EDU + address 172.18.32.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1954 + alias cy48-1954.Princeton.EDU + address 172.18.32.42 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1955 + alias cy48-1955.Princeton.EDU + address 172.18.33.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1946 + alias cx24-1946.Princeton.EDU + address 172.18.4.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct16-2426 + alias ct16-2426.Princeton.EDU + address 172.18.0.169 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1961 + alias cy48-1961.Princeton.EDU + address 172.18.1.234 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1962 + alias cy48-1962.Princeton.EDU + address 172.18.0.210 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1963 + alias cy48-1963.Princeton.EDU + address 172.18.2.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1965 + alias cy48-1965.Princeton.EDU + address 172.18.2.92 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1966 + alias cy48-1966.Princeton.EDU + address 172.18.1.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1967 + alias cy48-1967.Princeton.EDU + address 172.18.2.97 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1984 + alias cy48-1984.Princeton.EDU + address 172.18.0.26 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1970 + alias cy24-1970.Princeton.EDU + address 172.18.194.17 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1971 + alias cy24-1971.Princeton.EDU + address 172.18.194.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1972 + alias cy24-1972.Princeton.EDU + address 172.18.194.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1974 + alias cy24-1974.Princeton.EDU + address 172.18.194.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1979 + alias cy24-1979.Princeton.EDU + address 172.18.193.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1985 + alias cy24-1985.Princeton.EDU + address 172.18.192.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2013 + alias cy24-2013.Princeton.EDU + address 172.18.193.133 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2031 + alias cy24-2031.Princeton.EDU + address 172.18.194.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2035 + alias cy24-2035.Princeton.EDU + address 172.18.192.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2048 + alias cy24-2048.Princeton.EDU + address 172.18.193.144 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2049 + alias cy24-2049.Princeton.EDU + address 172.18.194.101 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2061 + alias cy24-2061.Princeton.EDU + address 172.18.33.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2125 + alias cy24-2125.Princeton.EDU + address 172.18.194.60 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2139 + alias cy24-2139.Princeton.EDU + address 172.18.194.61 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2174 + alias cy24-2174.Princeton.EDU + address 172.18.194.139 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2211 + alias cy24-2211.Princeton.EDU + address 172.18.194.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2225 + alias cy24-2225.Princeton.EDU + address 172.18.193.145 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2232 + alias cy24-2232.Princeton.EDU + address 172.18.192.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2234 + alias cy24-2234.Princeton.EDU + address 172.18.192.60 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2235 + alias cy24-2235.Princeton.EDU + address 172.18.192.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2236 + alias cy24-2236.Princeton.EDU + address 172.18.192.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2238 + alias cy24-2238.Princeton.EDU + address 172.18.194.33 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2239 + alias cy24-2239.Princeton.EDU + address 172.18.194.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2240 + alias cy24-2240.Princeton.EDU + address 172.18.192.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2241 + alias cy24-2241.Princeton.EDU + address 172.18.192.59 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2242 + alias cy24-2242.Princeton.EDU + address 172.18.192.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2243 + alias cy24-2243.Princeton.EDU + address 172.18.194.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2244 + alias cy24-2244.Princeton.EDU + address 172.18.192.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2252 + alias cy24-2252.Princeton.EDU + address 172.18.192.66 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2278 + alias cy24-2278.Princeton.EDU + address 172.18.192.34 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2283 + alias cy24-2283.Princeton.EDU + address 172.18.1.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2314 + alias cy24-2314.Princeton.EDU + address 172.18.194.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2323 + alias cy24-2323.Princeton.EDU + address 172.18.194.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2325 + alias cy24-2325.Princeton.EDU + address 172.18.0.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2328 + alias cy24-2328.Princeton.EDU + address 172.18.194.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2347 + alias cy24-2347.Princeton.EDU + address 172.18.194.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2364 + alias cy24-2364.Princeton.EDU + address 172.18.32.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2370 + alias cy24-2370.Princeton.EDU + address 172.18.32.198 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2371 + alias cy24-2371.Princeton.EDU + address 172.18.32.192 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2415 + alias cy24-2415.Princeton.EDU + address 172.18.3.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2465 + alias cy24-2465.Princeton.EDU + address 172.18.192.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2466 + alias cy24-2466.Princeton.EDU + address 172.18.192.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2467 + alias cy24-2467.Princeton.EDU + address 172.18.192.211 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2468 + alias cy24-2468.Princeton.EDU + address 172.18.193.10 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2494 + alias cy24-2494.Princeton.EDU + address 172.18.192.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2505 + alias cy24-2505.Princeton.EDU + address 172.18.33.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2506 + alias cy24-2506.Princeton.EDU + address 172.18.0.172 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2530 + alias cy24-2530.Princeton.EDU + address 172.18.194.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2531 + alias cy24-2531.Princeton.EDU + address 172.18.194.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2550 + alias cy24-2550.Princeton.EDU + address 172.18.0.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2641 + alias cy24-2641.Princeton.EDU + address 172.18.194.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2799 + alias cy24-2799.Princeton.EDU + address 172.18.194.95 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2800 + alias cy24-2800.Princeton.EDU + address 172.18.194.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2950 + alias cy24-2950.Princeton.EDU + address 172.18.194.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2952 + alias cy24-2952.Princeton.EDU + address 172.18.194.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2953 + alias cy24-2953.Princeton.EDU + address 172.18.194.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2954 + alias cy24-2954.Princeton.EDU + address 172.18.194.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-3031 + alias cy24-3031.Princeton.EDU + address 172.18.194.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-csips-inside + alias cy24-csips-inside.Princeton.EDU + address 172.20.32.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-csips-outside + alias cy24-csips-outside.Princeton.EDU + address 172.20.32.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0004 + alias cy48-0004.Princeton.EDU + address 172.18.32.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0008 + alias cy48-0008.Princeton.EDU + address 172.18.0.104 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0015 + alias cy48-0015.Princeton.EDU + address 172.18.1.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1981 + alias cx48-1981.Princeton.EDU + address 172.18.4.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1982 + alias cx24-1982.Princeton.EDU + address 172.18.193.215 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1983 + alias cx24-1983.Princeton.EDU + address 172.18.194.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1992 + alias cx24-1992.Princeton.EDU + address 172.18.192.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1993 + alias cx24-1993.Princeton.EDU + address 172.18.193.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1994 + alias cx24-1994.Princeton.EDU + address 172.18.193.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1995 + alias cx48-1995.Princeton.EDU + address 172.18.192.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1996 + alias cx24-1996.Princeton.EDU + address 172.18.193.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1997 + alias cx24-1997.Princeton.EDU + address 172.18.193.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1998 + alias cx24-1998.Princeton.EDU + address 172.18.193.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1999 + alias cx24-1999.Princeton.EDU + address 172.18.193.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2000 + alias cx24-2000.Princeton.EDU + address 172.18.193.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2002 + alias cx48-2002.Princeton.EDU + address 172.18.193.134 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2018 + alias cy48-2018.Princeton.EDU + address 172.18.0.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2030 + alias cy48-2030.Princeton.EDU + address 172.18.0.214 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2063 + alias cy48-2063.Princeton.EDU + address 172.18.0.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2095 + alias cy48-2095.Princeton.EDU + address 172.18.32.132 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2105 + alias cy48-2105.Princeton.EDU + address 172.18.33.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2110 + alias cy48-2110.Princeton.EDU + address 172.18.2.142 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2111 + alias cy48-2111.Princeton.EDU + address 172.18.194.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2112 + alias cy48-2112.Princeton.EDU + address 172.18.194.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2113 + alias cy48-2113.Princeton.EDU + address 172.18.194.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2027 + alias cx48-2027.Princeton.EDU + address 172.18.33.8 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2076 + alias cx24-2076.Princeton.EDU + address 172.18.192.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2079 + alias cx24-2079.Princeton.EDU + address 172.18.193.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2086 + alias cx24-2086.Princeton.EDU + address 172.18.192.142 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2096 + alias cx24-2096.Princeton.EDU + address 172.18.192.176 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2098 + alias cx24-2098.Princeton.EDU + address 172.18.192.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2171 + alias cx24-2171.Princeton.EDU + address 172.18.192.198 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2186 + alias cy48-2186.Princeton.EDU + address 172.18.3.185 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2208 + alias cy48-2208.Princeton.EDU + address 172.18.1.33 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2188 + alias cx24-2188.Princeton.EDU + address 172.18.193.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2210 + alias cx48-2210.Princeton.EDU + address 172.18.1.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2213 + alias cx24-2213.Princeton.EDU + address 172.18.193.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2215 + alias cx24-2215.Princeton.EDU + address 172.18.193.217 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2219 + alias cx24-2219.Princeton.EDU + address 172.18.193.247 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2221 + alias cy48-2221.Princeton.EDU + address 172.18.1.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2222 + alias cy48-2222.Princeton.EDU + address 172.18.2.105 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2249 + alias cy48-2249.Princeton.EDU + address 172.18.1.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2253 + alias cy48-2253.Princeton.EDU + address 172.18.3.190 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2257 + alias cy48-2257.Princeton.EDU + address 172.18.3.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2260 + alias cy48-2260.Princeton.EDU + address 172.18.3.219 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2262 + alias cy48-2262.Princeton.EDU + address 172.18.3.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2264 + alias cy48-2264.Princeton.EDU + address 172.18.3.192 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2266 + alias cy48-2266.Princeton.EDU + address 172.18.3.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2268 + alias cy48-2268.Princeton.EDU + address 172.18.3.226 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2272 + alias cy48-2272.Princeton.EDU + address 172.18.3.195 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2274 + alias cy48-2274.Princeton.EDU + address 172.18.3.213 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2279 + alias cy48-2279.Princeton.EDU + address 172.18.194.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2305 + alias cy48-2305.Princeton.EDU + address 172.18.2.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2308 + alias cy48-2308.Princeton.EDU + address 172.18.2.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2310 + alias cy48-2310.Princeton.EDU + address 172.18.2.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2311 + alias cy48-2311.Princeton.EDU + address 172.18.192.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2227 + alias cx24-2227.Princeton.EDU + address 172.18.193.157 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2228 + alias cx24-2228.Princeton.EDU + address 172.18.193.160 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2229 + alias cx24-2229.Princeton.EDU + address 172.18.193.158 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2230 + alias cx24-2230.Princeton.EDU + address 172.18.193.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2231 + alias cx24-2231.Princeton.EDU + address 172.18.193.159 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2281 + alias cx24-2281.Princeton.EDU + address 172.18.193.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2282 + alias cx24-2282.Princeton.EDU + address 172.18.193.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2299 + alias cx24-2299.Princeton.EDU + address 172.18.193.173 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2300 + alias cx24-2300.Princeton.EDU + address 172.18.193.237 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2301 + alias cx24-2301.Princeton.EDU + address 172.18.193.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2302 + alias cx24-2302.Princeton.EDU + address 172.18.193.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2312 + alias cy48-2312.Princeton.EDU + address 172.18.3.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2315 + alias cx24-2315.Princeton.EDU + address 172.18.192.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2318 + alias cy48-2318.Princeton.EDU + address 172.18.3.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2324 + alias cy48-2324.Princeton.EDU + address 172.18.3.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2330 + alias cy48-2330.Princeton.EDU + address 172.18.1.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2356 + alias cy48-2356.Princeton.EDU + address 172.18.0.158 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2357 + alias cy48-2357.Princeton.EDU + address 172.18.4.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2358 + alias cy48-2358.Princeton.EDU + address 172.18.4.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2361 + alias cy48-2361.Princeton.EDU + address 172.18.32.190 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2366 + alias cy48-2366.Princeton.EDU + address 172.18.32.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2369 + alias cy48-2369.Princeton.EDU + address 172.18.32.197 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2413 + alias cy48-2413.Princeton.EDU + address 172.18.1.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2414 + alias cy48-2414.Princeton.EDU + address 172.18.1.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2326 + alias cx24-2326.Princeton.EDU + address 172.18.194.4 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2329 + alias cx24-2329.Princeton.EDU + address 172.18.193.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2348 + alias cx24-2348.Princeton.EDU + address 172.18.193.170 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2352 + alias cx24-2352.Princeton.EDU + address 172.18.192.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2353 + alias cx24-2353.Princeton.EDU + address 172.18.193.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2374 + alias cx24-2374.Princeton.EDU + address 172.18.192.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2375 + alias cx24-2375.Princeton.EDU + address 172.18.192.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2377 + alias cx48-2377.Princeton.EDU + address 172.18.4.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2378 + alias cx48-2378.Princeton.EDU + address 172.18.4.212 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2379 + alias cx48-2379.Princeton.EDU + address 172.18.4.209 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2380 + alias cx24-2380.Princeton.EDU + address 172.18.192.153 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2381 + alias cx24-2381.Princeton.EDU + address 172.18.192.169 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2382 + alias cx48-2382.Princeton.EDU + address 172.18.4.215 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2383 + alias cx48-2383.Princeton.EDU + address 172.18.4.216 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2384 + alias cx48-2384.Princeton.EDU + address 172.18.4.220 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2385 + alias cx48-2385.Princeton.EDU + address 172.18.4.219 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2386 + alias cx48-2386.Princeton.EDU + address 172.18.4.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2387 + alias cx48-2387.Princeton.EDU + address 172.18.4.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2388 + alias cx48-2388.Princeton.EDU + address 172.18.4.201 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2389 + alias cx48-2389.Princeton.EDU + address 172.18.4.202 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2390 + alias cx48-2390.Princeton.EDU + address 172.18.4.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2391 + alias cx48-2391.Princeton.EDU + address 172.18.4.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2392 + alias cx48-2392.Princeton.EDU + address 172.18.4.230 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2424 + alias cy48-2424.Princeton.EDU + address 172.18.2.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2427 + alias cy48-2427.Princeton.EDU + address 172.18.1.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2428 + alias cy48-2428.Princeton.EDU + address 172.18.1.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2431 + alias cy48-2431.Princeton.EDU + address 172.18.1.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2432 + alias cy48-2432.Princeton.EDU + address 172.18.1.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2433 + alias cy48-2433.Princeton.EDU + address 172.18.1.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2438 + alias cy48-2438.Princeton.EDU + address 172.18.1.5 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2439 + alias cy48-2439.Princeton.EDU + address 172.18.0.175 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2440 + alias cy48-2440.Princeton.EDU + address 172.18.0.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2447 + alias cy48-2447.Princeton.EDU + address 172.18.0.173 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2454 + alias cy48-2454.Princeton.EDU + address 172.18.2.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2456 + alias cy48-2456.Princeton.EDU + address 172.18.33.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2521 + alias cy48-2521.Princeton.EDU + address 172.18.3.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2523 + alias cy48-2523.Princeton.EDU + address 172.18.3.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2526 + alias cy48-2526.Princeton.EDU + address 172.18.3.157 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2529 + alias cy48-2529.Princeton.EDU + address 172.18.3.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2532 + alias cy48-2532.Princeton.EDU + address 172.18.3.184 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2535 + alias cy48-2535.Princeton.EDU + address 172.18.4.27 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2538 + alias cy48-2538.Princeton.EDU + address 172.18.4.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2541 + alias cy48-2541.Princeton.EDU + address 172.18.3.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2544 + alias cy48-2544.Princeton.EDU + address 172.18.4.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2547 + alias cy48-2547.Princeton.EDU + address 172.18.4.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2551 + alias cy48-2551.Princeton.EDU + address 172.18.4.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2564 + alias cy48-2564.Princeton.EDU + address 172.18.4.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2584 + alias cy48-2584.Princeton.EDU + address 172.18.1.92 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2585 + alias cy48-2585.Princeton.EDU + address 172.18.1.98 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2586 + alias cy48-2586.Princeton.EDU + address 172.18.1.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2587 + alias cy48-2587.Princeton.EDU + address 172.18.2.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2588 + alias cy48-2588.Princeton.EDU + address 172.18.1.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2589 + alias cy48-2589.Princeton.EDU + address 172.18.2.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2590 + alias cy48-2590.Princeton.EDU + address 172.18.1.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2591 + alias cy48-2591.Princeton.EDU + address 172.18.2.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2592 + alias cy48-2592.Princeton.EDU + address 172.18.2.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2593 + alias cy48-2593.Princeton.EDU + address 172.18.2.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2594 + alias cy48-2594.Princeton.EDU + address 172.18.1.154 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2595 + alias cy48-2595.Princeton.EDU + address 172.18.1.188 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2596 + alias cy48-2596.Princeton.EDU + address 172.18.1.244 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2597 + alias cy48-2597.Princeton.EDU + address 172.18.2.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2598 + alias cy48-2598.Princeton.EDU + address 172.18.1.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2642 + alias cy48-2642.Princeton.EDU + address 172.18.3.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2644 + alias cy48-2644.Princeton.EDU + address 172.18.1.147 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2645 + alias cy48-2645.Princeton.EDU + address 172.18.1.153 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2998 + alias cy48-2998.Princeton.EDU + address 172.18.32.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3004 + alias cy48-3004.Princeton.EDU + address 172.18.0.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3005 + alias cy48-3005.Princeton.EDU + address 172.18.2.143 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3016 + alias cy48-3016.Princeton.EDU + address 172.18.2.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2474 + alias cx24-2474.Princeton.EDU + address 172.18.193.171 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2487 + alias cx24-2487.Princeton.EDU + address 172.18.192.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2488 + alias cx24-2488.Princeton.EDU + address 172.18.192.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2489 + alias cx24-2489.Princeton.EDU + address 172.18.192.146 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2508 + alias cx24-2508.Princeton.EDU + address 172.18.194.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2509 + alias cx24-2509.Princeton.EDU + address 172.18.194.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2510 + alias cx24-2510.Princeton.EDU + address 172.18.194.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2511 + alias cx24-2511.Princeton.EDU + address 172.18.193.208 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2563 + alias cx24-2563.Princeton.EDU + address 172.18.193.161 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2575 + alias cx24-2575.Princeton.EDU + address 172.18.194.3 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2576 + alias cx24-2576.Princeton.EDU + address 172.18.194.5 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2630 + alias cx24-2630.Princeton.EDU + address 172.18.192.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2631 + alias cx24-2631.Princeton.EDU + address 172.18.192.230 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2632 + alias cx24-2632.Princeton.EDU + address 172.18.192.231 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2633 + alias cx24-2633.Princeton.EDU + address 172.18.192.232 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2634 + alias cx24-2634.Princeton.EDU + address 172.18.192.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2635 + alias cx24-2635.Princeton.EDU + address 172.18.192.234 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2636 + alias cx24-2636.Princeton.EDU + address 172.18.192.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2637 + alias cx24-2637.Princeton.EDU + address 172.18.192.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2638 + alias cx24-2638.Princeton.EDU + address 172.18.192.237 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2639 + alias cx24-2639.Princeton.EDU + address 172.18.192.238 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2647 + alias cx24-2647.Princeton.EDU + address 172.18.193.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2891 + alias cx24-2891.Princeton.EDU + address 172.18.192.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2916 + alias cx48-2916.Princeton.EDU + address 172.18.5.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-3006 + alias cx48-3006.Princeton.EDU + address 172.18.4.239 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-701-lab + alias cx48-701-lab.Princeton.EDU + address 172.18.0.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0003 + alias cy24-0003.Princeton.EDU + address 172.18.33.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0020 + alias cy24-0020.Princeton.EDU + address 172.18.32.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0025 + alias cy24-0025.Princeton.EDU + address 172.18.33.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0027 + alias cy24-0027.Princeton.EDU + address 172.18.33.18 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0031 + alias cy24-0031.Princeton.EDU + address 172.18.33.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0035 + alias cy24-0035.Princeton.EDU + address 172.18.33.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-3033 + alias cx24-3033.Princeton.EDU + address 172.18.192.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-3034 + alias cx24-3034.Princeton.EDU + address 172.18.192.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-3039 + alias cx24-3039.Princeton.EDU + address 172.18.194.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3042 + alias cy48-3042.Princeton.EDU + address 172.18.33.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3043 + alias cy48-3043.Princeton.EDU + address 172.18.33.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3044 + alias cy48-3044.Princeton.EDU + address 172.18.33.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name mini-swch-ppn + alias mini-swch-ppn.Princeton.EDU + address 172.18.193.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name airwave-console + alias airwave-console.Princeton.EDU + address 128.112.133.193 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name airwave-administrative + alias airwave-administrative.Princeton.EDU + address 128.112.129.16 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name airwave-dormnet + alias airwave-dormnet.Princeton.EDU + address 128.112.133.136 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name configczar + alias configczar.Princeton.EDU + address 128.112.134.21 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name configczar-sn96 + alias configczar-sn96.Princeton.EDU + address 128.112.96.113 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name ernie + alias ernie.Princeton.EDU + address 128.112.129.178 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name eyeinthesky-subnet96 + alias eyeinthesky-subnet96.Princeton.EDU + address 128.112.97.82 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-bargainnet + alias heymon-bargainnet.Princeton.EDU + address 172.20.16.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-ppnnet + alias heymon-ppnnet.Princeton.EDU + address 128.112.96.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-smilenet + alias heymon-smilenet.Princeton.EDU + address 172.19.128.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-stellanet + alias heymon-stellanet.Princeton.EDU + address 172.19.160.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-voip-servernet + alias heymon-voip-servernet.Princeton.EDU + address 172.19.64.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-bargainnet + alias new-heymon-bargainnet.Princeton.EDU + address 172.20.16.10 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-opensesamenet + alias new-heymon-opensesamenet.Princeton.EDU + address 172.19.68.10 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-ppnnet + alias new-heymon-ppnnet.Princeton.EDU + address 128.112.96.80 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-smilenet + alias new-heymon-smilenet.Princeton.EDU + address 172.19.128.124 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-stellanet + alias new-heymon-stellanet.Princeton.EDU + address 172.19.160.178 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-voip-servernet + alias new-heymon-voip-servernet.Princeton.EDU + address 172.19.64.20 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name puaccess + alias puaccess.Princeton.EDU + address 140.180.222.101 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name smtp-f5 + alias smtp-f5.Princeton.EDU + address 140.180.222.58 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name statseeker + alias statseeker.Princeton.EDU + address 128.112.131.123 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name statseeker-ppnnet + alias statseeker-ppnnet.Princeton.EDU + address 128.112.99.69 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-www.net + alias new-www.net.Princeton.EDU + address 128.112.134.149 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name gate-eis202lb-router1-plinknet20 + alias gate-eis202lb-router1-plinknet20.Princeton.EDU + address 192.168.9.93 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eis203lb-router1-plinknet20 + alias gate-eis203lb-router1-plinknet20.Princeton.EDU + address 192.168.9.92 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-lb-prod-float-1-plinknet20 + alias gate-lb-prod-float-1-plinknet20.Princeton.EDU + address 192.168.9.94 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eis202lb-router-fw-plinknet8 + alias gate-eis202lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.45 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eis203lb-router-fw-plinknet8 + alias gate-eis203lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.44 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-lb-prod-float-fw-plinknet8 + alias gate-lb-prod-float-fw-plinknet8.Princeton.EDU + address 192.168.9.46 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-linknet28 + alias gate-eisfw-linknet28.Princeton.EDU + address 128.112.12.126 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-1 + alias gate-eisfw-fw-servernet-1.Princeton.EDU + address 140.180.220.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-2 + alias gate-eisfw-fw-servernet-2.Princeton.EDU + address 10.6.48.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-3 + alias gate-eisfw-fw-servernet-3.Princeton.EDU + address 10.6.52.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-4 + alias gate-eisfw-fw-servernet-4.Princeton.EDU + address 10.6.63.65 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-6 + alias gate-eisfw-fw-servernet-6.Princeton.EDU + address 10.6.63.129 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-7 + alias gate-eisfw-fw-servernet-7.Princeton.EDU + address 140.180.219.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-plinknet8 + alias gate-eisfw-plinknet8.Princeton.EDU + address 192.168.9.33 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-linknet36 + alias eispcifw-linknet36.Princeton.EDU + address 128.112.12.158 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-1 + alias eispcifw-pci-servernet-1.Princeton.EDU + address 10.6.59.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-2 + alias eispcifw-pci-servernet-2.Princeton.EDU + address 10.6.59.17 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-3 + alias eispcifw-pci-servernet-3.Princeton.EDU + address 10.6.59.33 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-4 + alias eispcifw-pci-servernet-4.Princeton.EDU + address 10.6.59.49 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-5 + alias eispcifw-pci-servernet-5.Princeton.EDU + address 10.6.59.65 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-6 + alias eispcifw-pci-servernet-6.Princeton.EDU + address 10.6.59.81 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-7 + alias eispcifw-pci-servernet-7.Princeton.EDU + address 10.6.59.97 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-8 + alias eispcifw-pci-servernet-8.Princeton.EDU + address 10.6.59.113 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-9 + alias eispcifw-pci-servernet-9.Princeton.EDU + address 10.6.59.129 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-10 + alias eispcifw-pci-servernet-10.Princeton.EDU + address 10.6.59.145 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-11 + alias eispcifw-pci-servernet-11.Princeton.EDU + address 10.6.59.161 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-12 + alias eispcifw-pci-servernet-12.Princeton.EDU + address 10.6.59.177 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-13 + alias eispcifw-pci-servernet-13.Princeton.EDU + address 10.6.59.193 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-14 + alias eispcifw-pci-servernet-14.Princeton.EDU + address 10.6.59.209 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-vm-mgmt + alias eispcifw-pci-vm-mgmt.Princeton.EDU + address 10.6.59.225 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw1-linknet36 + alias eispcifw1-linknet36.Princeton.EDU + address 128.112.12.157 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name infoblox-87-voip-servernet + alias infoblox-87-voip-servernet.Princeton.EDU + address 172.19.64.11 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name infoblox-frist-voip-servernet + alias infoblox-frist-voip-servernet.Princeton.EDU + address 172.19.64.10 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name md-central-admin-87p-1 + alias md-central-admin-87p-1.Princeton.EDU + address 172.18.255.247 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name md-central-admin-87p-2 + alias md-central-admin-87p-2.Princeton.EDU + address 172.18.255.246 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name md-central-admin-ns-1 + alias md-central-admin-ns-1.Princeton.EDU + address 172.18.255.228 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name ups-120prospect-b12idf + alias ups-120prospect-b12idf.Princeton.EDU + address 172.18.4.166 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-158nassau-bdf + alias ups-158nassau-bdf.Princeton.EDU + address 172.18.4.37 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-15dickinson + alias ups-15dickinson.Princeton.EDU + address 172.18.33.150 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-16dickinson + alias ups-16dickinson.Princeton.EDU + address 172.18.33.149 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-16stockton-bdf + alias ups-16stockton-bdf.Princeton.EDU + address 172.18.3.202 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-169nassau-bdf + alias ups-169nassau-bdf.Princeton.EDU + address 172.18.1.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-171broadmead + alias ups-171broadmead.Princeton.EDU + address 172.18.1.235 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-179nassau + alias ups-179nassau.Princeton.EDU + address 172.18.1.208 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-185broadmead-bdf + alias ups-185broadmead-bdf.Princeton.EDU + address 172.18.3.210 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-185nassau-bdf + alias ups-185nassau-bdf.Princeton.EDU + address 172.18.3.15 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-185nassau-215idf + alias ups-185nassau-215idf.Princeton.EDU + address 172.18.3.16 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1901-idfs7-ppn + alias ups-1901-idfs7-ppn.Princeton.EDU + address 172.18.193.108 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1901-t2-bdf + alias ups-1901-t2-bdf.Princeton.EDU + address 172.18.32.150 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1901-idfm2-ppn + alias ups-1901-idfm2-ppn.Princeton.EDU + address 172.18.193.109 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1903 + alias ups-1903.Princeton.EDU + address 172.18.33.153 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1903-idf400-ppn + alias ups-1903-idf400-ppn.Princeton.EDU + address 172.18.193.71 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1903-idf210-ppn + alias ups-1903-idf210-ppn.Princeton.EDU + address 172.18.193.72 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1903-idfs2-ppn + alias ups-1903-idfs2-ppn.Princeton.EDU + address 172.18.193.73 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1912pavilion-idf + alias ups-1912pavilion-idf.Princeton.EDU + address 172.18.194.68 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1915hall-bdf + alias ups-1915hall-bdf.Princeton.EDU + address 172.18.32.146 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1927-bdf + alias ups-1927-bdf.Princeton.EDU + address 172.18.32.21 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1937-idf208-ppn + alias ups-1937-idf208-ppn.Princeton.EDU + address 172.18.192.210 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1937hall-bdf + alias ups-1937hall-bdf.Princeton.EDU + address 172.18.32.163 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1938-bdf + alias ups-1938-bdf.Princeton.EDU + address 172.18.33.132 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1938-idf101-ppn + alias ups-1938-idf101-ppn.Princeton.EDU + address 172.18.192.160 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1939-bdf + alias ups-1939-bdf.Princeton.EDU + address 172.18.33.33 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-194-nassau-bdf + alias ups-194-nassau-bdf.Princeton.EDU + address 172.18.0.84 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-194nassau-010idf + alias ups-194nassau-010idf.Princeton.EDU + address 172.18.2.73 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-194nassau-255idf + alias ups-194nassau-255idf.Princeton.EDU + address 172.18.1.25 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1952-fieldhouse-bdf + alias ups-1952-fieldhouse-bdf.Princeton.EDU + address 172.18.1.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1981-idffb14-ppn + alias ups-1981-idffb14-ppn.Princeton.EDU + address 172.18.193.66 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-201nassau-bdf + alias ups-201nassau-bdf.Princeton.EDU + address 172.18.0.183 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-111-idf + alias ups-20washington-111-idf.Princeton.EDU + address 172.18.0.57 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-135-idf + alias ups-20washington-135-idf.Princeton.EDU + address 172.18.0.60 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-169-idf + alias ups-20washington-169-idf.Princeton.EDU + address 172.18.0.61 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-188-idf + alias ups-20washington-188-idf.Princeton.EDU + address 172.18.0.62 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-211-idf + alias ups-20washington-211-idf.Princeton.EDU + address 172.18.0.65 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-235-idf + alias ups-20washington-235-idf.Princeton.EDU + address 172.18.0.66 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-269-idf + alias ups-20washington-269-idf.Princeton.EDU + address 172.18.0.68 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-288-idf + alias ups-20washington-288-idf.Princeton.EDU + address 172.18.0.69 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-311-idf + alias ups-20washington-311-idf.Princeton.EDU + address 172.18.0.77 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-388-idf + alias ups-20washington-388-idf.Princeton.EDU + address 172.18.0.82 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-a11-idf + alias ups-20washington-a11-idf.Princeton.EDU + address 172.18.0.28 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-a35-bdf + alias ups-20washington-a35-bdf.Princeton.EDU + address 172.18.0.29 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-a69-idf + alias ups-20washington-a69-idf.Princeton.EDU + address 172.18.0.83 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-a88-idf + alias ups-20washington-a88-idf.Princeton.EDU + address 172.18.0.33 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-b47a-idf + alias ups-20washington-b47a-idf.Princeton.EDU + address 172.18.0.54 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-221nassau-bdf + alias ups-221nassau-bdf.Princeton.EDU + address 172.18.3.141 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-228alexander-202b-idf + alias ups-228alexander-202b-idf.Princeton.EDU + address 172.18.0.120 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-22chambers-bdf + alias ups-22chambers-bdf.Princeton.EDU + address 172.18.4.67 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-22chambers-bdf-2 + alias ups-22chambers-bdf-2.Princeton.EDU + address 172.18.4.69 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-22chambers-idf + alias ups-22chambers-idf.Princeton.EDU + address 172.18.3.48 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-24dickinson-idf + alias ups-24dickinson-idf.Princeton.EDU + address 172.18.32.162 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-2dickinson-bdf + alias ups-2dickinson-bdf.Princeton.EDU + address 172.18.32.112 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-228alexander-bdf + alias ups-228alexander-bdf.Princeton.EDU + address 172.18.1.219 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-262alexander-bdf + alias ups-262alexander-bdf.Princeton.EDU + address 172.18.3.165 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-26collegeroadwest + alias ups-26collegeroadwest.Princeton.EDU + address 172.18.0.136 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-282alexander + alias ups-282alexander.Princeton.EDU + address 172.18.1.77 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-294alexander-bdf + alias ups-294alexander-bdf.Princeton.EDU + address 172.18.1.184 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-29edwards + alias ups-29edwards.Princeton.EDU + address 172.18.32.92 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-306alexanderst-bdf + alias ups-306alexanderst-bdf.Princeton.EDU + address 172.18.1.97 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-31edwards + alias ups-31edwards.Princeton.EDU + address 172.18.33.147 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-34chambers-bdf + alias ups-34chambers-bdf.Princeton.EDU + address 172.18.3.134 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-350alexander + alias ups-350alexander.Princeton.EDU + address 172.18.2.165 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-350alexander-idf122a + alias ups-350alexander-idf122a.Princeton.EDU + address 172.18.3.24 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-35university-place + alias ups-35university-place.Princeton.EDU + address 172.18.33.144 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-36uplace-idf015 + alias ups-36uplace-idf015.Princeton.EDU + address 172.18.1.224 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-45universityplace-bdf + alias ups-45universityplace-bdf.Princeton.EDU + address 172.18.32.29 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-4mercer-bdf + alias ups-4mercer-bdf.Princeton.EDU + address 172.18.0.215 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-58pros-bdf + alias ups-58pros-bdf.Princeton.EDU + address 172.18.3.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-48universityplace + alias ups-48universityplace.Princeton.EDU + address 172.18.3.158 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-693alex-bdf + alias ups-693alex-bdf.Princeton.EDU + address 172.18.1.159 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-693alex-cwing-idf + alias ups-693alex-cwing-idf.Princeton.EDU + address 172.18.1.252 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-5ivy-bdf + alias ups-5ivy-bdf.Princeton.EDU + address 172.18.2.194 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-693alexander-bdf + alias ups-693alexander-bdf.Princeton.EDU + address 172.18.0.80 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701carnegie-106tele + alias ups-701carnegie-106tele.Princeton.EDU + address 172.18.4.87 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-bdf-1 + alias ups-701c-bdf-1.Princeton.EDU + address 172.18.1.126 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-bdf-2 + alias ups-701c-bdf-2.Princeton.EDU + address 172.18.1.198 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-2ndfl-idf-1 + alias ups-701c-2ndfl-idf-1.Princeton.EDU + address 172.18.1.128 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-2ndfl-idf-2 + alias ups-701c-2ndfl-idf-2.Princeton.EDU + address 172.18.1.181 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-3rdfl-idf-1 + alias ups-701c-3rdfl-idf-1.Princeton.EDU + address 172.18.1.130 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-3rdfl-idf-2 + alias ups-701c-3rdfl-idf-2.Princeton.EDU + address 172.18.1.167 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-4thfl-idf + alias ups-701c-4thfl-idf.Princeton.EDU + address 172.18.1.132 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-71universityplace-bdf104a + alias ups-71universityplace-bdf104a.Princeton.EDU + address 172.18.1.176 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-755alex-bdf + alias ups-755alex-bdf.Princeton.EDU + address 172.18.3.197 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-755alexander-idf + alias ups-755alexander-idf.Princeton.EDU + address 172.18.0.78 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-8dickinson-bdf + alias ups-8dickinson-bdf.Princeton.EDU + address 172.18.32.240 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-87prospect-bdf1 + alias ups-87prospect-bdf1.Princeton.EDU + address 172.18.0.38 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-87prospect-bdf2 + alias ups-87prospect-bdf2.Princeton.EDU + address 172.18.1.173 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-87prospect-rm032lab + alias ups-87prospect-rm032lab.Princeton.EDU + address 172.18.0.217 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-91prospect-bdf + alias ups-91prospect-bdf.Princeton.EDU + address 172.18.0.178 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-99alexander-bdf-ppn + alias ups-99alexander-bdf-ppn.Princeton.EDU + address 172.18.192.107 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-aaronburr-bdf + alias ups-aaronburr-bdf.Princeton.EDU + address 172.18.1.136 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-aaronburr-idf304 + alias ups-aaronburr-idf304.Princeton.EDU + address 172.18.1.137 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-alexanderhall-bdf + alias ups-alexanderhall-bdf.Princeton.EDU + address 172.18.0.121 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-andlinger-018-idf2 + alias ups-andlinger-018-idf2.Princeton.EDU + address 172.18.1.164 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-andlinger-166-idf3 + alias ups-andlinger-166-idf3.Princeton.EDU + address 172.18.1.165 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-andlinger-236-idf4 + alias ups-andlinger-236-idf4.Princeton.EDU + address 172.18.1.166 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-andlinger-bdf + alias ups-andlinger-bdf.Princeton.EDU + address 172.18.1.142 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-arch-idfn303b + alias ups-arch-idfn303b.Princeton.EDU + address 172.18.3.19 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-arch-idfn304a + alias ups-arch-idfn304a.Princeton.EDU + address 172.18.3.20 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-arch-idfpit + alias ups-arch-idfpit.Princeton.EDU + address 172.18.3.31 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-architecture + alias ups-architecture.Princeton.EDU + address 172.18.3.101 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-architecture-lab + alias ups-architecture-lab.Princeton.EDU + address 172.18.1.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-art-museum-storage-fac-bdf + alias ups-art-museum-storage-fac-bdf.Princeton.EDU + address 172.18.0.148 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-artscenter-bdf0m02-das + alias ups-artscenter-bdf0m02-das.Princeton.EDU + address 172.18.0.112 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-artscenter-idf033-das + alias ups-artscenter-idf033-das.Princeton.EDU + address 172.18.0.110 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-artscenterbdf-das + alias ups-artscenterbdf-das.Princeton.EDU + address 172.18.0.108 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-awing-bdfa126 + alias ups-awing-bdfa126.Princeton.EDU + address 172.18.3.150 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-awing-idfa502 + alias ups-awing-idfa502.Princeton.EDU + address 172.18.3.152 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bakere-idfmezz-ppn + alias ups-bakere-idfmezz-ppn.Princeton.EDU + address 172.18.193.65 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bakerrink-bdf + alias ups-bakerrink-bdf.Princeton.EDU + address 172.18.0.206 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bakerrink-idf106 + alias ups-bakerrink-idf106.Princeton.EDU + address 172.18.1.6 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bcf-idf202a + alias ups-bcf-idf202a.Princeton.EDU + address 172.18.1.160 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bendheimctrfin-bdf + alias ups-bendheimctrfin-bdf.Princeton.EDU + address 172.18.0.140 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-blair-bdf + alias ups-blair-bdf.Princeton.EDU + address 172.18.32.71 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-blair-idf-312-ppn + alias ups-blair-idf-312-ppn.Princeton.EDU + address 172.18.192.50 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-bdf + alias ups-bloomberg-bdf.Princeton.EDU + address 172.18.32.118 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf054-ppn + alias ups-bloomberg-idf054-ppn.Princeton.EDU + address 172.18.192.190 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf255-ppn + alias ups-bloomberg-idf255-ppn.Princeton.EDU + address 172.18.192.189 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf355-ppn + alias ups-bloomberg-idf355-ppn.Princeton.EDU + address 172.18.192.188 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf455-ppn + alias ups-bloomberg-idf455-ppn.Princeton.EDU + address 172.18.192.187 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bobst-bdf + alias ups-bobst-bdf.Princeton.EDU + address 172.18.0.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf030h-ppn + alias ups-bloomberg-idf030h-ppn.Princeton.EDU + address 172.18.192.186 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf001c-ppn + alias ups-bloomberg-idf001c-ppn.Princeton.EDU + address 172.18.192.185 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bowen-bdf + alias ups-bowen-bdf.Princeton.EDU + address 172.18.2.251 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bowenhall-idf202 + alias ups-bowenhall-idf202.Princeton.EDU + address 172.18.0.23 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bowenhall-idf302 + alias ups-bowenhall-idf302.Princeton.EDU + address 172.18.1.112 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bowenhall-idf402 + alias ups-bowenhall-idf402.Princeton.EDU + address 172.18.2.175 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-brown-hall + alias ups-brown-hall.Princeton.EDU + address 172.18.32.139 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-butlercollege-bdf + alias ups-butlercollege-bdf.Princeton.EDU + address 172.18.32.104 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-buyershall-idfb11b-ppn + alias ups-buyershall-idfb11b-ppn.Princeton.EDU + address 172.18.192.83 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bwing-idf108 + alias ups-bwing-idf108.Princeton.EDU + address 172.18.3.160 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bwing-idfb501 + alias ups-bwing-idfb501.Princeton.EDU + address 172.18.3.169 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cafeteria-powerhouse9a-idf + alias ups-cafeteria-powerhouse9a-idf.Princeton.EDU + address 172.18.3.188 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-caldwell-bdf + alias ups-caldwell-bdf.Princeton.EDU + address 172.18.0.170 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-caldwell-fieldhouse-idf-a1b + alias ups-caldwell-fieldhouse-idf-a1b.Princeton.EDU + address 172.18.1.10 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-campbell-bdf + alias ups-campbell-bdf.Princeton.EDU + address 172.18.33.58 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-campus-club-bdf + alias ups-campus-club-bdf.Princeton.EDU + address 172.18.2.46 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cannonclub-bdf + alias ups-cannonclub-bdf.Princeton.EDU + address 172.18.32.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-capandgownclub-bdf + alias ups-capandgownclub-bdf.Princeton.EDU + address 172.18.32.155 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-carlichan-bdfm05 + alias ups-carlichan-bdfm05.Princeton.EDU + address 172.18.2.232 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-carlichan-idfm10 + alias ups-carlichan-idfm10.Princeton.EDU + address 172.18.2.210 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-carlichan-idfm33 + alias ups-carlichan-idfm33.Princeton.EDU + address 172.18.2.231 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-carlichan-idfm37 + alias ups-carlichan-idfm37.Princeton.EDU + address 172.18.2.230 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-chancegreen-002idf-ppn + alias ups-chancegreen-002idf-ppn.Princeton.EDU + address 172.18.193.201 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-chapel-bdf + alias ups-chapel-bdf.Princeton.EDU + address 172.18.1.168 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-charltonstreetsubstation-bdf + alias ups-charltonstreetsubstation-bdf.Princeton.EDU + address 172.18.2.133 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-charterclub-bdf + alias ups-charterclub-bdf.Princeton.EDU + address 172.18.32.159 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-chemsciencebldg-idf + alias ups-chemsciencebldg-idf.Princeton.EDU + address 172.18.3.205 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-chilled-water-bdf + alias ups-chilled-water-bdf.Princeton.EDU + address 172.18.1.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cjl-bdf + alias ups-cjl-bdf.Princeton.EDU + address 172.18.3.138 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-clio-bdf + alias ups-clio-bdf.Princeton.EDU + address 172.18.4.174 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cloisterclub-bdf + alias ups-cloisterclub-bdf.Princeton.EDU + address 172.18.32.160 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cogen-121idf + alias ups-cogen-121idf.Princeton.EDU + address 172.18.2.109 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cogen-swgearidf-ppn + alias ups-cogen-swgearidf-ppn.Princeton.EDU + address 172.18.193.234 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-community-idfh005b-ppn + alias ups-community-idfh005b-ppn.Princeton.EDU + address 172.18.193.62 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cordishfampav-idf + alias ups-cordishfampav-idf.Princeton.EDU + address 172.18.192.55 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-corwin-bdf + alias ups-corwin-bdf.Princeton.EDU + address 172.18.0.134 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-corwinhall-idf029a + alias ups-corwinhall-idf029a.Princeton.EDU + address 172.18.2.241 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-corwinhall-idf128a + alias ups-corwinhall-idf128a.Princeton.EDU + address 172.18.2.242 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cuyler-bdf + alias ups-cuyler-bdf.Princeton.EDU + address 172.18.32.33 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cuyler-idf301-ppn + alias ups-cuyler-idf301-ppn.Princeton.EDU + address 172.18.193.74 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cwing-idfc214a + alias ups-cwing-idfc214a.Princeton.EDU + address 172.18.3.172 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cwing-idfc502 + alias ups-cwing-idfc502.Princeton.EDU + address 172.18.3.173 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-fine-bdf + alias ups-das-fine-bdf.Princeton.EDU + address 172.18.1.255 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-fine1205a-idf + alias ups-das-fine1205a-idf.Princeton.EDU + address 172.18.1.123 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-firestoneb11g-bdf + alias ups-das-firestoneb11g-bdf.Princeton.EDU + address 172.18.1.141 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-fisherhall-idfb30b + alias ups-das-fisherhall-idfb30b.Princeton.EDU + address 172.18.1.183 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-hoyt-bdf + alias ups-das-hoyt-bdf.Princeton.EDU + address 172.18.1.122 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-denunzio-pool-bdf + alias ups-denunzio-pool-bdf.Princeton.EDU + address 172.18.3.251 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dickinson-bdf + alias ups-dickinson-bdf.Princeton.EDU + address 172.18.1.116 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillioncourteast-bdf + alias ups-dillioncourteast-bdf.Princeton.EDU + address 172.18.1.245 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillioncourtwest-idf + alias ups-dillioncourtwest-idf.Princeton.EDU + address 172.18.2.5 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillongym-bdf + alias ups-dillongym-bdf.Princeton.EDU + address 172.18.1.41 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillongym-idfa30 + alias ups-dillongym-idfa30.Princeton.EDU + address 172.18.4.18 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillongym-idfc01 + alias ups-dillongym-idfc01.Princeton.EDU + address 172.18.2.192 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillongym-idfc03 + alias ups-dillongym-idfc03.Princeton.EDU + address 172.18.2.213 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dod + alias ups-dod.Princeton.EDU + address 172.18.33.155 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dodgehall-bdf + alias ups-dodgehall-bdf.Princeton.EDU + address 172.18.0.133 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dodgeosborn-bdf + alias ups-dodgeosborn-bdf.Princeton.EDU + address 172.18.33.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-eastpyne-007idf-ppn + alias ups-eastpyne-007idf-ppn.Princeton.EDU + address 172.18.193.202 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-eastpyne-idf320 + alias ups-eastpyne-idf320.Princeton.EDU + address 172.18.3.180 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-eastpyne-idf363 + alias ups-eastpyne-idf363.Princeton.EDU + address 172.18.3.68 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-edwards + alias ups-edwards.Princeton.EDU + address 172.18.32.11 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-edwards-idf001-ppn + alias ups-edwards-idf001-ppn.Princeton.EDU + address 172.18.192.213 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-edwards-idf007-ppn + alias ups-edwards-idf007-ppn.Princeton.EDU + address 172.18.192.214 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-elmdrsub-101idf-ppn + alias ups-elmdrsub-101idf-ppn.Princeton.EDU + address 172.18.193.232 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-enohall-bdf + alias ups-enohall-bdf.Princeton.EDU + address 172.18.0.56 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-elem-part-lab-bdf + alias ups-elem-part-lab-bdf.Princeton.EDU + address 172.18.1.189 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equaddwing-idfd202 + alias ups-equaddwing-idfd202.Princeton.EDU + address 172.18.3.107 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equaddwing-idfd501 + alias ups-equaddwing-idfd501.Princeton.EDU + address 172.18.3.201 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadewing-bdfe114a + alias ups-equadewing-bdfe114a.Princeton.EDU + address 172.18.3.203 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadewing-idfe104a + alias ups-equadewing-idfe104a.Princeton.EDU + address 172.18.0.122 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadewing-idfe502 + alias ups-equadewing-idfe502.Princeton.EDU + address 172.18.3.204 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadfwing-idff217c + alias ups-equadfwing-idff217c.Princeton.EDU + address 172.18.3.212 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadgwing-ga01 + alias ups-equadgwing-ga01.Princeton.EDU + address 172.18.3.215 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadjwing-bdfj119b + alias ups-equadjwing-bdfj119b.Princeton.EDU + address 172.18.3.230 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadjwing-idfj425a + alias ups-equadjwing-idfj425a.Princeton.EDU + address 172.18.3.231 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-feinberg-bdf + alias ups-feinberg-bdf.Princeton.EDU + address 172.18.32.17 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equad-j215d-idf + alias ups-equad-j215d-idf.Princeton.EDU + address 172.18.0.105 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equad-j321c-idf + alias ups-equad-j321c-idf.Princeton.EDU + address 172.18.0.106 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine1005a-idf + alias ups-fine1005a-idf.Princeton.EDU + address 172.18.0.98 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine1205a-idf + alias ups-fine1205a-idf.Princeton.EDU + address 172.18.0.144 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine216-idf + alias ups-fine216-idf.Princeton.EDU + address 172.18.0.97 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine405a-idf + alias ups-fine405a-idf.Princeton.EDU + address 172.18.0.176 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine705a-idf + alias ups-fine705a-idf.Princeton.EDU + address 172.18.0.187 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fineb2a-idf + alias ups-fineb2a-idf.Princeton.EDU + address 172.18.0.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-finehall-bdf + alias ups-finehall-bdf.Princeton.EDU + address 172.18.0.95 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-bfloorreno-idf-ppn + alias ups-firestone-bfloorreno-idf-ppn.Princeton.EDU + address 172.18.194.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-b9f-idf + alias ups-firestone-b9f-idf.Princeton.EDU + address 172.18.4.77 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c14f2-idf + alias ups-firestone-c14f2-idf.Princeton.EDU + address 172.18.3.249 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c18m2-idf + alias ups-firestone-c18m2-idf.Princeton.EDU + address 172.18.0.236 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c9f1-idf + alias ups-firestone-c9f1-idf.Princeton.EDU + address 172.18.2.145 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c-1-h + alias ups-firestone-c-1-h.Princeton.EDU + address 172.18.0.248 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c-14f-2 + alias ups-firestone-c-14f-2.Princeton.EDU + address 172.18.3.135 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-idf-b18n3 + alias ups-firestone-idf-b18n3.Princeton.EDU + address 172.18.1.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-idf-c4p1 + alias ups-firestone-idf-c4p1.Princeton.EDU + address 172.18.1.54 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestonelib-idf-1-6f-1 + alias ups-firestonelib-idf-1-6f-1.Princeton.EDU + address 172.18.0.85 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisher-bdf + alias ups-fisher-bdf.Princeton.EDU + address 172.18.0.184 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherhall-idf317a + alias ups-fisherhall-idf317a.Princeton.EDU + address 172.18.1.178 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherhall-idfb125c + alias ups-fisherhall-idfb125c.Princeton.EDU + address 172.18.1.170 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherhall-idfb215a + alias ups-fisherhall-idfb215a.Princeton.EDU + address 172.18.1.171 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherhall-idfb30b + alias ups-fisherhall-idfb30b.Princeton.EDU + address 172.18.1.163 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-214f2-idf + alias ups-firestone-214f2-idf.Princeton.EDU + address 172.18.5.21 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-2f92-idf + alias ups-firestone-2f92-idf.Princeton.EDU + address 172.18.3.60 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-314f2-idf + alias ups-firestone-314f2-idf.Princeton.EDU + address 172.18.5.75 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-3f92-idf + alias ups-firestone-3f92-idf.Princeton.EDU + address 172.18.5.23 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-a-12c-1 + alias ups-firestone-a-12c-1.Princeton.EDU + address 172.18.2.9 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherwt-idfa006a-ppn + alias ups-fisherwt-idfa006a-ppn.Princeton.EDU + address 172.18.193.63 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-annex + alias ups-forbes-annex.Princeton.EDU + address 172.18.32.143 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-bdf + alias ups-forbes-bdf.Princeton.EDU + address 172.18.32.178 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idf026-ppn + alias ups-forbes-idf026-ppn.Princeton.EDU + address 172.18.193.32 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idf360-ppn + alias ups-forbes-idf360-ppn.Princeton.EDU + address 172.18.193.34 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa166oit-ppn + alias ups-forbes-idfa166oit-ppn.Princeton.EDU + address 172.18.193.46 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa315oit-ppn + alias ups-forbes-idfa315oit-ppn.Princeton.EDU + address 172.18.193.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa325oit-ppn + alias ups-forbes-idfa325oit-ppn.Princeton.EDU + address 172.18.193.44 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa335oit-ppn + alias ups-forbes-idfa335oit-ppn.Princeton.EDU + address 172.18.193.45 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa375oit-ppn + alias ups-forbes-idfa375oit-ppn.Princeton.EDU + address 172.18.193.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfattic-ppn + alias ups-forbes-idfattic-ppn.Princeton.EDU + address 172.18.193.35 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbesmain-idf221-ppn + alias ups-forbesmain-idf221-ppn.Princeton.EDU + address 172.18.192.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-foulkehall-bdf + alias ups-foulkehall-bdf.Princeton.EDU + address 172.18.32.119 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-friend-center-bdf + alias ups-friend-center-bdf.Princeton.EDU + address 172.18.1.207 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-friend-m102-idf + alias ups-friend-m102-idf.Princeton.EDU + address 172.18.0.19 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-a14f2-idf + alias ups-firestone-a14f2-idf.Princeton.EDU + address 172.18.4.247 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-a9f1-idf + alias ups-firestone-a9f1-idf.Princeton.EDU + address 172.18.1.95 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-b14f2-idf + alias ups-firestone-b14f2-idf.Princeton.EDU + address 172.18.1.40 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-1-14f-2-idf + alias ups-firestone-1-14f-2-idf.Princeton.EDU + address 172.18.4.75 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-125c-bdf + alias ups-frist-125c-bdf.Princeton.EDU + address 172.18.0.142 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-idf-m38 + alias ups-frist-idf-m38.Princeton.EDU + address 172.18.2.42 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m22-idf + alias ups-frist-m22-idf.Princeton.EDU + address 172.18.2.32 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-gasdyn140a-idf + alias ups-gasdyn140a-idf.Princeton.EDU + address 172.18.3.108 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-gasdynamics-bdf + alias ups-gasdynamics-bdf.Princeton.EDU + address 172.18.3.198 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m24-bdf + alias ups-frist-m24-bdf.Princeton.EDU + address 172.18.0.141 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m24-bdf-1 + alias ups-frist-m24-bdf-1.Princeton.EDU + address 172.18.2.33 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m26-idf + alias ups-frist-m26-idf.Princeton.EDU + address 172.18.2.24 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m36-idf + alias ups-frist-m36-idf.Princeton.EDU + address 172.18.2.39 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-ma4-idf + alias ups-frist-ma4-idf.Princeton.EDU + address 172.18.2.18 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-gauss-bdf + alias ups-gauss-bdf.Princeton.EDU + address 172.18.33.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-gbmtrailer-bdf + alias ups-gbmtrailer-bdf.Princeton.EDU + address 172.18.1.134 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-bdf-0s10 + alias ups-green-bdf-0s10.Princeton.EDU + address 172.18.2.8 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-0n4 + alias ups-green-idf-0n4.Princeton.EDU + address 172.18.2.52 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-1e3a + alias ups-green-idf-1e3a.Princeton.EDU + address 172.18.2.55 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-1n18 + alias ups-green-idf-1n18.Princeton.EDU + address 172.18.2.56 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-2n15 + alias ups-green-idf-2n15.Princeton.EDU + address 172.18.2.59 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-2s18 + alias ups-green-idf-2s18.Princeton.EDU + address 172.18.2.62 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-3n3 + alias ups-green-idf-3n3.Princeton.EDU + address 172.18.2.66 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-3s25 + alias ups-green-idf-3s25.Princeton.EDU + address 172.18.2.65 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-bdf + alias ups-guyot-bdf.Princeton.EDU + address 172.18.0.41 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-bdf-2 + alias ups-guyot-bdf-2.Princeton.EDU + address 172.18.3.235 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idf14elr + alias ups-guyot-idf14elr.Princeton.EDU + address 172.18.2.202 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idf201 + alias ups-guyot-idf201.Princeton.EDU + address 172.18.2.205 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idf221 + alias ups-guyot-idf221.Princeton.EDU + address 172.18.2.206 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idf312 + alias ups-guyot-idf312.Princeton.EDU + address 172.18.2.207 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idfa70 + alias ups-guyot-idfa70.Princeton.EDU + address 172.18.2.203 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idfb84 + alias ups-guyot-idfb84.Princeton.EDU + address 172.18.2.201 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idfm37 + alias ups-guyot-idfm37.Princeton.EDU + address 172.18.2.204 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-haagahouse-idf + alias ups-haagahouse-idf.Princeton.EDU + address 172.18.4.238 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-hamilton-bdf + alias ups-hamilton-bdf.Princeton.EDU + address 172.18.32.100 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-helm-bdf + alias ups-helm-bdf.Princeton.EDU + address 172.18.0.189 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-helmbuilding-idf245 + alias ups-helmbuilding-idf245.Princeton.EDU + address 172.18.1.7 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-helmbuilding-idf346 + alias ups-helmbuilding-idf346.Princeton.EDU + address 172.18.2.89 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-helmbuilding-idf439 + alias ups-helmbuilding-idf439.Princeton.EDU + address 172.18.2.177 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-henry + alias ups-henry.Princeton.EDU + address 172.18.33.162 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-henry-idf208-ppn + alias ups-henry-idf208-ppn.Princeton.EDU + address 172.18.192.172 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-henry-idf212-ppn + alias ups-henry-idf212-ppn.Princeton.EDU + address 172.18.192.171 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-holder-idfb10e-ppn + alias ups-holder-idfb10e-ppn.Princeton.EDU + address 172.18.192.133 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-holderhall-bdf-b1e + alias ups-holderhall-bdf-b1e.Princeton.EDU + address 172.18.32.147 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-hoyt-bdf + alias ups-hoyt-bdf.Princeton.EDU + address 172.18.3.32 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-icahn-m10idf + alias ups-icahn-m10idf.Princeton.EDU + address 172.18.2.176 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwingym-bdf + alias ups-jadwingym-bdf.Princeton.EDU + address 172.18.0.149 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwingym-idfa-s1a + alias ups-jadwingym-idfa-s1a.Princeton.EDU + address 172.18.0.15 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwingym-m-j1 + alias ups-jadwingym-m-j1.Princeton.EDU + address 172.18.3.254 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwingym-m-j2 + alias ups-jadwingym-m-j2.Princeton.EDU + address 172.18.4.7 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-315aidf + alias ups-jadwinhall-315aidf.Princeton.EDU + address 172.18.2.168 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-332idf-1 + alias ups-jadwinhall-332idf-1.Princeton.EDU + address 172.18.2.185 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-332idf-2 + alias ups-jadwinhall-332idf-2.Princeton.EDU + address 172.18.3.10 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-468oitidf-1 + alias ups-jadwinhall-468oitidf-1.Princeton.EDU + address 172.18.3.78 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-468oitidf-2 + alias ups-jadwinhall-468oitidf-2.Princeton.EDU + address 172.18.3.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-468oitidf-3 + alias ups-jadwinhall-468oitidf-3.Princeton.EDU + address 172.18.3.246 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-a55idf-1 + alias ups-jadwinhall-a55idf-1.Princeton.EDU + address 172.18.2.86 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-a55idf-2 + alias ups-jadwinhall-a55idf-2.Princeton.EDU + address 172.18.2.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-a55idf-3 + alias ups-jadwinhall-a55idf-3.Princeton.EDU + address 172.18.2.99 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-mb1idf + alias ups-jadwinhall-mb1idf.Princeton.EDU + address 172.18.2.85 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-mb3bdf-1 + alias ups-jadwinhall-mb3bdf-1.Princeton.EDU + address 172.18.2.83 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-mb3bdf-2 + alias ups-jadwinhall-mb3bdf-2.Princeton.EDU + address 172.18.2.84 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jones-hall + alias ups-jones-hall.Princeton.EDU + address 172.18.0.86 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-josephhenry-house + alias ups-josephhenry-house.Princeton.EDU + address 172.18.1.197 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg11-idf + alias ups-lakeside-bldg11-idf.Princeton.EDU + address 172.18.32.179 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg2-idf + alias ups-lakeside-bldg2-idf.Princeton.EDU + address 172.18.32.110 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg4-bdf + alias ups-lakeside-bldg4-bdf.Princeton.EDU + address 172.18.32.109 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg6-idf + alias ups-lakeside-bldg6-idf.Princeton.EDU + address 172.18.32.111 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg9-idf + alias ups-lakeside-bldg9-idf.Princeton.EDU + address 172.18.32.151 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg13-idf + alias ups-lakeside-bldg13-idf.Princeton.EDU + address 172.18.32.180 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lawrence-apartments + alias ups-lawrence-apartments.Princeton.EDU + address 172.18.33.168 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lawrence-bldg2idf-ppn + alias ups-lawrence-bldg2idf-ppn.Princeton.EDU + address 172.18.192.80 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lawrence-bldg6-idf-ppn + alias ups-lawrence-bldg6-idf-ppn.Princeton.EDU + address 172.18.192.243 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lawrence-building-12 + alias ups-lawrence-building-12.Princeton.EDU + address 172.18.33.169 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lca-bdf + alias ups-lca-bdf.Princeton.EDU + address 172.18.3.206 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lca-idf1 + alias ups-lca-idf1.Princeton.EDU + address 172.18.3.209 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lca-idf2 + alias ups-lca-idf2.Princeton.EDU + address 172.18.3.207 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lca-idf3 + alias ups-lca-idf3.Princeton.EDU + address 172.18.3.208 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewis-thomas-lab-bdf + alias ups-lewis-thomas-lab-bdf.Princeton.EDU + address 172.18.0.126 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm102 + alias ups-lewislib-idfm102.Princeton.EDU + address 172.18.2.219 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm104 + alias ups-lewislib-idfm104.Princeton.EDU + address 172.18.2.220 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm106 + alias ups-lewislib-idfm106.Princeton.EDU + address 172.18.2.221 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm202 + alias ups-lewislib-idfm202.Princeton.EDU + address 172.18.2.224 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm204 + alias ups-lewislib-idfm204.Princeton.EDU + address 172.18.2.225 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm205 + alias ups-lewislib-idfm205.Princeton.EDU + address 172.18.3.252 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm302 + alias ups-lewislib-idfm302.Princeton.EDU + address 172.18.2.227 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm303 + alias ups-lewislib-idfm303.Princeton.EDU + address 172.18.2.228 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lauritzen-idfmezz-ppn + alias ups-lauritzen-idfmezz-ppn.Princeton.EDU + address 172.18.193.64 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislibrary-bdf + alias ups-lewislibrary-bdf.Princeton.EDU + address 172.18.0.199 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-little-bdf + alias ups-little-bdf.Princeton.EDU + address 172.18.32.34 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-little-idfa11-ppn + alias ups-little-idfa11-ppn.Princeton.EDU + address 172.18.192.209 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lockhart-bdf + alias ups-lockhart-bdf.Princeton.EDU + address 172.18.32.123 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lowriehouse-bdf + alias ups-lowriehouse-bdf.Princeton.EDU + address 172.18.0.128 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-maclean-bdf + alias ups-maclean-bdf.Princeton.EDU + address 172.18.0.247 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macm-annex + alias ups-macm-annex.Princeton.EDU + address 172.18.0.124 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macmb09-idf + alias ups-macmb09-idf.Princeton.EDU + address 172.18.4.74 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macncheese + alias ups-macncheese.Princeton.EDU + address 172.18.0.243 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-madison-bdf + alias ups-madison-bdf.Princeton.EDU + address 172.18.0.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macmb12-idf + alias ups-macmb12-idf.Princeton.EDU + address 172.18.0.79 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macmb29-paint-idf + alias ups-macmb29-paint-idf.Princeton.EDU + address 172.18.0.203 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macmillan-bdf + alias ups-macmillan-bdf.Princeton.EDU + address 172.18.1.4 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-madisonhall-111oitidf-ppn + alias ups-madisonhall-111oitidf-ppn.Princeton.EDU + address 172.18.193.254 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-marxhall-bdf + alias ups-marxhall-bdf.Princeton.EDU + address 172.18.1.187 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-marxhall-idf011 + alias ups-marxhall-idf011.Princeton.EDU + address 172.18.2.215 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-marxhall-idfa02 + alias ups-marxhall-idfa02.Princeton.EDU + address 172.18.2.214 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccarter-idf010b-ppn + alias ups-mccarter-idf010b-ppn.Princeton.EDU + address 172.18.192.111 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshinf-112idf-ppn + alias ups-mccoshinf-112idf-ppn.Princeton.EDU + address 172.18.194.81 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshinf-307aidf-ppn + alias ups-mccoshinf-307aidf-ppn.Princeton.EDU + address 172.18.194.82 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshinf-bdf + alias ups-mccoshinf-bdf.Princeton.EDU + address 172.18.1.26 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshinf-idf212 + alias ups-mccoshinf-idf212.Princeton.EDU + address 172.18.1.27 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormick + alias ups-mccormick.Princeton.EDU + address 172.18.1.44 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormick-137a-idf + alias ups-mccormick-137a-idf.Princeton.EDU + address 172.18.2.246 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormickhall-bdfma2 + alias ups-mccormickhall-bdfma2.Princeton.EDU + address 172.18.2.68 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormickhall-idf317 + alias ups-mccormickhall-idf317.Princeton.EDU + address 172.18.2.88 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormickhall-idfm21 + alias ups-mccormickhall-idfm21.Princeton.EDU + address 172.18.2.87 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormickhall-idfmb2 + alias ups-mccormickhall-idfmb2.Princeton.EDU + address 172.18.2.79 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshhall-bdfb57 + alias ups-mccoshhall-bdfb57.Princeton.EDU + address 172.18.2.191 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshhall-idf-b20 + alias ups-mccoshhall-idf-b20.Princeton.EDU + address 172.18.2.187 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshhall-idf10 + alias ups-mccoshhall-idf10.Princeton.EDU + address 172.18.2.189 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshhall-idfb36 + alias ups-mccoshhall-idfb36.Princeton.EDU + address 172.18.2.188 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccrmck-idfm21-ppn + alias ups-mccrmck-idfm21-ppn.Princeton.EDU + address 172.18.192.18 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mcdonnell-m22idf + alias ups-mcdonnell-m22idf.Princeton.EDU + address 172.18.4.17 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mcdonnell-mb2bbdf + alias ups-mcdonnell-mb2bbdf.Princeton.EDU + address 172.18.4.15 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-moffett-idf110cor + alias ups-moffett-idf110cor.Princeton.EDU + address 172.18.2.196 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-moffett-idf225cor + alias ups-moffett-idf225cor.Princeton.EDU + address 172.18.2.197 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-moffett-idf325cor + alias ups-moffett-idf325cor.Princeton.EDU + address 172.18.2.198 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-moffett-idf425cor + alias ups-moffett-idf425cor.Princeton.EDU + address 172.18.2.199 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-morrison-hall-bdf + alias ups-morrison-hall-bdf.Princeton.EDU + address 172.18.0.129 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-morrison-hall-idf215a + alias ups-morrison-hall-idf215a.Princeton.EDU + address 172.18.0.130 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-morrison-hall-idf307a + alias ups-morrison-hall-idf307a.Princeton.EDU + address 172.18.0.131 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-morrison-hall-idfattic + alias ups-morrison-hall-idfattic.Princeton.EDU + address 172.18.0.139 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mudd + alias ups-mudd.Princeton.EDU + address 172.18.1.217 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-murray-bdf + alias ups-murray-bdf.Princeton.EDU + address 172.18.1.56 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-nassau-bdf + alias ups-nassau-bdf.Princeton.EDU + address 172.18.0.230 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-bdf + alias ups-neuro-bdf.Princeton.EDU + address 172.18.4.194 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-nassau-hall + alias ups-nassau-hall.Princeton.EDU + address 172.18.1.49 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-c37oit-idf + alias ups-neuro-c37oit-idf.Princeton.EDU + address 172.18.4.213 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-101idf + alias ups-newchemistry-101idf.Princeton.EDU + address 172.18.2.23 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-102idf + alias ups-newchemistry-102idf.Princeton.EDU + address 172.18.2.20 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-201idf + alias ups-newchemistry-201idf.Princeton.EDU + address 172.18.1.248 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-202idf + alias ups-newchemistry-202idf.Princeton.EDU + address 172.18.1.192 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-301idf + alias ups-newchemistry-301idf.Princeton.EDU + address 172.18.1.191 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-302idf + alias ups-newchemistry-302idf.Princeton.EDU + address 172.18.1.190 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-a01idf + alias ups-newchemistry-a01idf.Princeton.EDU + address 172.18.2.19 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-a02idf + alias ups-newchemistry-a02idf.Princeton.EDU + address 172.18.2.21 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-b02idf + alias ups-newchemistry-b02idf.Princeton.EDU + address 172.18.1.232 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-a30oit-idf + alias ups-neuro-a30oit-idf.Princeton.EDU + address 172.18.4.210 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-a62oit-idf + alias ups-neuro-a62oit-idf.Princeton.EDU + address 172.18.4.217 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-130oit-idf + alias ups-neuro-130oit-idf.Princeton.EDU + address 172.18.4.221 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-162oit-idf + alias ups-neuro-162oit-idf.Princeton.EDU + address 172.18.4.224 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-230oit-idf + alias ups-neuro-230oit-idf.Princeton.EDU + address 172.18.4.199 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-262oit-idf + alias ups-neuro-262oit-idf.Princeton.EDU + address 172.18.4.198 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-340mec-idf-ppn + alias ups-neuro-340mec-idf-ppn.Princeton.EDU + address 172.18.192.26 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-425oit-idf + alias ups-neuro-425oit-idf.Princeton.EDU + address 172.18.3.13 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-425oit-idf-2 + alias ups-neuro-425oit-idf-2.Princeton.EDU + address 172.18.1.31 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-bdf + alias ups-newchemistry-bdf.Princeton.EDU + address 172.18.1.144 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-bdf-2 + alias ups-newchemistry-bdf-2.Princeton.EDU + address 172.18.2.25 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-bdf + alias ups-newgrad-bdf.Princeton.EDU + address 172.18.32.149 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm002idf-ppn + alias ups-newgrad-rm002idf-ppn.Princeton.EDU + address 172.18.192.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm010aidf-ppn + alias ups-newgrad-rm010aidf-ppn.Princeton.EDU + address 172.18.192.95 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm020idf-ppn + alias ups-newgrad-rm020idf-ppn.Princeton.EDU + address 172.18.192.94 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm024aidf-ppn + alias ups-newgrad-rm024aidf-ppn.Princeton.EDU + address 172.18.192.93 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm040idf-ppn + alias ups-newgrad-rm040idf-ppn.Princeton.EDU + address 172.18.192.92 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-200a-idf + alias ups-newsouth-200a-idf.Princeton.EDU + address 172.18.4.157 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-400a-idf + alias ups-newsouth-400a-idf.Princeton.EDU + address 172.18.5.3 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-600a-idf + alias ups-newsouth-600a-idf.Princeton.EDU + address 172.18.5.4 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-728-idf + alias ups-newsouth-728-idf.Princeton.EDU + address 172.18.5.66 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-afl-bdf + alias ups-newsouth-afl-bdf.Princeton.EDU + address 172.18.0.119 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-gatecontrol + alias ups-newsouth-gatecontrol.Princeton.EDU + address 172.18.192.76 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-idf-5fl + alias ups-newsouth-idf-5fl.Princeton.EDU + address 172.18.0.216 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-idf300a + alias ups-newsouth-idf300a.Princeton.EDU + address 172.18.2.195 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-northgarage-bdf + alias ups-northgarage-bdf.Princeton.EDU + address 172.18.2.162 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ogadc + alias ups-ogadc.Princeton.EDU + address 172.18.4.89 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-oldgrad-b16d-idf + alias ups-oldgrad-b16d-idf.Princeton.EDU + address 172.18.32.125 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-oldgrad-bdf + alias ups-oldgrad-bdf.Princeton.EDU + address 172.18.32.36 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf120b-ppn + alias ups-scully-idf120b-ppn.Princeton.EDU + address 172.18.193.95 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf138a-ppn + alias ups-scully-idf138a-ppn.Princeton.EDU + address 172.18.193.94 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf220a-ppn + alias ups-scully-idf220a-ppn.Princeton.EDU + address 172.18.193.97 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf238a-ppn + alias ups-scully-idf238a-ppn.Princeton.EDU + address 172.18.193.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf246-ppn + alias ups-scully-idf246-ppn.Princeton.EDU + address 172.18.193.91 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf255a-ppn + alias ups-scully-idf255a-ppn.Princeton.EDU + address 172.18.193.90 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf318a-ppn + alias ups-scully-idf318a-ppn.Princeton.EDU + address 172.18.193.99 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf338a-ppn + alias ups-scully-idf338a-ppn.Princeton.EDU + address 172.18.193.98 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf346-ppn + alias ups-scully-idf346-ppn.Princeton.EDU + address 172.18.193.93 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf355a-ppn + alias ups-scully-idf355a-ppn.Princeton.EDU + address 172.18.193.92 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-shearowingcenter-idf132 + alias ups-shearowingcenter-idf132.Princeton.EDU + address 172.18.0.181 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-shearowingctr-bdf.princeton.edu + alias ups-shearowingctr-bdf.princeton.edu.Princeton.EDU + address 172.18.2.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-sherrerd-316oitidf-ppn + alias ups-sherrerd-316oitidf-ppn.Princeton.EDU + address 172.18.194.6 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-sherrerd-bdf + alias ups-sherrerd-bdf.Princeton.EDU + address 172.18.0.63 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-sherrerd-218oitidf-ppn + alias ups-sherrerd-218oitidf-ppn.Princeton.EDU + address 172.18.194.7 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslabs-143idf-ppn + alias ups-thomaslabs-143idf-ppn.Princeton.EDU + address 172.18.193.231 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-tigerinnclub-bdf + alias ups-tigerinnclub-bdf.Princeton.EDU + address 172.18.32.154 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-towerclub-bdf + alias ups-towerclub-bdf.Princeton.EDU + address 172.18.32.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-vonneumann-bdfh002 + alias ups-vonneumann-bdfh002.Princeton.EDU + address 172.18.3.214 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-vonneumann-h115 + alias ups-vonneumann-h115.Princeton.EDU + address 172.18.3.218 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-vonneumann-h200a + alias ups-vonneumann-h200a.Princeton.EDU + address 172.18.3.216 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-patton-idfa06b-ppn + alias ups-patton-idfa06b-ppn.Princeton.EDU + address 172.18.193.113 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-peyton-bdf + alias ups-peyton-bdf.Princeton.EDU + address 172.18.0.167 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-patton-idf309a-ppn + alias ups-patton-idf309a-ppn.Princeton.EDU + address 172.18.193.114 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-116prospect-bdf + alias ups-ppn-116prospect-bdf.Princeton.EDU + address 172.18.192.40 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-1915-a14idf + alias ups-ppn-1915-a14idf.Princeton.EDU + address 172.18.192.38 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-1967-018oit-idf + alias ups-ppn-1967-018oit-idf.Princeton.EDU + address 172.18.192.135 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-auxiliarylibrary-bdf + alias ups-ppn-auxiliarylibrary-bdf.Princeton.EDU + address 172.18.192.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mathey-idfa16a + alias ups-mathey-idfa16a.Princeton.EDU + address 172.18.2.149 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccarter-bdf-040a + alias ups-mccarter-bdf-040a.Princeton.EDU + address 172.18.0.101 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-palmerhouse-ppn + alias ups-palmerhouse-ppn.Princeton.EDU + address 172.18.194.102 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-particlelab-east + alias ups-particlelab-east.Princeton.EDU + address 172.18.2.67 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-patton-bdf + alias ups-patton-bdf.Princeton.EDU + address 172.18.32.37 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-wymanhouse-bdf + alias ups-ppn-wymanhouse-bdf.Princeton.EDU + address 172.18.192.109 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-yoseloff-006oit-idf + alias ups-ppn-yoseloff-006oit-idf.Princeton.EDU + address 172.18.192.124 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-bdf + alias ups-princetonstadium-bdf.Princeton.EDU + address 172.18.4.3 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-idf1 + alias ups-princetonstadium-idf1.Princeton.EDU + address 172.18.4.4 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-idf2 + alias ups-princetonstadium-idf2.Princeton.EDU + address 172.18.4.6 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-idf3 + alias ups-princetonstadium-idf3.Princeton.EDU + address 172.18.4.8 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-idf4 + alias ups-princetonstadium-idf4.Princeton.EDU + address 172.18.4.12 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-printingservices-bdf + alias ups-printingservices-bdf.Princeton.EDU + address 172.18.1.30 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-prospecthouse + alias ups-prospecthouse.Princeton.EDU + address 172.18.1.213 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-pu-press-idf157 + alias ups-pu-press-idf157.Princeton.EDU + address 172.18.2.135 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-pupress-bdf + alias ups-pupress-bdf.Princeton.EDU + address 172.18.3.0 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-pyne-bdf + alias ups-pyne-bdf.Princeton.EDU + address 172.18.32.105 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-pyne-idf708-ppn + alias ups-pyne-idf708-ppn.Princeton.EDU + address 172.18.192.165 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-quadrangleclub-bdf + alias ups-quadrangleclub-bdf.Princeton.EDU + address 172.18.32.157 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-20washington-a35-bdf + alias ups-radio-20washington-a35-bdf.Princeton.EDU + address 172.18.0.228 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-20washington-a69-idf + alias ups-radio-20washington-a69-idf.Princeton.EDU + address 172.18.0.244 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-andlinger-bdf + alias ups-radio-andlinger-bdf.Princeton.EDU + address 172.18.0.12 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-andlinger-idf2 + alias ups-radio-andlinger-idf2.Princeton.EDU + address 172.18.0.145 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-andlinger-idf3 + alias ups-radio-andlinger-idf3.Princeton.EDU + address 172.18.0.146 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-recap-031-idf + alias ups-recap-031-idf.Princeton.EDU + address 172.18.3.110 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-recap-bdf + alias ups-recap-bdf.Princeton.EDU + address 172.18.1.240 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-roberts-stadium-bdf + alias ups-roberts-stadium-bdf.Princeton.EDU + address 172.18.4.53 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-recap-800cor-idf-ppn + alias ups-recap-800cor-idf-ppn.Princeton.EDU + address 172.18.193.128 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-robertsonhall-007-bdf + alias ups-robertsonhall-007-bdf.Princeton.EDU + address 172.18.3.1 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-robertsonhall-024a-idf + alias ups-robertsonhall-024a-idf.Princeton.EDU + address 172.18.2.247 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-robertsstadium-idf121elr + alias ups-robertsstadium-idf121elr.Princeton.EDU + address 172.18.4.1 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-sayrehall-bdf + alias ups-sayrehall-bdf.Princeton.EDU + address 172.18.0.157 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scheidecaldwell-bdf1 + alias ups-scheidecaldwell-bdf1.Princeton.EDU + address 172.18.1.55 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully + alias ups-scully.Princeton.EDU + address 172.18.32.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-161idf-ppn + alias ups-scully-161idf-ppn.Princeton.EDU + address 172.18.192.37 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-bdf + alias ups-spelman-bdf.Princeton.EDU + address 172.18.32.108 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfa32b-ppn + alias ups-spelman-idfa32b-ppn.Princeton.EDU + address 172.18.192.56 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg1-ppn + alias ups-spelman-idfbldg1-ppn.Princeton.EDU + address 172.18.192.36 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg2-ppn + alias ups-spelman-idfbldg2-ppn.Princeton.EDU + address 172.18.192.247 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg4-ppn + alias ups-spelman-idfbldg4-ppn.Princeton.EDU + address 172.18.193.1 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg6-ppn + alias ups-spelman-idfbldg6-ppn.Princeton.EDU + address 172.18.193.3 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg7-ppn + alias ups-spelman-idfbldg7-ppn.Princeton.EDU + address 172.18.193.4 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg8-ppn + alias ups-spelman-idfbldg8-ppn.Princeton.EDU + address 172.18.193.5 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-stadium-022a-idf-ppn + alias ups-stadium-022a-idf-ppn.Princeton.EDU + address 172.18.192.74 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-stanhope-bdf + alias ups-stanhope-bdf.Princeton.EDU + address 172.18.3.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-terraceclub-bdf + alias ups-terraceclub-bdf.Princeton.EDU + address 172.18.32.153 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf106 + alias ups-thomaslab-idf106.Princeton.EDU + address 172.18.1.79 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf143 + alias ups-thomaslab-idf143.Princeton.EDU + address 172.18.1.87 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf206 + alias ups-thomaslab-idf206.Princeton.EDU + address 172.18.1.88 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf250 + alias ups-thomaslab-idf250.Princeton.EDU + address 172.18.1.89 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf306 + alias ups-thomaslab-idf306.Princeton.EDU + address 172.18.1.90 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf350 + alias ups-thomaslab-idf350.Princeton.EDU + address 172.18.1.93 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-walker-bdf + alias ups-walker-bdf.Princeton.EDU + address 172.18.32.173 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wallace-bdf + alias ups-wallace-bdf.Princeton.EDU + address 172.18.0.188 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wallace-idf100j + alias ups-wallace-idf100j.Princeton.EDU + address 172.18.3.46 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wallace-idf225b + alias ups-wallace-idf225b.Princeton.EDU + address 172.18.3.50 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wallace-idf321a + alias ups-wallace-idf321a.Princeton.EDU + address 172.18.1.20 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-walker-idf306-ppn + alias ups-walker-idf306-ppn.Princeton.EDU + address 172.18.192.147 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wendellb-idfmezz-ppn + alias ups-wendellb-idfmezz-ppn.Princeton.EDU + address 172.18.193.60 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wendellc-idfattic-ppn + alias ups-wendellc-idfattic-ppn.Princeton.EDU + address 172.18.193.61 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-westgarage-bdf + alias ups-westgarage-bdf.Princeton.EDU + address 172.18.2.170 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-westwindsorsubstation-bdf + alias ups-westwindsorsubstation-bdf.Princeton.EDU + address 172.18.4.14 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-westwindsorsubstation-bdf2 + alias ups-westwindsorsubstation-bdf2.Princeton.EDU + address 172.18.1.185 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-whig + alias ups-whig.Princeton.EDU + address 172.18.1.151 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-whitman-bdf + alias ups-whitman-bdf.Princeton.EDU + address 172.18.32.14 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wilcox-201idf-ppn + alias ups-wilcox-201idf-ppn.Princeton.EDU + address 172.18.193.51 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wilcoxhall-bdf005 + alias ups-wilcoxhall-bdf005.Princeton.EDU + address 172.18.2.244 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-witherspoon + alias ups-witherspoon.Princeton.EDU + address 172.18.32.141 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-woolworth-206-idf + alias ups-woolworth-206-idf.Princeton.EDU + address 172.18.2.51 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-woolworth-bdf + alias ups-woolworth-bdf.Princeton.EDU + address 172.18.2.1 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ww-maint-yard-bdf + alias ups-ww-maint-yard-bdf.Princeton.EDU + address 172.18.4.237 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-infranet5 + alias gate-voipgate-infranet5.Princeton.EDU + address 172.18.128.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-linknet13 + alias gate-voipgate-linknet13.Princeton.EDU + address 128.112.12.54 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-plinknet3 + alias gate-voipgate-plinknet3.Princeton.EDU + address 192.168.9.13 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voip-servernet + alias gate-voipgate-voip-servernet.Princeton.EDU + address 172.19.64.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voip-servernet2 + alias gate-voipgate-voip-servernet2.Princeton.EDU + address 172.19.69.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet1 + alias gate-voipgate-voipnet1.Princeton.EDU + address 10.2.0.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet2 + alias gate-voipgate-voipnet2.Princeton.EDU + address 10.2.4.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet3 + alias gate-voipgate-voipnet3.Princeton.EDU + address 10.2.5.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet4 + alias gate-voipgate-voipnet4.Princeton.EDU + address 10.2.6.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet5 + alias gate-voipgate-voipnet5.Princeton.EDU + address 10.2.8.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet6 + alias gate-voipgate-voipnet6.Princeton.EDU + address 10.2.10.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet7 + alias gate-voipgate-voipnet7.Princeton.EDU + address 10.2.9.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet8 + alias gate-voipgate-voipnet8.Princeton.EDU + address 10.2.12.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet9 + alias gate-voipgate-voipnet9.Princeton.EDU + address 10.2.13.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet10 + alias gate-voipgate-voipnet10.Princeton.EDU + address 10.2.14.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet11 + alias gate-voipgate-voipnet11.Princeton.EDU + address 10.2.8.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet12 + alias gate-voipgate-voipnet12.Princeton.EDU + address 10.2.8.97 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet13 + alias gate-voipgate-voipnet13.Princeton.EDU + address 10.2.16.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet14 + alias gate-voipgate-voipnet14.Princeton.EDU + address 10.2.16.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet15 + alias gate-voipgate-voipnet15.Princeton.EDU + address 10.2.16.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet16 + alias gate-voipgate-voipnet16.Princeton.EDU + address 10.2.17.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet17 + alias gate-voipgate-voipnet17.Princeton.EDU + address 10.2.17.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet18 + alias gate-voipgate-voipnet18.Princeton.EDU + address 10.2.18.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet19 + alias gate-voipgate-voipnet19.Princeton.EDU + address 10.2.18.33 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet20 + alias gate-voipgate-voipnet20.Princeton.EDU + address 10.2.18.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet21 + alias gate-voipgate-voipnet21.Princeton.EDU + address 10.2.18.97 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet22 + alias gate-voipgate-voipnet22.Princeton.EDU + address 10.2.18.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet23 + alias gate-voipgate-voipnet23.Princeton.EDU + address 10.2.18.161 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet24 + alias gate-voipgate-voipnet24.Princeton.EDU + address 10.2.18.193 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet25 + alias gate-voipgate-voipnet25.Princeton.EDU + address 10.2.18.225 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet26 + alias gate-voipgate-voipnet26.Princeton.EDU + address 10.2.19.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet27 + alias gate-voipgate-voipnet27.Princeton.EDU + address 10.2.19.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet28 + alias gate-voipgate-voipnet28.Princeton.EDU + address 10.2.19.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet29 + alias gate-voipgate-voipnet29.Princeton.EDU + address 10.2.19.193 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet30 + alias gate-voipgate-voipnet30.Princeton.EDU + address 10.2.20.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet31 + alias gate-voipgate-voipnet31.Princeton.EDU + address 10.2.20.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet32 + alias gate-voipgate-voipnet32.Princeton.EDU + address 10.2.20.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet33 + alias gate-voipgate-voipnet33.Princeton.EDU + address 10.2.20.193 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet34 + alias gate-voipgate-voipnet34.Princeton.EDU + address 10.2.21.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet35 + alias gate-voipgate-voipnet35.Princeton.EDU + address 10.2.21.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet36 + alias gate-voipgate-voipnet36.Princeton.EDU + address 10.2.22.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet37 + alias gate-voipgate-voipnet37.Princeton.EDU + address 10.2.22.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet38 + alias gate-voipgate-voipnet38.Princeton.EDU + address 10.2.23.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet39 + alias gate-voipgate-voipnet39.Princeton.EDU + address 10.2.23.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet40 + alias gate-voipgate-voipnet40.Princeton.EDU + address 10.2.24.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet41 + alias gate-voipgate-voipnet41.Princeton.EDU + address 10.2.24.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet42 + alias gate-voipgate-voipnet42.Princeton.EDU + address 10.2.25.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet43 + alias gate-voipgate-voipnet43.Princeton.EDU + address 10.2.26.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet44 + alias gate-voipgate-voipnet44.Princeton.EDU + address 10.2.27.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet45 + alias gate-voipgate-voipnet45.Princeton.EDU + address 10.2.28.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet46 + alias gate-voipgate-voipnet46.Princeton.EDU + address 10.2.29.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet47 + alias gate-voipgate-voipnet47.Princeton.EDU + address 10.2.30.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet48 + alias gate-voipgate-voipnet48.Princeton.EDU + address 10.2.31.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet49 + alias gate-voipgate-voipnet49.Princeton.EDU + address 10.2.32.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet50 + alias gate-voipgate-voipnet50.Princeton.EDU + address 10.2.34.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet51 + alias gate-voipgate-voipnet51.Princeton.EDU + address 10.2.36.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet52 + alias gate-voipgate-voipnet52.Princeton.EDU + address 10.2.38.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet53 + alias gate-voipgate-voipnet53.Princeton.EDU + address 10.2.40.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet54 + alias gate-voipgate-voipnet54.Princeton.EDU + address 10.2.42.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet55 + alias gate-voipgate-voipnet55.Princeton.EDU + address 10.2.44.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet56 + alias gate-voipgate-voipnet56.Princeton.EDU + address 10.2.46.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet57 + alias gate-voipgate-voipnet57.Princeton.EDU + address 10.2.48.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet58 + alias gate-voipgate-voipnet58.Princeton.EDU + address 10.2.52.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet59 + alias gate-voipgate-voipnet59.Princeton.EDU + address 10.2.56.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet60 + alias gate-voipgate-voipnet60.Princeton.EDU + address 10.2.60.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name voipgate2 + alias voipgate2.Princeton.EDU + address 172.18.128.11 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name voipgate3 + alias voipgate3.Princeton.EDU + address 172.18.128.13 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name Arizona_Cluster + alias Arizona Cluster VIP + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name csg_host + alias faux webcheck csg host + address 140.180.223.42 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name email-end2end + alias End-to-end email testing + address 127.0.0.1 + use generic-host + notifications_enabled 0 + contacts nobody +} + +define host { + host_name epoxy + alias epoxy.Princeton.EDU + address 140.180.222.35 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + check_command check_ssh + check_interval 10 + notification_interval 30 + retry_interval 5 + contact_groups null + contacts ESS Page + _contacts unix@princeton.edu + use UNIX Production +} + +define host { + host_name Kaltura Live + alias kaltura live virtual host + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody + #contacts Dwight D. Bashore, CSG OnCall +} + +define host { + host_name tsm + alias tsm session counter + address 127.0.0.1 + use generic-host + contacts nobody +} + +define host { + host_name Webcheck_Firefox + alias Pseudo host for Firefox webchecks + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name Webcheck_host + alias Webcheck_host.princeton.edu + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name Webhead_Cluster + alias Webhead Cluster VIP + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name www_roxen + alias faux host for Roxen pages + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name autumn-dev + alias autumn-dev.Princeton.EDU + display_name F5 VIP to autom100l and autom101l + address 10.6.58.46 + use generic-host + check_interval 0 + contacts Networking +} + +define host { + host_name autumn + alias autumn.Princeton.EDU + display_name F5 VIP to autom200l and autom201l + address 10.6.58.20 + use generic-host + check_interval 0 + contact_groups Networking Pager +} + +define host { + host_name roxdb01 + alias roxdb01.Princeton.EDU + address 10.6.52.14 + use UNIX Production 151 Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb01qa + alias roxdb01qa.Princeton.EDU + address 10.6.52.71 + use UNIX Dev/QA Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb02 + alias roxdb02.Princeton.EDU + address 10.6.52.72 + use UNIX Production NS Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb02qa + alias roxdb02qa.Princeton.EDU + address 10.6.52.73 + use UNIX Dev/QA Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name alumni-ldap + alias alumni-ldap.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni-ldap1 + alias alumni-ldap1.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni-ldap2 + alias alumni-ldap2.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni05 + alias alumni05.Princeton.EDU + address 10.6.63.109 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni06 + alias alumni06.Princeton.EDU + address 10.6.63.110 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name dsml + alias dsml.Princeton.EDU + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name fed + alias fed.Princeton.EDU + address 140.180.222.18 + use generic-host + # address 3.220.234.24,3.211.185.100 + # use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name fedqa + alias fedqa.Princeton.EDU + address 3.220.168.135,3.220.168.44 + use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name idp + alias idp.Princeton.EDU + address 140.180.222.55 + use generic-host + # address 18.235.250.95,54.159.202.168 + # use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name idpqa + alias idpqa.Princeton.EDU + address 100.24.220.125,18.215.32.83 + use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name webservices + alias webservices.Princeton.EDU + address 140.180.222.61 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap + alias ldap.Princeton.EDU + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name dumper05 + alias dumper05.Princeton.EDU + address 10.6.63.108 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name dumper06 + alias dumper06.Princeton.EDU + address 10.6.63.111 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapprime + alias ldapprime.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapproxyqa + alias ldapproxyqa.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapremote + alias ldapremote.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap05 + alias ldap05.Princeton.edu + address 10.6.63.112 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap06 + alias ldap06.Princeton.edu + address 10.6.63.113 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapupdate + alias ldapupdate.Princeton.EDU + address 140.180.222.45 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name newdumper + alias newdumper.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name ovdprod + alias ovdprod.Princeton.EDU + address 140.180.222.103 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name qaovd + alias qaovd.Princeton.EDU + address 10.6.58.25 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name PUAccess + alias puaccess.Princeton.EDU + address 140.180.222.101 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name PUAccessQA + alias puaccessqa.Princeton.EDU + address 10.6.58.12 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name tools + alias tools.Princeton.EDU + address 140.180.222.56 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name sp + alias sp.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + +define host { + host_name sp2010prod + alias sp2010prod.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + +define host { + host_name sp2016 + alias sp2016.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + +define host { + host_name EP-Poe-Field-9019-Phone + alias Mini-Tower 1 (EP-Poe-Field-9019-Phone) + address 10.2.48.201 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location Poe Field + _Phone 077-9019 + contacts EBT + use generic-host +} + +define host { + host_name EP-Princeton-Station-9076-Phone + alias Mini-Tower 2 (EP-Princeton-Station-9076-Phone) + address 10.2.48.202 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location WAWA Parking Lot (EP Princeton Station) + _Phone 077-9076 + contacts EBT + use generic-host +} + +define host { + host_name EP-Lakeside-1232-Phone + alias Mini-Tower 3 (EP-Lakeside-1232-Phone) + address 10.2.22.39 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location Lakeside + _Phone 077-1232 + contacts EBT + use generic-host +} + +define host { + host_name test-border-router-hpcrc-science-dmz-net + alias test-border-router-hpcrc-science-dmz-net.Princeton.EDU + address 128.112.229.1 + hostgroups test-border-router, Rover hosts + use Rover device +} + +define host { + host_name ups-100overlookcenter-bdf-c401 + alias ups-100overlookcenter-bdf-c401.Princeton.EDU + address 172.18.1.63 + hostgroups test-border-router, Rover hosts + use Rover device +} + +define host { + host_name test-border-hpcrc-router-plinknet36 + alias test-border-hpcrc-router-plinknet36.Princeton.EDU + address 192.168.9.158 + hostgroups test-border-router, Rover hosts + use Rover device +} + +define host { + host_name nwn-cisco-uc-vpn-server-plinknet32 + alias nwn-cisco-uc-vpn-server-plinknet32.Princeton.EDU + address 192.168.9.134 + hostgroups VPN Tunnel Endpoints, Rover hosts + use Rover device +} + +define host { + name generic-host + process_perf_data 1 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 5 + check_interval 10 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options d,r + # contact_groups pu_default + register 0 +} + +define host { + name Out of band interface + use generic-host + check_interval 60 + max_check_attempts 12 + retry_interval 30 + process_perf_data 0 + register 0 + contacts dummy +} + +define host { + name template-ping + use generic-host + max_check_attempts 3 + notification_interval 60 + contact_groups nagiosadmin + register 0 +} + +define host { + name Router/Switch/Load Balancer + process_perf_data 1 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 0 + check_command check-host-alive + max_check_attempts 3 + check_interval 10 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 60 + notification_period 24x7 + notification_options d,r + icon_image router.png + icon_image_alt Router, Switch, Firewall, or a Load Balancer + vrml_image router.jpg + statusmap_image router.gd2 + contacts nobody + register 0 +} + +define host { + name UNIX Production + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 3 + check_interval 4 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 7 + notification_period 24x7 + notification_options d,r,s + icon_image redhat.jpg + icon_image_alt Oracle Enterprise Linux + vrml_image redhat.jpg + statusmap_image redhat.gd2 + notes Linux Server + contacts dummy + register 0 +} + +define host { + name Solaris Production + use UNIX Production + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris Server + register 0 +} + +define host { + name UNIX Production Untrust + use UNIX Production + parents Monitor Untrust +} + +define host { + name UNIX Production PrivateDMZ + use UNIX Production + parents Monitor PrivateDMZ +} + +define host { + name UNIX Production PublicDMZ + use UNIX Production + parents Monitor PublicDMZ +} + +define host { + name UNIX Production Trust + use UNIX Production + parents Monitor Trust +} + +define host { + name UNIX Production EISFW + use UNIX Production + parents Monitor Eisfw F5 +} + +define host { + name UNIX Dev/QA + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 3 + check_interval 2 + retry_interval 2 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 360 + notification_period 7x4 + notification_options d,r,s + icon_image redhat.jpg + icon_image_alt Oracle Enterprise Linux + vrml_image redhat.jpg + statusmap_image redhat.gd2 + notes Linux Server + contacts dummy + register 0 +} + +define host { + name Solaris Dev/QA + use UNIX Dev/QA + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris Server + register 0 +} + +define host { + name UNIX Dev/QA Untrust + use UNIX Dev/QA + parents Monitor Untrust +} + +define host { + name UNIX Dev/QA PrivateDMZ + use UNIX Dev/QA + parents Monitor PrivateDMZ +} + +define host { + name UNIX Dev/QA PublicDMZ + use UNIX Dev/QA + parents Monitor PublicDMZ +} + +define host { + name UNIX Dev/QA Trust + use UNIX Dev/QA + parents Monitor Trust +} + +define host { + name UNIX Dev/QA EISFW + use UNIX Dev/QA + parents Monitor Eisfw F5 +} + +define host { + name Windows Production + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 4 + check_interval 4 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 7 + notification_period 24x7 + notification_options d,r,s + icon_image win40.png + icon_image_alt Windows + vrml_image win40.png + statusmap_image win40.gd2 + notes Windows Server + contacts dummy + register 0 +} + +define host { + name Windows Production Untrust + use Windows Production + parents Monitor Untrust +} + +define host { + name Windows Production Restricted + use Windows Production + parents Monitor Untrust +} + +define host { + name Windows Production PublicDMZ + use Windows Production + parents Monitor PublicDMZ +} + +define host { + name Windows Production PrivateDMZ + use Windows Production + parents Monitor PrivateDMZ +} + +define host { + name Windows Production Trust + use Windows Production + parents Monitor Trust +} + +define host { + name Windows Production EISFW + use Windows Production + parents Monitor Eisfw F5 +} + +define host { + name Windows Dev/QA + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 4 + check_interval 3 + retry_interval 2 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 1440 + notification_period 7x4 + notification_options d,r,s + icon_image win40.png + icon_image_alt Windows + vrml_image win40.png + statusmap_image win40.gd2 + notes Windows Server + contacts dummy + register 0 +} + +define host { + name Windows Dev/QA Untrust + use Windows Dev/QA + parents Monitor Untrust +} + +define host { + name Windows Dev/QA Restricted + use Windows Dev/QA + parents Monitor Untrust +} + +define host { + name Windows Dev/QA PublicDMZ + use Windows Dev/QA + parents Monitor PublicDMZ +} + +define host { + name Windows Dev/QA PrivateDMZ + use Windows Dev/QA + parents Monitor PrivateDMZ +} + +define host { + name Windows Dev/QA Trust + use Windows Dev/QA + parents Monitor Trust +} + +define host { + name Windows Dev/QA EISFW + use Windows Dev/QA + parents Monitor Eisfw F5 +} + +define host { + name Gearman Worker Dev/QA + use UNIX Dev/QA + event_handler gearman_host_recovery + contacts Igor V. Gubenko + register 0 +} + +define host { + name Gearman Worker Production + use UNIX Production + event_handler gearman_host_recovery + contacts Joseph M. Karam, Igor V. Gubenko + register 0 +} + +define host { + name Gearman + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 0 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 1 + check_interval 1 + retry_interval 1 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options d,r + contact_groups nagiosadmin + contacts nagiosadmin + register 0 +} + +define host { + name UNIX Dev/QA AWS Untrust + use UNIX Dev/QA + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name UNIX Production AWS Untrust + use UNIX Production + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name Windows Dev/QA AWS Untrust + use Windows Dev/QA + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name Windows Production AWS Untrust + use Windows Production + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name AWS Load Balancer + use Router/Switch/Load Balancer + check_command check_dns + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name UNIX Dev/QA 151 PrivateDMZ + use UNIX Dev/QA + parents Gearman 151 PrivateDMZ +} + +define host { + name UNIX Production 151 PrivateDMZ + use UNIX Production + parents Gearman 151 PrivateDMZ +} + +define host { + name Windows Dev/QA 151 PrivateDMZ + use Windows Dev/QA + parents Gearman 151 PrivateDMZ +} + +define host { + name Windows Production 151 PrivateDMZ + use Windows Production + parents Gearman 151 PrivateDMZ +} + +define host { + name UNIX Dev/QA 151 PublicDMZ + use UNIX Dev/QA + parents Gearman 151 PublicDMZ +} + +define host { + name UNIX Production 151 PublicDMZ + use UNIX Production + parents Gearman 151 PublicDMZ +} + +define host { + name Windows Dev/QA 151 PublicDMZ + use Windows Dev/QA + parents Gearman 151 PublicDMZ +} + +define host { + name Windows Production 151 PublicDMZ + use Windows Production + parents Gearman 151 PublicDMZ +} + +define host { + name UNIX Dev/QA 151 Trust + use UNIX Dev/QA + parents Gearman 151 Trust +} + +define host { + name UNIX Production 151 Trust + use UNIX Production + parents Gearman 151 Trust +} + +define host { + name Windows Dev/QA 151 Trust + use Windows Dev/QA + parents Gearman 151 Trust +} + +define host { + name Windows Production 151 Trust + use Windows Production + parents Gearman 151 Trust +} + +define host { + name UNIX Dev/QA 151 Untrust + use UNIX Dev/QA + parents Gearman 151 Untrust +} + +define host { + name UNIX Dev/QA 151 Restricted + use UNIX Dev/QA + parents Gearman 151 Untrust +} + +define host { + name UNIX Production 151 Untrust + use UNIX Production + parents Gearman 151 Untrust +} + +define host { + name Windows Dev/QA 151 Untrust + use Windows Dev/QA + parents Gearman 151 Untrust +} + +define host { + name Windows Dev/QA 151 Restricted + use Windows Dev/QA + parents Gearman 151 Untrust +} + +define host { + name Windows Production 151 Untrust + use Windows Production + parents Gearman 151 Untrust +} + +define host { + name Windows Production 151 Restricted + use Windows Production + parents Gearman 151 Untrust +} + +define host { + name UNIX Dev/QA 151 EISFW + use UNIX Dev/QA + parents Gearman 151 PrivateDMZ, Gearman 151 Trust, Gearman 151 PublicDMZ +} + +define host { + name UNIX Production 151 EISFW + use UNIX Production + parents Gearman 151 PrivateDMZ, Gearman 151 Trust, Gearman 151 PublicDMZ +} + +define host { + name Windows Dev/QA 151 EISFW + use Windows Dev/QA + parents Gearman 151 PrivateDMZ, Gearman 151 Trust, Gearman 151 PublicDMZ +} + +define host { + name Windows Production 151 EISFW + use Windows Production + parents Gearman 151 PrivateDMZ, Gearman 151 Trust, Gearman 151 PublicDMZ +} + +define host { + name UNIX Dev/QA NS PrivateDMZ + use UNIX Dev/QA + parents Gearman NS PrivateDMZ +} + +define host { + name UNIX Production NS PrivateDMZ + use UNIX Production + parents Gearman NS PrivateDMZ +} + +define host { + name Windows Dev/QA NS PrivateDMZ + use Windows Dev/QA + parents Gearman NS PrivateDMZ +} + +define host { + name Windows Production NS PrivateDMZ + use Windows Production + parents Gearman NS PrivateDMZ +} + +define host { + name UNIX Dev/QA NS PublicDMZ + use UNIX Dev/QA + parents Gearman NS PublicDMZ +} + +define host { + name UNIX Production NS PublicDMZ + use UNIX Production + parents Gearman NS PublicDMZ +} + +define host { + name Windows Dev/QA NS PublicDMZ + use Windows Dev/QA + parents Gearman NS PublicDMZ +} + +define host { + name Windows Production NS PublicDMZ + use Windows Production + parents Gearman NS PublicDMZ +} + +define host { + name UNIX Dev/QA NS Trust + use UNIX Dev/QA + parents Gearman NS Trust +} + +define host { + name UNIX Production NS Trust + use UNIX Production + parents Gearman NS Trust +} + +define host { + name Windows Dev/QA NS Trust + use Windows Dev/QA + parents Gearman NS Trust +} + +define host { + name Windows Production NS Trust + use Windows Production + parents Gearman NS Trust +} + +define host { + name UNIX Dev/QA NS Untrust + use UNIX Dev/QA + parents Gearman NS Untrust +} + +define host { + name UNIX Dev/QA NS Restricted + use UNIX Dev/QA + parents Gearman NS Untrust +} + +define host { + name UNIX Production NS Untrust + use UNIX Production + parents Gearman NS Untrust +} + +define host { + name Windows Dev/QA NS Untrust + use Windows Dev/QA + parents Gearman NS Untrust +} + +define host { + name Windows Dev/QA NS Restricted + use Windows Dev/QA + parents Gearman NS Untrust +} + +define host { + name Windows Production NS Untrust + use Windows Production + parents Gearman NS Untrust +} + +define host { + name Windows Production NS Restricted + use Windows Production + parents Gearman NS Untrust +} + +define host { + name UNIX Dev/QA NS EISFW + use UNIX Dev/QA + parents Gearman NS PrivateDMZ, Gearman NS Trust, Gearman NS PublicDMZ +} + +define host { + name UNIX Production NS EISFW + use UNIX Production + parents Gearman NS PrivateDMZ, Gearman NS Trust, Gearman NS PublicDMZ +} + +define host { + name Windows Dev/QA NS EISFW + use Windows Dev/QA + parents Gearman NS PrivateDMZ, Gearman NS Trust, Gearman NS PublicDMZ +} + +define host { + name Windows Production NS EISFW + use Windows Production + parents Gearman NS PrivateDMZ, Gearman NS Trust, Gearman NS PublicDMZ +} + +define host { + name Networking device + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 3 + check_interval 3 + retry_interval 5 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options d,r + contacts Networking + hostgroups Net + icon_image router.png + icon_image_alt Router, Switch, Firewall, or a Load Balancer + vrml_image router.jpg + statusmap_image router.gd2 + register 0 +} + +define host { + name Rover device + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 3 + check_interval 1 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 10080 + notification_period 24x7 + notification_options d,r + contact_groups nobody + contacts nobody + hostgroups Rover hosts + icon_image router.png + icon_image_alt Router, Switch, Firewall, or a Load Balancer + vrml_image router.jpg + statusmap_image router.gd2 + register 0 +} + +define host { + name OIT Core Router-Switch + hostgroups OIT Core Routers/Switches + use Networking device +} + +define host { + name OIT Non-Core Router + hostgroups OIT Non-Core Routers + use Networking device +} + +define host { + name ISP Router + hostgroups ISP Routers + use Networking device +} + +define host { + name OIT CWDM + hostgroups OIT CWDM + use Networking device +} + +define host { + name OIT VPN Tunnel + hostgroups OIT VPN Tunnel Endpoints + use Networking device +} + +define host { + name OIT DSL Modem + hostgroups OIT DSL Modems + use Networking device +} + +define host { + name OIT Ethernet Switch/Repeater + hostgroups OIT Ethernet Switches/Repeaters + use Networking device +} + +define host { + name OIT Wireless Access Point (Aruba) + hostgroups OIT Wireless Access Points - Aruba + use Networking device +} + +define host { + name OIT Wireless Access Point (Cisco) + hostgroups OIT Wireless Access Points - Cisco + use Networking device +} + +define host { + name OIT UPS Networking + hostgroups OIT UPS Networking + use Networking device +} + +define host { + name OIT APC Switched Rack PDU + hostgroups OIT APC Switched Rack PDU + use Networking device +} + +define host { + name OIT APC Redundant Power Auto Transfer Switch + hostgroups OIT APC Redundant Power Auto Transfer Switches + use Networking device +} + +define host { + name Lantronix Serial-to-IP Terminal Server Gateway + hostgroups Lantronix Serial-to-IP Terminal Server Gateways + use Networking device +} + +define host { + name NAT + hostgroups NATs + use Networking device +} + +define host { + name VPN + hostgroups VPN Servers + use Networking device +} + +define host { + name Aruba Controller + hostgroups Aruba controllers + use Networking device +} + +define host { + name Aruba Remote Access Controller + hostgroups Aruba remote access controllers + use Networking device +} + +define host { + name Aruba Remote Access Point + hostgroups Aruba remote access points + use Networking device +} + +define host { + name Aruba ClearPass + hostgroups Aruba ClearPass Appliances + use Networking device + contacts Networking +} + +define host { + name Remote Cable Modem + hostgroups Remote cable modems + use Networking device +} + +define host { + name OIT POE Power Injector + hostgroups OIT POE Power Injectors + use Networking device +} + +define host { + name OIT Server + hostgroups OIT Servers + use Networking device +} + +define host { + name OIT Telephony + hostgroups OIT Telephony + use Networking device +} + +define host { + name Public Safety + hostgroups Public Safety + use Networking device +} + +define host { + name Dining Services + hostgroups Dining Services + use Networking device +} + +define host { + name InfoBlox + hostgroups InfoBlox + use Networking device + contacts Networking +} + +define host { + name Oracle Exadata Dev/QA 151 Trust + use UNIX Dev/QA + parents Gearman 151 Trust + notification_period 24x7 +} + diff --git a/cfg/hostdependency.cfg b/cfg/hostdependency.cfg new file mode 100644 index 0000000..1d2a138 --- /dev/null +++ b/cfg/hostdependency.cfg @@ -0,0 +1,48 @@ +define hostdependency { + dependent_hostgroup_name NS PrivateDMZ + host_name Gearman NS PrivateDMZ + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name NS PublicDMZ + host_name Gearman NS PublicDMZ + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name NS Trust + host_name Gearman NS Trust + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name NS Untrust, NS Restricted + host_name Gearman NS Untrust + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name 151 PrivateDMZ + host_name Gearman 151 PrivateDMZ + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name 151 PublicDMZ + host_name Gearman 151 PublicDMZ + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name 151 Trust + host_name Gearman 151 Trust + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name 151 Untrust, 151 Restricted, Clusters, CISDR, Email, ESX, F5 Load Balancers, Firewalls, Kaltura Live, KMA, Net, Netmgmt, IAM, SharePoint, Solaris, TSM, Webcheck, Webcheck_csg, Webcheck_Roxen + host_name Gearman 151 Untrust + notification_failure_criteria d +} + diff --git a/cfg/hostescalation.cfg b/cfg/hostescalation.cfg new file mode 100644 index 0000000..aacd9a9 --- /dev/null +++ b/cfg/hostescalation.cfg @@ -0,0 +1,122 @@ +define hostescalation { + use Prod 8x5 escalation + hostgroup_name Prod 8x5 Linux, Prod 8x5 Windows + contact_groups ESS_8x5 +} + +define hostescalation { + use Prod outside 8x5 escalation + hostgroup_name Prod 8x5 Linux, Prod 8x5 Windows + contact_groups ESS_8x5 +} + +define hostescalation { + use Delay Dev + hostgroup_name Linux Dev/QA, !Oracle Exadata Dev/QA + contacts ESS UNIX List +} + +define hostescalation { + use Delay Dev + hostgroup_name Oracle Exadata Dev/QA + contact_groups DBA Page +} + +define hostescalation { + use Delay Dev + escalation_period 8x5 + hostgroup_name Windows Dev/QA + contacts ESS Windows List +} + +define hostescalation { + use Delay Production + hostgroup_name DBA Windows Prod, DBA UNIX Prod, Solaris, Linux Prod, Windows Prod, ESX, !Oracle Exadata, !TSM Production, !Prod 8x5 Linux, !Prod 8x5 Windows + contacts ESS Page +} + +define hostescalation { + use Delay Exadata Production + hostgroup_name Oracle Exadata + contact_groups DBA Page +} + +define hostescalation { + use Delay Production + hostgroup_name TSM Production + contact_groups TSM, TSM Page +} + +define hostescalation { + use host_notify_once + hostgroup_name Netmgmt + contacts ESS Ops +} + +define hostescalation { + use host_notify_once + hostgroup_name Netmgmt + escalation_options r + contacts ESS UNIX List +} + +define hostescalation { + name Prod 8x5 escalation + first_notification 2 + last_notification 24 + notification_interval 360 + escalation_period 8x5 + escalation_options r,d,u + register 0 +} + +define hostescalation { + name Prod outside 8x5 escalation + first_notification 2 + last_notification 24 + notification_interval 360 + escalation_period Outside 8x5 + escalation_options r,d,u + register 0 +} + +define hostescalation { + name Delay Dev + first_notification 1 + last_notification 30 + notification_interval 1440 + escalation_period 24x7 + escalation_options r,d + register 0 +} + +define hostescalation { + name Delay Production + first_notification 2 + last_notification 6 + notification_interval 360 + escalation_period 24x7 + escalation_options r,d,u + register 0 +} + +define hostescalation { + name Delay Exadata Production + first_notification 1 + last_notification 6 + notification_interval 360 + escalation_period 24x7 + escalation_options r,d,u + register 0 +} + +define hostescalation { + name host_notify_once + first_notification 1 + last_notification 1 + notification_interval 0 + escalation_period 24x7 + escalation_options d,u + register 0 +} + diff --git a/cfg/hostgroup.cfg b/cfg/hostgroup.cfg new file mode 100644 index 0000000..9394606 --- /dev/null +++ b/cfg/hostgroup.cfg @@ -0,0 +1,2230 @@ +define hostgroup { + hostgroup_name Dell Agent-free Servers + alias Dell Agent-free Servers +} + +define hostgroup { + hostgroup_name AWS + alias All hosts in Amazon Cloud + hostgroup_members AWS Dev/QA, AWS Prod +} + +define hostgroup { + hostgroup_name AWS Dev/QA + alias Dev/QA hosts in Amazon Cloud + hostgroup_members AWS Dev/QA ELB, AWS Untrust Dev/QA Windows, AWS Untrust Pre-Production Windows, AWS Untrust Dev/QA Linux OEL6, AWS Untrust Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name AWS Prod + alias Production hosts in Amazon Cloud + hostgroup_members AWS Untrust Prod Windows, AWS Untrust Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name PublicDMZ + alias All hosts in PublicDMZ + hostgroup_members PublicDMZ Dev/QA, PublicDMZ Prod +} + +define hostgroup { + hostgroup_name PublicDMZ Dev/QA + alias Dev/QA hosts in PublicDMZ + hostgroup_members PublicDMZ Dev/QA Windows, PublicDMZ Dev/QA Linux +} + +define hostgroup { + hostgroup_name PublicDMZ Prod + alias Production hosts in PublicDMZ + hostgroup_members PublicDMZ Prod Windows, PublicDMZ Prod Linux +} + +define hostgroup { + hostgroup_name PublicDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PublicDMZ + hostgroup_members 151 PublicDMZ Dev/QA Windows, 151 PublicDMZ Pre-Production Windows, NS PublicDMZ Dev/QA Windows, NS PublicDMZ Pre-Production Windows +} + +define hostgroup { + hostgroup_name PublicDMZ Dev/QA Linux + alias Linux Dev/QA hosts in PublicDMZ + hostgroup_members PublicDMZ Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name PublicDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PublicDMZ + hostgroup_members 151 PublicDMZ Dev/QA Linux OEL6, NS PublicDMZ Dev/QA Linux OEL6, 151 PublicDMZ Pre-Production Linux OEL6, NS PublicDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name PublicDMZ Prod Windows + alias Windows Production hosts in PublicDMZ + hostgroup_members 151 PublicDMZ Prod Windows, NS PublicDMZ Prod Windows +} + +define hostgroup { + hostgroup_name PublicDMZ Prod Linux + alias Linux Production hosts in PublicDMZ + hostgroup_members PublicDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name PublicDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PublicDMZ + hostgroup_members 151 PublicDMZ Prod Linux OEL6, NS PublicDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 PublicDMZ + alias All hosts in PublicDMZ and 151 Forrestal + hostgroup_members 151 PublicDMZ Dev/QA, 151 PublicDMZ Prod +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Dev/QA + alias Dev/QA hosts in PublicDMZ and 151 Forrestal + hostgroup_members 151 PublicDMZ Dev/QA Windows, 151 PublicDMZ Pre-Production Windows, 151 PublicDMZ Dev/QA Linux OEL6, 151 PublicDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Prod + alias Production hosts in PublicDMZ and 151 Forrestal + hostgroup_members 151 PublicDMZ Prod Windows, 151 PublicDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS PublicDMZ + alias All hosts in PublicDMZ and New South + hostgroup_members NS PublicDMZ Dev/QA, NS PublicDMZ Prod +} + +define hostgroup { + hostgroup_name NS PublicDMZ Dev/QA + alias Dev/QA hosts in PublicDMZ and New South + hostgroup_members NS PublicDMZ Dev/QA Windows, NS PublicDMZ Dev/QA Linux OEL6, NS PublicDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name NS PublicDMZ Prod + alias Production hosts in PublicDMZ and New South + hostgroup_members NS PublicDMZ Prod Windows, NS PublicDMZ Prod Linux OEL6 + members eisnet200l +} + +define hostgroup { + hostgroup_name PrivateDMZ + alias All hosts in PrivateDMZ + hostgroup_members PrivateDMZ Dev/QA, PrivateDMZ Prod +} + +define hostgroup { + hostgroup_name PrivateDMZ Dev/QA + alias Dev/QA hosts in PrivateDMZ + hostgroup_members PrivateDMZ Dev/QA Windows, MSSQL Dev Clusters, PrivateDMZ Dev/QA Linux +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod + alias Production hosts in PrivateDMZ + hostgroup_members PrivateDMZ Prod Windows, PrivateDMZ Prod Linux + #members +} + +define hostgroup { + hostgroup_name PrivateDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PrivateDMZ + hostgroup_members 151 PrivateDMZ Dev/QA Windows, 151 PrivateDMZ Pre-Production Windows, NS PrivateDMZ Dev/QA Windows, NS PrivateDMZ Pre-Production Windows +} + +define hostgroup { + hostgroup_name PrivateDMZ Dev/QA Linux + alias Linux Dev/QA hosts in PrivateDMZ + hostgroup_members PrivateDMZ Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name PrivateDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PrivateDMZ + hostgroup_members 151 PrivateDMZ Dev/QA Linux OEL6, NS PrivateDMZ Dev/QA Linux OEL6, 151 PrivateDMZ Pre-Production Linux OEL6, NS PrivateDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod Windows + alias Windows Production hosts in PrivateDMZ + hostgroup_members 151 PrivateDMZ Prod Windows, NS PrivateDMZ Prod Windows +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod Linux + alias Linux Production hosts in PrivateDMZ + hostgroup_members PrivateDMZ Prod Linux OEL6, PrivateDMZ Prod Linux OEL5 + members sdprsa200l, sdprsa201l +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PrivateDMZ + hostgroup_members 151 PrivateDMZ Prod Linux OEL6, NS PrivateDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod Linux OEL5 + alias Oracle Enterprise Linux 5 Production hosts in PrivateDMZ + hostgroup_members NS PrivateDMZ Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ + alias All hosts in PrivateDMZ and 151 Forrestal + hostgroup_members 151 PrivateDMZ Dev/QA, 151 PrivateDMZ Prod +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Dev/QA + alias Dev/QA hosts in PrivateDMZ and 151 Forrestal + hostgroup_members 151 PrivateDMZ Dev/QA Windows, 151 PrivateDMZ Pre-Production Windows, 151 PrivateDMZ Pre-Production Linux OEL6, 151 PrivateDMZ Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Prod + alias Production hosts in PrivateDMZ and 151 Forrestal + hostgroup_members 151 PrivateDMZ Prod Windows, 151 PrivateDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS PrivateDMZ + alias All hosts in PrivateDMZ and New South + hostgroup_members NS PrivateDMZ Dev/QA, NS PrivateDMZ Prod +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Dev/QA + alias Dev/QA hosts in PrivateDMZ and New South + hostgroup_members NS PrivateDMZ Dev/QA Windows, NS PrivateDMZ Pre-Production Windows, NS PrivateDMZ Dev/QA Linux OEL6, NS PrivateDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Prod + alias Production hosts in PrivateDMZ and New South + hostgroup_members NS PrivateDMZ Prod Windows, NS PrivateDMZ Prod Linux OEL6, NS PrivateDMZ Prod Linux OEL5 + members essvc201w, sdprsa200l, sdprsa201l +} + +define hostgroup { + hostgroup_name Trust + alias All hosts in Trust + hostgroup_members Trust Dev/QA, Trust Prod +} + +define hostgroup { + hostgroup_name Trust Dev/QA + alias Dev/QA hosts in Trust + hostgroup_members Trust Dev/QA Windows, Trust Dev/QA Linux +} + +define hostgroup { + hostgroup_name Trust Prod + alias Production hosts in Trust + hostgroup_members Trust Prod Windows, Trust Prod Linux + #members +} + +define hostgroup { + hostgroup_name Trust Dev/QA Windows + alias Windows Dev/QA hosts in Trust + hostgroup_members 151 Trust Dev/QA Windows, NS Trust Dev/QA Windows, 151 Trust Pre-Production Windows, NS Trust Pre-Production Windows +} + +define hostgroup { + hostgroup_name Trust Dev/QA Linux + alias Linux Dev/QA hosts in Trust + hostgroup_members Trust Dev/QA Linux OEL6, Trust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Trust Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in Trust + hostgroup_members 151 Trust Dev/QA Linux OEL6, 151 Trust Pre-Production Linux OEL6, NS Trust Dev/QA Linux OEL6, NS Trust Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name Trust Dev/QA Linux OEL5 + alias Oracle Enterprise Linux 5 Dev/QA hosts in Trust + hostgroup_members 151 Trust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Trust Prod Windows + alias Windows Production hosts in Trust + hostgroup_members 151 Trust Prod Windows, NS Trust Prod Windows +} + +define hostgroup { + hostgroup_name Trust Prod Linux + alias Linux Production hosts in Trust + hostgroup_members Trust Prod Linux OEL6, Trust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name Trust Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in Trust + hostgroup_members 151 Trust Prod Linux OEL6, NS Trust Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name Trust Prod Linux OEL5 + alias Oracle Enterprise Linux 5 Production hosts in Trust + hostgroup_members NS Trust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name 151 Trust + alias All hosts in Trust and 151 Forrestal + hostgroup_members 151 Trust Dev/QA, 151 Trust Prod +} + +define hostgroup { + hostgroup_name 151 Trust Dev/QA + alias Dev/QA hosts in Trust and 151 Forrestal + hostgroup_members 151 Trust Dev/QA Windows, 151 Trust Pre-Production Windows, 151 Trust Dev/QA Linux OEL6, 151 Trust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name 151 Trust Prod + alias Production hosts in Trust and 151 Forrestal + hostgroup_members 151 Trust Prod Windows, 151 Trust Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Trust + alias All hosts in Trust and New South + hostgroup_members NS Trust Dev/QA, NS Trust Prod +} + +define hostgroup { + hostgroup_name NS Trust Dev/QA + alias Dev/QA hosts in Trust and New South + hostgroup_members NS Trust Dev/QA Windows, NS Trust Pre-Production Windows, NS Trust Dev/QA Linux OEL6, NS Trust Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Trust Prod + alias Production hosts in Trust and New South + hostgroup_members NS Trust Prod Windows, NS Trust Prod Linux OEL6, NS Trust Prod Linux OEL5 + #members +} + +define hostgroup { + hostgroup_name Restricted Dev/QA + alias Dev/QA hosts behind Restricted + hostgroup_members Restricted Dev/QA Windows, Restricted Dev/QA Linux +} + +define hostgroup { + hostgroup_name Restricted Prod + alias Production hosts behind Restricted + hostgroup_members Restricted Prod Windows, Restricted Prod Linux +} + +define hostgroup { + hostgroup_name Restricted Dev/QA Windows + alias Windows Dev/QA hosts behind Restricted + hostgroup_members 151 Restricted Dev/QA Windows, NS Restricted Dev/QA Windows, 151 Restricted Pre-Production Windows, NS Restricted Pre-Production Windows +} + +define hostgroup { + hostgroup_name Restricted Dev/QA Linux + alias Linux OEL7 Dev/QA hosts behind Restricted + hostgroup_members 151 Restricted Dev/QA Linux OEL7, NS Restricted Dev/QA Linux OEL7, 151 Restricted Pre-Production Linux OEL7, NS Restricted Pre-Production Linux OEL7 +} + +define hostgroup { + hostgroup_name Restricted Prod Windows + alias Windows Production hosts behind Restricted + hostgroup_members 151 Restricted Prod Windows, NS Restricted Prod Windows +} + +define hostgroup { + hostgroup_name Restricted Prod Linux + alias Linux OEL7 Production hosts behind Restricted + hostgroup_members 151 Restricted Prod Linux OEL7, NS Restricted Prod Linux OEL7 +} + +define hostgroup { + hostgroup_name NS Restricted + alias Hosts behind Restricted in New South + hostgroup_members NS Restricted Dev/QA Windows, NS Restricted Prod Windows, NS Restricted Dev/QA Linux OEL7, NS Restricted Pre-Production Linux OEL7, NS Restricted Prod Linux OEL7 +} + +define hostgroup { + hostgroup_name 151 Restricted + alias Hosts behind Restricted in 151 Forrestal + hostgroup_members 151 Restricted Dev/QA Windows, 151 Restricted Prod Windows, 151 Restricted Dev/QA Linux OEL7, 151 Restricted Pre-Production Linux OEL7, 151 Restricted Prod Linux OEL7 +} + +define hostgroup { + hostgroup_name Restricted + alias Hosts behind Restricted + hostgroup_members Restricted Dev/QA, Restricted Prod +} + +define hostgroup { + hostgroup_name Untrust F5 + alias All hosts behind the F5 + hostgroup_members Untrust F5 Dev/QA, Untrust F5 Prod +} + +define hostgroup { + hostgroup_name Untrust F5 Dev/QA + alias Dev/QA hosts behind F5 + hostgroup_members Untrust F5 Dev/QA Windows, Untrust F5 Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust F5 Dev/QA Windows + alias Windows Dev/QA hosts outside the firewall, behind the F5 + hostgroup_members 151 Untrust F5 Dev/QA Windows, NS Untrust F5 Dev/QA Windows, NS Untrust F5 Pre-Production Windows +} + +define hostgroup { + hostgroup_name Untrust F5 Dev/QA Linux OEL6 + alias Linux OEL6 Dev/QA hosts outside the firewall, behind the F5 + hostgroup_members 151 Untrust F5 Dev/QA Linux OEL6, NS Untrust F5 Dev/QA Linux OEL6, 151 Untrust F5 Pre-Production Linux OEL6, NS Untrust F5 Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust F5 Prod + alias Production hosts behind F5 + hostgroup_members Untrust F5 Prod Windows, Untrust F5 Prod Linux +} + +define hostgroup { + hostgroup_name Untrust F5 Prod Windows + alias Windows Production hosts outside the firewall, behind the F5 + hostgroup_members 151 Untrust F5 Prod Windows, NS Untrust F5 Prod Windows +} + +define hostgroup { + hostgroup_name Untrust F5 Prod Linux + alias Linux Production hosts outside the firewall, behind the F5 + hostgroup_members 151 Untrust F5 Prod Linux OEL6, NS Untrust F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust Dev/QA + alias Dev/QA hosts outside the firewall + hostgroup_members Untrust F5 Dev/QA, Untrust Dev/QA Windows, Untrust Dev/QA Linux OEL6, Untrust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Untrust Dev/QA Windows + alias Windows Dev/QA hosts outside the firewall + hostgroup_members Untrust F5 Dev/QA Windows, 151 Untrust Dev/QA Windows, NS Untrust Dev/QA Windows, NS Untrust Pre-Production Windows + # 87 Prospect +} + +define hostgroup { + hostgroup_name Untrust Dev/QA Linux OEL6 + alias Linux Dev/QA OEL6 hosts outside the firewall + hostgroup_members 151 Untrust Dev/QA Linux OEL6, NS Untrust Dev/QA Linux OEL6, Untrust F5 Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust Dev/QA Linux OEL5 + alias Linux Dev/QA OEL5 hosts outside the firewall + hostgroup_members 151 Untrust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Untrust Prod + alias Production hosts outside the firewall + hostgroup_members Untrust Prod Windows, Untrust Prod Linux OEL6, Untrust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name Untrust Prod Windows + alias Windows Production hosts outside the firewall + hostgroup_members 151 Untrust Prod Windows, NS Untrust Prod Windows, Untrust F5 Prod Windows +} + +define hostgroup { + hostgroup_name Untrust Prod Linux OEL6 + alias Linux Production OEL6 hosts outside the firewall + hostgroup_members 151 Untrust Prod Linux OEL6, NS Untrust Prod Linux OEL6, 151 Untrust F5 Prod Linux OEL6, NS Untrust F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust Prod Linux OEL5 + alias Linux Production OEL5 hosts outside the firewall + hostgroup_members 151 Untrust Prod Linux OEL5, NS Untrust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name NS Untrust Dev/QA + alias Dev/QA hosts outside the firewall in New South + hostgroup_members NS Untrust Dev/QA Windows, NS Untrust F5 Dev/QA Windows, NS Untrust Dev/QA Linux OEL6, NS Untrust F5 Dev/QA Linux OEL6 + members ims205, ims317, receiver02 +} + +define hostgroup { + hostgroup_name NS Untrust Prod + alias Production hosts outside the firewall in New South + hostgroup_members NS Untrust Prod Windows, NS Untrust F5 Prod Windows, NS Untrust Prod Linux OEL6, NS Untrust Prod Linux OEL5, NS Untrust F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Untrust + alias All hosts outside the firewall in New South + hostgroup_members NS Untrust Dev/QA, NS Untrust Prod +} + +define hostgroup { + hostgroup_name 151 Untrust Dev/QA + alias Dev/QA hosts outside the firewall in 151 Forrestal + hostgroup_members 151 Untrust Dev/QA Windows, 151 Untrust F5 Dev/QA Windows, 151 Untrust Dev/QA Linux OEL6, 151 Untrust F5 Dev/QA Linux OEL6, 151 Untrust Dev/QA Linux OEL5 + members harris, ims204, ims316 +} + +define hostgroup { + hostgroup_name 151 Untrust Prod + alias Production hosts outside the firewall in 151 Forrestal + hostgroup_members 151 Untrust Prod Windows, 151 Untrust F5 Prod Windows, 151 Untrust Prod Linux OEL6, 151 Untrust Prod Linux OEL5, 151 Untrust F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 Untrust + alias All hosts outside the firewall in 151 Forrestal + hostgroup_members 151 Untrust Dev/QA, 151 Untrust Prod +} + +define hostgroup { + hostgroup_name Eisfw F5 + alias All hosts in Eisfw F5 + hostgroup_members Eisfw F5 Dev/QA, Eisfw F5 Prod +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA + alias Dev/QA hosts in Eisfw F5 + hostgroup_members Eisfw F5 Dev/QA Windows, Eisfw F5 Dev/QA Linux +} + +define hostgroup { + hostgroup_name Eisfw F5 Prod + alias Production hosts in Eisfw F5 + hostgroup_members Eisfw F5 Prod Windows, Eisfw F5 Prod Linux +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA Windows + alias Windows Dev/QA hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Dev/QA Windows, 151 Eisfw F5 Pre-Production Windows, NS Eisfw F5 Dev/QA Windows, NS Eisfw F5 Pre-Production Windows +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA Linux + alias Linux Dev/QA hosts in Eisfw F5 + hostgroup_members Eisfw F5 Dev/QA Linux OEL6, Eisfw F5 Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Dev/QA Linux OEL6, 151 Eisfw F5 Pre-Production Linux OEL6, NS Eisfw F5 Dev/QA Linux OEL6, NS Eisfw F5 Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA Linux OEL5 + alias Oracle Enterprise Linux 5 Dev/QA hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Eisfw F5 Prod Windows + alias Windows Production hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Prod Windows, NS Eisfw F5 Prod Windows +} + +define hostgroup { + hostgroup_name Eisfw F5 Prod Linux + alias Linux Production hosts in Eisfw F5 + # hostgroup_members Eisfw F5 Prod Linux OEL6, Eisfw F5 Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name Eisfw F5 Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Prod Linux OEL6, NS Eisfw F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 + alias All hosts in Eisfw F5 and 151 Forrestal + hostgroup_members 151 Eisfw F5 Dev/QA, 151 Eisfw F5 Prod +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Dev/QA + alias Dev/QA hosts in Eisfw F5 and 151 Forrestal + hostgroup_members 151 Eisfw F5 Dev/QA Windows, 151 Eisfw F5 Pre-Production Windows, 151 Eisfw F5 Dev/QA Linux OEL6, 151 Eisfw F5 Pre-Production Linux OEL6, 151 Eisfw F5 Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Prod + alias Production hosts in Eisfw F5 and 151 Forrestal + hostgroup_members 151 Eisfw F5 Prod Windows, 151 Eisfw F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Eisfw F5 + alias All hosts in Eisfw F5 and New South + hostgroup_members NS Eisfw F5 Dev/QA, NS Eisfw F5 Prod +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Dev/QA + alias Dev/QA hosts in Eisfw F5 and New South + hostgroup_members NS Eisfw F5 Dev/QA Windows, NS Eisfw F5 Pre-Production Windows, NS Eisfw F5 Dev/QA Linux OEL6, NS Eisfw F5 Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Prod + alias Production hosts in Eisfw F5 and New South + hostgroup_members NS Eisfw F5 Prod Windows, NS Eisfw F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 + alias All hosts in 151 Forrestal + hostgroup_members 151 Restricted, 151 Untrust, 151 Eisfw F5, 151 PublicDMZ, 151 PrivateDMZ, 151 Trust +} + +define hostgroup { + hostgroup_name NS + alias All hosts in New South + hostgroup_members NS Restricted, NS Untrust, NS Eisfw F5, NS PublicDMZ, NS PrivateDMZ, NS Trust +} + +define hostgroup { + hostgroup_name Windows Application Disks Production + alias Windows Production hosts with application disks + members aisiw205w, aisstargate200w, amu202w, ats201w, cisdr200w, das211w, dev-webprod-tt, eis-fwmgr, hou201w, iamcas200w, iamcas201w, iamweb200w, lsscvms207w, odoc201w, sdp202w, sdp205w, sdpalc200w, sdpenc200w, sdpepo200w, socconsole, ss214w, ss215w, ss217w, telswitch, uhs207w, upkvm, vpft201w +} + +define hostgroup { + hostgroup_name Windows Application Disks Dev/QA + alias Windows Dev/QA hosts with application disks + members cisdr300w, csgmbx300w, dba300w, dba301w, devtools, dev-webqa-tt, eissql102w, eissql304w, iamshib300w, itms300w, odoc101w, odoc301w, pei300w, sql-zeta2, ss306w, uhs107w, uhs109w, uhs110w, uss302w-sndbx08, uss304w +} + +define hostgroup { + hostgroup_name CISDR + alias CISDR Hosts + members csghubprod, deptbedit, lists, oldsmtp, ppa01, ppa02, ppa03, ppa04, ppsqm, ppvm, smtp, www-dept-edit, aisedit +} + +define hostgroup { + hostgroup_name Clusters + alias Cluster VIP's + members Webhead_Cluster, epoxy +} + +define hostgroup { + hostgroup_name CPanel + hostgroup_members CPanel Dev/QA, CPanel Prod +} + +define hostgroup { + hostgroup_name CPanel Dev/QA + alias CPanel Dev/QA machines + members dascpan100l +} + +define hostgroup { + hostgroup_name CPanel Prod + alias CPanel Production machines + # members +} + +define hostgroup { + hostgroup_name DBA Windows Dev/QA + alias DBA Windows Dev/QA hosts + members csgspdb100w, csgspdb101w, dba300w, dba301w, eissql102w, eissql104w, eissql105w, eissql304w, sasspdb308w, sasspdb309w, wasspdb100w, wasspdb101w + hostgroup_members DBA SQLServer Dev/QA, MSSQL Dev Clusters +} + +define hostgroup { + hostgroup_name DBA SQLServer Dev/QA + alias Servers running MS SQL Server in Dev/QA + members aisob117w, aisob317w, aissimfony7101w, aissimfony7301w, cisdr300w, eissql113w, facsaltodb100w, facsaltodb101w, iammimdb101w, iammimdb301w, pcocrdb106w, sasob100w, sasob300w, sasob300tstw, sql-zeta2, uhs107w, uhs109w, uhs110w +} + +define hostgroup { + hostgroup_name DBA UNIX Dev/QA + alias DBA UNIX Dev/QA Hosts + members ais309l, ais310l, ais311l, ais318l, aisiw338l, eis319l, eis344l, eisdba301l, eisdba302l, eisdba303l, roxdb01qa, roxdb02qa +} + +define hostgroup { + hostgroup_name DBA Windows Prod + alias DBA Windows Production hosts + members eissql203w, eissql204w, eissql205w, eissql206w, eissql207w, wasspdb200w, wasspdb201w + hostgroup_members DBA SQLServer Prod, MSSQL Prod Clusters +} + +define hostgroup { + hostgroup_name DBA SQLServer Prod + alias Servers running MS SQL Server in Production + members aisob217w, aissimfony7201w, asrv201w, asrv202w, cisdr200w, dev205w, eissql202w, eissql213w, fac-spcacfdb207, fac-spcacsdb205, facsaltodb200w, facsaltodb201w, pcocrdb206w, sasob200w, uhs207w, uhs209w, uhs210w, uhs214w +} + +define hostgroup { + hostgroup_name DBA UNIX Prod + alias DBA UNIX Production Hosts + members aisiw207l, aisiw208l, eis208l, eis230l, eis254l, eis256l, eis286l, eis289l, eis290l, isserv216, roxdb01, roxdb02 +} + +define hostgroup { + hostgroup_name DBA + alias All DBA hosts + hostgroup_members DBA Windows Dev/QA, DBA UNIX Dev/QA, DBA Windows Prod, DBA UNIX Prod +} + +define hostgroup { + hostgroup_name ESX + alias ESX Server + members essesx200v, essesx201v, essesx202v, essesx203v, essesx204v, essesx205v, essesx206v, essesx207v, essesx208v, essesx209v, essesx210v, essesx211v, essesx212v, essesx213v, essesx214v, essesx215v, essesx216v, essesx217v, essesx218v, essesx220v, essesx221v, essesx222v, essesx224v, essesx225v, essesx226v, essesx227v, essesx228v, essesx229v, essesx250v, essesx251v, essesx260v, essesx261v, essesx262v, essesx263v, essesx240v, essesx241v, essesx242v, essesx270v, essesx290v, essesx291v, essesx292v + hostgroup_members ESX oob +} + +define hostgroup { + hostgroup_name ESX oob + alias ESX Out of bound interfaces + hostgroup_members ESX HPE oob + members essesx200v-netmgt, essesx201v-netmgt, essesx202v-netmgt, essesx203v-netmgt, essesx204v-netmgt, essesx205v-netmgt, essesx206v-netmgt, essesx207v-netmgt, essesx208v-netmgt, essesx209v-netmgt, essesx210v-netmgt, essesx211v-netmgt, essesx212v-netmgt, essesx213v-netmgt, essesx214v-netmgt, essesx215v-netmgt, essesx216v-netmgt, essesx217v-netmgt, essesx218v-netmgt, essesx220v-netmgt, essesx221v-netmgt, essesx222v-netmgt, essesx224v-netmgt, essesx225v-netmgt, essesx226v-netmgt, essesx227v-netmgt, essesx240v-netmgt, essesx241v-netmgt, essesx242v-netmgt, essesx270v-netmgt, essesx290v-netmgt, essesx291v-netmgt, essesx292v-netmgt +} + +define hostgroup { + hostgroup_name ESX HPE oob + alias HPE ProLiants ESX servers + members essesx228v-netmgt, essesx229v-netmgt, essesx250v-netmgt, essesx251v-netmgt, essesx260v-netmgt, essesx261v-netmgt, essesx262v-netmgt, essesx263v-netmgt +} + +define hostgroup { + hostgroup_name Email + alias Email end-to-end testing + members email-end2end +} + +define hostgroup { + hostgroup_name Emergency Broadcast Towers + alias Emergency Broadcast Towers + members ebt-185-nassau-audio.voip, ebt-185-nassau-phone.voip, ebt-1915-hall-audio.voip, ebt-1915-hall-phone.voip, ebt-1937-hall-audio.voip, ebt-1937-hall-phone.voip, ebt-200-elm-net-page-t01-t04.voip, ebt-200-elm-net-page-t05-t08.voip, ebt-200-elm-net-page-t09-t12.voip, ebt-200-elm-net-page-t13-t16.voip, ebt-200-elm-net-page-t17-t20.voip, ebt-200-elm-net-page-t21-t24.voip, ebt-200-elm-net-page-t25-t28.voip, ebt-200-elm-net-page-t29-t32.voip, ebt-200-elm-webs-server.voip, ebt-alexander-hall-audio.voip, ebt-alexander-hall-phone.voip, ebt-andlinger-79077-audio.voip, ebt-andlinger-79077-phone.voip, ebt-corwin-hall-audio.voip, ebt-corwin-hall-phone.voip, ebt-denunzio-pool-audio.voip, ebt-denunzio-pool-phone.voip, ebt-dickinson-audio.voip, ebt-dickinson-phone.voip, ebt-forbes-college-audio.voip, ebt-forbes-college-phone.voip, ebt-grad-college-audio.voip, ebt-grad-college-phone.voip, ebt-lake-71231-audio.voip, ebt-lake-71231-phone.voip, ebt-lca-79078-phone.voip, ebt-lca-79078-audio.voip, ebt-lawrence-apt-audio.voip, ebt-lawrence-apt-phone.voip, ebt-lewis-library-audio.voip, ebt-lewis-library-phone.voip, ebt-lightning-shelter-audio.voip, ebt-lightning-shelter-phone.voip, ebt-little-hall-audio.voip, ebt-little-hall-phone.voip, ebt-lot-23-audio.voip, ebt-lot-23-phone.voip, ebt-marx-audio.voip, ebt-marx-phone.voip, ebt-murray-dodge-audio.voip, ebt-murray-dodge-phone.voip, ebt-new-south-audio.voip, ebt-new-south-phone.voip, ebt-nuero-science-south-audio.voip, ebt-nuero-science-south-phone.voip, ebt-princeton-stadium-audio.voip, ebt-princeton-stadium-phone.voip, ebt-princeton-station-lot-audio.voip, ebt-princeton-station-lot-phone.voip, ebt-roberts-stadium-audio.voip, ebt-roberts-stadium-phone.voip, ebt-scully-goheen-walk-audio.voip, ebt-scully-goheen-walk-phone.voip, ebt-spelman-hall-audio.voip, ebt-spelman-hall-phone.voip, ebt-u-store-audio.voip, ebt-u-store-phone.voip +} + +define hostgroup { + hostgroup_name Exchange_2010 + alias Exchange 2010 servers + members csgcas204w, csgcas205w, csgcas206w, csgcas207w, csghub208w, csghub209w, exchangeimap + hostgroup_members Exchange Mailbox +} + +define hostgroup { + hostgroup_name Exchange Mailbox + alias Exchange Mailbox servers + members csgmbx206w, csgmbx207w +} + +define hostgroup { + hostgroup_name Exchange_Test + alias Exchange Test Servers + members csgcas104w, csgcas105w, csgcas301w, csghub102w, csghub103w, csghub302w, csgmbx100w, csgmbx300w, csgmbx303w +} + +define hostgroup { + hostgroup_name F5 Load Balancers + alias All F5 Load Balancers + hostgroup_members F5 Production Load Balancers, F5 QA Load Balancers +} + +define hostgroup { + hostgroup_name F5 Load Balancer MPs + alias All F5 Load Balancer Management Ports + hostgroup_members F5 Production Load Balancer MPs, F5 QA Load Balancer MPs +} + +define hostgroup { + hostgroup_name F5 Load Balancer VLANs + alias All F5 Load Balancer VLAN connections + hostgroup_members F5 Production Load Balancer VLANs, F5 QA Load Balancer VLANs +} + +define hostgroup { + hostgroup_name F5 Production Load Balancers + alias F5 Production Load Balancers + hostgroup_members F5 Production Load Balancer MPs, F5 Production Load Balancer VLANs, F5 Production Load Balancer Interfaces + members eis202lb-ha, eis202lb-router-fw, eis202lb-router1, eis203lb-ha, eis203lb-router-fw, eis203lb-router1 +} + +define hostgroup { + hostgroup_name F5 Production Load Balancer MPs + alias F5 Production Load Balancer Management Ports + members eis202lb, eis203lb +} + +define hostgroup { + hostgroup_name F5 Production Load Balancer VLANs + alias F5 Production Load Balancer VLAN connections + #members +} + +define hostgroup { + hostgroup_name F5 Production Load Balancer Interfaces + alias F5 Production Load Balancer Interfaces + members eis202lb-router1-lb-servernet-1, eis202lb-router1-lb-servernet-1-direct, eis202lb-router1-lb-servernet-2, eis202lb-router1-lb-servernet-2-direct, eis202lb-router1-lb-servernet-7, eis202lb-router1-lb-servernet-7-direct, eis202lb-router1-lb-servernet-8, eis202lb-router1-lb-servernet-8-direct, eis202lb-router1-plinknet20, eis202lb-router-fw-lb-servernet-10, eis202lb-router-fw-lb-servernet-10-direct, eis202lb-router-fw-lb-servernet-11, eis202lb-router-fw-lb-servernet-11-direct, eis202lb-router-fw-lb-servernet-3, eis202lb-router-fw-lb-servernet-3-direct, eis202lb-router-fw-lb-servernet-4, eis202lb-router-fw-lb-servernet-4-direct, eis202lb-router-fw-lb-servernet-5, eis202lb-router-fw-lb-servernet-5-direct, eis202lb-router-fw-lb-servernet-6, eis202lb-router-fw-lb-servernet-6-direct, eis202lb-router-fw-lb-servernet-9, eis202lb-router-fw-lb-servernet-9-direct, eis202lb-router-fw-plinknet8, eis203lb-router1-lb-servernet-1, eis203lb-router1-lb-servernet-1-direct, eis203lb-router1-lb-servernet-2, eis203lb-router1-lb-servernet-2-direct, eis203lb-router1-lb-servernet-7, eis203lb-router1-lb-servernet-7-direct, eis203lb-router1-lb-servernet-8, eis203lb-router1-lb-servernet-8-direct, eis203lb-router1-plinknet20, eis203lb-router-fw-lb-servernet-10, eis203lb-router-fw-lb-servernet-10-direct, eis203lb-router-fw-lb-servernet-11, eis203lb-router-fw-lb-servernet-11-direct, eis203lb-router-fw-lb-servernet-3, eis203lb-router-fw-lb-servernet-3-direct, eis203lb-router-fw-lb-servernet-4, eis203lb-router-fw-lb-servernet-4-direct, eis203lb-router-fw-lb-servernet-5, eis203lb-router-fw-lb-servernet-5-direct, eis203lb-router-fw-lb-servernet-6, eis203lb-router-fw-lb-servernet-6-direct, eis203lb-router-fw-lb-servernet-9, eis203lb-router-fw-lb-servernet-9-direct, eis203lb-router-fw-plinknet8, lb-prod-float-1-lb-servernet-1, lb-prod-float-1-lb-servernet-2, lb-prod-float-1-lb-servernet-7, lb-prod-float-1-lb-servernet-8, lb-prod-float-1-plinknet20, lb-prod-float-fw-lb-servernet-10, lb-prod-float-fw-lb-servernet-11, lb-prod-float-fw-lb-servernet-3, lb-prod-float-fw-lb-servernet-4, lb-prod-float-fw-lb-servernet-5, lb-prod-float-fw-lb-servernet-6, lb-prod-float-fw-lb-servernet-9, lb-prod-float-fw-plinknet8 +} + +define hostgroup { + hostgroup_name F5 QA Load Balancers + alias F5 QA Load Balancers + hostgroup_members F5 QA Load Balancer MPs, F5 QA Load Balancer VLANs +} + +define hostgroup { + hostgroup_name F5 QA Load Balancer MPs + alias F5 QA Load Balancer Management Ports + members eis300lb,eis301lb +} + +define hostgroup { + hostgroup_name F5 QA Load Balancer VLANs + alias F5 QA Load Balancer VLAN connections + #members +} + +define hostgroup { + hostgroup_name Facilities Maximo Production + alias Facilities Maximo Production hosts + members fac211w, fac212w, fac213w, fac214w +} + +define hostgroup { + hostgroup_name Facilities Maximo Dev/QA + alias Facilities Maximo Dev/QA hosts + members fac111w, fac112w, fac113w, fac114w, fac312w, fac313w +} + +define hostgroup { + hostgroup_name Facilities Production + alias OIT Managed Production Facilities hosts + members fac-geoprod, fac-infoctr1, fac-lssxibo, fac-lutronprod2, fac-rds-200w, fac-rds-201w, fac-stprosvcs, fac-trimble, fac201w, fac203w-gisprod, fac207w, fac208w-afprod, fac209w-awprod, fac214w-centric, lar-watchdog2 +} + +define hostgroup { + hostgroup_name Facilities Dev/QA + alias OIT Managed Development and QA Facilities hosts + members fac-eng-301w, fac-willow2, fac101w, fac103w-gisqa, fac107w-afqa, fac108w-awqa, fac303w-gisdev, fac307w-afdev, fac308w-awdev +} + +define hostgroup { + hostgroup_name Firewalls + alias All firewalls + hostgroup_members Forcepoint Firewalls + members eisfw +} + +define hostgroup { + hostgroup_name Forcepoint Firewalls + alias OIT Firewalls + members eisfw1-mgmt, eisfw2-mgmt, eisfwqa1-mgmt +} + +define hostgroup { + hostgroup_name H_Umansky + alias Henry Umansky + members webhead01, webhead02 +} + +define hostgroup { + hostgroup_name IMS + alias IMS Hosts + members ims211, ims214, ims215, ims302, ims303, ims311, tsm +} + +define hostgroup { + hostgroup_name Monitoring + alias Monitoring Hosts + hostgroup_members Monitoring Dev/QA, Monitoring Production + members !ims204, !ims205 +} + +define hostgroup { + hostgroup_name Monitoring Dev/QA + alias Monitoring Dev/QA Hosts + hostgroup_members Monitoring Masters Dev/QA, Monitoring Workers Dev/QA + members mon300w, mon301w +} + +define hostgroup { + hostgroup_name Monitoring Production + alias Monitoring Production Hosts + hostgroup_members Monitoring Masters, Monitoring Workers + members mon200w, mon201w, mon202w, mon203w +} + +define hostgroup { + hostgroup_name Monitor + alias Local monitoring checks + members monitor, monitor-dev, Gearman 151 Untrust, Gearman NS Untrust, Gearman 151 PrivateDMZ, Gearman NS PrivateDMZ, Gearman 151 PublicDMZ, Gearman NS PublicDMZ, Gearman 151 Trust, Gearman NS Trust, Gearman 151 Eisfw F5, Gearman NS Eisfw F5, Monitor Untrust, Monitor PrivateDMZ, Monitor PublicDMZ, Monitor Trust, Monitor Eisfw F5 +} + +define hostgroup { + hostgroup_name Monitoring Masters + alias Monitoring master hosts + hostgroup_members Monitoring Masters alef, Monitoring Masters bet +} + +define hostgroup { + hostgroup_name Monitoring Masters Dev/QA + alias Monitoring master Dev/QA hosts + hostgroup_members Monitoring Masters Dev/QA alef, Monitoring Masters Dev/QA bet +} + +define hostgroup { + hostgroup_name Monitoring Masters alef + alias Monitoring Masters alef + members ims204, mon204l +} + +define hostgroup { + hostgroup_name Monitoring Masters Dev/QA alef + alias Monitoring Masters Dev/QA alef + members ims318, mon302l +} + +define hostgroup { + hostgroup_name Monitoring Masters bet + alias Monitoring Masters bet + members ims205, mon205l +} + +define hostgroup { + hostgroup_name Monitoring Masters Dev/QA bet + alias Monitoring Masters Dev/QA bet + members ims319, mon303l +} + +define hostgroup { + hostgroup_name Monitoring Workers + alias All monitoring workers + hostgroup_members Monitoring Workers Production, Monitoring Workers Dev/QA +} + +define hostgroup { + hostgroup_name Monitoring Workers Production + alias All monitoring production mod_gearman workers + hostgroup_members Monitoring Workers 151, Monitoring Workers NS +} + +define hostgroup { + hostgroup_name Monitoring Workers Dev/QA + alias All monitoring dev/qa mod_gearman workers + hostgroup_members Monitoring Workers 151 Dev/QA, Monitoring Workers NS Dev/QA +} + +define hostgroup { + hostgroup_name Monitoring Workers 151 + alias Monitoring worker hosts in 151 Forrestal + members ims218, ims220, ims222, ims224 +} + +define hostgroup { + hostgroup_name Monitoring Workers 151 Dev/QA + alias Monitoring worker hosts in 151 Forrestal + members ims314, ims316, ims320 +} + +define hostgroup { + hostgroup_name Monitoring Workers NS + alias Monitoring worker hosts in New South + members ims219, ims221, ims223, ims225 +} + +define hostgroup { + hostgroup_name Monitoring Workers NS Dev/QA + alias Monitoring worker hosts in New South + members ims315, ims317, ims319, ims321 +} + +define hostgroup { + hostgroup_name All Servers + alias All OIT servers + hostgroup_members All Production Servers, All Dev/QA Servers +} + +define hostgroup { + hostgroup_name All Production Servers + alias All OIT Production Servers + hostgroup_members Linux Prod, Solaris, Windows Prod +} + +define hostgroup { + hostgroup_name All Pre-Production Servers + alias All OIT Pre-Production Servers + hostgroup_members Linux Pre-Production, Windows Pre-Production +} + +define hostgroup { + hostgroup_name All Dev/QA Servers + alias All OIT Dev/QA Servers + hostgroup_members Linux Dev/QA, Windows Dev/QA +} + +define hostgroup { + hostgroup_name Linux Prod + alias Linux production systems + hostgroup_members Linux Prod OEL5, Linux Prod OEL6 +} + +define hostgroup { + hostgroup_name Linux Prod - no SNMP + alias Linux Prod systems that do not support SNMP + # members +} + +define hostgroup { + hostgroup_name Linux Dev/QA + alias Non-production Linux systems + hostgroup_members Linux Dev/QA OEL5, Linux Dev/QA OEL6 +} + +define hostgroup { + hostgroup_name Linux DevQA - no SNMP + alias Linux DevQA systems that do not support SNMP + members harris +} + +define hostgroup { + hostgroup_name Linux Prod OEL5 + alias Oracle Enterprise Linux 5 Production hosts + hostgroup_members Untrust Prod Linux OEL5, PrivateDMZ Prod Linux OEL5, Trust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name Linux Dev/QA OEL5 + alias Oracle Enterprise Linux 5 Dev/QA hosts + hostgroup_members Untrust Dev/QA Linux OEL5, Trust Dev/QA Linux OEL5, Eisfw F5 Dev/QA Linux OEL5 + members harris +} + +define hostgroup { + hostgroup_name Linux Prod OEL6 + alias Oracle Enterprise Linux 6 Production hosts + hostgroup_members Untrust Prod Linux OEL6, Eisfw F5 Prod Linux OEL6, Trust Prod Linux OEL6, PublicDMZ Prod Linux OEL6, PrivateDMZ Prod Linux OEL6, Restricted Prod Linux, AWS Untrust Prod Linux OEL6 + members ims204, ims205, ims218, ims219, ims220, ims221, ims222, ims223, ims224, ims225, ims314, ims315 +} + +define hostgroup { + hostgroup_name Linux Dev/QA OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts + hostgroup_members Untrust Dev/QA Linux OEL6, PrivateDMZ Dev/QA Linux OEL6, Trust Dev/QA Linux OEL6, PublicDMZ Dev/QA Linux OEL6, Restricted Dev/QA Linux, Linux Pre-Production, Eisfw F5 Dev/QA Linux OEL6, AWS Untrust Dev/QA Linux OEL6, AWS Untrust Pre-Production Linux OEL6 + members ims316, ims317 +} + +define hostgroup { + hostgroup_name Maestro Masters + alias Maestro Hosts + # members +} + +define hostgroup { + hostgroup_name Net + alias Network Devices + members border-87-router, core-87-router, core-cdn-router, core-ns, core-ns NS switch, gigagate6, gigagate6 151 switch +} + +define hostgroup { + hostgroup_name Network and Monitoring + alias Network and Monitoring servers + hostgroup_members Airwave, Aruba ClearPass Appliances, Backup VPN, Network ESX, Network Solaris + members eisnet200l, netbmfctrl1, netbmfctrl2 +} + +define hostgroup { + hostgroup_name Airwave + alias Airwave Devices + members airwave1, airwave2, airwave4, airwave5, airwave6, airwave7, airwave-development, airwave-failover, airwave-rap +} + +define hostgroup { + hostgroup_name Backup VPN + alias Hosts providing backup VPN service + members backupvpn, backupvpn1, backupvpn2 +} + +define hostgroup { + hostgroup_name Network ESX + alias Networking ESXi servers + members netvirtu01, netvirtu02 +} + +define hostgroup { + hostgroup_name Network Solaris + alias Network and Monitoring Solaris servers + members alfrente, capserver, eyeinthesky, eyeinthesky-infranet1, eyeinthesky-infranet2, eyeinthesky-infranet3, eyeinthesky-infranet4, eyeinthesky-infranet5, eyeinthesky-infranet7, four11, heymon, heymon-infranet1, heymon-infranet2, heymon-infranet3, heymon-infranet4, heymon-infranet5, heymon-infranet7, kirby, mrtg.net, new-heymon, new-heymon-infranet1, new-heymon-infranet2, new-heymon-infranet3, new-heymon-infranet4, new-heymon-infranet5, new-heymon-infranet7, oznot, www.net +} + +define hostgroup { + hostgroup_name Network NTP + alias Network and Monitoring NTP servers + members alfrente, capserver, cuckoo, four11, iblox1-vrrp, iblox2-vrrp, ibddipv6-vrrp, netvclock200l, oznot +} + +define hostgroup { + hostgroup_name Raritan + alias Raritan console devices + members raritan-87pr-core, raritan-87pr-core2, raritan-hpcrc, raritan-newsouth-machineroom, raritan-newsouth-machineroom-oob, raritan-87pr-network-lab +} + +define hostgroup { + hostgroup_name PUaccess + alias PUaccess servers + members sdpoam200l, sdpoam201l, sdpohs200l, sdpohs201l, sdpovd200l, sdpovd201l +} + +define hostgroup { + hostgroup_name Prod 8x5 Linux + alias Production Linux 8am - 5pm + # members +} + +define hostgroup { + hostgroup_name Prod 8x5 Windows + alias Production Windows 8am - 5pm + members eisrds201w, essdhcp200w, essosd202w, upkvm +} + +define hostgroup { + hostgroup_name Ping + alias Ping only + members essvc201w +} + +define hostgroup { + hostgroup_name SharePoint 2016 + alias SharePoint 2016 Production + members wassp200w, wasspapp200w, wasspapp201w, wasspfe202w, wasspfe203w, wasspfe204w, wasspss206w +} + +define hostgroup { + hostgroup_name SharePoint 2K10 + alias SharePoint 2010 Production + members csgsp200w, csgsp201w, csgsp202w, csgsp203w, csgsp204w +} + +define hostgroup { + hostgroup_name SharePoint 2K10 Dev/QA + alias SharePoint 2010 Dev/QA + members csgspapp102w, csgspapp103w, csgspdb100w, csgspdb101w, csgspfe100w, csgspfe101w +} + +define hostgroup { + hostgroup_name SP CSG on call + alias Sharepoint sites to be alerted to CSG on call + members sp +} + +define hostgroup { + hostgroup_name SP Critical + alias Sharepoint sites to be alerted on CRITICAL state + members sp, sp2010prod, sp2016 +} + +define hostgroup { + hostgroup_name SP Warning + alias Sharepoint sites to be alerted on WARNING state + members sp, sp2010prod, sp2016 +} + +define hostgroup { + hostgroup_name SharePoint + alias All SharePoint web services + hostgroup_members SP Warning, SP Critical, SP CSG on call +} + +define hostgroup { + hostgroup_name MSSQL Prod Clusters + alias MS-SQL Production Clusters + members csgspdb2a, csgspdb2a-c, eissql2a, eissql2b, wasspdb2a +} + +define hostgroup { + hostgroup_name MSSQL Dev Clusters + alias MS-SQL Clusters + members csgspdb1a, csgspdb1a-c, eissql1b, eissql1c, eissql3a, sasspdb3a, wasspdb1a +} + +define hostgroup { + hostgroup_name MSSQL Clusters + alias All MS-SQL Clusters + hostgroup_members MSSQL Prod Clusters, MSSQL Dev Clusters +} + +define hostgroup { + hostgroup_name Kaltura Live + alias Kaltura Live Streaming + members Kaltura Live +} + +define hostgroup { + hostgroup_name TSM + alias All TSM servers + hostgroup_members TSM Dev/QA, TSM Production +} + +define hostgroup { + hostgroup_name TSM Production + alias TSM Production servers + members eistsm200l, eistsm206l, eistsm207l, eistsm208l, eistsm210l, eistsm211l +} + +define hostgroup { + hostgroup_name TSM Dev/QA + alias TSM Dev/QA servers + # members +} + +define hostgroup { + hostgroup_name Web Services + alias Roxen and Hulk Web Systems + members cisdrroxen200l, cisdrroxen201l, cisdrroxen202l, cisdrroxen203l, cisdrroxen204l, cisdrroxen205l, cisdrroxen206l +} + +define hostgroup { + hostgroup_name Web_Services_Dev + alias Non-production Roxen and Hulk Web Systems + members cisdrroxen100l, cisdrroxen101l, iamroxen300l, iamroxen301l +} + +define hostgroup { + hostgroup_name Webcheck + alias Basic http(s) checks + members Webcheck_host +} + +define hostgroup { + hostgroup_name Webcheck_Roxen + alias Roxen webchecks + members www_roxen +} + +define hostgroup { + hostgroup_name Webcheck_csg + alias All csg monitors except main Princeton pages + members csg_host +} + +define hostgroup { + hostgroup_name Web Checks + alias Web Checks + members alumnicas, fed, puwebp, PUAccess, PUAccessQA, webspace, webspaceqa +} + +define hostgroup { + hostgroup_name Windows Prod + alias Windows Production Servers + hostgroup_members Untrust Prod Windows, Restricted Prod Windows, PrivateDMZ Prod Windows, Trust Prod Windows, PublicDMZ Prod Windows, Eisfw F5 Prod Windows, AWS Untrust Prod Windows +} + +define hostgroup { + hostgroup_name Windows Dev/QA + alias Windows Development Servers + hostgroup_members Restricted Dev/QA Windows, Untrust Dev/QA Windows, Eisfw F5 Dev/QA Windows, PrivateDMZ Dev/QA Windows, PublicDMZ Dev/QA Windows, Trust Dev/QA Windows, AWS Untrust Dev/QA Windows +} + +define hostgroup { + hostgroup_name Physical Hosts + alias Physical hosts with SNMP OpenManage + hostgroup_members Physical Prod Windows, Physical Dev/QA Windows, Physical Prod Linux, Physical Dev/QA Linux +} + +define hostgroup { + hostgroup_name Windows Dev/QA Patching + alias Group for Windows Dev/QA patching for downtime purposes + members devtabtools, eisrds201w, fac-rds-201w +} + +define hostgroup { + hostgroup_name Post Windows Dev/QA Patching + alias Group for post Windows Dev/QA patching for downtime purposes + members essdem200w, ss225w +} + +define hostgroup { + hostgroup_name Site Protection Production Patching + alias Group for Site Protection Production patching for downtime purposes + members fac-spcacs204w, fac-spcacsdb205, lsscvms207w, spcacsa202w, spcvms1nvr201w, spcvms2nvr202w, spcvms3nvr203w, spcvms4nvr204w, spcvms5nvr205w, spcvms6nvr206w, spcvms7nvr207w, spcvms8nvr208w, spcvms9nvr209w, spcvms10nvr210w, spcvms11nvr211w, spcvms12nvr212w, spcvmsm200w +} + +define hostgroup { + hostgroup_name Facilities Production Patching + alias Group for Facilities Production patching for downtime purposes + members fac-rds-200w, lar-watchdog2 +} + +define hostgroup { + hostgroup_name KMA + alias Martin's KMA hosts + members kma-151-1, kma-151-2, kma-ns-1, kma-ns-2 +} + +define hostgroup { + hostgroup_name Linux Pre-Production OEL6 + alias Pre-Production OEL6 Linux hosts + hostgroup_members 151 Untrust Pre-Production Linux OEL6, NS Untrust Pre-Production Linux OEL6, 151 Untrust F5 Pre-Production Linux OEL6, NS Untrust F5 Pre-Production Linux OEL6, 151 Eisfw F5 Pre-Production Linux OEL6, NS Eisfw F5 Pre-Production Linux OEL6, 151 Trust Pre-Production Linux OEL6, NS Trust Pre-Production Linux OEL6, NS PrivateDMZ Pre-Production Linux OEL6, 151 PublicDMZ Pre-Production Linux OEL6, NS PublicDMZ Pre-Production Linux OEL6, AWS Untrust Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name Linux Pre-Production + alias Pre-Production Linux hosts + hostgroup_members Linux Pre-Production OEL6, 151 Restricted Pre-Production Linux OEL7, NS Restricted Pre-Production Linux OEL7 +} + +define hostgroup { + hostgroup_name Windows Pre-Production + alias Pre-Production Windows hosts + hostgroup_members NS PublicDMZ Pre-Production Windows, 151 PrivateDMZ Pre-Production Windows, NS PrivateDMZ Pre-Production Windows, NS Trust Pre-Production Windows, NS Untrust Pre-Production Windows, NS Untrust F5 Pre-Production Windows, 151 Eisfw F5 Pre-Production Windows, NS Eisfw F5 Pre-Production Windows, AWS Untrust Pre-Production Windows +} + +define hostgroup { + hostgroup_name IAM + alias IAM VIP's + members alumni-ldap, alumni-ldap1, alumni-ldap2, alumni05, alumni06, dsml, dumper05, dumper06, idp, ldap, ldap05, ldap06, ldapprime, ldapproxyqa, ldapremote, ldapupdate, newdumper, ovdprod, qaovd, tools, webservices +} + +define hostgroup { + hostgroup_name Active Directory + alias Active Directory servers + members pdom05.pu.win, pdom06.pu.win, pdom07.pu.win, pdom08.pu.win +} + +define hostgroup { + hostgroup_name LDAP + alias LDAP servers + members alumni-ldap1, alumni-ldap2, alumni05, alumni06, dumper05, dumper06, ldap05, ldap06, sdpldap200l, sdpldap201l +} + +define hostgroup { + hostgroup_name Maestro Dev/QA + alias TWS Maestro Dev/QA hosts + members ais101l, ais302l, ais309l, ais310l, ais318l, ais320l, eis176l, sis300l, sis301l, sis302l +} + +define hostgroup { + hostgroup_name Maestro + alias TWS Maestro Production hosts + members ais204l, ais211l, ais212l, sis200l, sis202l +} + +define hostgroup { + hostgroup_name Oracle Exadata + alias Oracle Exadata appliances + members x210client01, x210client02 +} + +define hostgroup { + hostgroup_name Oracle Exadata Dev/QA + alias Oracle Exadata Dev/QA appliances + members x110client01, x110client02 +} + +define hostgroup { + hostgroup_name SIEM + alias McAffee SIEM + members esm, siem-ace, siem-elm, siem-adm, siem-dem, receiver01, receiver02, receiver03 +} + +define hostgroup { + hostgroup_name Aruba ClearPass Appliances + alias Aruba ClearPass Appliances +} + +define hostgroup { + hostgroup_name InfoBlox + alias InfoBlox appliances +} + +define hostgroup { + hostgroup_name InfoBlox DNS + alias InfoBlox appliances providing DNS services + members ibddipv6-vrrp, iblox-external, iblox1-vrrp, iblox2-vrrp, ibvoip-a, ibvoip-b, ibwlan-87-a, ibwlan-87-b, ibwlan-ns-a, ibwlan-ns-b +} + +define hostgroup { + hostgroup_name Local + alias Servers to be checked from ims204 only + members csgtools300l, sdpprox301l +} + +define hostgroup { + hostgroup_name Cognos Test Users + alias User workstations for Cognos latency tests +} + +define hostgroup { + hostgroup_name Rover hosts + alias All hosts automatically imported from Rover +} + +define hostgroup { + hostgroup_name Talk-A-Phone Mini-Towers + alias Talk-A-Phone Mini-Towers (Site Protection VOIP Emergency Phones) +} + +define hostgroup { + hostgroup_name SOC Downtime + alias Hosts that SOC can schedule downtime on + members ntprintserver, printdell, printgpd, printhp, fincopiers200w, fincopiers100w, eisprtmgt201w, essprintsrvqa +} + +define hostgroup { + hostgroup_name SRA + alias Secure Remote Access Dell VPN + members aventailsslvpn-sra-n1, aventailsslvpn-sra-n2, eisnet-sra-cms, eisnet-sra-n1.remote, eisnet-sra-n2.remote +} + +define hostgroup { + hostgroup_name Arbor TMS + alias Arbor TMS + members tms-87-mgmt0, tms-87-mgmt1, sightline-NS +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PublicDMZ in 151 Forrestal + members aisfrevvo100w, aisfrevvo300w, aisfsaprtl100w, aisgold6web300w, aisgold7100w, aisgold7101w, aisgold7102w, aisgold7300w, aisgold7301w, aisgold7302w, aishmsres110w, aishmsres111w, aisinfoed120w, aisob101w, aissimfony7100w, aissimfony7102w, aissimfony7103w, aissimfony7300w, aissimfony7302w, aissimfony7303w, ats-dia112w, ats-fvs112w, ats101w, cch100w, cisdredge102w, cisdrex100w, cisdrex101w, csla100w, css300w, css328w, das101w, das110w, das111w, das300w, dasdia112w, dev-webqa-ogv, dev102w, dng203w, dng305w, fac111w, fac112w, fac113w, fac114w, fac115w, fac312w, fac313w, fin103w, gso100w, gso300w, gso301w, iamlds300w, iamlds301w, isogate100w, itms301w, opr302w, pei300w, sasemsws100w, sasspdc305w, sasspdc316w, sassunapsis100w, ss116w, ss303w, vpft101w +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Pre-Production Windows + alias Windows Pre-Production hosts in PublicDMZ in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS PublicDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PublicDMZ in New South + members aisgold6web100w, aishmsres101w, aishmsres121w, aishmsres301w, iamdirsync100w, ss106w, wassp104w +} + +define hostgroup { + hostgroup_name NS PublicDMZ Pre-Production Windows + alias Windows Pre-Production hosts in PublicDMZ in New South + members cisdrex200w, cisdrex201w, csi200w, css228w, dev206w, dng205w, fac215w, iamcert200w, pol202w +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Prod Windows + alias Windows Production hosts in PublicDMZ in 151 Forrestal + members aisgold6web200w, aishmsres201w, aishmsres211w, ant-had200w, art201w, ath201w, csla200w, das210w, dev201w, dev202w, dng202w, dps203w, eas200w, eeb-had201w, eishpdm200w, eng200w, fac209w-awprod, fac226-olive, geo-had-server, iamdirsync200w, isoproxy200w, maximo1, maximo2, maximo3, oa, pni-had-server, prz204w, psy200w, sasemsws200w, sassunapsis201w, soc-had200w, ss224w, ss225w, uhs211w, uss202w-win08, ussitfile200w, wasspdc205w +} + +define hostgroup { + hostgroup_name NS PublicDMZ Prod Windows + alias Windows Production hosts in PublicDMZ in New South + members aisfrevvo200w, aisfsa201w, aisfsaprtl200w, aisgold6web200w, aisgold7200w, aisgold7201w, aisgold7202w, aisiw209w, aisparking201w, amu206w, as-fmp, asrv201w, ats-dia212w, ats-fvs212w, ats201w, cch200w, ces201w-ts, chm200w, cisdr205w, cseslicense02, csgechoess200w, csgechomp201w, csgechomp202w, das211w, dascrl200w, dasdia212w, dasweb228w, dev-webprod, dev-webprod-ogv, dev-webprod-tt, devdesk, devtabguest, dsl200w, fac203w-gisprod, fac211w, fac212w, fac213w, fac214w, fac214w-centric, fin203w, gso200w, gso201w, iamweb200w, isocconsole200w, itms201w, lar-watchdog2, mccdigrec207w, mccweb200w, mus200w, odoc201w, oocphotos200w, prz201w, prz205w, prz206w, sassunapsis200w, sdpepo200w, spcvmsts214w, ss211w, ss215w, ssepo223w, ssepo224w, ssvr208w, tax200w, uhs-bhs200w, uss201w, vpft201w +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PublicDMZ in 151 Forrestal + members andlchaos300l, asbb106l, asbb107l, asoar301l, cisdrroxen100l, csgsmtp101l, eiscpan100l, eiscpan101l, eisglob100l, ele303l, ele304l, ele305l, mol103l, oaamx101l, pcs300l, prson-proj-dev, sas112l, ss100l, ss304l, ss308l, uss310l +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in PublicDMZ in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS PublicDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PublicDMZ in New South + members aisiw110l, art200l, iamshib303l, waseqa03l +} + +define hostgroup { + hostgroup_name NS PublicDMZ Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in PublicDMZ in New South + members erp200l, sas207l, sasiw224l +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PublicDMZ in 151 Forrestal + members aisiw212l, amu203l, cisdrroxen201l, mol201l, mol203l +} + +define hostgroup { + hostgroup_name NS PublicDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PublicDMZ in New South + members ais216l, andvlab200l, as202l, asbb208l, asetc206l, asoar201l, asweb200l, cisdr202l, cisdr204l, cisdrroxen200l, cisdrroxen206l, cla200l, eisess205l, eisnet202l, ele201l.ee, ele203l, esspup200l, iso200l-rencif, jefspecial200l, mcgrawect200l, mol200l, netvclock200l, oaamx201l, oaamx202l, oaapcvm203l, odoc200l, opr202l, pol202l, pol203l, prson-proj-prod, ss200l, ss209l, stuportal200l, waspprod03l +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PrivateDMZ in 151 Forrestal + members ais320w, ais331w, aishmsres102w, aisinfoed300w, aisiw105w, aisiw106w, aisob102w, aisob119w, aisob301tstw, aisob301w, aisob302tstw, aisob302w, aisob315tstw, aisob315w, aisob319tstw, aisob319w, aisparking100w, aisparking101w, aissimfony7101w, aissimfony7301w, aistopaz110w, aistopaz300w, aistopaz310w, aisupc310w, asmobile101w, cisdr-prep, cisdr105w, cisdr301w, dev-webqa, dev-webqa-tt, dev101w, devc, devtabtoolsqa, devtools, dng306w, dsl300w, eis105w, eis155w, eis345w, eisctxpvs100w, eisctxpvs101w, eisiws300w, eissql100w, eissql101w, eissql102w, eissql104w, eissql105w, eissql302w, eissql303w, eissql304w, eiswszeta102w, eisxendc100w, eisxendc101w, eiszeta100w, epm300w, erp302w, erp330w, ess-2008r2test, ess-2012r2test, ess-2016test, ess100w, essnick2019test, essosd302w, essprintsrvqa, essvmbkp100w, essvprox100w, essvprox101w, esswsus300w, fac-egn-desigo, fac-eng-301w, fac-geodev, fac-geoqa, fac-lutronqa, fac-spcacst101w, fac-spcacst102w, fac-spcacst103w, fac-spcacsts108, fac-spcactdb102, fac-spcactdb103, fac-spcactha105, fac-spcactha106, fac-webctrl100w, fac-webctrl300w, fac101w, fac102w, fac103w-gisqa, fac103wsaltots, fac108w-awqa, fac115w-x100, fac303w-esridev, fac303w-gisdev, fac309wsaltodev, fac314w, fin302w, fincopiers100w, fint300w, fint301w, fint302w, fint303w, iamcacomp100w, iamload100w, iamload101w, iammim300w, iammimweb100w, iammimweb101w, iamtools100w, iamwebsvc100w, iss128w, iss129w, itms300w, landrdev, lss110w-tqa, maximosourceqa, mccweb100w, mccweb101w, mol102w, mol302w, mon300w, mon301w, netnsm100w, odoc301w, out301w, pcocr104w, pcocr105w, psm101w, pudev02.pudev.windev, puqa01.zeta.adtest, sas305w, sas306w, sasemsterm100w, sasspapp300w, sasspapp301w, sasspapp310w, sasspapp312w, sasspdc306w, sasspss316w, sastopaz100w, sastopaz110w, sastopaz300w, sdp102w, sdp300w, sdpepo100w, sis313w, smo301w, sql-zeta2, ss101w, ss103w, ss104w, ss105w, ss305w, ss306w, ssvr108w, ssvr308w, tmetrics, tmetsdevlab, tps101w-garage, ufa300w, uhs104w, uhs114w, uss300w-willow, uss301w-sandbox, uss302w-sndbx08, uss303w, uss304w, winqa01.adtest +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Pre-Production Windows + alias Windows Pre-Production hosts in PrivateDMZ in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Prod Windows + alias Windows Production hosts in PrivateDMZ in 151 Forrestal + members ais201w, ais217w, aisdvcts200w, aishmsres200w, aishmsres210w, aishwscbord200w, aisiw210w, amu209w, amu210w, asmobile203w, cas201w, dev200w, devp1, devp3, dps201w, eisctxappdna200, eisctxddc200w, eisctxddc201w, eisctxdir200w, eisctxlic200w, eisctxsf200w, eisctxsf201w, eisctxwem200w, eisctxwem201w, eissql209w, eissql212w, essonsm200w, essvmbkp200w, fac-anaqua1, fac-goshin200w, fac-lumewave200, fac-spcacsts209, fac-spreports, fac-willow2, fac208w-afprod, fincopiers200w, iamencoder204w, iamencoder205w, iamencoder206w, isoconsole, itms200w, lsscvms207w, mol202w, mol205w, mol206w, ocs201w, odoc202w, pcords201w, pdom07.pu.win, pni201w, printdell, prz203w, saconsole200w, sasemsterm200w, sdp205w, smo200w, spcvms10nvr210w, spcvms11nvr211w, spcvms12nvr212w, spcvms3nvr203w, spcvms4nvr204w, spcvms5nvr205w, spcvms6nvr206w, spcvms7nvr207w, spcvms8nvr208w, spcvms9nvr209w, tmetsciscodigi2, top200w, top201w, uss204w, wasspapp200w, wasspapp201w, wasspss206w, win04.win +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PrivateDMZ in 151 Forrestal + members ais103l, ais104l, ais113l, ais302l, ais309l, ais310l, ais312l, ais315l, ais318l, ais320l, ais321l, ais322l, ais323l, ais324l, ais325l, ais326l, ais327l, ais330l, aisiw303l, aisiw344l, aisiw345l, aissmb325l, asweb100l, asweb300l, autom102l, cisdr103l, csgtools300l, eis344l, eiscups300l, eisdba303l, eisvnet300l, ele301l, epm100l, epm302l, ess307l, essgit100l, essgit101l, essoel300l, esspup101l, iamcaproxy100l, iamroxen300l, ims320, mol100l, mol101l, mol300l, mol301l, odoc100l, odoc300l, sas104l, sas105l, sas106l, sas108l, sas109l, sas111l, sas113l, sas114l, sas115l, sas116l, sas300l, sas301l, sas302l, sas303l, sas307l, sas308l, sas309l, sas310l, sas311l, sas312l, sasiw103l, sasiw113l, sasiw117l, sasiw119l, sasiw350l, sdn-ctrl-vm, sdpobi100l, sdpprox300l, sdppua300l, sdppua301l, ssohdcsp100l, timeline103l, timeline104l, timeline105l, timeline301l, timeline302l, updatespace +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in PrivateDMZ in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PrivateDMZ in 151 Forrestal + members ais218l +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PrivateDMZ in New South + members ais-mars, ais-sn200w, ais-sn300w, ais114w, ais115w, ais313w, ais316w, ais317w, ais319w, aishmsres100w, aishmsres120w, aishmsres122w, aishmsres202w, aishmsres300w, aishmsres302w, aisinfoed100w, aisob115w, aisparking300w, aisparking300w, aisparking301w, aisparking301w, aiste304w, aistopaz100w, amu102w, cas301w, dev100w, devq, eis370w, eisctxappdna100, eisctxddc100w, eisctxddc101w, eisctxdir100w, eisctxsf100w, eisctxsf101w, eisctxwem100w, eisctxwem101w, eissql305w, eissql306w, essctxddc300w, essctxsf300w, essctxxa300w, essnicksdev300w, essorch300w, fac-spcacst104w, fac107w-afqa, fac307w-afdev, fac308w-awdev, iamshibtest100w, mol105w, odoc101w, pcords101w, puqa02.zeta.adtest, sassunapsis101w, spcacs201w, top100w, top101w, uhs111w, wassp100w, wassp101w, wassp105w, win03.win, windev02.windev, winqa02.adtest +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Pre-Production Windows + alias Windows Pre-Production hosts in PrivateDMZ in New South + members ais202w, alamut, dcf200w, dcf201w, dpsbastion200w, erp201w, fac-spcacsha210, fac202w, fac206wsaltots, fac207wsaltojs, fac222w-acad, gso202w, iss228w, iss229w, lib200w, ocs202w, pcocr204w, pcocr205w, spcvms13nvr213w, spcvms14nvr214w, spcvmsj215w, tps202w-garage, uhs-bh201w +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Prod Windows + alias Windows Production hosts in PrivateDMZ in New South + members adm-it-ws, ais207w, ais214w, ais226w, aiscerberus200w, aisinfoed200w, aisiw205w, aisiw206w, aisob201w, aisob202w, aisob215w, aisob219w, aisparking200w, aisstargate200w, aistopaz200w, alertus, amu207w, amu212w, asmobile201w, asrv202w, ath200w, cas200w, chm-dmac200w, cisdr201w, cisdrcons200w, csglyncdb225w, csglyncdb226w, dev203w, dev204w, dev205w, devtabtools, devtool, dng200w, dng201w, dng204w, dngbboard200w, eeb-fm201w, eis253w, eis255w, eisctxpvs200w, eisctxpvs201w, eisiws200w, eislmt200w, eisnet200w, eissql202w, eissql203w, eissql204w, eissql205w, eissql206w, eissql207w, eissql210w, eissql211w, eisws201w, eisws202w, ele202w, epm200w, esscode200w, essconsole200w, essconsole201w, essdem200w, essscript200w, essvmbkp201w, esswsus200w, evcontroller1, evcontroller2, fac-evnts2hv200, fac-infoctr1, fac-infoctr3, fac-keys200w, fac-larprime, fac-lssxibo, fac-lutlarsprd, fac-lutronprod, fac-lutronprod2, fac-palm3, fac-rds-200w, fac-rds-201w, fac-spcacfdb207, fac-spcacs204w, fac-spcacsdb205, fac-spcacsf206w, fac-spcacsts208, fac-stprosvcs, fac-termsvr1, fac-trimble, fac-willo3-200w, fac201w, fac203-publish, fac207w, fac216w-xibo, fac219w-tsw, fac221w-acad, fac223w-jadwin, fac223w-x200, fac224w-tcam, fac225w-tcam, fac230w-led, fcc200w, hou201w, iambuilder, iamconsole, iamsvn200w, iamtools, iss226w, iss227w, landr, lss210w-tprod, mccweb201w, mon200w, mon201w, mon202w, mon203w, netops200w, ntprintserver, oac200w, orp200w, oss201w, pcs200w, pdom05.pu.win, pdom06.pu.win, pdom08.pu.win, phy200w, printgpd, printhp, printsoa200w, sas203w, sasiw202w, sastopaz200w, scs201w, sdpvm200w, sea200w, sea201w, sentryteledir, smo201w, smo202w, smo203w, smo204w, smo205w, smo206w, socconsole, spcacsa202w, spcvms1nvr201w, spcvms2nvr202w, spcvmsm200w, ss212w, ss213w, ss214w, ss217w, ss219w, ss220w, ss221w, ssvr209w, svconsole200w, svp2vhelper, tbschedule1, telswitch, tmetsciscodigi1, tmetsdigi1, tmetsdigi2, tmetsmultimedia, tps200w-garage, tps201w-garage, ufa200w, uhs214w, upkvm, uss203w, uss205w, uss207w, uss208w, wassp200w, wws200w +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PrivateDMZ in New South + members devrtools, eis374l, hoover1, sasiw100l +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in PrivateDMZ in New South + members isocis200l, sas208l, sas209l, sas210l, sas211l, sas212l, sas213l, sasiw218l, sasiw223l +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PrivateDMZ in New South + members adm-it2, ais212l, ais213l, ais222l, ais225l, aisiw207l, aisiw208l, aissmb225l, amu208l, csgtools200l, eis256l, eiscups200l, eisnet201l, eistsm200l, essgit200l, essproxy200l, esspup201l, iamtools200l, net200l-config, netbkup200l, netbmfgw200l, oss200l, sas200l, sas204l, sas205l, sas206l, sasiw200l, sasiw203l, ssocms200, timeline203l, timeline204l, timeline205l, wds-util +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Prod Linux OEL5 + alias Oracle Enterprise Linux 5 Production hosts in PrivateDMZ in New South + members ims211 +} + +define hostgroup { + hostgroup_name 151 Trust Dev/QA Windows + alias Windows Dev/QA hosts in Trust in 151 Forrestal + members aisob113w, aisob114w, aisob116w, aisob117w, aisob118w, aisob313tstw, aisob313w, aisob314tstw, aisob314w, aisob316w, aisob317w, aisob318tstw, aisob318w, cisdr300w, csgspapp102w, csgspapp103w, csgspdb100w, csgspdb101w, dba300w, dba301w, eis-fwmgrqa, eisctxsql100w, eisctxsql101w, eissql113w, esschoco100w, esschoco300w, essrundeck100w, facsaltodb100w, facsaltodb101w, iammim100w, iammim301w, iammimdb101w, iammimdb102w, iammimdb301w, pcocrdb106w, sasiw111w, sasiw112w, sasiw114w, sasiw116w, sasiw346w, sasiw347w, sasiw348w, sasiw349w, sasob100w, sasob300tstw, sasob300w, sasspdb308w, sasspdb309w, sasspdb318w, sasspdb319w, sis118w, sis310w, spcvms1nvr101w, spcvmsqa100w +} + +define hostgroup { + hostgroup_name 151 Trust Pre-Production Windows + alias Windows Pre-Production hosts in Trust in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name 151 Trust Prod Windows + alias Windows Production hosts in Trust in 151 Forrestal + members aisob213w, csgsp200w, eissql213w, eisctxsql200w, eisctxsql201w, eisvone200w, eisvone201w, essorch201w, esssma200w +} + +define hostgroup { + hostgroup_name 151 Trust Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in Trust in 151 Forrestal + members ais102l, ais111l, ais307l, ais311l, ais329l, aisiw108l, aisiw302l, aisiw338l, aisiw341l, eis176l, eis178l, eis319l, eis368l, eis369l, eis376l, eis377l, eisdba301l, eisdba302l, eisfax300l, ess305l, essconjur300l, essrundeck102l, ims321, kima, roxdb01qa, sasiw101l, sasiw118l, sasiw351l, sdpoam101l, sis100l, sis101l, sis102l, sis103l, sis104l, sis105l, sis106l, sis107l, sis108l, sis109l, sis110l, sis111l, sis112l, sis113l, sis114l, sis115l, sis119l, sis120l, sis300l, sis301l, sis302l, sis303l, sis304l, sis305l, sis306l, sis307l, sis308l, sis309l, sis311l, sis312l, sis314l, sis315l, sisdba301l, x110client01, x110client02 +} + +define hostgroup { + hostgroup_name 151 Trust Dev/QA Linux OEL5 + alias Oracle Enterprise Linux 5 Dev/QA hosts in Trust in 151 Forrestal + members devprov01, qaprov01 +} + +define hostgroup { + hostgroup_name 151 Trust Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in Trust in 151 Forrestal + members eis230l, roxdb01 +} + +define hostgroup { + hostgroup_name 151 Trust Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in Trust in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Trust Dev/QA Windows + alias Windows Dev/QA hosts in Trust in New South + members aisfsa100w, essorch101w, esssma100w, wasspdb100w, wasspdb101w +} + +define hostgroup { + hostgroup_name NS Trust Pre-Production Windows + alias Windows Pre-Production hosts in Trust in New South + members essrundeck203w, facsaltodb200w, facsaltodb201w, pcocrdb206w, sasiw225w, sasiw226w, sasiw227w, sasiw228w, sasmbns203w, sasmbns204w, sasmbns205w, sasmbproxy200w, sasmbproxy202w, sasmbproxy206w, sasob299w, sis222w +} + +define hostgroup { + hostgroup_name NS Trust Prod Windows + alias Windows Production hosts in Trust in New South + members aisob214w, aisob216w, aisob217w, aisob218w, cisdr200w, cisdr206w, csgdocave200w, csgmbx206w, csgmbx207w, csgsp201w, csgspdb202w, csgspdb203w, eis206w, esschoco200w, essdhcp200w, esssan202w, iamscript200w, oac201w, sasiw215w, sasiw216w, sasmis200w, sasob200w, savmbkent200w, sdpenc200w, wasspdb200w, wasspdb201w +} + +define hostgroup { + hostgroup_name NS Trust Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in Trust in New South + members roxdb02qa, sdpoam100l, sis123l, sis124l +} + +define hostgroup { + hostgroup_name NS Trust Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in Trust in New South + members essrundeck202l, sasiw219l, sasiw222l, sis214l, sis215l, sis218l, sis219l, sis220l, sis221l +} + +define hostgroup { + hostgroup_name NS Trust Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in Trust in New South + members ais211l, aisiw213l, bunk, eis254l, eis286l, eis289l, eis290l, eis294l, eisfax200l, omar, roxdb02, sasiw201l, sasiw220l, sasiw221l, sdpoam200l, sdpoam201l, sdpobi200l, sis200l, sis201l, sis202l, sis203l, sis204l, sis205l, sis206l, sis207l, sis208l, sis209l, sis210l, sis211l, sis212l, sis213l, x210client01, x210client02 +} + +define hostgroup { + hostgroup_name NS Trust Prod Linux OEL5 + alias Oracle Enterprise Linux 5 Production hosts in Trust in New South + members eis208l, prov01 +} + +define hostgroup { + hostgroup_name AWS Untrust Dev/QA Windows + alias Windows Dev/QA hosts in Amazon Cloud + members epm301w.aws, iamshib102w.aws, iamshib103w.aws, puqa05.zeta.adtest, puqa06.zeta.adtest, winqa03.aws, winqa04.aws +} + +define hostgroup { + hostgroup_name AWS Untrust Pre-Production Windows + alias Windows Pre-Production hosts in Amazon Cloud + members iamshib202w.aws, iamshib203w.aws, pdom09.aws, pdom10.aws, win05.aws, win06.aws +} + +define hostgroup { + hostgroup_name AWS Untrust Prod Windows + alias Windows Production hosts in Amazon Cloud + # members +} + +define hostgroup { + hostgroup_name AWS Untrust Dev/QA Linux OEL6 + alias Linux Dev/QA hosts in Amazon Cloud + members cisdrtc100l.aws, epm303l.aws, iamcas102l.aws, iamcas103l.aws +} + +define hostgroup { + hostgroup_name AWS Untrust Pre-Production Linux OEL6 + alias Linux Pre-Production hosts in Amazon Cloud + members iamcas202l.aws, iamcas203l.aws +} + +define hostgroup { + hostgroup_name AWS Untrust Prod Linux OEL6 + alias Linux Production hosts in Amazon Cloud + members cisdrtc200l.aws +} + +define hostgroup { + hostgroup_name AWS Dev/QA ELB + alias AWS Dev/QA Elastic Load Balancers in Amazon Cloud + members fedqa, idpqa +} + +define hostgroup { + hostgroup_name 151 Restricted Dev/QA Windows + alias Windows Dev/QA hosts behind Restricted 151 Forrestal + members uhs107w +} + +define hostgroup { + hostgroup_name NS Restricted Dev/QA Windows + alias Windows Dev/QA hosts behind Restricted in New South + # members +} + +define hostgroup { + hostgroup_name 151 Restricted Pre-Production Windows + alias Windows Pre-Production hosts behind Restricted 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Restricted Pre-Production Windows + alias Windows Pre-Production hosts behind Restricted in New South + # members +} + +define hostgroup { + hostgroup_name 151 Restricted Prod Windows + alias Windows Production hosts behind Restricted in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Restricted Prod Windows + alias Windows Production hosts behind Restricted in New South + members uhs207w +} + +define hostgroup { + hostgroup_name 151 Restricted Dev/QA Linux OEL7 + alias Oracle Enterprise Linux 7 Dev/QA hosts in 151, Restricted zone + # members +} + +define hostgroup { + hostgroup_name NS Restricted Dev/QA Linux OEL7 + alias Oracle Enterprise Linux 7 Dev/QA hosts in New South, Restricted zone + # members +} + +define hostgroup { + hostgroup_name 151 Restricted Pre-Production Linux OEL7 + alias Oracle Enterprise Linux 7 Pre-Production hosts in 151, Restricted zone + # members +} + +define hostgroup { + hostgroup_name NS Restricted Pre-Production Linux OEL7 + alias Oracle Enterprise Linux 7 Pre-Production hosts in New South, Restricted zone + # members +} + +define hostgroup { + hostgroup_name 151 Restricted Prod Linux OEL7 + alias Oracle Enterprise Linux 7 Production hosts in 151, Restricted zone + # members +} + +define hostgroup { + hostgroup_name NS Restricted Prod Linux OEL7 + alias Oracle Enterprise Linux 7 Production hosts in New South, Restricted zone + # members +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Dev/QA Windows + alias Windows Dev/QA hosts behind F5 and Eisfw in 151 Forrestal + members aisob110w, aisob111w, aisob310tstw, aisob310w, aisob311tstw, aisob311w, aisupc102w, aisupc103w, csgspfe100w, csgspfe101w, csgwowza300w, iamadfs100w, iamadfs101w, iamduo100w, iamduo101w, iamethos100w, iamethos101w, iamshib100w, iamshib101w, iamshib104w, iamshib105w, iamshib300w, iamshib301w, sasspfe302w, sasspfe303w, sasspfe304w, sasspfe312w, sasspfe313w, sasspfe314w, sasspowa307w, sasspowa317w, uhs109w, uhs110w, wasspowa106w +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Pre-Production Windows + alias Windows Pre-Production hosts behind F5 and Eisfw in 151 Forrestal + members iamshib204w, iamshib205w +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Prod Windows + alias Windows Production hosts behind F5 and Eisfw in 151 Forrestal + members amu201w, amu202w, csgwowza202w, iamshib200w, uhs209w, wasspfe202w, wasspfe203w, wasspfe204w, wasspowa207w +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Dev/QA Linux OEL5 + alias OEL5 Linux Dev/QA hosts behind F5 and Eisfw in 151 Forrestal + members csgsmtp100l +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts behind F5 and Eisfw in 151 Forrestal + members ais101l, autom100l, autom101l, csgkaltura300l, eisoid101l, eisoid102l, essrundeck100l, essrundeck101l, essrundeck201l, iamcas300l, iamcas301l, iamprox100l, iamprox101l, iamprox102l, iamprox103l, iamprox300l, iamprox301l, iamxythos100l, iamxythos101l, iamxythos300l, iamxythos301l, mon302l, mon303l, reg102l, reg301l, sdpldap100l, sdpldap101l, sdpldap300l, sdpohs101l, sdpovd101l, sdpprox100l, sdpprox101l, sdpprox301l, timeline101l, timeline102l, webhead01-qa, webhead02-qa +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts behind F5 and Eisfw in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Prod Linux OEL6 + alias OEL6 Linux Production hosts behind F5 and Eisfw in 151 Forrestal + members ais204l, eisess203l, iso-202l +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Dev/QA Windows + alias Windows Dev/QA hosts behind F5 and Eisfw in New South + members iamadfs300w, iamshib302w, sdpcas100w, sdpcas101w, wassp102w, wassp103w +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Pre-Production Windows + alias Windows Pre-Production hosts behind F5 and Eisfw in New South + # members +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Prod Windows + alias Windows Production hosts behind F5 and Eisfw in New South + members aisob210w, aisob211w, aisupc202w, aisupc203w, csgsp202w, csgsp203w, csgsp204w, csgwowza201w, iamadfs200w, iamadfs201w, iamcas200w, iamcas201w, iamduo200w, iamduo201w, iamethos200w, iamethos201w, iamshib201w, sdp201w, sdpalc200w, sdpcas202w, sdpcas203w, sdpidp202w, sdpidp203w, sdptools200w, uhs210w, wasdocave200w +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts behind F5 and Eisfw in New South + members sdpohs100l, sdpovd100l +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts behind F5 and Eisfw in New South + # members +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Prod Linux OEL6 + alias OEL6 Linux Production hosts behind F5 and Eisfw in New South + members autom200l, autom201l, csgkaltura201l, csgkaltura202l, csgsmtp202l, csgsmtp203l, eisess202l, eisess204l, eisoid201l, eisoid202l, eisoid203l, iamprox200l, iamprox201l, iamxythos200l, iamxythos201l, mon204l, mon205l, reg203l, sdpldap200l, sdpldap201l, sdpohs200l, sdpohs201l, sdpovd200l, sdpovd201l, sdpprox200l, sdpprox201l, timeline201l, timeline202l, webhead01, webhead02 +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Dev/QA Windows + alias Windows Dev/QA hosts behind F5 in 151 Forrestal + members csgcas104w, csgcas105w, csghub102w, csghub103w, sdp100w, sdp101w +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Prod Windows + alias Windows Production hosts behind F5 in 151 Forrestal + members csgcas204w +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Prod Linux OEL6 + alias Linux OEL6 Production hosts behind F5 in 151 Forrestal + members cisdrroxen205l, cisdrswh201l, eisess200l, eisess201l +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Pre-Production Linux OEL6 + alias Linux OEL6 Pre-Production hosts behind F5 in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Untrust F5 Dev/QA Windows + alias Windows Dev/QA hosts behind F5 in New South + # members +} + +define hostgroup { + hostgroup_name NS Untrust F5 Dev/QA Linux OEL6 + alias Linux OEL6 Dev/QA hosts behind F5 in New South + # members +} + +define hostgroup { + hostgroup_name NS Untrust F5 Prod Windows + alias Windows Prod hosts behind F5 in New South + members csgcas205w, csgcas206w, csgcas207w, csglync221w, csglync222w, csglync228w, csglync229w, essrds290w +} + +define hostgroup { + hostgroup_name NS Untrust F5 Prod Linux OEL6 + alias Linux OEL6 Production hosts behind F5 in New South + members cisdrroxen202l, cisdrroxen203l, cisdrroxen204l, cisdrswh200l +} + +define hostgroup { + hostgroup_name NS Untrust F5 Pre-Production Windows + alias Windows Pre-Production hosts behind F5 in New South + # members +} + +define hostgroup { + hostgroup_name NS Untrust F5 Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts behind F5 in New South + # members +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts behind F5 in 151 Forrestal + members cisdrroxen101l, cisdrswh100l, cisdrswh300l +} + +define hostgroup { + hostgroup_name 151 Untrust Dev/QA Windows + alias Windows Dev/QA hosts outside the firewall in 151 Forrestal + members csgcas301w, csghub302w, csgmbx100w, csgmbx300w, csgmbx303w, csgum107w, eisssrs301w, esspatchtest300, iammimweb300w, iammimweb301w +} + +define hostgroup { + hostgroup_name NS Untrust Dev/QA Windows + alias Windows Dev/QA hosts outside the firewall in New South + members csgcas311w +} + +define hostgroup { + hostgroup_name NS Untrust Pre-Production Windows + alias Windows Pre-Production hosts outside the firewall in New South + # members +} + +define hostgroup { + hostgroup_name 151 Untrust Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts outside the firewall in 151 Forrestal + members cses01, csglists300l, csglists301l, csgsawmill300l, eis308l, eiscpan102l, eiscpan301l, ele101l, iamroxen301l, iamweb300l, ims311, ims318, nismaster4-dev, nisslave-dev, pol100l, pol101l, prescott, sas100l, sas101l, sas102l, sas103l, sas110l +} + +define hostgroup { + hostgroup_name 151 Untrust Dev/QA Linux OEL5 + alias OEL5 Linux Dev/QA hosts outside the firewall in 151 Forrestal + members dascpan100l, ims302, ims303 +} + +define hostgroup { + hostgroup_name 151 Untrust Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts outside the firewall in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Untrust Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts outside the firewall in New South + members ais208l, ais209l, ais210l, ims319 +} + +define hostgroup { + hostgroup_name NS Untrust Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts outside the firewall in New South + members epm201l, epm202l, sasiw217l +} + +define hostgroup { + hostgroup_name 151 Untrust Prod Windows + alias Windows Production hosts outside the firewall in 151 Forrestal + members csghub208w, uhs212w, uhs213w +} + +define hostgroup { + hostgroup_name NS Untrust Prod Windows + alias Windows Production hosts outside the firewall in New South + members aissimfony7200w, aissimfony7201w, aissimfony7202w, aissimfony7203w, arc-hestia, csghub209w, csglync227w, csglynce223w, csglynce224w, csglyncm218w, eis-fwmgr, eisprtmgt201w, eisrds201w, eisssrs201w, essosd202w, fac-geoprod, sdp200w, sdp202w +} + +define hostgroup { + hostgroup_name 151 Untrust Prod Linux OEL6 + alias OEL6 Linux Prod hosts outside the firewall in 151 Forrestal + members csglists200l, eistsm207l, eistsm208l, eistsm210l +} + +define hostgroup { + hostgroup_name 151 Untrust Prod Linux OEL5 + alias OEL5 Linux Production hosts outside the firewall in 151 Forrestal + members raas03 +} + +define hostgroup { + hostgroup_name NS Untrust Prod Linux OEL6 + alias OEL6 Linux Production hosts outside the firewall in New South + members ais223l, ais224l, csgsawmill200l, eis222l, eistsm206l, eistsm211l, ele200l, nismaster, nismaster3, nisslave11, nisslave12, sas201l, sas202l, sentinel +} + +define hostgroup { + hostgroup_name NS Untrust Prod Linux OEL5 + alias OEL5 Linux Production hosts outside the firewall in New South + members ims214, ims215 +} + +define hostgroup { + hostgroup_name Application Linux Dev/QA + alias Linux Dev/QA servers with application disks + members ais101l, ais111l, ais211l, ais302l, ais309l, ais310l, ais311l, aisiw302l, aisiw303l, asoar301l, eis344l, eisoid101l, eisoid102l, ele303l, ele304l, hoover1, mcgrawect200l, pol202l, prson-proj-dev, roxdb01qa, roxdb02qa, sdpldap100l, sdpldap101l, sdpprox100l, sdpprox101l, sdpprox300l, sdpprox301l, timeline101l, timeline102l, timeline103l, timeline301l, timeline302l, updatespace +} + +define hostgroup { + hostgroup_name Application Linux Production + alias Linux Production servers with application disks + members asoar201l, eisoid201l, eisoid202l, eisoid203l, iamxythos200l, iamxythos201l, iso200l-rencif, mol200l, mon204l, mon205l, net200l-config, oaamx201l, oaamx202l, prson-proj-prod, roxdb01, roxdb02, sdpldap200l, sdpldap201l, sdpprox200l, sdpprox201l, sentinel, timeline201l, timeline202l, timeline203l, timeline204l, timeline205l +} + +define hostgroup { + hostgroup_name Exceptions + alias Hosts for which the application owners want to receive all or most of ESS checks + members ais218l +} + +define hostgroup { + hostgroup_name Netmgmt + alias Net management interfaces (DRAC, ALOM) + members csgspdb202w-netmgt, csgspdb203w-netmgt, das210w-netmgt, dev203w-netmgt, eis208l-drac, eis319l-netmgt, eissql100w-netmgt, eissql101w-netmgt, eissql105w-netmgt, eissql203w-netmgt, eissql204w-netmgt, eissql206w-netmgt, eissql207w-netmgt, eissql210w-netmgt, eissql211w-netmgt, eistsm206l-netmgt, eistsm207l-netmgt, eistsm208l-netmgt, eistsm210l-netmgt, eistsm211l-netmgt, essconsole201w-netmgt, essvmbkp100w-netmgt, essvmbkp200w-netmgt, essvmbkp201w-netmgt, essesx200v-netmgt, essesx201v-netmgt, essesx202v-netmgt, essesx203v-netmgt, essesx211v-netmgt, essesx212v-netmgt, essesx213v-netmgt, essesx214v-netmgt, essesx215v-netmgt, essesx216v-netmgt, essesx217v-netmgt, essesx218v-netmgt, essesx220v-netmgt, essesx221v-netmgt, essesx240v-netmgt, essesx241v-netmgt, essesx242v-netmgt, essesx290v-netmgt, essesx291v-netmgt, essesx292v-netmgt, fac-infoctr1-netmgt, iamencoder204w-netmgt, iamencoder205w-netmgt, iamencoder206w-netmgt, hoover1-netmgt, ims204-netmgt, isserv215-netmgt, isserv216-netmgt, lsscvms207w-netmgt, nismaster-netmgt, pdom06-netmgt, pdom07-netmgt, prz203w-netmgt, roxdb01-netmgt, roxdb01qa-netmgt, roxdb02-netmgt, roxdb02qa-netmgt, sdpldap101l-netmgt, sentinel-netmgt, wasspdb200w-netmgt, wasspdb201w-netmgt, win04-netmgt +} + +define hostgroup { + hostgroup_name Solaris + alias Solaris production systems + members isserv215, isserv216 +} + +define hostgroup { + hostgroup_name HPE + alias Physical HPE servers + hostgroup_members ESX HPE oob, Physical Prod Windows HPE, Physical Dev/QA Windows HPE +} + +define hostgroup { + hostgroup_name Physical Prod Windows HPE + alias HPE Production Windows hosts + members eissql210w-netmgt, eissql211w-netmgt, essvmbkp200w, essvmbkp200w-netmgt, essvmbkp201w, essvmbkp201w-netmgt +} + +define hostgroup { + hostgroup_name Physical Dev/QA Windows HPE + alias HPE Dev/QA Windows hosts + members eissql105w-netmgt + hostgroup_members Physical Pre-Production Windows HPE +} + +define hostgroup { + hostgroup_name Physical Pre-Production Windows HPE + alias HPE Pre-Production Windows hosts + # members +} + +define hostgroup { + hostgroup_name Physical Prod Windows + alias Physical Production Windows hosts with OpenManage + members csgspdb202w, csgspdb203w, das210w, das211w, dev203w, eissql203w, eissql204w, eissql206w, eissql207w, essconsole201w, fac-infoctr1, iamencoder204w, iamencoder205w, iamencoder206w, lsscvms207w, pdom06.pu.win, pdom07.pu.win, prz203w, wasspdb200w, wasspdb201w, win04.win +} + +define hostgroup { + hostgroup_name Physical Dev/QA Windows + alias Physical Development Windows hosts with OpenManage + members ais313w, eissql100w, eissql101w, essvmbkp100w + hostgroup_members Physical Pre-Production Windows +} + +define hostgroup { + hostgroup_name Physical Pre-Production Windows + alias Pre-Production Windows Dev/QA Physical hosts + # members +} + +define hostgroup { + hostgroup_name Physical Prod Linux + alias Physical Production Linux hosts with OpenManage + members eis208l, eistsm206l, eistsm207l, eistsm208l, eistsm210l, eistsm211l, ims204, nismaster, roxdb01, roxdb02, sentinel +} + +define hostgroup { + hostgroup_name Physical Dev/QA Linux + alias Physical Development Linux hosts with OpenManage + members eis319l, hoover1, roxdb01qa, roxdb02qa, sdpldap101l + hostgroup_members Physical Pre-Production Linux +} + +define hostgroup { + hostgroup_name Physical Pre-Production Linux + alias Pre-Production Linux Dev/QA Physical hosts + # members +} + +define hostgroup { + hostgroup_name Netmgmt - No SSH + alias Net management interfaces without SSH check + members eis319l-netmgt, essesx290v-netmgt, essesx291v-netmgt, essesx292v-netmgt, hoover1-netmgt, lsscvms207w-netmgt +} + +define hostgroup { + hostgroup_name ZETA + alias ZETA AD Domain member hosts + members csgcas104w, csgcas105w, csghub102w, csghub103w, csgmbx100w, csgum107w, eis105w, puqa01.zeta.adtest, puqa02.zeta.adtest, sdpepo100w, sql-zeta2, winqa01.adtest, winqa02.adtest +} + +define hostgroup { + hostgroup_name PUDev + alias PUDev AD Machines + members csgcas301w, csgcas311w, csghub302w, csgmbx300w, csgmbx303w, pudev02.pudev.windev, windev02.windev +} + +define hostgroup { + hostgroup_name 32bit Linux + alias Linux x86 machines + members devprov01, harris, ims214, ims215, ims302, ims303, prov01, qaprov01 +} + +define hostgroup { + hostgroup_name test-border-router + alias OIT routers in test +} + +define hostgroup { + hostgroup_name OIT Core Routers-Switches + alias OIT Core Routers and Switches +} + +define hostgroup { + hostgroup_name OIT VOIP routers + alias OIT VOIP routers +} + +define hostgroup { + hostgroup_name OIT Non-core routers + alias OIT Non-core routers +} + +define hostgroup { + hostgroup_name ISP routers + alias ISP routers +} + +define hostgroup { + hostgroup_name OIT CWDM + alias OIT CWDM (Coarse Wave Division Multiplexing) Equipment +} + +define hostgroup { + hostgroup_name VPN Tunnel Endpoints + alias VPN Tunnel Endpoints +} + +define hostgroup { + hostgroup_name OIT Ethernet switches-repeaters + alias OIT Ethernet switches and repeaters +} + +define hostgroup { + hostgroup_name OIT Aruba WAP + alias OIT Aruba Wireless Access Points +} + +define hostgroup { + hostgroup_name OIT Cisco WAP + alias OIT Cisco Wireless Access Points +} + +define hostgroup { + hostgroup_name OIT UPS + alias OIT Campus Infrastructure UPS +} + +define hostgroup { + hostgroup_name OIT APC Switched Rack PDU + alias OIT APC Switched Rack PDU units +} + +define hostgroup { + hostgroup_name OIT APC Redundant Power Auto Transfer Switch + alias OIT APC Redundant Power Auto Transfer Switch units +} + +define hostgroup { + hostgroup_name Lantronix Serial-to-IP Terminal Server Gateways + alias Lantronix Serial-to-IP Terminal Server Gateways +} + +define hostgroup { + hostgroup_name A10 NATs + alias A10 NAT devices +} + +define hostgroup { + hostgroup_name NAT McCarter + alias McCarter NAT devices +} + +define hostgroup { + hostgroup_name Aruba wireless controllers + alias Aruba wireless controllers +} + +define hostgroup { + hostgroup_name Aruba Remote Access Controllers + alias Aruba Remote Access Controllers +} + +define hostgroup { + hostgroup_name Aruba Remote Access Points + alias Aruba Remote Access Points +} + +define hostgroup { + hostgroup_name Cable Modems + alias Cable Modems at Remote Sites +} + +define hostgroup { + hostgroup_name OIT PoE Injectors + alias OIT Power over Ethernet Midspan Power Injectors +} + +define hostgroup { + hostgroup_name OIT hosts + alias OIT managed hosts +} + +define hostgroup { + hostgroup_name OIT Telephone-VoIP Servers and Appliances + alias OIT Telephone Servers, VoIP Servers, Appliances +} + +define hostgroup { + hostgroup_name Non-OIT + alias Non-OIT devices +} + +define hostgroup { + hostgroup_name Facilities + alias Facilities Devices +} + +define hostgroup { + hostgroup_name Dining Services + alias Dining Services +} + +define hostgroup { + hostgroup_name Misc devices + alias Misc devices +} + diff --git a/cfg/new/contactgroup.cfg b/cfg/new/contactgroup.cfg new file mode 100644 index 0000000..f8ea3ca --- /dev/null +++ b/cfg/new/contactgroup.cfg @@ -0,0 +1,163 @@ +define contactgroup { + contactgroup_name delladmins + alias Nagios Administrators + members ESS Page, ESS UNIX List +} + +define contactgroup { + contactgroup_name DBA Page + alias DBA Page and email + members Audrey Wright, Sergey Guberman, Chris Stewart, Ron Gittleman, Todd Whitaker, Debby Becker, Krish Anugula, Paul Beaulieu +} + +define contactgroup { + contactgroup_name DBA Page CRITICAL + alias DBA Page on CRITICAL + members Audrey Wright CRITICAL, Sergey Guberman CRITICAL, Chris Stewart CRITICAL, Ron Gittleman CRITICAL, Todd Whitaker CRITICAL, Debby Becker CRITICAL, DBA Important List, Krish Anugula CRITICAL, Paul Beaulieu CRITICAL +} + +define contactgroup { + contactgroup_name dummy + alias Dummy contact group -- does nothing + members dummy +} + +define contactgroup { + contactgroup_name nobody + alias Noone - does nothing + members nobody +} + +define contactgroup { + contactgroup_name CISDR + alias CISDR (former CSG) members + members clk, dbashore, jsophy, jwagner, ratliff, stevea, monikam +} + +define contactgroup { + contactgroup_name CISDR on call + alias CISDR members on call + members clk, dbashore, jsophy, jwagner, ratliff, stevea +} + +define contactgroup { + contactgroup_name ESS_8x5 + alias ESS page 8x5, and email rest of the time + members ESS_outside_8x5, ESS_8x5 +} + +define contactgroup { + contactgroup_name GUI Admins + alias Nagios GUI Administrators Authorization + members anykey, bhaines, bts, bigmac, chief53, coto, drevil, drinker, dw10, eburd, hajar, hajarn, irwin, ists, jfitz, jkaram, jmkcsg, jsotoj +} + +define contactgroup { + contactgroup_name GUI Operators + alias Naemon GUI Operators Authorization + members bstango, chris, ck, clk, clu, cs2, dbashore, dchin, duvergem, igubenko, jasonrap, jf19, jlf, jsophy, jwagner, kgift, kh6, llong, martin, monikam, moraski2, ndelo, ranugula, riverhi21, ryangm, sergeyg, shorey, simonlee, skampel, steven, willman +} + +define contactgroup { + contactgroup_name GUI Help Desk + alias Auth users for Help Desk VI/SOC + members ohd-vi002, ohd-vi003, ohd-vi004, ohd-vi005, ohd-vi006, ohd-vi007, ohd-vi008, ohd-vi009, ohd-vi010, ohd-vi011, ohd-vi012, ohd-vi013, ohd-vi015, ohd-vi016, ohd-vi017, ohd-vi019 +} + +define contactgroup { + contactgroup_name IAM + alias Identity Management + members jasonrap, kbmartin, simonlee, willman +} + +define contactgroup { + contactgroup_name Maximo + alias Maximo Support + members Michael Zhong, Quoc B. Nguyen +} + +define contactgroup { + contactgroup_name Maximo Pagers + alias Maximo Support via SMS + members Michael Zhong Cell, Quoc B. Nguyen Cell +} + +define contactgroup { + contactgroup_name Monitoring Admins + alias Nagios Administrators + members Erick W. Burd, Igor Yahoo, Igor V. Gubenko, Joseph M. Karam +} + +define contactgroup { + contactgroup_name Monitoring Admins Pager + alias Nagios Administrators + members Igor Pager, Igor Pager External, Joseph Karam Pager, Joseph Karam Pager External +} + +define contactgroup { + contactgroup_name Networking Pager + alias Text all members of the Network n Monitoring group + members David Rinker Pager, Hajar Pager, Igor Pager, Irwin Pager, Joseph Karam Pager +} + +define contactgroup { + contactgroup_name nagiosadmin + alias Linux Administrators + members nagiosadmin +} + +define contactgroup { + contactgroup_name OAS + alias OAS folks + members Brian Long, Natasha Metelitsa, RN Admin, Salvatore Urso +} + +define contactgroup { + contactgroup_name OnBase + alias OnBase people + members Devaki Ginde, Elizabeth Parham, Robert Tengowski, Terrence M. Lam, Vito Badalamenti, OnBase Admin, OnBase UA Support +} + +define contactgroup { + contactgroup_name pu_default + alias pu_default + members pu_default +} + +define contactgroup { + contactgroup_name OIT-Support-Services + alias OIT Support Services (SS Machines) + members Phillip M. Immordino, Thomas J. Francais, Jesse Barron +} + +define contactgroup { + contactgroup_name SOC + alias SOC + members Andre D. Corbitt, Brian A. Ariza, Brian T. Burgher, Bradley A. Wells, Donald Ade, Dominique N. Davis, Eric J. Swingle, Jeffrey Kontio, Jacob Swimmer, John J. Zerillo, Raymund Roco, Thomas J. Byrne, Terence Tung, William V. Brown Jr., Zachary M. Barton + # members acorbitt, bariza, bburgher, bwells, dade, dd7, dplante, eswingle, jkontio, jswimmer, jzerillo, mariannm, rroco, tbyrne, ttung, wb, zbarton +} + +define contactgroup { + contactgroup_name TSM + alias TSM (Martin, Maureen) + members Martin_Harriss, Maureen E. OConnor +} + +define contactgroup { + contactgroup_name TSM Page + alias TSM Page (Martin, Maureen) + members Dan Chin Pager, Martin Pager, Maureen E. OConnor Pager +} + +define contactgroup { + contactgroup_name UHS + alias UHS server team + members UHS Server Team, Kevin E. Leighton Pager +} + +define contactgroup { + contactgroup_name WWS + alias Woodrow Wilson School (Catherine Cuff, Keith Moulton) + members Catherine Cuff, Catherine Cuff Pager, Keith Moulton, Keith Moulton Pager, WWS Help List +} + diff --git a/cfg/new/host.cfg b/cfg/new/host.cfg new file mode 100644 index 0000000..89d609e --- /dev/null +++ b/cfg/new/host.cfg @@ -0,0 +1,65235 @@ +define host { + use Dell Agent-free Server + host_name essesx204v-netmgt + alias essesx204v-netmgt.Princeton.EDU + address essesx204v-netmgt + display_name essesx204v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx204v-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx205v-netmgt + alias essesx205v-netmgt.Princeton.EDU + address essesx205v-netmgt + display_name essesx205v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx205v-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx206v-netmgt + alias essesx206v-netmgt + address essesx206v-netmgt + display_name essesx206v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx206v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx207v-netmgt + alias essesx207v-netmgt + address essesx207v-netmgt + display_name essesx207v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx207v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx208v-netmgt + alias essesx208v-netmgt + address essesx208v-netmgt + display_name essesx208v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx208v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx209v-netmgt + alias essesx209v-netmgt + address essesx209v-netmgt + display_name essesx209v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx209v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx210v-netmgt + alias essesx210v-netmgt + address essesx210v-netmgt + display_name essesx210v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx210v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx222v-netmgt + alias essesx222v-netmgt + address essesx222v-netmgt + display_name essesx222v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx222v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx224v-netmgt + alias essesx224v-netmgt + address essesx224v-netmgt + display_name essesx224v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx224v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx225v-netmgt + alias essesx225v-netmgt + address essesx225v-netmgt + display_name essesx225v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx225v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx226v-netmgt + alias essesx226v-netmgt + address essesx226v-netmgt + display_name essesx226v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx226v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx227v-netmgt + alias essesx227v-netmgt + address essesx227v-netmgt + display_name essesx227v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx227v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name essesx270v-netmgt + alias essesx270v-netmgt + address essesx270v-netmgt + display_name essesx270v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx270v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + use Dell Agent-free Server + host_name sdpldap201l-netmgt + alias sdpldap201l-netmgt.Princeton.EDU + address sdpldap201l-netmgt + display_name sdpldap201l-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://sdpldap201l-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP +} + +define host { + name Dell Device ; The name of this host template + check_period Dell-24x7 ; By default, Linux hosts are checked round the clock + check_interval 5 ; Actively check the host in minutes interval + retry_interval 3 ; Schedule host check retries in minutes interval + max_check_attempts 3 ; + check_command check-dell-host-alive + notification_period dellworkhours ; Linux delladmins hate to be woken up, so we only notify during the day + notification_interval 120 ; Resend notifications every 2 hours + notification_options d,u,r ; Only send notifications for specific host states + contact_groups delladmins ; Notifications get sent to the delladmins by default + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! +} + +define host { + name Dell Agent-free Server ; The name of this host template + use Dell Device + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! +} + +define host { + host_name ais101l + alias ais101l.Princeton.EDU + address 10.6.56.26 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name ais102l + alias ais102l.Princeton.EDU + address 10.6.52.122 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais103l + alias ais103l.Princeton.EDU + address 10.6.48.159 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais104l + alias ais104l.Princeton.EDU + address 10.6.48.160 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais111l + alias ais111l.Princeton.EDU + address 10.6.52.133 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais113l + alias ais113l.Princeton.EDU + address 10.6.49.79 + _contacts csegers@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais302l + alias ais302l.Princeton.EDU + address 10.6.48.249 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais307l + alias ais307l.Princeton.EDU + address 10.6.52.115 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais309l + alias ais309l.Princeton.EDU + address 10.6.48.126 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais310l + alias ais310l.Princeton.EDU + address 10.6.49.23 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais311l + alias ais311l.Princeton.EDU + address 10.6.52.123 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais312l + alias ais312l.Princeton.EDU + address 10.6.49.43 + contacts R. Carl Segers + _contacts rsegers@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais315l + alias ais315l.Princeton.EDU + _alias1 suitcase-qa + address 10.6.49.109 + contacts David L. Herrington + _contacts daveh@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais318l + alias ais318l.Princeton.EDU + address 10.6.49.191 + contacts R. Carl Segers + _contacts rsegers@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais320l + alias ais320l.Princeton.EDU + _alias1 api-store-dev + _alias2 apistore-dev + _alias3 devops-dev + _alias4 elk-dev + _alias5 git-dev + _alias6 jenks-dev + _alias7 jira-dev + _alias8 nexus-dev + _alias9 sonar-dev + address 10.6.50.32 + contacts George R. Kopf, Software Infrastructure Services + _contacts gkopf@princeton.edu, sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais321l + alias ais321l.Princeton.EDU + address 10.6.50.33 + contacts George R. Kopf + _contacts gkopf@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais322l + alias ais322l.Princeton.EDU + _alias1 cdp-build01 + address 10.6.50.34 + contacts George R. Kopf + _contacts gkopf@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais323l + alias ais323l.Princeton.EDU + _alias1 api1-dev + address 10.6.49.206 + contacts George R. Kopf, Software Infrastructure Services + _contacts gkopf@princeton.edu, sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais324l + alias ais324l.Princeton.EDU + _alias1 api-dev + _alias2 esb-dev + _alias3 esb1-dev + address 10.6.49.209 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais325l + alias ais325l.Princeton.EDU + _alias1 wso2stats-dev + address 10.6.49.210 + contacts Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais326l + alias ais326l.Princeton.EDU + _alias1 art-node1-dev + address 10.6.50.36 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais327l + alias ais327l.Princeton.EDU + _alias1 art-hub1-dev + address 10.6.50.39 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais329l + alias ais329l.Princeton.EDU + address 10.6.52.81 + contacts Asim Shahab + _contacts ashahab@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ais330l + alias ais330l.Princeton.EDU + address 10.6.49.198 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw108l + alias aisiw108l.Princeton.EDU + address 10.6.53.18 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name aisiw110l + alias aisiw110l.Princeton.EDU + _alias1 dwqual + address 140.180.221.89 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name aisiw302l + alias aisiw302l.Princeton.EDU + address 10.6.52.31 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name aisiw303l + alias aisiw303l.Princeton.EDU + address 10.6.48.246 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw338l + alias aisiw338l.Princeton.EDU + address 10.6.52.40 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name aisiw341l + alias aisiw341l.Princeton.EDU + address 10.6.52.74 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name aisiw344l + alias aisiw344l.Princeton.EDU + _alias1 dwsand + address 10.6.49.246 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw345l + alias aisiw345l.Princeton.EDU + _alias1 dwdevl + address 10.6.49.248 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name aissmb325l + alias aissmb325l.Princeton.EDU + _alias1 testsamba + address 10.6.49.86 + contacts Storage and Automation HostMaster Admin account + _contacts sahmadm@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais208l + alias ais208l.Princeton.EDU + address 128.112.130.57 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ais209l + alias ais209l.Princeton.EDU + address 128.112.130.96 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ais210l + alias ais210l.Princeton.EDU + address 128.112.130.115 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ais211l + alias ais211l.Princeton.EDU + address 10.6.52.134 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name ais212l + alias ais212l.Princeton.EDU + address 10.6.48.161 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ais213l + alias ais213l.Princeton.EDU + address 10.6.49.78 + contacts R. Carl Segers + _contacts rsegers@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ais216l + alias ais216l.Princeton.EDU + address 140.180.220.158 + contacts David L. Herrington + _contacts daveh@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name ais218l + alias ais218l.Princeton.EDU + _alias1 api-store + _alias2 apistore + _alias3 devops + _alias4 elk + _alias5 git + _alias6 jenks + _alias7 jira + _alias8 nexus + _alias9 sonar + address 10.6.50.144 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Production 151 PrivateDMZ +} + +define host { + host_name ais222l + alias ais222l.Princeton.EDU + _alias1 ais-gitlab01 + address 10.6.48.38 + contacts AIS Mon CustomApps, George R. Kopf, Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ais223l + alias ais223l.Princeton.EDU + _alias1 api-prod01 + _alias2 api1 + address 10.6.47.15 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name ais224l + alias ais224l.Princeton.EDU + _alias1 api2 + address 10.6.47.16 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name ais225l + alias ais225l.Princeton.EDU + _alias1 wso2stats + address 10.6.48.22 + contacts George R. Kopf, Software Infrastructure Services + _contacts sisters@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name aisiw207l + alias aisiw207l.Princeton.EDU + address 10.6.48.251 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name aisiw208l + alias aisiw208l.Princeton.EDU + address 10.6.48.252 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name aisiw212l + alias aisiw212l.Princeton.EDU + _alias1 dwprod + _alias2 twprod + _alias3 iwprod + address 140.180.221.90 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name aisiw213l + alias aisiw213l.Princeton.EDU + address 10.6.53.45 + contacts monocle + _contacts monocle@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name aissmb225l + alias aissmb225l.Princeton.EDU + _alias1 tango + _alias2 dms-smbserve + _alias3 dmsdrop + _alias4 isserv224 + address 10.6.49.226 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ais-sn200w + alias ais-sn200w.Princeton.EDU + address 10.6.49.41 + contacts Helen Shpits + _contacts hshpits@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name ais-sn300w + alias ais-sn300w.Princeton.EDU + address 10.6.49.42 + contacts Helen Shpits, Matt S. Marnett, Stephen J Kim + _contacts hshpits@princeton.edu, mmarnett@princeton.edu, stephen.kim@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name ais114w + alias ais114w.Princeton.EDU + address 10.6.48.115 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais115w + alias ais115w.Princeton.EDU + address 10.6.49.221 + contacts Joanne M. Smart + _contacts jsmart@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais313w + alias ais313w.Princeton.EDU + address 10.6.48.83 + contacts Asim Shahab + _contacts ashahab@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name ais316w + alias ais316w.Princeton.EDU + _alias1 psoftint + address 10.6.49.128 + contacts Asim Shahab + _contacts ashahab@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais317w + alias ais317w.Princeton.EDU + address 10.6.49.185 + contacts Lakshmi Annamalai, R. Carl Segers + _contacts lannamal@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais319w + alias ais319w.Princeton.EDU + address 10.6.49.202 + contacts Asim Shahab + _contacts ashahab@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais320w + alias ais320w.Princeton.EDU + address 10.6.48.108 + contacts Asim Shahab + _contacts ashahab@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais331w + alias ais331w.Princeton.EDU + address 10.6.50.73 + contacts Thomas E. Dommermuth + _contacts tdommer@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisfrevvo100w + alias aisfrevvo100w.Princeton.EDU + _alias1 frevvo-qa + address 140.180.221.6 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisfrevvo300w + alias aisfrevvo300w.Princeton.EDU + address 140.180.220.65 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisfsa100w + alias aisfsa100w.Princeton.EDU + _alias1 issm-qa + address 10.6.53.7 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisfsaprtl100w + alias aisfsaprtl100w.Princeton.EDU + _alias1 davisic-portal-test + address 140.180.220.78 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold6web100w + alias aisgold6web100w.Princeton.EDU + _alias1 tcowebadmin-qa + address 140.180.220.147 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold6web300w + alias aisgold6web300w.Princeton.EDU + _alias1 tcowebadmin-dev + address 140.180.220.148 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PublicDMZ +} + +define host { + host_name aisgold7100w + alias aisgold7100w.Princeton.EDU + address 140.180.221.51 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7101w + alias aisgold7101w.Princeton.EDU + address 140.180.221.52 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7102w + alias aisgold7102w.Princeton.EDU + address 140.180.221.53 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7300w + alias aisgold7300w.Princeton.EDU + address 140.180.221.48 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7301w + alias aisgold7301w.Princeton.EDU + address 140.180.221.49 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisgold7302w + alias aisgold7302w.Princeton.EDU + address 140.180.221.50 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres100w + alias aishmsres100w.Princeton.EDU + address 10.6.49.125 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres101w + alias aishmsres101w.Princeton.EDU + _alias1 rescenter-qual + address 140.180.220.185 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres102w + alias aishmsres102w.Princeton.EDU + address 10.6.49.215 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres110w + alias aishmsres110w.Princeton.EDU + address 140.180.221.41 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres111w + alias aishmsres111w.Princeton.EDU + _alias1 rescenter2-qual + address 140.180.221.63 + contacts pac_usapps + _contacts pac_usapps@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres120w + alias aishmsres120w.Princeton.EDU + address 10.6.50.3 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres121w + alias aishmsres121w.Princeton.EDU + _alias1 rescenter-pcpy + address 140.180.220.184 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres122w + alias aishmsres122w.Princeton.EDU + address 10.6.49.244 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres202w + alias aishmsres202w.Princeton.EDU + address 10.6.49.253 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres300w + alias aishmsres300w.Princeton.EDU + address 10.6.49.227 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aishmsres301w + alias aishmsres301w.Princeton.EDU + _alias1 rescenter-devl + address 140.180.220.182 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aishmsres302w + alias aishmsres302w.Princeton.EDU + address 10.6.50.2 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisinfoed100w + alias aisinfoed100w.Princeton.EDU + _alias1 infoed-qual + address 10.6.49.112 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisinfoed120w + alias aisinfoed120w.Princeton.EDU + _alias1 infoed-pcpy + address 140.180.221.78 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aisinfoed300w + alias aisinfoed300w.Princeton.EDU + _alias1 infoed-devl + address 10.6.49.21 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw105w + alias aisiw105w.Princeton.EDU + _alias1 tableaud + address 10.6.48.229 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisiw106w + alias aisiw106w.Princeton.EDU + address 10.6.49.11 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob101w + alias aisob101w.Princeton.EDU + _alias1 onbaseqaauth + address 10.6.49.143 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob102w + alias aisob102w.Princeton.EDU + _alias1 onbase150 + _alias2 onbaseqa + address 10.6.51.63 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob110w + alias aisob110w.Princeton.EDU + address 10.6.57.41 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob111w + alias aisob111w.Princeton.EDU + address 10.6.57.42 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob113w + alias aisob113w.Princeton.EDU + address 10.6.53.80 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob114w + alias aisob114w.Princeton.EDU + address 10.6.53.79 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob116w + alias aisob116w.Princeton.EDU + _alias1 onbasebtqa + address 10.6.53.81 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob117w + alias aisob117w.Princeton.EDU + address 10.6.53.82 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob118w + alias aisob118w.Princeton.EDU + address 10.6.53.83 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob119w + alias aisob119w.Princeton.EDU + address 10.6.48.96 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob301tstw + alias aisob301tstw.Princeton.EDU + _alias1 onbasetestauth + address 10.6.51.49 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob301w + alias aisob301w.Princeton.EDU + _alias1 onbasedevauth + address 10.6.51.56 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob302tstw + alias aisob302tstw.Princeton.EDU + _alias1 onbasetest + address 10.6.50.98 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob302w + alias aisob302w.Princeton.EDU + _alias1 onbase350 + _alias2 onbasedev + address 10.6.51.34 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob310tstw + alias aisob310tstw.Princeton.EDU + address 10.6.57.35 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob310w + alias aisob310w.Princeton.EDU + address 10.6.57.38 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob311tstw + alias aisob311tstw.Princeton.EDU + address 10.6.57.36 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob311w + alias aisob311w.Princeton.EDU + address 10.6.57.37 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name aisob313tstw + alias aisob313tstw.Princeton.EDU + address 10.6.53.70 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob313w + alias aisob313w.Princeton.EDU + address 10.6.53.76 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob314tstw + alias aisob314tstw.Princeton.EDU + address 10.6.53.68 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob314w + alias aisob314w.Princeton.EDU + address 10.6.53.77 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob315tstw + alias aisob315tstw.Princeton.EDU + address 10.6.51.48 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob315w + alias aisob315w.Princeton.EDU + _alias1 obfindocsdev + address 10.6.51.36 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob316w + alias aisob316w.Princeton.EDU + _alias1 onbasebtdev + address 10.6.53.75 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob317w + alias aisob317w.Princeton.EDU + address 10.6.53.74 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob318tstw + alias aisob318tstw.Princeton.EDU + address 10.6.53.71 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob318w + alias aisob318w.Princeton.EDU + address 10.6.53.73 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob319tstw + alias aisob319tstw.Princeton.EDU + address 10.6.51.47 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisob319w + alias aisob319w.Princeton.EDU + address 10.6.51.37 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisparking100w + alias aisparking100w.Princeton.EDU + _alias1 flexqual + address 10.6.48.78 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisparking101w + alias aisparking101w.Princeton.EDU + _alias1 flexportqual + address 10.6.48.98 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisparking300w + alias aisparking300w.Princeton.EDU + _alias1 flexdevl + address 10.6.48.109 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisparking301w + alias aisparking301w.Princeton.EDU + _alias1 flexportdevl + address 10.6.49.7 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aissimfony7100w + alias aissimfony7100w.Princeton.EDU + address 140.180.220.164 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7101w + alias aissimfony7101w.Princeton.EDU + address 10.6.51.33 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aissimfony7102w + alias aissimfony7102w.Princeton.EDU + _alias1 simphony7-qual + address 140.180.220.60 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7103w + alias aissimfony7103w.Princeton.EDU + address 140.180.220.165 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7300w + alias aissimfony7300w.Princeton.EDU + address 140.180.220.104 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7301w + alias aissimfony7301w.Princeton.EDU + address 10.6.49.237 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aissimfony7302w + alias aissimfony7302w.Princeton.EDU + _alias1 simphony7-devl + address 140.180.220.160 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aissimfony7303w + alias aissimfony7303w.Princeton.EDU + address 140.180.220.163 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name aistopaz100w + alias aistopaz100w.Princeton.EDU + _alias1 research02 + address 10.6.49.223 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name aistopaz110w + alias aistopaz110w.Princeton.EDU + _alias1 research-cpy + address 10.6.49.15 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aistopaz300w + alias aistopaz300w.Princeton.EDU + _alias1 research03 + address 10.6.49.64 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aistopaz310w + alias aistopaz310w.Princeton.EDU + address 10.6.49.16 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name aisupc102w + alias aisupc102w.Princeton.EDU + address 10.6.56.16 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name aisupc103w + alias aisupc103w.Princeton.EDU + address 10.6.56.17 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name aisupc310w + alias aisupc310w.Princeton.EDU + address 10.6.48.81 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ais-mars + alias ais-mars.Princeton.EDU + address 10.6.48.122 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name ais202w + alias ais202w.Princeton.EDU + address 10.6.49.111 + use Windows Dev/QA NS PrivateDMZ + contacts esiddiqi +} + +define host { + host_name ais207w + alias ais207w.Princeton.EDU + _alias1 psterm2 + address 10.6.50.142 + contacts Thomas E. Dommermuth + _contacts tdommer@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ais214w + alias ais214w.Princeton.EDU + address 10.6.48.223 + contacts Timothy J. Hogan + _contacts thogan@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ais217w + alias ais217w.Princeton.EDU + address 10.6.50.91 + contacts Thomas E. Dommermuth + _contacts tdommer@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ais226w + alias ais226w.Princeton.EDU + address 10.6.49.229 + contacts Austin Bye + _contacts abye@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aiscerberus200w + alias aiscerberus200w.Princeton.EDU + address 10.6.49.129 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisdvcts200w + alias aisdvcts200w.Princeton.EDU + _alias1 dvc-ts + address 10.6.49.200 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisfrevvo200w + alias aisfrevvo200w.Princeton.EDU + _alias1 frevvo-prod + address 140.180.221.44 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisfsa201w + alias aisfsa201w.Princeton.EDU + _alias1 issm-prod + address 140.180.221.91 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisfsaprtl200w + alias aisfsaprtl200w.Princeton.EDU + _alias1 davisic-portal + address 140.180.220.79 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisgold6web200w + alias aisgold6web200w.Princeton.EDU + address 140.180.221.40 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisgold7200w + alias aisgold7200w.Princeton.EDU + address 140.180.221.54 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisgold7201w + alias aisgold7201w.Princeton.EDU + address 140.180.221.55 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisgold7202w + alias aisgold7202w.Princeton.EDU + address 140.180.221.56 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aishmsres200w + alias aishmsres200w.Princeton.EDU + address 10.6.49.241 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aishmsres201w + alias aishmsres201w.Princeton.EDU + _alias1 rescenter-prod + address 140.180.220.183 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aishmsres210w + alias aishmsres210w.Princeton.EDU + address 10.6.51.35 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name aishmsres211w + alias aishmsres211w.Princeton.EDU + address 140.180.221.79 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name aishwscbord200w + alias aishwscbord200w.Princeton.EDU + address 10.6.48.127 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name aisinfoed200w + alias aisinfoed200w.Princeton.EDU + _alias1 eria-irb + address 10.6.49.230 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisiw205w + alias aisiw205w.Princeton.EDU + address 10.6.48.224 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisiw206w + alias aisiw206w.Princeton.EDU + _alias1 tableau + address 10.6.48.230 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisiw209w + alias aisiw209w.Princeton.EDU + _alias1 tableaupublic + address 140.180.220.109 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aisiw210w + alias aisiw210w.Princeton.EDU + address 10.6.49.245 + contacts monocle + _contacts monocle@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisob115w + alias aisob115w.Princeton.EDU + _alias1 obfindocsqa + address 10.6.51.62 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name aisob201w + alias aisob201w.Princeton.EDU + _alias1 onbaseauth + address 10.6.51.14 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisob202w + alias aisob202w.Princeton.EDU + _alias1 onbase + _alias2 onbase250 + address 10.6.50.8 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisob210w + alias aisob210w.Princeton.EDU + address 10.6.57.43 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name aisob211w + alias aisob211w.Princeton.EDU + address 10.6.57.44 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name aisob213w + alias aisob213w.Princeton.EDU + address 10.6.52.30 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name aisob214w + alias aisob214w.Princeton.EDU + address 10.6.53.86 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name aisob215w + alias aisob215w.Princeton.EDU + _alias1 obfindocs + address 10.6.50.6 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisob216w + alias aisob216w.Princeton.EDU + _alias1 onbasebt + address 10.6.53.69 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name aisob217w + alias aisob217w.Princeton.EDU + address 10.6.53.87 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name aisob218w + alias aisob218w.Princeton.EDU + address 10.6.53.88 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS Trust +} + +define host { + host_name aisob219w + alias aisob219w.Princeton.EDU + address 10.6.49.251 + contacts ECM Admin Notify + _contacts ecm-admin-notify@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name aisparking200w + alias aisparking200w.Princeton.EDU + _alias1 flexprod + address 10.6.49.57 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisparking201w + alias aisparking201w.Princeton.EDU + _alias1 flexportprod + address 140.180.220.107 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name aissimfony7200w + alias aissimfony7200w.Princeton.EDU + address 10.6.52.98 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name aissimfony7201w + alias aissimfony7201w.Princeton.EDU + address 10.6.52.101 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name aissimfony7202w + alias aissimfony7202w.Princeton.EDU + _alias1 simphony7-prod + address 140.180.220.240 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name aissimfony7203w + alias aissimfony7203w.Princeton.EDU + address 10.6.49.153 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name aisstargate200w + alias aisstargate200w.Princeton.EDU + address 10.6.48.197 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aistopaz200w + alias aistopaz200w.Princeton.EDU + _alias1 research01 + address 10.6.48.59 + contacts pac_app_integration + _contacts pac_app_integration_list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name aisupc202w + alias aisupc202w.Princeton.EDU + address 10.6.54.22 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name aisupc203w + alias aisupc203w.Princeton.EDU + address 10.6.54.23 + contacts pac_usapps + _contacts pac_usapps_list@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name aruba-cppm-01 + alias aruba-cppm-01.Princeton.EDU + _alias1 cppm-01 + address 128.112.128.11 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name aruba-cppm-02 + alias aruba-cppm-02.Princeton.EDU + _alias1 cpinsight + _alias2 cppm-02 + address 128.112.128.14 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name aruba-cppm-03 + alias aruba-cppm-03.Princeton.EDU + _alias1 cppm-03 + address 128.112.129.64 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name aruba-cppm-04 + alias aruba-cppm-04.Princeton.EDU + _alias1 cppm-04 + address 128.112.129.68 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name aruba-cppm-05 + alias aruba-cppm-05.Princeton.EDU + _alias1 aruba-cppm-05 + address 128.112.128.28 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + +define host { + host_name dns1a.aws + alias dns1a.aws.Princeton.EDU + address 10.21.1.10 + contacts CISDR + use generic-host +} + +define host { + host_name dns1c.aws + alias dns1c.aws.Princeton.EDU + address 10.21.1.138 + contacts CISDR + use generic-host +} + +define host { + host_name cisdrroxen100l + alias cisdrroxen100l.Princeton.EDU + address 140.180.220.173 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name cisdrroxen101l + alias cisdrroxen101l.Princeton.EDU + address 10.6.62.30 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name cisdrroxen300l + alias cisdrroxen300l.Princeton.EDU + address 140.180.220.181 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name cisdrswh100l + alias cisdrswh100l.Princeton.EDU + address 10.6.62.20 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name cisdrswh300l + alias cisdrswh300l.Princeton.EDU + address 10.6.62.21 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name cisdrroxen200l + alias cisdrroxen200l.Princeton.EDU + address 140.180.220.179 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name cisdrroxen201l + alias cisdrroxen201l.Princeton.EDU + address 140.180.220.180 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name cisdrroxen202l + alias cisdrroxen202l.Princeton.EDU + address 10.6.62.182 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name cisdrroxen203l + alias cisdrroxen203l.Princeton.EDU + address 10.6.62.183 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name cisdrroxen204l + alias cisdrroxen204l.Princeton.EDU + address 10.6.62.184 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name cisdrroxen205l + alias cisdrroxen205l.Princeton.EDU + address 10.6.62.185 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production 151 Untrust +} + +define host { + host_name cisdrroxen206l + alias cisdrroxen206l.Princeton.EDU + address 140.180.220.154 + contacts OIT CSG Reports + _contacts csgrpts@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name cisdrswh200l + alias cisdrswh200l.Princeton.EDU + address 10.6.62.26 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name cisdrswh201l + alias cisdrswh201l.Princeton.EDU + address 10.6.62.29 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Production 151 Untrust +} + +define host { + host_name csgkaltura300l + alias csgkaltura300l.Princeton.EDU + address 10.6.54.19 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csglists301l + alias csglists301l.Princeton.EDU + address 128.112.131.219 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csgsawmill200l + alias csgsawmill200l.Princeton.EDU + _alias1 webstats + address 128.112.131.71 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name csgsawmill300l + alias csgsawmill300l.Princeton.EDU + _alias1 webstatsdev + address 128.112.131.57 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csgsmtp101l + alias csgsmtp101l.Princeton.EDU + address 140.180.220.186 + contacts CISDR Group of EIS, Christopher L. Kranz + _contacts cisdr@princeton.edu, clk@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name csgkaltura201l + alias csgkaltura201l.Princeton.EDU + address 10.6.54.12 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name csgkaltura202l + alias csgkaltura202l.Princeton.EDU + address 10.6.54.18 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name csglists200l + alias csglists200l.Princeton.EDU + _alias1 new-listserv + address 128.112.133.202 + contacts CISDR + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name csgsmtp202l + alias csgsmtp202l.Princeton.edu + address 140.180.223.155 + contacts CISDR + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name csgsmtp203l + alias csgsmtp203l.Princeton.edu + address 140.180.223.156 + contacts CISDR + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name csgtools200l + alias csgtools200l.Princeton.EDU + address 10.6.50.184 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name csgcas104w + alias csgcas104w.Princeton.EDU + address 10.6.61.16 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgcas105w + alias csgcas105w.Princeton.EDU + address 10.6.61.17 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgcas301w + alias csgcas301w.Princeton.EDU + address 128.112.131.161 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgcas311w + alias csgcas311w.Princeton.EDU + address 128.112.135.53 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csghub102w + alias csghub102w.Princeton.EDU + address 10.6.60.208 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csghub103w + alias csghub103w.Princeton.EDU + address 10.6.60.209 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csghub302w + alias csghub302w.Princeton.EDU + address 128.112.128.247 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csglists300l + alias csglists300l.Princeton.EDU + address 128.112.134.81 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csgmbx100w + alias csgmbx100w.Princeton.EDU + address 128.112.133.99 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgmbx300w + alias csgmbx300w.Princeton.EDU + address 128.112.130.100 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgmbx303w + alias csgmbx303w.Princeton.edu + address 128.112.130.124 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgsmtp100l + alias csgsmtp100l.Princeton.edu + address 140.180.223.157 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name csgspapp102w + alias csgspapp102w.Princeton.EDU + _alias1 spapp01-qa + _alias2 spsearch-qa + _alias3 provost-secure-qa-search + _alias4 mysitesearch-qa + address 10.6.52.182 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name csgspapp103w + alias csgspapp103w.Princeton.EDU + _alias1 spapp02-qa + address 10.6.52.197 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name csgspdb100w + alias csgspdb100w.Princeton.EDU + address 10.6.52.201 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name csgspdb101w + alias csgspdb101w.Princeton.EDU + address 10.6.52.199 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name csgspfe100w + alias csgspfe100w.Princeton.EDU + _alias1 spfe01-qa + address 10.6.55.57 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name csgspfe101w + alias csgspfe101w.Princeton.EDU + _alias1 spfe02-qa + _alias2 sp-search-qa + address 10.6.55.58 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name csgtools300l + alias csgtools300l.Princeton.EDU + address 10.6.49.146 + contacts Collaborative Services Group, Dwight D. Bashore + _contacts csg@princeton.edu, dbashore@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name csgum107w + alias csgum107w.Princeton.EDU + address 128.112.131.38 + contacts Identity and Access Management + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgwowza300w + alias csgwowza300w.Princeton.EDU + address 10.6.54.11 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name csgcas204w + alias csgcas204w.Princeton.EDU + address 10.6.60.144 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csgcas205w + alias csgcas205w.Princeton.EDU + address 10.6.60.145 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csgcas206w + alias csgcas206w.Princeton.EDU + address 10.6.60.146 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use Windows Production +} + +define host { + host_name csgcas207w + alias csgcas207w.Princeton.EDU + address 10.6.60.147 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use Windows Production +} + +define host { + host_name csghub208w + alias csghub208w.Princeton.EDU + address 10.6.60.210 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csghub209w + alias csghub209w.Princeton.EDU + address 10.6.60.211 + contacts Collaborative Services Group + _contacts csg@princeton.edu, unix@princeton.edu + use Windows Production +} + +define host { + host_name csgmbx206w + alias csgmbx206w.Princeton.EDU + address 10.6.52.105 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgmbx207w + alias csgmbx207w.Princeton.EDU + address 10.6.52.106 + contacts Collaborative Services Group + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgmbx217w + alias csgmbx217w.Princeton.EDU + address 10.6.52.54 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Production 151 Trust +} + +define host { + host_name csgdocave200w + alias csgdocave200w.Princeton.EDU + address 10.6.52.200 + contacts Sharepoint Admin + _contacts Sharepoint Admin, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgechoess200w + alias csgechoess200w.Princeton.EDU + _alias1 echoess + _alias2 echo360 + _alias3 encoder13 + address 140.180.221.5 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, dbashore@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name csgechomp201w + alias csgechomp201w.Princeton.EDU + _alias1 echomp1 + address 140.180.221.7 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, dbashore@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name csgechomp202w + alias csgechomp202w.Princeton.EDU + _alias1 echomp2 + address 140.180.221.8 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, dbashore@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name csglync221w + alias csglync221w.Princeton.EDU + address 10.6.61.23 + contacts Collaborative Services Group + _contacts csg@princeton.edu, iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglync222w + alias csglync222w.Princeton.EDU + address 10.6.61.24 + contacts Collaborative Services Group + _contacts csg@princeton.edu, iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglync227w + alias csglync227w.Princeton.EDU + address 128.112.130.193 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglync228w + alias csglync228w.Princeton.EDU + address 10.6.61.30 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglync229w + alias csglync229w.Princeton.EDU + address 10.6.61.31 + contacts Collaborative Services Group + _contacts csg@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglyncdb225w + alias csglyncdb225w.Princeton.EDU + address 10.6.51.20 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name csglyncdb226w + alias csglyncdb226w.Princeton.EDU + address 10.6.51.21 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name csglynce223w + alias csglynce223w.Princeton.EDU + address 192.168.4.5 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglynce224w + alias csglynce224w.Princeton.EDU + address 192.168.4.6 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csglyncm218w + alias csglyncm218w.Princeton.EDU + address 128.112.134.180 + contacts CISDR + _contacts iam@princeton.edu, silviaf@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name csgmbx215w + alias csgmbx215w.Princeton.EDU + address 10.6.52.22 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgsp200w + alias csgsp200w.Princeton.EDU + _alias1 csgspapp1 + _alias2 spapp01 + address 10.6.52.207 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production 151 Trust +} + +define host { + host_name csgsp201w + alias csgsp201w.Princeton.EDU + _alias1 csgspapp2 + _alias2 spapp02 + address 10.6.52.208 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgsp202w + alias csgsp202w.Princeton.EDU + _alias1 csgspfe1 + _alias2 spfe01 + _alias3 sp-search + _alias4 mysite-search + _alias5 project-search + _alias6 provost-secure-search + address 10.6.55.59 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name csgsp203w + alias csgsp203w.Princeton.EDU + _alias1 csgspfe2 + _alias2 spfe02 + address 10.6.55.60 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name csgsp204w + alias csgsp204w.Princeton.EDU + _alias1 csgspfe3 + _alias2 spfe03 + address 10.6.55.61 + contacts Sharepoint Admin + _contacts csg@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name csgspdb202w + alias csgspdb202w.Princeton.EDU + address 10.6.52.206 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgspdb203w + alias csgspdb203w.Princeton.EDU + address 10.6.52.215 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name csgwowza201w + alias csgwowza201w.Princeton.EDU + _alias1 puwowzalive1 + address 140.180.219.161 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name csgwowza202w + alias csgwowza202w.Princeton.EDU + _alias1 puwowzalive2 + address 140.180.219.162 + contacts CISDR, Dwight D. Bashore + _contacts cisdr@princeton.edu, dbashore@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 EISFW +} + +define host { + host_name dascpan100l + alias dascpan100l.Princeton.EDU + _alias1 cpan-das-qa + _alias2 cpanel-das-qa + _alias3 cpanel-das-qa-alumtran + _alias4 cpanel-das-qa-aosapp + _alias5 cpanel-das-qa-cbeiwapp + _alias6 cpanel-das-qa-ccbapp + _alias7 cpanel-das-qa-ccdwapp + _alias8 cpanel-das-qa-clever + _alias9 cpanel-das-qa-cleverapp + _alias10 cpanel-das-qa-coiforms + _alias11 cpanel-das-qa-csdpapp + _alias12 cpanel-das-qa-daveh + _alias13 cpanel-das-qa-descetha + _alias14 cpanel-das-qa-dossier + _alias15 cpanel-das-qa-dossier2 + _alias16 cpanel-das-qa-ffpubsapp + _alias17 cpanel-das-qa-genpurch + _alias18 cpanel-das-qa-hdcpanel + _alias19 cpanel-das-qa-hisjpapp + _alias20 cpanel-das-qa-hlsapp + _alias21 cpanel-das-qa-husbyapp + _alias22 cpanel-das-qa-intlctra + _alias23 cpanel-das-qa-intldaymatch + _alias24 cpanel-das-qa-jkchu + _alias25 cpanel-das-qa-jshadow + _alias26 cpanel-das-qa-lapaappl + _alias27 cpanel-das-qa-lsrf + _alias28 cpanel-das-qa-maeiw + _alias29 cpanel-das-qa-mathapps + _alias30 cpanel-das-qa-mathsent + _alias31 cpanel-das-qa-mcgraw + _alias32 cpanel-das-qa-media + _alias33 cpanel-das-qa-molbiodb + _alias34 cpanel-das-qa-moldbupdate + _alias35 cpanel-das-qa-molgsinterview + _alias36 cpanel-das-qa-molqcbwb + _alias37 cpanel-das-qa-nandapps + _alias38 cpanel-das-qa-odocweb + _alias39 cpanel-das-qa-ohdcpanl + _alias40 cpanel-das-qa-oitcpanel + _alias41 cpanel-das-qa-oitdas + _alias42 cpanel-das-qa-oitdaspu + _alias43 cpanel-das-qa-oitdcf + _alias44 cpanel-das-qa-oitdivrs + _alias45 cpanel-das-qa-oitforms + _alias46 cpanel-das-qa-options + _alias47 cpanel-das-qa-paanetapp + _alias48 cpanel-das-qa-pccmapps + _alias49 cpanel-das-qa-pcs + _alias50 cpanel-das-qa-pcs2 + _alias51 cpanel-das-qa-phidossr + _alias52 cpanel-das-qa-pibapps + _alias53 cpanel-das-qa-picsimwb + _alias54 cpanel-das-qa-piiapps + _alias55 cpanel-das-qa-pnipurch + _alias56 cpanel-das-qa-pnisipap + _alias57 cpanel-das-qa-polapps + _alias58 cpanel-das-qa-poldosr + _alias59 cpanel-das-qa-polfalljiw + _alias60 cpanel-das-qa-polgsexam + _alias61 cpanel-das-qa-polsenth + _alias62 cpanel-das-qa-polthpostap + _alias63 cpanel-das-qa-ppplapps + _alias64 cpanel-das-qa-prvdata + _alias65 cpanel-das-qa-psafety + _alias66 cpanel-das-qa-psrc + _alias67 cpanel-das-qa-puvisa + _alias68 cpanel-das-qa-pwp + _alias69 cpanel-das-qa-ratliff + _alias70 cpanel-das-qa-raupload + _alias71 cpanel-das-qa-shipcalc + _alias72 cpanel-das-qa-sinsiapp + _alias73 cpanel-das-qa-sslamp + _alias74 cpanel-das-qa-stevea + _alias75 cpanel-das-qa-studtrav + _alias76 cpanel-das-qa-surpdcap + _alias77 cpanel-das-qa-surplus + _alias78 cpanel-das-qa-telecom + _alias79 cpanel-das-qa-uchv + _alias80 cpanel-das-qa-umattermapapp + _alias81 cpanel-das-qa-umwellness + _alias82 cpanel-das-qa-versions + _alias83 cpanel-das-qa-wasfrevvosvc + _alias84 cpanel-das-qa-webpanel + _alias85 cpanel-das-qa-websurvy + _alias86 cpanel-das-qa-wildcard + _alias87 cpanel-das-qa-wwsgrweb + _alias88 cpanel-redirects-qa + _alias89 das-lamp01-qa + address 128.112.52.21 + contacts CISDR Group of EIS, David L. Herrington, Mark A. Ratliff, Steve Albin + _contacts cisdr@princeton.edu, daveh@princeton.edu, ratliff@princeton.edu, stevea@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name dng202w + alias dng202w.Princeton.EDU + address 140.180.220.123 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dng204w + alias dng204w.Princeton.EDU + address 10.6.49.127 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dng205w + alias dng205w.Princeton.EDU + address 140.180.221.121 + use Windows Dev/QA NS PublicDMZ + contacts University Services IT Support +} + +define host { + host_name eis176l + alias eis176l.Princeton.EDU + address 10.6.52.229 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis178l + alias eis178l.Princeton.EDU + address 10.6.52.234 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis308l + alias eis308l.Princeton.EDU + address 128.112.134.126 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name eis319l + alias eis319l.Princeton.EDU + address 10.6.53.8 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis344l + alias eis344l.Princeton.EDU + address 10.6.48.234 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis368l + alias eis368l.Princeton.EDU + address 10.6.52.220 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis369l + alias eis369l.Princeton.EDU + address 10.6.52.221 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis374l + alias eis374l.Princeton.EDU + address 10.6.48.84 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name eis376l + alias eis376l.Princeton.EDU + address 10.6.53.41 + contacts DBA Important List + _contacts pb@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eis377l + alias eis377l.Princeton.EDU + address 10.6.53.58 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eiscpan100l + alias eiscpan100l.Princeton.EDU + _alias1 cpanel7-qa-server + address 140.180.221.46 + contacts CISDR Group of EIS, David L. Herrington, Mark A. Ratliff + _contacts cisdr@princeton.edu, daveh@princeton.edu, ratliff@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name eiscpan101l + alias eiscpan101l.Princeton.EDU + address 140.180.220.36 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name eiscpan102l + alias eiscpan102l.Princeton.EDU + address 128.112.52.23 + contacts Cpanel Admins, Steve Albin + _contacts stevea@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name eiscpan301l + alias eiscpan301l.Princeton.EDU + address 128.112.52.45 + contacts Cpanel Admins, Steve Albin + _contacts stevea@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name eiscups300l + alias eiscups300l.Princeton.EDU + address 10.6.49.235 + contacts ESS Storage, Martin Harriss + _contacts ess-storage@princeton.edu, martin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisdba301l + alias eisdba301l.Princeton.EDU + address 10.6.52.253 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eisdba302l + alias eisdba302l.Princeton.EDU + address 10.6.52.254 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eisdba303l + alias eisdba303l.Princeton.EDU + address 10.6.49.205 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisfax300l + alias eisfax300l.Princeton.EDU + address 10.6.52.204 + contacts Martin Harriss + _contacts martin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name eisglob100l + alias eisglob100l.Princeton.EDU + address 140.180.221.107 + contacts Daniel Chin, ESS Storage + _contacts dchin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name eisoid101l + alias eisoid101l.Princeton.EDU + address 10.6.57.18 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name eisoid102l + alias eisoid102l.Princeton.EDU + address 10.6.57.25 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name eisvnet300l + alias eisvnet300l.Princeton.EDU + address 10.6.49.38 + contacts Igor V. Gubenko, Networking + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis230l + alias eis230l.Princeton.EDU + address 10.6.53.51 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name eis254l + alias eis254l.Princeton.EDU + address 10.6.52.132 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis256l + alias eis256l.Princeton.EDU + address 10.6.49.87 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name eis286l + alias eis286l.Princeton.EDU + address 10.6.52.85 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis289l + alias eis289l.Princeton.EDU + address 10.6.53.4 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis290l + alias eis290l.Princeton.EDU + address 10.6.53.6 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis294l + alias eis294l.Princeton.EDU + address 10.6.53.78 + contacts DBA Important List, Todd S. Whitaker + _contacts unix@princeton.edu, whitaker@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eiscups200l + alias eiscups200l.Princeton.EDU + address 10.6.49.236 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name eisess200l + alias eisess200l.Princeton.EDU + _alias1 nautilus + address 10.6.61.28 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name eisess201l + alias eisess201l.Princeton.EDU + address 10.6.61.29 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name eisess202l + alias eisess202l.Princeton.EDU + _alias1 epoxy1 + address 140.180.219.143 + _contacts unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eisess203l + alias eisess203l.Princeton.EDU + _alias1 epoxy2 + address 140.180.219.144 + _contacts unix@princeton.edu + use UNIX Production 151 EISFW +} + +define host { + host_name eisess204l + alias eisess204l.Princeton.EDU + _alias1 epoxy3 + address 140.180.219.163 + _contacts unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eisess205l + alias eisess205l.Princeton.EDU + address 140.180.220.48 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name eisfax200l + alias eisfax200l.Princeton.EDU + address 10.6.52.35 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS Trust +} + +define host { + host_name eisnet201l + alias eisnet201l.Princeton.EDU + address 10.6.50.131 + contacts Hajar Niroomand, Networking + _contacts hajar@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name eisnet202l + alias eisnet202l.Princeton.EDU + address 140.180.221.88 + contacts Networking + _contacts networking@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name eisoid201l + alias eisoid201l.Princeton.EDU + _alias1 oranamesrvr1 + _alias2 oranamesrvr4 + address 10.6.57.32 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eisoid202l + alias eisoid202l.Princeton.EDU + _alias1 oranamesrvr2 + address 10.6.57.33 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eisoid203l + alias eisoid203l.Princeton.EDU + _alias1 oranamesrvr3 + address 10.6.57.34 + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name eistsm200l + alias eistsm200l.Princeton.EDU + address 10.6.49.240 + contacts ESS Storage, Martin Harriss + _contacts ess-storage@princeton.edu, martin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name eistsm206l + alias eistsm206l.Princeton.EDU + address 128.112.128.104 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name eistsm207l + alias eistsm207l.Princeton.EDU + _alias1 tsm7 + address 128.112.128.112 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS Untrust +} + +define host { + host_name eistsm208l + alias eistsm208l.Princeton.EDU + _alias1 tsm8 + address 128.112.128.113 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name eistsm210l + alias eistsm210l.Princeton.EDU + _alias1 tsm10 + address 128.112.128.118 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS Untrust +} + +define host { + host_name eistsm211l + alias eistsm211l.Princeton.EDU + _alias1 tsm11 + address 128.112.128.116 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production NS Untrust +} + +define host { + host_name eis155w + alias eis155w.Princeton.EDU + address 10.6.49.58 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis345w + alias eis345w.Princeton.EDU + address 10.6.49.55 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis370w + alias eis370w.Princeton.EDU + address 10.6.49.113 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxappdna100 + alias eisctxappdna100.Princeton.EDU + address 10.6.50.67 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxddc100w + alias eisctxddc100w.Princeton.EDU + address 10.6.49.3 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxddc101w + alias eisctxddc101w.Princeton.EDU + address 10.6.49.140 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxdir100w + alias eisctxdir100w.Princeton.EDU + address 10.6.50.65 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxpvs100w + alias eisctxpvs100w.Princeton.EDU + address 10.6.50.192 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxpvs101w + alias eisctxpvs101w.Princeton.EDU + address 10.6.50.191 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxsf100w + alias eisctxsf100w.Princeton.EDU + address 10.6.49.207 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxsf101w + alias eisctxsf101w.Princeton.EDU + address 10.6.50.60 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxsql100w + alias eisctxsql100w.Princeton.EDU + address 10.6.53.25 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisctxsql101w + alias eisctxsql101w.Princeton.EDU + address 10.6.53.26 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisctxwem100w + alias eisctxwem100w.Princeton.EDU + address 10.6.50.40 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisctxwem101w + alias eisctxwem101w.Princeton.EDU + address 10.6.50.59 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisiws300w + alias eisiws300w.Princeton.EDU + address 10.6.51.44 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql100w + alias eissql100w.Princeton.EDU + address 10.6.50.14 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql101w + alias eissql101w.Princeton.EDU + address 10.6.50.15 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql102w + alias eissql102w.Princeton.EDU + address 10.6.50.16 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql104w + alias eissql104w.Princeton.EDU + address 10.6.51.72 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql105w + alias eissql105w.Princeton.EDU + address 10.6.51.69 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql106w + alias eissql106w.Princeton.EDU + address 10.6.51.26 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql113w + alias eissql113w.Princeton.EDU + address 10.6.53.22 + contacts Christopher M. Stewart, DBA Important List + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eissql305w + alias eissql305w.Princeton.EDU + address 10.6.48.227 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql306w + alias eissql306w.Princeton.EDU + address 10.6.48.226 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisssrs301w + alias eisssrs301w.Princeton.EDU + address 10.6.50.185 + contacts Christopher M. Stewart, DBA Important List + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Untrust +} + +define host { + host_name eiswszeta102w + alias eiswszeta102w.Princeton.EDU + address 10.6.51.55 + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisxendc100w + alias eisxendc100w.Princeton.EDU + address 10.6.48.139 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eisxendc101w + alias eisxendc101w.Princeton.EDU + address 10.6.48.140 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eiszeta100w + alias eiszeta100w.Princeton.EDU + address 10.6.51.3 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis-fwmgr + alias eis-fwmgr.Princeton.EDU + address 128.112.130.95 + contacts epm-list + _contacts winmail@princeton.edu + use Windows Production +} + +define host { + host_name eis253w + alias eis253w.Princeton.EDU + address 10.6.48.75 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eis255w + alias eis255w.Princeton.EDU + address 10.6.49.85 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxappdna200 + alias eisctxappdna200.Princeton.EDU + address 10.6.50.68 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxddc200w + alias eisctxddc200w.Princeton.EDU + address 10.6.50.61 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxddc201w + alias eisctxddc201w.Princeton.EDU + address 10.6.50.62 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxdir200w + alias eisctxdir200w.Princeton.EDU + address 10.6.50.66 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxlic200w + alias eisctxlic200w.Princeton.EDU + address 10.6.50.30 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxpvs200w + alias eisctxpvs200w.Princeton.EDU + address 10.6.50.193 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxpvs201w + alias eisctxpvs201w.Princeton.EDU + address 10.6.50.57 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxsf200w + alias eisctxsf200w.Princeton.EDU + address 10.6.49.131 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxsf201w + alias eisctxsf201w.Princeton.EDU + address 10.6.49.139 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxsql200w + alias eisctxsql200w.Princeton.EDU + address 10.6.53.15 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name eisctxsql201w + alias eisctxsql201w.Princeton.EDU + address 10.6.53.24 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name eisctxwem200w + alias eisctxwem200w.Princeton.EDU + address 10.6.50.41 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisctxwem201w + alias eisctxwem201w.Princeton.EDU + address 10.6.50.64 + contacts Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eishpdm200w + alias eishpdm200w.Princeton.EDU + address 140.180.221.86 + contacts Sarah Kampel + _contacts dbalan@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name eisiws200w + alias eisiws200w.Princeton.EDU + address 10.6.51.45 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eislmt200w + alias eislmt200w.Princeton.EDU + address 10.6.50.127 + contacts ESS Storage, Martin Harriss + _contacts martin@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisnet200w + alias eisnet200w.Princeton.EDU + address 10.6.48.247 + contacts Networking + _contacts networking@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql203w + alias eissql203w.Princeton.EDU + address 10.6.50.174 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql204w + alias eissql204w.Princeton.EDU + address 10.6.50.175 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql205w + alias eissql205w.Princeton.EDU + address 10.6.50.177 + contacts Christopher M. Stewart + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql206w + alias eissql206w.Princeton.EDU + address 10.6.50.157 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql207w + alias eissql207w.Princeton.EDU + address 10.6.50.158 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql209w + alias eissql209w.Princeton.EDU + address 10.6.49.120 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql210w + alias eissql210w.Princeton.EDU + address 10.6.51.70 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql211w + alias eissql211w.Princeton.EDU + address 10.6.51.71 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql212w + alias eissql212w.Princeton.EDU + address 10.6.48.153 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eissql213w + alias eissql213w.Princeton.EDU + address 10.6.53.46 + contacts Christopher M. Stewart, DBA Important List + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisssrs201w + alias eisssrs201w.Princeton.EDU + address 10.6.51.0 + contacts Christopher M. Stewart, DBA Important List + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name eisvone200w + alias eisvone200w.Princeton.EDU + address 10.6.52.86 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisvone201w + alias eisvone201w.Princeton.EDU + address 10.6.53.34 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eisws201w + alias eisws201w.Princeton.EDU + address 10.6.50.92 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisws202w + alias eisws202w.Princeton.EDU + address 10.6.49.228 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essesx200v + alias essesx200v.Princeton.EDU + address 10.6.52.61 + _IP_MAC1 10.6.52.61 <=> b8:ca:3a:64:5d:d0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, C2 + _date_created 2017-02-22 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts winmail@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx201v + alias essesx201v.Princeton.EDU + address 10.6.52.43 + _IP_MAC1 10.6.52.43 <=> 24:6e:96:39:6e:b4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx202v + alias essesx202v.Princeton.EDU + address 10.6.52.62 + _IP_MAC1 10.6.52.62 <=> ba:ca:3a:64:66:21 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-09-14 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx203v + alias essesx203v.Princeton.EDU + address 10.6.52.63 + _IP_MAC1 10.6.52.63 <=> bc:30:5b:f8:c1:dc + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C5 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx204v + alias essesx204v.Princeton.EDU + address 10.6.52.64 + _IP_MAC1 10.6.52.64 <=> a4:ba:db:15:13:13 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C4 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx205v + alias essesx205v.Princeton.EDU + address 10.6.52.65 + _IP_MAC1 10.6.52.65 <=> ec:f4:bb:d0:64:c3 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx206v + alias essesx206v.Princeton.EDU + address 10.6.52.66 + _IP_MAC1 10.6.52.66 <=> ec:f4:bb:d6:d0:5c + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx207v + alias essesx207v.Princeton.EDU + address 10.6.52.67 + _IP_MAC1 10.6.52.67 <=> a4:ba:db:40:92:f0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx208v + alias essesx208v.Princeton.EDU + address 10.6.52.68 + _IP_MAC1 10.6.52.68 <=> 0:1b:21:90:26:18 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx209v + alias essesx209v.Princeton.EDU + address 10.6.52.69 + _IP_MAC1 10.6.52.69 <=> 0:1b:21:c8:5:70 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx210v + alias essesx210v.Princeton.EDU + address 10.6.53.3 + _IP_MAC1 10.6.53.3 <=> ec:f4:bb:ed:fb:67 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I4 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx211v + alias essesx211v.Princeton.EDU + address 10.6.52.87 + _IP_MAC1 10.6.52.87 <=> 24:6e:96:2a:7c:c0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MP,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-10-25 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx212v + alias essesx212v.Princeton.EDU + address 10.6.52.114 + _IP_MAC1 10.6.52.114 <=> 24:6e:96:2a:55:14 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-10-25 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx213v + alias essesx213v.Princeton.EDU + address 10.6.52.121 + _IP_MAC1 10.6.52.121 <=> 24:6e:96:39:94:7c + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx214v + alias essesx214v.Princeton.EDU + address 10.6.52.125 + _IP_MAC1 10.6.52.125 <=> bc:30:5b:ef:a6:c1 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx215v + alias essesx215v.Princeton.EDU + address 10.6.52.138 + _IP_MAC1 10.6.52.138 <=> bc:30:5b:ef:e3:65 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx216v + alias essesx216v.Princeton.EDU + address 10.6.52.171 + _IP_MAC1 10.6.52.171 <=> b8:ca:3a:69:3c:c4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, C3 + _date_created 2016-09-20 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx217v + alias essesx217v.Princeton.EDU + address 10.6.52.177 + _IP_MAC1 10.6.52.177 <=> bc:30:5b:f8:e2:98 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx218v + alias essesx218v.Princeton.EDU + address 10.6.52.178 + _IP_MAC1 10.6.52.178 <=> b8:ca:3a:69:46:c0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx220v + alias essesx220v.Princeton.EDU + address 10.6.52.213 + _IP_MAC1 10.6.52.213 <=> ec:f4:bb:c2:74:44 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx221v + alias essesx221v.Princeton.EDU + address 10.6.52.216 + _IP_MAC1 10.6.52.216 <=> ec:f4:bb:c2:72:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx222v + alias essesx222v.Princeton.EDU + address 10.6.52.217 + _IP_MAC1 10.6.52.217 <=> ec:f4:bb:d6:cc:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx270v + alias essesx270v.Princeton.EDU + address 10.6.52.218 + _IP_MAC1 10.6.52.218 <=> ec:f4:bb:dd:f6:d4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx224v + alias essesx224v.Princeton.EDU + address 10.6.52.219 + _IP_MAC1 10.6.52.219 <=> ec:f4:bb:ee:a7:80 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx225v + alias essesx225v.Princeton.EDU + address 10.6.52.239 + _IP_MAC1 10.6.52.239 <=> 24:6e:96:b:2e:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name essesx226v + alias essesx226v.Princeton.EDU + address 10.6.52.247 + _IP_MAC1 10.6.52.247 <=> 24:6e:96:a:9f:41 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx227v + alias essesx227v.Princeton.EDU + address 10.6.52.58 + _IP_MAC1 10.6.52.58 <=> 24:6e:96:50:20:64 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C02 + _date_created 2017-03-24 + _date_changed 2017-04-12 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princetonedu, winmail@princeton.edu + use UNIX Production 151 Trust +} + +define host { + host_name essesx228v + alias essesx228v.Princeton.EDU + address 10.6.52.38 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + +define host { + host_name essesx229v + alias essesx229v.Princeton.EDU + address 10.6.52.39 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + +define host { + host_name essesx240v + alias essesx240v.Princeton.EDU + address 10.6.53.47 + check_command check_https_host + notes 87 Prospect + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + +define host { + host_name essesx241v + alias essesx241v.Princeton.EDU + address 10.6.53.48 + check_command check_https_host + notes 87 Prospect + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + +define host { + host_name essesx242v + alias essesx242v.Princeton.EDU + address 10.6.53.52 + check_command check_https_host + notes 87 Prospect + contacts ESS Ops + use UNIX Production NS Trust +} + +define host { + host_name essesx250v + alias essesx250v.Princeton.EDU + address 10.6.52.118 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + +define host { + host_name essesx251v + alias essesx251v.Princeton.EDU + address 10.6.52.155 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + +define host { + host_name essesx260v + alias essesx260v.Princeton.EDU + address 10.6.53.96 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + +define host { + host_name essesx261v + alias essesx261v.Princeton.EDU + address 10.6.53.97 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + +define host { + host_name essesx262v + alias essesx262v.Princeton.EDU + address 10.6.53.99 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + +define host { + host_name essesx263v + alias essesx263v.Princeton.EDU + address 10.6.53.98 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + +define host { + host_name essesx290v + alias essesx290v.Princeton.EDU + address 10.6.59.230 + _IP_MAC1 10.6.59.230 <=> c:c4:7a:9:a3:1e + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-14 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + +define host { + host_name essesx291v + alias essesx291v.Princeton.EDU + address 10.6.59.232 + _IP_MAC1 10.6.59.232 <=> c:c4:7a:9:a0:ca + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-23 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + +define host { + host_name essesx292v + alias essesx292v.Princeton.EDU + address 10.6.59.231 + _IP_MAC1 10.6.59.231 <=> c:c4:7a:9:a0:86 + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-14 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + +define host { + host_name ess305l + alias ess305l.Princeton.EDU + address 10.6.52.82 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name ess307l + alias ess307l.Princeton.EDU + address 10.6.51.29 + contacts Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essconjur300l + alias essconjur300l.Princeton.EDU + address 10.6.53.33 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name essgit100l + alias essgit100l.Princeton.EDU + address 10.6.49.154 + contacts Jeffrey L. Firestone, none + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essgit101l + alias essgit101l.Princeton.EDU + address 10.6.50.48 + contacts ESS Storage, Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essoel300l + alias essoel300l.Princeton.EDU + address 10.6.48.17 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essproxy300l + alias essproxy300l.Princeton.EDU + address 10.6.51.30 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name esspup101l + alias esspup101l.Princeton.EDU + address 10.6.50.47 + contacts ESS Storage, Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name essrundeck100l + alias essrundeck100l.Princeton.EDU + address 10.6.57.39 + contacts ESS Storage, Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name essrundeck101l + alias essrundeck101l.Princeton.EDU + address 10.6.57.40 + contacts ESS Storage, Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name essrundeck102l + alias essrundeck102l.Princeton.EDU + address 10.6.52.210 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name essrundeck201l + alias essrundeck201l.Princeton.EDU + address 10.6.57.49 + use UNIX Dev/QA 151 EISFW + contacts ESS UNIX List +} + +define host { + host_name essgit200l + alias essgit200l.Princeton.EDU + address 10.6.50.106 + contacts ESS Ops, Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name essproxy200l + alias essproxy200l.Princeton.EDU + address 10.6.51.31 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name esspup200l + alias esspup200l.Princeton.EDU + address 140.180.220.74 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name esspup201l + alias esspup201l.Princeton.EDU + _alias1 ess-puppet01 + address 10.6.50.165 + contacts George R. Kopf, Kevin D. Hoffman + _contacts kh6@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name essrundeck202l + alias essrundeck202l.Princeton.EDU + address 10.6.52.102 + use UNIX Dev/QA NS Trust + contacts ESS UNIX List +} + +define host { + host_name ess-2008r2test + alias ess-2008r2test.Princeton.EDU + address 10.6.51.27 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ess-2012r2test + alias ess-2012r2test.Princeton.EDU + address 10.6.48.168 + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ess-2016test + alias ess-2016test.Princeton.EDU + address 10.6.48.27 + contacts ESS Ops + _contacts sv-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ess100w + alias ess100w.Princeton.EDU + address 10.6.48.176 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name esschoco100w + alias esschoco100w.Princeton.EDU + address 10.6.53.17 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name esschoco300w + alias esschoco300w.Princeton.EDU + address 10.6.53.14 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name essctxddc300w + alias essctxddc300w.Princeton.EDU + address 10.6.49.195 + _contacts dbalan@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essctxsf300w + alias essctxsf300w.Princeton.EDU + address 10.6.49.196 + _contacts dbalan@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essctxxa300w + alias essctxxa300w.Princeton.EDU + address 10.6.49.197 + _contacts dbalan@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essnick2019test + alias essnick2019test.Princeton.EDU + address 10.6.48.174 + use Windows Dev/QA 151 PrivateDMZ + contacts Nicholas Delo +} + +define host { + host_name essnicksdev300w + alias essnicksdev300w.Princeton.EDU + address 10.6.49.9 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essorch101w + alias essorch101w.Princeton.EDU + address 10.6.52.51 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name essorch300w + alias essorch300w.Princeton.EDU + address 10.6.49.184 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name esspatchtest300 + alias esspatchtest300.Princeton.EDU + address 10.6.63.6 + use Windows Dev/QA 151 Untrust + contacts Jennifer L. Curatola +} + +define host { + host_name essrundeck100w + alias essrundeck100w.Princeton.EDU + address 10.6.53.85 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name esssma100w + alias esssma100w.Princeton.EDU + address 10.6.52.60 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name essvmbkp100w + alias essvmbkp100w.Princeton.EDU + address 10.6.48.193 + contacts Chi M. Lu, Daniel Chin, ESS Storage, Storage and Automation HostMaster Admin account + _contacts clu@princeton.edu, dchin@princeton.edu, ess-storage@princeton.edu, sahmadm@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essvprox100w + alias essvprox100w.Princeton.EDU + address 10.6.48.49 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essvprox101w + alias essvprox101w.Princeton.EDU + address 10.6.51.61 + contacts ESS Storage + _contacts ess-storage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name esswsus300w + alias esswsus300w.Princeton.EDU + address 10.6.49.148 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name esschoco200w + alias esschoco200w.Princeton.EDU + address 10.6.53.16 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name esscode200w + alias esscode200w.Princeton.EDU + address 10.6.49.145 + contacts ESS Windows List, Jeffrey L. Firestone + _contacts jf19@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essconsole200w + alias essconsole200w.Princeton.EDU + address 10.6.48.13 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essconsole201w + alias essconsole201w.Princeton.EDU + address 10.6.49.1 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essdem200w + alias essdem200w.Princeton.EDU + address 10.6.48.16 + contacts Kevin D. Hoffman + _contacts kh6@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essdhcp200w + alias essdhcp200w.Princeton.EDU + address 10.6.52.20 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name essorch201w + alias essorch201w.Princeton.EDU + address 10.6.52.52 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS Trust +} + +define host { + host_name essrds290w + alias essrds290w.Princeton.EDU + address 10.6.59.237 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name essrundeck203w + alias essrundeck203w.Princeton.EDU + address 10.6.52.112 + use Windows Dev/QA NS Trust + contacts ESS Windows List +} + +define host { + host_name esssan202w + alias esssan202w.Princeton.EDU + address 10.6.53.40 + contacts ESS Storage, Storage and Automation HostMaster Admin account + _contacts sahmadm@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name esssma200w + alias esssma200w.Princeton.EDU + address 10.6.52.36 + contacts Nicholas A. Delo + _contacts ndelo@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name essvc201w + alias essvc201w.Princeton.EDU + _alias1 essvc200w + _alias2 essvc201l + address 10.6.48.80 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name essvmbkp200w + alias essvmbkp200w.Princeton.EDU + address 10.6.49.167 + contacts ESS Storage, Storage and Automation HostMaster Admin account + _contacts ess-storage@princeton.edu, sahmadm@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name essvmbkp201w + alias essvmbkp201w.Princeton.EDU + address 10.6.49.201 + contacts ESS Storage, Storage and Automation HostMaster Admin account + _contacts ess-storage@princeton.edu, sahmadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name esswsus200w + alias esswsus200w.Princeton.EDU + address 10.6.49.147 + contacts ESS Ops, Sarah Kampel + _contacts skampel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-egn-desigo + alias fac-egn-desigo.Princeton.EDU + address 10.6.50.55 + _IP_MAC1 10.6.50.55 <=> 0:50:56:93:7:f0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-03-26 + _date_changed 2017-05-02 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-eng-301w + alias fac-eng-301w.Princeton.EDU + address 10.6.50.54 + _IP_MAC1 10.6.50.54 <=> 0:50:56:93:2a:e7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-08-22 + _date_changed 2017-05-02 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-geodev + alias fac-geodev.Princeton.EDU + address 10.6.50.112 + _IP_MAC1 10.6.50.112 <=> 0:50:56:93:5:3e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-10-31 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-geoprod + alias fac-geoprod.Princeton.EDU + address 140.180.221.124 + _IP_MAC1 10.6.50.125 <=> 0:50:56:93:5:3f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-10-31 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name fac-geoqa + alias fac-geoqa.Princeton.EDU + address 10.6.50.113 + _IP_MAC1 10.6.50.113 <=> 0:50:56:93:5:3d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-10-31 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-lutronqa + alias fac-lutronqa.Princeton.EDU + address 10.6.50.26 + _IP_MAC1 10.6.50.26 <=> 0:50:56:93:5:39 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-10-28 + _date_changed 2017-03-21 + contacts Arthur T. Murphy + _contacts amurphy@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcacst101w + alias fac-spcacst101w.Princeton.EDU + address 10.6.49.91 + _IP_MAC1 10.6.49.91 <=> 0:50:56:93:50:fd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcacst102w + alias fac-spcacst102w.Princeton.EDU + address 10.6.49.171 + use Windows Dev/QA 151 PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac-spcacst103w + alias fac-spcacst103w.Princeton.EDU + address 10.6.50.163 + use Windows Dev/QA 151 PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac-spcacst104w + alias fac-spcacst104w.Princeton.EDU + address 10.6.50.31 + _IP_MAC1 10.6.50.31 <=> 0:50:56:93:cc:22 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-03-31 + _date_changed 2017-03-31 + contacts Edith M. Rzomp + _contacts erzomp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcacsts108 + alias fac-spcacsts108.Princeton.EDU + address 10.6.48.131 + _IP_MAC1 10.6.48.131 <=> 0:50:56:93:41:90 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-04-06 + _date_changed 2018-04-06 + contacts Edith M. Rzomp + _contacts erzomp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcactdb102 + alias fac-spcactdb102.Princeton.EDU + address 10.6.49.92 + _IP_MAC1 10.6.49.92 <=> 0:50:56:93:4a:e8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcactdb103 + alias fac-spcactdb103.Princeton.EDU + address 10.6.49.39 + _IP_MAC1 10.6.49.39 <=> 0:50:56:93:5e:82 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-04-28 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcactha105 + alias fac-spcactha105.Princeton.EDU + address 10.6.50.195 + _IP_MAC1 10.6.50.195 <=> 0:50:56:93:ef:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-09-14 + _date_changed 2017-09-14 + contacts Edith M. Rzomp + _contacts erzomp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-spcactha106 + alias fac-spcactha106.Princeton.EDU + address 10.6.50.164 + use Windows Dev/QA 151 PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac-webctrl100w + alias fac-webctrl100w.Princeton.EDU + address 10.6.50.43 + _IP_MAC1 10.6.50.43 <=> 0:50:56:93:4:87 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-25 + _date_changed 2017-05-02 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-webctrl300w + alias fac-webctrl300w.Princeton.EDU + address 10.6.50.56 + _IP_MAC1 10.6.50.56 <=> 0:50:56:93:4:88 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-25 + _date_changed 2017-05-02 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac101w + alias fac101w.Princeton.EDU + address 10.6.49.214 + _IP_MAC1 10.6.49.214 <=> 0:50:56:0:5a:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-05-06 + _date_changed 2016-11-22 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac102w + alias fac102w.Princeton.EDU + address 10.6.49.177 + use Windows Dev/QA 151 PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac103w-gisqa + alias fac103w-gisqa.Princeton.EDU + _alias1 gisqa + address 10.6.48.189 + _IP_MAC1 10.6.48.189 <=> 0:50:56:93:57:8f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-04-27 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac103wsaltots + alias fac103wsaltots.Princeton.EDU + address 10.6.49.138 + use Windows Dev/QA 151 PrivateDMZ + contacts Mark R. Williams +} + +define host { + host_name fac107w-afqa + alias fac107w-afqa.Princeton.EDU + address 10.6.50.114 + _IP_MAC1 10.6.50.114 <=> 0:50:56:93:2f:5b + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac108w-awqa + alias fac108w-awqa.Princeton.EDU + _alias1 tigerspaceqa + address 10.6.50.115 + _IP_MAC1 10.6.50.115 <=> 0:50:56:93:2f:5a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac111w + alias fac111w.Princeton.EDU + address 140.180.220.33 + _IP_MAC1 140.180.220.33 <=> 0:50:56:93:d0:f3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-08 + _date_changed 2018-01-08 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac112w + alias fac112w.Princeton.EDU + address 140.180.220.63 + _IP_MAC1 140.180.220.63 <=> 0:50:56:93:2f:ca + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-11 + _date_changed 2018-01-11 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac113w + alias fac113w.Princeton.EDU + _alias1 ifacilitiesqa + address 140.180.221.33 + _IP_MAC1 140.180.221.33 <=> 0:50:56:93:1d:ae + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-12 + _date_changed 2018-03-19 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac114w + alias fac114w.Princeton.EDU + address 140.180.221.73 + _IP_MAC1 140.180.221.73 <=> 0:50:56:93:6f:46 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-19 + _date_changed 2018-01-19 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac115w + alias fac115w.Princeton.EDU + address 140.180.220.217 + use Windows Dev/QA 151 PublicDMZ + contacts slmgeo +} + +define host { + host_name fac115w-x100 + alias fac115w-x100.Princeton.EDU + address 10.6.49.59 + _IP_MAC1 10.6.49.59 <=> 0:50:56:93:2e:2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-01-11 + _date_changed 2017-10-24 + contacts Quoc B. Nguyen + _contacts quoc@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac303w-esridev + alias fac303w-esridev.Princeton.EDU + address 10.6.48.142 + _IP_MAC1 10.6.48.142 <=> 0:50:56:93:9:cd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-02-10 + _date_changed 2016-07-28 + contacts Matthew L. Woodmansee + _contacts mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac303w-gisdev + alias fac303w-gisdev.Princeton.EDU + address 10.6.51.22 + _IP_MAC1 10.6.51.22 <=> 0:50:56:93:c7:b9 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-26 + _date_changed 2018-01-26 + contacts Matthew L. Woodmansee + _contacts mw20@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac307w-afdev + alias fac307w-afdev.Princeton.EDU + address 10.6.50.118 + _IP_MAC1 10.6.50.118 <=> 0:50:56:93:2f:57 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac308w-awdev + alias fac308w-awdev.Princeton.EDU + _alias1 tigerspacedev + address 10.6.50.119 + _IP_MAC1 10.6.50.119 <=> 0:50:56:93:2f:56 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac309wsaltodev + alias fac309wsaltodev.Princeton.EDU + address 10.6.49.2 + _IP_MAC1 10.6.49.2 <=> 0:50:56:93:63:db + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-12 + _date_changed 2016-08-19 + contacts Facilities NT Administrator + _contacts facntadm@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac312w + alias fac312w.Princeton.EDU + address 140.180.221.66 + _IP_MAC1 140.180.221.66 <=> 0:50:56:93:d6:4d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-10 + _date_changed 2017-11-10 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac313w + alias fac313w.Princeton.EDU + address 140.180.220.62 + _IP_MAC1 140.180.220.62 <=> 0:50:56:93:81:30 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-11 + _date_changed 2018-01-11 + contacts Michael Zhong + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fac314w + alias fac314w.Princeton.EDU + address 10.6.51.113 + use Windows Dev/QA 151 PrivateDMZ + contacts slmgeo +} + +define host { + host_name facsaltodb100w + alias facsaltodb100w.Princeton.EDU + address 10.6.52.126 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name facsaltodb101w + alias facsaltodb101w.Princeton.EDU + address 10.6.53.130 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name maximosourceqa + alias maximosourceqa.Princeton.EDU + address 10.6.48.123 + _IP_MAC1 10.6.48.123 <=> 0:50:56:93:4c:4e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-12-15 + _date_changed 2014-12-15 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fac-anaqua1 + alias fac-anaqua1.Princeton.EDU + address 10.6.49.122 + _IP_MAC1 10.6.49.122 <=> 0:50:56:93:39:75 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-12 + _date_changed 2016-08-19 + contacts Facilities NT Administrator + _contacts facntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-evnts2hv200 + alias fac-evnts2hv200.Princeton.EDU + address 10.6.50.1 + _IP_MAC1 10.6.50.1 <=> 0:50:56:93:b7:4c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-03-07 + _date_changed 2017-04-06 + contacts Adam C. Boltz, FACJZADM, facmcadm + _contacts aboltz@princeton.edu, facjzadm@princeton.edu, facmcadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-goshin200w + alias fac-goshin200w.Princeton.EDU + address 10.6.50.123 + _IP_MAC1 10.6.50.123 <=> 0:50:56:93:8:63 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-06-08 + _date_changed 2017-11-03 + contacts FACJZADM, James D. Kane, Jeffrey M. Zodda + _contacts facjzadm@princeton.edu, jkane@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-infoctr1 + alias fac-infoctr1.Princeton.EDU + address 10.6.50.197 + _IP_MAC1 10.6.50.197 <=> b8:ca:3a:5d:d6:78 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR,RK,C-01 + _date_created 2013-06-05 + _date_changed 2017-09-26 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-infoctr3 + alias fac-infoctr3.Princeton.EDU + address 10.6.48.163 + _IP_MAC1 10.6.48.163 <=> 0:50:56:93:7d:d8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2015-03-13 + _date_changed 2016-07-28 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-keys200w + alias fac-keys200w.Princeton.EDU + address 10.6.50.188 + _IP_MAC1 10.6.50.188 <=> 0:50:56:93:18:b3 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-26 + _date_changed 2017-09-13 + contacts FACJZADM, Facilities NT Administrator + _contacts facjzadm@princeton.edu, facntadm@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac-larprime + alias fac-larprime.Princeton.EDU + address 10.6.48.162 + _IP_MAC1 10.6.48.162 <=> 0:50:56:93:10:fd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2015-03-13 + _date_changed 2016-07-28 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-lssxibo + alias fac-lssxibo.Princeton.EDU + address 10.6.50.249 + _IP_MAC1 10.6.50.249 <=> 0:50:56:93:8:c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2014-04-15 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-lumewave200 + alias fac-lumewave200.Princeton.EDU + address 10.6.49.178 + _IP_MAC1 10.6.49.178 <=> 0:50:56:93:a5:76 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-26 + _date_changed 2017-04-26 + contacts Jeffrey M. Zodda + _contacts jzodda@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac-lutlarsprd + alias fac-lutlarsprd.Princeton.EDU + address 10.6.48.86 + _IP_MAC1 10.6.48.86 <=> 0:50:56:93:30:de + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-09 + _date_changed 2017-01-09 + contacts Jeffrey M. Zodda + _contacts jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-lutronprod + alias fac-lutronprod.Princeton.EDU + address 10.6.50.28 + _IP_MAC1 10.6.50.28 <=> 0:50:56:93:5:3a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM - + _date_created 2013-10-28 + _date_changed 2017-03-21 + contacts Arthur T. Murphy + _contacts amurphy@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-lutronprod2 + alias fac-lutronprod2.Princeton.EDU + address 10.6.50.29 + _IP_MAC1 10.6.50.29 <=> 0:50:56:93:4:a0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2014-05-08 + _date_changed 2017-03-21 + contacts Arthur T. Murphy + _contacts amurphy@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-palm3 + alias fac-palm3.Princeton.EDU + address 10.6.49.69 + _IP_MAC1 10.6.49.69 <=> 0:50:56:93:28:93 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2016-03-21 + _date_changed 2017-12-14 + contacts FACJZADM, Jeffrey M. Zodda + _contacts facjzadm@princeton.edu, jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-rds-200w + alias fac-rds-200w.Princeton.EDU + _alias1 facrds200w + address 10.6.48.154 + _IP_MAC1 10.6.48.154 <=> 0:50:56:93:5e:3e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2011-08-04 + _date_changed 2015-02-24 + notification_period Except 11:55-12:10 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-rds-201w + alias fac-rds-201w.Princeton.EDU + address 10.6.48.143 + _IP_MAC1 10.6.48.143 <=> 0:50:56:93:5a:9d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2015-01-26 + _date_changed 2016-07-28 + notification_period Except 11:55-12:10 + contacts Gary Brancato + _contacts garyb@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name fac-spcacfdb207 + alias fac-spcacfdb207.Princeton.EDU + address 10.6.49.93 + _IP_MAC1 10.6.49.93 <=> 0:50:56:93:16:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacs204w + alias fac-spcacs204w.Princeton.EDU + address 10.6.49.94 + _IP_MAC1 10.6.49.94 <=> 0:50:56:93:49:c8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacsdb205 + alias fac-spcacsdb205.Princeton.EDU + address 10.6.49.95 + _IP_MAC1 10.6.49.95 <=> 0:50:56:93:7:10 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacsf206w + alias fac-spcacsf206w.Princeton.EDU + address 10.6.49.96 + _IP_MAC1 10.6.49.96 <=> 0:50:56:93:6:ac + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacsha210 + alias fac-spcacsha210.Princeton.EDU + address 10.6.50.111 + use Windows Dev/QA NS PrivateDMZ + contacts Edith M. Rzomp +} + +define host { + host_name fac-spcacsts208 + alias fac-spcacsts208.Princeton.EDU + address 10.6.49.97 + _IP_MAC1 10.6.49.97 <=> 0:50:56:93:1b:40 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2016-04-13 + _date_changed 2016-07-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-spcacsts209 + alias fac-spcacsts209.Princeton.EDU + address 10.6.49.159 + use Windows Production 151 PrivateDMZ + contacts DBA Important List +} + +define host { + host_name fac-spreports + alias fac-spreports.Princeton.EDU + address 10.6.50.37 + _IP_MAC1 10.6.50.37 <=> 0:50:56:93:97:f1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-03-31 + _date_changed 2017-03-31 + contacts Edith M. Rzomp + _contacts erzomp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name fac-stprosvcs + alias fac-stprosvcs.Princeton.EDU + address 10.6.50.250 + _IP_MAC1 10.6.50.250 <=> 0:50:56:93:4:a3 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2014-05-13 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-termsvr1 + alias fac-termsvr1.Princeton.EDU + address 10.6.49.44 + _IP_MAC1 10.6.49.44 <=> 0:50:56:93:57:ef + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2016-03-21 + _date_changed 2017-12-21 + contacts FACJZADM, Jeffrey M. Zodda + _contacts facjzadm@princeton.edu, jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-trimble + alias fac-trimble.Princeton.EDU + address 10.6.48.54 + _IP_MAC1 10.6.48.54 <=> 0:50:56:93:26:f4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2014-07-02 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name fac-willo3-200w + alias fac-willo3-200w.Princeton.EDU + address 10.6.51.23 + _IP_MAC1 10.6.51.23 <=> 0:50:56:93:7f:ae + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-12-08 + _date_changed 2017-12-08 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac-willow2 + alias fac-willow2.Princeton.EDU + address 10.6.48.212 + _IP_MAC1 10.6.48.212 <=> 0:50:56:93:3f:6d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-01 + _date_changed 2017-12-14 + contacts FACJZADM, Jeffrey M. Zodda, facmcadm + _contacts facjzadm@princeton.edu, facmcadm@princeton.edu, jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac201w + alias fac201w.Princeton.EDU + address 10.6.50.248 + _IP_MAC1 10.6.50.248 <=> 0:50:56:0:5b:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2011-05-06 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac202w + alias fac202w.Princeton.EDU + address 10.6.51.85 + use Windows Dev/QA NS PrivateDMZ + contacts Mark R. Williams +} + +define host { + host_name fac203-publish + alias fac203-publish.Princeton.EDU + address 10.6.49.67 + _IP_MAC1 10.6.49.67 <=> 0:50:56:93:66:70 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2016-03-21 + _date_changed 2018-03-23 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac203w-gisprod + alias fac203w-gisprod.Princeton.EDU + _alias1 gis + address 140.180.220.131 + _IP_MAC1 140.180.220.131 <=> 0:50:56:93:70:73 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2015-04-27 + _date_changed 2017-11-29 + contacts Dawn F. McCall, Matthew L. Woodmansee + _contacts dmccall@princeton.edu, mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac206wsaltots + alias fac206wsaltots.Princeton.EDU + address 10.6.49.254 + use Windows Dev/QA NS PrivateDMZ + contacts tuccillo +} + +define host { + host_name fac207w + alias fac207w.Princeton.EDU + address 10.6.50.162 + _IP_MAC1 10.6.50.162 <=> 0:50:56:93:50:a5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM - + _date_created 2013-02-04 + _date_changed 2017-07-17 + contacts Jeffrey M. Zodda + _contacts jzodda@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac207wsaltojs + alias fac207wsaltojs.Princeton.EDU + address 10.6.51.102 + use Windows Dev/QA NS PrivateDMZ + contacts markrw +} + +define host { + host_name fac208w-afprod + alias fac208w-afprod.Princeton.EDU + address 10.6.50.139 + _IP_MAC1 10.6.50.139 <=> 0:50:56:93:2f:59 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name fac209w-awprod + alias fac209w-awprod.Princeton.EDU + _alias1 tigerspace + address 140.180.220.254 + _IP_MAC1 140.180.220.254 <=> 0:50:56:93:2f:58 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-10-10 + contacts Mark Lewis, Matthew L. Woodmansee + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name fac211w + alias fac211w.Princeton.EDU + _alias1 maximo + address 140.180.220.166 + _IP_MAC1 140.180.220.166 <=> 0:50:56:93:2c:ce + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-14 + _date_changed 2018-04-10 + contact_groups Maximo + contacts Robert J. Kuhn + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac212w + alias fac212w.Princeton.EDU + _alias1 ezmaxmobile + address 140.180.221.39 + _IP_MAC1 140.180.221.39 <=> 0:50:56:93:90:3f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-20 + _date_changed 2018-04-10 + contact_groups Maximo + contacts Robert J. Kuhn + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac213w + alias fac213w.Princeton.EDU + _alias1 ifacilities + address 140.180.221.37 + _IP_MAC1 140.180.221.37 <=> 0:50:56:93:3:53 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-14 + _date_changed 2018-04-10 + contact_groups Maximo + contacts Robert J. Kuhn + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac214w-centric + alias fac214w-centric.Princeton.EDU + _alias1 pcs + _alias2 facnet + address 140.180.220.89 + _IP_MAC1 140.180.220.89 <=> 0:50:56:93:77:68 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2014-10-08 + _date_changed 2016-07-28 + contacts Matthew L. Woodmansee + _contacts mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac214w + alias fac214w.Princeton.EDU + address 140.180.221.38 + _IP_MAC1 140.180.221.38 <=> 0:50:56:93:be:fa + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-14 + _date_changed 2018-02-14 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac215w + alias fac215w.Princeton.EDU + address 140.180.220.218 + use Windows Dev/QA NS PublicDMZ + contacts slmgeo +} + +define host { + host_name fac216w-xibo + alias fac216w-xibo.Princeton.EDU + address 10.6.48.93 + _IP_MAC1 10.6.48.93 <=> 0:50:56:93:46:ec + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2015-02-18 + _date_changed 2017-12-14 + contacts FACJZADM + _contacts facjzadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac219w-tsw + alias fac219w-tsw.Princeton.EDU + address 10.6.48.202 + _IP_MAC1 10.6.48.202 <=> 0:50:56:93:60:59 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building New South + _room MR, VM, - + _date_created 2015-05-28 + _date_changed 2017-12-18 + contacts Alex J. Trosko, Facilities NT Administrator + _contacts ajtrosko@princeton.edu, facntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac221w-acad + alias fac221w-acad.Princeton.EDU + address 10.6.48.245 + _IP_MAC1 10.6.48.245 <=> 0:50:56:93:4b:47 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2015-09-22 + _date_changed 2016-07-28 + contacts Matthew L. Woodmansee + _contacts mw20@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac222w-acad + alias fac222w-acad.Princeton.EDU + address 10.6.51.114 + use Windows Dev/QA NS PrivateDMZ + contacts Viviane Bassily +} + +define host { + host_name fac223w-jadwin + alias fac223w-jadwin.Princeton.EDU + address 10.6.49.46 + _IP_MAC1 10.6.49.46 <=> 0:50:56:93:4b:61 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Engineering and Construction Department + _building New South + _room MR, VM, - + _date_created 2015-11-24 + _date_changed 2017-06-16 + contacts Arthur T. Murphy + _contacts amurphy@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac223w-x200 + alias fac223w-x200.Princeton.EDU + address 10.6.49.60 + _IP_MAC1 10.6.49.60 <=> 0:50:56:93:5f:57 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Facilities Finance and Administrative Services + _building New South + _room MR, VM, - + _date_created 2016-01-11 + _date_changed 2018-01-12 + contacts Mark Lewis + _contacts cl3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac224w-tcam + alias fac224w-tcam.Princeton.EDU + address 10.6.48.239 + _IP_MAC1 10.6.48.239 <=> 0:50:56:93:13:29 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the University Architect + _building New South + _room MR, VM, - + _date_created 2016-04-05 + _date_changed 2017-12-14 + contacts FACJZADM, Joshua E. Linkov + _contacts facjzadm@princeton.edu, jlinkov@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac225w-tcam + alias fac225w-tcam.Princeton.EDU + address 10.6.48.236 + _IP_MAC1 10.6.48.236 <=> 0:50:56:93:4e:e6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the University Architect + _building New South + _room MR, VM, - + _date_created 2016-04-05 + _date_changed 2017-12-14 + contacts FACJZADM, Joshua E. Linkov + _contacts facjzadm@princeton.edu, jlinkov@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fac226-olive + alias fac226-olive.Princeton.EDU + address 140.180.220.141 + _IP_MAC1 140.180.220.141 <=> 0:50:56:93:46:50 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-19 + _date_changed 2017-06-02 + contacts FACJZADM, Facilities NT Administrator, facmcadm + _contacts facjzadm@princeton.edu, facmcadm@princeton.edu, facntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fac230w-led + alias fac230w-led.Princeton.EDU + address 10.6.49.166 + _IP_MAC1 10.6.49.166 <=> 0:50:56:93:6e:b7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-22 + _date_changed 2016-08-19 + contacts Facilities NT Administrator + _contacts facntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name facsaltodb200w + alias facsaltodb200w.Princeton.EDU + address 10.6.53.190 + use Windows Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name facsaltodb201w + alias facsaltodb201w.Princeton.EDU + address 10.6.53.191 + use Windows Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name lar-watchdog2 + alias lar-watchdog2.Princeton.EDU + address 140.180.220.120 + _IP_MAC1 140.180.220.120 <=> 0:50:56:93:1a:e4 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Research Resources + _building New South + _room MR, VM, - + _date_created 2016-04-28 + _date_changed 2016-04-28 + contacts Alvin A. Daniel + _contacts alvind@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name maximo1 + alias maximo1.Princeton.EDU + address 140.180.221.68 + _IP_MAC1 140.180.221.68 <=> 0:50:56:0:71:27 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-08-03 + _date_changed 2018-04-10 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name maximo2 + alias maximo2.Princeton.EDU + address 140.180.221.69 + _IP_MAC1 140.180.221.69 <=> 0:50:56:0:72:27 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-08-03 + _date_changed 2018-04-10 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name maximo3 + alias maximo3.Princeton.EDU + address 140.180.221.70 + _IP_MAC1 140.180.221.70 <=> 0:50:56:93:0:51 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Facilities Finance and Administrative Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-08-31 + _date_changed 2018-04-10 + contact_groups Maximo + _contacts mzhong@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name fin103w + alias fin103w.Princeton.EDU + address 140.180.220.80 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name fin302w + alias fin302w.Princeton.EDU + address 10.6.50.129 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fincopiers100w + alias fincopiers100w.Princeton.EDU + _alias1 printcanonqa + address 10.6.48.155 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name fint300w + alias fint300w.Princeton.EDU + address 10.6.49.183 + use Windows Dev/QA 151 PrivateDMZ + contacts kkaushik +} + +define host { + host_name fint301w + alias fint301w.Princeton.EDU + address 10.6.49.231 + use Windows Dev/QA 151 PrivateDMZ + contacts kkaushik +} + +define host { + host_name fint302w + alias fint302w.Princeton.EDU + address 10.6.49.234 + use Windows Dev/QA 151 PrivateDMZ + contacts kkaushik +} + +define host { + host_name fint303w + alias fint303w.Princeton.EDU + address 10.6.51.95 + use Windows Dev/QA 151 PrivateDMZ + contacts kkaushik +} + +define host { + host_name fin203w + alias fin203w.Princeton.EDU + _alias1 creditrelease + _alias2 driverlist + address 140.180.220.81 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name fincopiers200w + alias fincopiers200w.Princeton.EDU + _alias1 printcanon + address 10.6.49.174 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamcaproxy100l + alias iamcaproxy100l.Princeton.EDU + address 10.6.48.61 + use UNIX Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iamcas300l + alias iamcas300l.Princeton.EDU + _alias1 authdev-a + address 10.6.55.63 + _IP_MAC1 10.6.55.63 <=> 0:50:56:93:92:a4 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-11 + _date_changed 2017-12-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamcas301l + alias iamcas301l.Princeton.EDU + _alias1 authdev-b + address 10.6.55.67 + _IP_MAC1 10.6.55.67 <=> 0:50:56:93:21:6 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-19 + _date_changed 2017-12-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamcas102l.aws + alias iamcas102l.aws.Princeton.EDU + address 10.21.1.96 + use UNIX Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamcas103l.aws + alias iamcas103l.aws.Princeton.EDU + address 10.21.1.218 + use UNIX Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamprox100l + alias iamprox100l.Princeton.EDU + address 10.6.56.39 + _IP_MAC1 10.6.56.39 <=> 0:50:56:93:b:16 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-01 + _date_changed 2016-04-01 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox101l + alias iamprox101l.Princeton.EDU + address 10.6.56.40 + _IP_MAC1 10.6.56.40 <=> 0:50:56:93:62:a0 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-01 + _date_changed 2016-04-01 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox102l + alias iamprox102l.Princeton.EDU + address 10.6.56.41 + _IP_MAC1 10.6.56.41 <=> 0:50:56:93:2d:b0 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-01 + _date_changed 2016-04-01 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox103l + alias iamprox103l.Princeton.EDU + address 10.6.56.48 + _IP_MAC1 10.6.56.48 <=> 0:50:56:93:75:fd + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-21 + _date_changed 2017-11-21 + contacts Identity and Access Management, Simon C. Lee + _contacts simonlee@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox300l + alias iamprox300l.Princeton.EDU + address 10.6.56.37 + _IP_MAC1 10.6.56.37 <=> 0:50:56:93:1f:e + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-02-15 + _date_changed 2016-02-15 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamprox301l + alias iamprox301l.Princeton.EDU + address 10.6.56.38 + _IP_MAC1 10.6.56.38 <=> 0:50:56:93:44:c9 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-14 + _date_changed 2016-03-14 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamroxen300l + alias iamroxen300l.Princeton.EDU + address 10.6.48.79 + _IP_MAC1 10.6.48.79 <=> 0:50:56:93:49:42 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-11 + _date_changed 2016-10-31 + contacts CISDR Group of EIS, Identity and Access Management, John Wagner + _contacts csg@princeton.edu, iam@princeton.edu, jwagner@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name iamroxen301l + alias iamroxen301l.Princeton.EDU + address 10.6.62.178 + _IP_MAC1 10.6.62.178 <=> 0:50:56:93:79:9f + _SUBNET1 lb-servernet-2 (Untrust - VLAN 1045 - .62) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-04-11 + _date_changed 2016-05-20 + contacts CISDR Group of EIS, Identity and Access Management, John Wagner + _contacts csg@princeton.edu, iam@princeton.edu, jwagner@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Untrust +} + +define host { + host_name iamshib303l + alias iamshib303l.Princeton.EDU + address 140.180.221.43 + _IP_MAC1 140.180.221.43 <=> 0:50:56:93:7e:a + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-09-01 + _date_changed 2018-03-17 + contacts Identity and Access Management, John Wagner + _contacts jwagner@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name iamweb300l + alias iamweb300l.Princeton.EDU + address 10.6.48.55 + use UNIX Dev/QA 151 Untrust + contacts Software Infrastructure Services +} + +define host { + host_name iamxythos100l + alias iamxythos100l.Princeton.EDU + address 10.6.54.51 + _IP_MAC1 10.6.54.51 <=> 0:50:56:93:13:f2 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-09 + _date_changed 2016-09-08 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamxythos101l + alias iamxythos101l.Princeton.EDU + address 10.6.54.52 + _IP_MAC1 10.6.54.52 <=> 0:50:56:93:1f:29 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-09 + _date_changed 2016-09-08 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamxythos300l + alias iamxythos300l.Princeton.EDU + address 10.6.54.55 + _IP_MAC1 10.6.54.55 <=> 0:50:56:93:18:c4 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-09 + _date_changed 2016-09-08 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamxythos301l + alias iamxythos301l.Princeton.EDU + address 10.6.54.56 + _IP_MAC1 10.6.54.56 <=> 0:50:56:93:5e:e + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-09 + _date_changed 2016-09-08 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name iamcas202l.aws + alias iamcas202l.aws.Princeton.EDU + address 10.21.1.89 + use UNIX Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamcas203l.aws + alias iamcas203l.aws.Princeton.EDU + address 10.21.1.192 + use UNIX Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamprox200l + alias iamprox200l.Princeton.EDU + address 10.6.56.42 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name iamprox201l + alias iamprox201l.Princeton.EDU + address 10.6.56.43 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name iamtools200l + alias iamtools200l.Princeton.EDU + _alias1 custodian + address 10.6.49.170 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name iamxythos200l + alias iamxythos200l.Princeton.EDU + address 10.6.54.53 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name iamxythos201l + alias iamxythos201l.Princeton.EDU + address 10.6.54.54 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name iamadfs100w + alias iamadfs100w.Princeton.EDU + address 10.6.55.48 + _IP_MAC1 10.6.55.48 <=> 0:50:56:93:1d:41 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-23 + _date_changed 2015-10-30 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamadfs101w + alias iamadfs101w.Princeton.EDU + address 10.6.55.49 + _IP_MAC1 10.6.55.49 <=> 0:50:56:93:29:f6 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-23 + _date_changed 2015-10-30 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamadfs300w + alias iamadfs300w.Princeton.EDU + address 10.6.55.66 + _IP_MAC1 10.6.55.66 <=> 0:50:56:93:3b:da + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-04 + _date_changed 2016-08-04 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamcacomp100w + alias iamcacomp100w.Princeton.EDU + address 10.6.48.39 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iamdirsync100w + alias iamdirsync100w.Princeton.EDU + address 140.180.220.156 + _IP_MAC1 140.180.220.156 <=> 0:50:56:93:43:3e + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-09-15 + _date_changed 2016-09-15 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name iamduo100w + alias iamduo100w.Princeton.EDU + address 10.6.55.18 + _IP_MAC1 10.6.55.18 <=> 0:50:56:93:68:4e + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-08-07 + _date_changed 2016-09-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamduo101w + alias iamduo101w.Princeton.EDU + address 10.6.55.37 + _IP_MAC1 10.6.55.37 <=> 0:50:56:93:24:22 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-08-07 + _date_changed 2016-09-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamethos100w + alias iamethos100w.Princeton.EDU + address 10.6.55.71 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamethos101w + alias iamethos101w.Princeton.EDU + address 10.6.55.72 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamlds300w + alias iamlds300w.Princeton.EDU + address 140.180.221.94 + use Windows Dev/QA 151 PublicDMZ + contacts iam +} + +define host { + host_name iamlds301w + alias iamlds301w.Princeton.EDU + address 140.180.221.95 + use Windows Dev/QA 151 PublicDMZ + contacts iam +} + +define host { + host_name iamload100w + alias iamload100w.Princeton.EDU + address 10.6.51.58 + _IP_MAC1 10.6.51.58 <=> 0:50:56:93:85:b8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-03-23 + _date_changed 2018-03-23 + contacts Identity and Access Management, Simon C. Lee + _contacts simonlee@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name iamload101w + alias iamload101w.Princeton.EDU + address 10.6.51.59 + _IP_MAC1 10.6.51.59 <=> 0:50:56:93:f6:39 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-03-23 + _date_changed 2018-03-23 + contacts Identity and Access Management, Simon C. Lee + _contacts simonlee@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name iammim100w + alias iammim100w.Princeton.EDU + address 10.6.52.161 + use Windows Dev/QA 151 Trust + contacts iam +} + +define host { + host_name iammim300w + alias iammim300w.Princeton.EDU + address 10.6.51.65 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iammim301w + alias iammim301w.Princeton.EDU + address 10.6.53.95 + use Windows Dev/QA 151 Trust + contacts iam +} + +define host { + host_name iammimdb101w + alias iammimdb101w.Princeton.EDU + address 10.6.52.162 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name iammimdb102w + alias iammimdb102w.Princeton.EDU + address 10.6.52.167 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name iammimdb301w + alias iammimdb301w.Princeton.EDU + address 10.6.53.240 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name iammimweb100w + alias iammimweb100w.Princeton.EDU + address 10.6.51.104 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iammimweb101w + alias iammimweb101w.Princeton.EDU + address 10.6.51.103 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iammimweb300w + alias iammimweb300w.Princeton.EDU + address 10.6.57.21 + use Windows Dev/QA 151 Untrust + contacts iam +} + +define host { + host_name iammimweb301w + alias iammimweb301w.Princeton.EDU + address 10.6.57.23 + use Windows Dev/QA 151 Untrust + contacts iam +} + +define host { + host_name iamshib100w + alias iamshib100w.Princeton.EDU + address 10.6.54.44 + _IP_MAC1 10.6.54.44 <=> 0:50:56:93:76:d1 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-17 + _date_changed 2015-11-30 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamshib101w + alias iamshib101w.Princeton.EDU + address 10.6.54.41 + _IP_MAC1 10.6.54.41 <=> 0:50:56:93:32:95 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-17 + _date_changed 2015-11-24 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamshib102w.aws + alias iamshib102w.aws.Princeton.EDU + address 10.21.1.25 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamshib103w.aws + alias iamshib103w.aws.Princeton.EDU + address 10.21.1.179 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamshib104w + alias iamshib104w.Princeton.EDU + address 10.6.54.20 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamshib105w + alias iamshib105w.Princeton.EDU + address 10.6.54.21 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamshib300w + alias iamshib300w.Princeton.EDU + address 10.6.54.47 + _IP_MAC1 10.6.54.47 <=> 0:50:56:93:43:84 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-07 + _date_changed 2016-02-16 + contacts John Wagner + _contacts jwagner@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamshib301w + alias iamshib301w.Princeton.EDU + address 10.6.54.26 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamshib302w + alias iamshib302w.Princeton.EDU + address 10.6.54.36 + _IP_MAC1 10.6.54.36 <=> 0:50:56:93:de:85 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-02-27 + _date_changed 2018-03-17 + contacts John Wagner + _contacts jwagner@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name iamshibtest100w + alias iamshibtest100w.Princeton.EDU + address 10.6.49.204 + _IP_MAC1 10.6.49.204 <=> 0:50:56:93:18:e5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-11-07 + _date_changed 2016-11-07 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name iamtools100w + alias iamtools100w.Princeton.EDU + address 10.6.51.12 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iamwebsvc100w + alias iamwebsvc100w.Princeton.EDU + address 10.6.51.38 + use Windows Dev/QA 151 PrivateDMZ + contacts iam +} + +define host { + host_name iamadfs200w + alias iamadfs200w.Princeton.EDU + address 10.6.55.50 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamadfs201w + alias iamadfs201w.Princeton.EDU + address 10.6.55.51 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iambuilder + alias iambuilder.Princeton.EDU + address 10.6.49.22 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamcas200w + alias iamcas200w.Princeton.EDU + _alias1 auth-a + address 10.6.55.40 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamcas201w + alias iamcas201w.Princeton.EDU + _alias1 auth-b + address 10.6.55.41 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamcert200w + alias iamcert200w.Princeton.EDU + address 140.180.220.209 + use Windows Dev/QA NS PublicDMZ + contacts iam +} + +define host { + host_name iamconsole + alias iamconsole.Princeton.EDU + address 10.6.49.217 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamdirsync200w + alias iamdirsync200w.Princeton.EDU + address 140.180.220.157 + contacts John P. Sophy + _contacts jsophy@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name iamduo200w + alias iamduo200w.Princeton.EDU + address 10.6.55.38 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamduo201w + alias iamduo201w.Princeton.EDU + address 10.6.55.39 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamencoder204w + alias iamencoder204w.Princeton.EDU + _alias1 encoder04 + address 10.6.48.103 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production PrivateDMZ +} + +define host { + host_name iamencoder205w + alias iamencoder205w.Princeton.EDU + _alias1 encoder05 + address 10.6.48.200 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production PrivateDMZ +} + +define host { + host_name iamencoder206w + alias iamencoder206w.Princeton.EDU + _alias1 encoder06 + address 10.6.48.201 + contacts Dwight D. Bashore, Identity and Access Management + _contacts dbashore@princeton.edu, iam@princeton.edu, winmail@princeton.edu + use Windows Production PrivateDMZ +} + +define host { + host_name iamethos200w + alias iamethos200w.Princeton.EDU + address 10.6.55.73 + contacts Keith B. Martin + _contacts kbmartin@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamethos201w + alias iamethos201w.Princeton.EDU + address 10.6.55.74 + contacts Keith B. Martin + _contacts kbmartin@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamscript200w + alias iamscript200w.Princeton.EDU + address 10.6.52.127 + contacts Jason B. Rappaport + _contacts jasonrap@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name iamshib200w + alias iamshib200w.Princeton.EDU + address 10.6.54.42 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 EISFW +} + +define host { + host_name iamshib201w + alias iamshib201w.Princeton.EDU + address 10.6.54.43 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name iamshib202w.aws + alias iamshib202w.aws.Princeton.EDU + address 10.21.1.87 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamshib203w.aws + alias iamshib203w.aws.Princeton.EDU + address 10.21.1.227 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name iamshib204w + alias iamshib204w.Princeton.EDU + address 10.6.54.24 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamshib205w + alias iamshib205w.Princeton.EDU + address 10.6.54.25 + use Windows Dev/QA 151 EISFW + contacts iam +} + +define host { + host_name iamsvn200w + alias iamsvn200w.Princeton.EDU + _alias1 source + address 10.6.48.156 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamtools + alias iamtools.Princeton.EDU + address 10.6.48.172 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iamweb200w + alias iamweb200w.Princeton.EDU + address 140.180.220.88 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ais201w + alias ais201w.Princeton.EDU + address 10.6.50.146 + contacts Thomas E. Dommermuth + _contacts tdommer@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name ais204l + alias ais204l.Princeton.EDU + address 140.180.219.145 + contacts AIS Mon CustomApps + _contacts ais-mon-customapps@princeton.edu, unix@princeton.edu + use UNIX Production 151 EISFW +} + +define host { + host_name amu202w + alias amu202w.Princeton.EDU + address 10.6.59.69 + contacts Cathryn Goodwin, Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production 151 EISFW +} + +define host { + host_name cses01 + alias cses01.Princeton.EDU + _alias1 csesdev + address 128.112.130.194 + contacts CSES Internal - System Generated, Computational Science and Engineering Support + _contacts csesa@princeton.edu, csesi@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name dascrl200w + alias dascrl200w.Princeton.EDU + address 140.180.221.76 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dba300w + alias dba300w.Princeton.EDU + address 10.6.52.44 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name devprov01 + alias devprov01.Princeton.EDU + address 10.6.52.222 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name dngbboard200w + alias dngbboard200w.Princeton.EDU + address 10.6.49.233 + contacts David O. Goetz, Sarah Salati Bavuso, USSNTADM + _contacts dgoetz@princeton.edu, salati@princeton.edu, ussntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eis105w + alias eis105w.Princeton.EDU + address 10.6.50.83 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql302w + alias eissql302w.Princeton.EDU + address 10.6.50.20 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql303w + alias eissql303w.Princeton.EDU + address 10.6.50.21 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eissql304w + alias eissql304w.Princeton.EDU + address 10.6.50.22 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name eisssrs200w + alias eisssrs200w.Princeton.EDU + address 10.6.50.4 + contacts Christopher M. Stewart + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eisssrs300w + alias eisssrs300w.Princeton.EDU + address 10.6.50.103 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA PrivateDMZ +} + +define host { + host_name harris + alias harris.Princeton.EDU + address 128.112.200.103 + _contacts unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name mol201l + alias mol201l.Princeton.EDU + _alias1 chlamylibrary-old + _alias2 csmolbio + _alias3 devenport-mice-db + _alias4 mol-evaluation + _alias5 mol-grading + _alias6 mol-plossfreezer + _alias7 mol-receptor + _alias8 mol-refeeder + _alias9 mol-senior-thesis + _alias10 molbioit + _alias11 ms2-screen + _alias12 msoegss + _alias13 petrylabdb + _alias14 proteomics-r + _alias15 proteomics-request + _alias16 zfstockdb + address 140.180.221.11 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name nismaster4-dev + alias nismaster4-dev.Princeton.EDU + _alias1 nismaster-qa + _alias2 nismaster-dev + address 128.112.129.188 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name nisslave-dev + alias nisslave-dev.Princeton.EDU + address 128.112.128.15 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name oa + alias oa.Princeton.EDU + address 140.180.221.18 + contacts Richard M. Curtis + _contacts rcurtis@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name orp200w + alias orp200w.Princeton.EDU + address 10.6.50.183 + contacts Joseph P. Keane + _contacts jkeane@princeton.edu, winmail@princeton.edu + use Windows Production PrivateDMZ +} + +define host { + host_name printgpd + alias printgpd.Princeton.EDU + _alias1 printxerox + address 10.6.49.208 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name prov01 + alias prov01.Princeton.EDU + _alias1 idm + address 10.6.52.227 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name raas03 + alias raas03.Princeton.EDU + _alias1 raas03.rc + address 128.112.130.63 + contacts CSES Internal - System Generated, Computational Science and Engineering Support + _contacts csesi@princeton.edu + use UNIX Production +} + +define host { + host_name aiste304w + alias aiste304w.Princeton.EDU + address 10.6.50.89 + contacts Lakshmi Annamalai, R. Carl Segers + _contacts lannamal@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name amu201w + alias amu201w.Princeton.EDU + address 10.6.59.9 + contacts Cathryn Goodwin, Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production 151 EISFW +} + +define host { + host_name chm-dmac200w + alias chm-dmac200w.Princeton.EDU + address 10.6.50.187 + _contacts lamarque@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name das101w + alias das101w.Princeton.EDU + address 140.180.220.205 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name das300w + alias das300w.Princeton.edu + address 140.180.220.208 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name dba301w + alias dba301w.Princeton.EDU + address 10.6.52.55 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name eis206w + alias eis206w.Princeton.EDU + _alias1 exws + address 10.6.53.57 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name eisprtmgt201w + alias eisprtmgt201w.Princeton.EDU + _alias1 printmgtgpd + address 128.112.129.193 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name eisrds201w + alias eisrds201w.Princeton.EDU + address 128.112.101.138 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name eissql202w + alias eissql202w.Princeton.EDU + address 10.6.50.156 + contacts Christopher M. Stewart + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mol200l + alias mol200l.Princeton.EDU + _alias1 molbio-review + _alias2 www.molbio + _alias3 hhmi + _alias4 proteomics + _alias5 py + _alias6 molbiolabs + _alias7 jonikaslab + _alias8 www.molbio1 + address 140.180.221.10 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name mol202w + alias mol202w.Princeton.EDU + _alias1 devenport-mice + address 10.6.50.138 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name nismaster3 + alias nismaster3.Princeton.EDU + address 128.112.128.27 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ntprintserver + alias ntprintserver.Princeton.edu + address 10.6.49.247 + contacts Chi M. Lu + _contacts clu@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name printdell + alias printdell.Princeton.EDU + address 10.6.49.188 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name printhp + alias printhp.Princeton.EDU + address 10.6.49.211 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name qaprov01 + alias qaprov01.Princeton.EDU + _alias1 idmqa + address 10.6.52.223 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name sdp100w + alias sdp100w.Princeton.edu + address 10.6.61.11 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name sdp101w + alias sdp101w.Princeton.EDU + address 10.6.61.12 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name sdp102w + alias sdp102w.Princeton.EDU + address 10.6.50.84 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdp202w + alias sdp202w.Princeton.EDU + _alias1 ca + address 128.112.129.35 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name sdpalc200w + alias sdpalc200w.Princeton.EDU + address 10.6.54.50 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name webhead01-qa + alias webhead01-qa.Princeton.EDU + _alias1 novus01-qa + address 10.6.54.37 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Services + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, webservices@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name webhead02-qa + alias webhead02-qa.Princeton.EDU + _alias1 novus02-qa + address 10.6.54.48 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Services + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, webservices@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name ims302 + alias ims302.Princeton.EDU + address 128.112.131.12 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims303 + alias ims303.Princeton.EDU + address 128.112.131.27 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims311 + alias ims311.Princeton.EDU + address 128.112.128.183 + contacts Martin Harriss + _contacts martin@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims314 + alias ims314.Princeton.EDU + address 140.180.221.25 + parents eisfw + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use Gearman Worker Dev/QA +} + +define host { + host_name ims315 + alias ims315.Princeton.EDU + address 140.180.221.26 + parents eisfw + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use Gearman Worker Dev/QA +} + +define host { + host_name ims316 + alias ims316.Princeton.EDU + address 128.112.134.25 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims317 + alias ims317.Princeton.EDU + address 128.112.134.66 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims318 + alias ims318.Princeton.EDU + address 128.112.129.21 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims319 + alias ims319.Princeton.EDU + address 128.112.129.23 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims320 + alias ims320.Princeton.EDU + address 10.6.48.77 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims321 + alias ims321.Princeton.EDU + address 10.6.52.26 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ims204 + alias ims204.Princeton.edu + _alias1 monitoring + _alias2 graphs + address 128.112.129.122 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Production +} + +define host { + host_name ims205 + alias ims205.Princeton.edu + address 128.112.129.145 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use UNIX Production +} + +define host { + host_name ims211 + alias ims211.Princeton.EDU + address 10.6.50.96 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name ims214 + alias ims214.Princeton.EDU + _alias1 printserve + _alias2 printserver + _alias3 faxserver + _alias4 fax + address 128.112.131.58 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ims215 + alias ims215.princeton.edu + _alias1 printserve2 + address 128.112.132.6 + contacts ESS Storage + _contacts ess-storage@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ims218 + alias ims218.Princeton.EDU + address 10.6.51.39 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims219 + alias ims219.Princeton.EDU + address 10.6.51.40 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims220 + alias ims220.Princeton.EDU + address 10.6.50.172 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims221 + alias ims221.Princeton.EDU + address 10.6.50.136 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims222 + alias ims222.Princeton.EDU + address 10.6.53.23 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims223 + alias ims223.Princeton.EDU + address 10.6.53.20 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims224 + alias ims224.Princeton.EDU + address 140.180.221.20 + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu, unix@princeton.edu + use Gearman Worker Production +} + +define host { + host_name ims225 + alias ims225.Princeton.EDU + address 140.180.220.13 + parents eisfw + contacts Igor V. Gubenko, Joseph M. Karam, Networking + _contacts igubenko@princeton.edu, jkaram@princeton.edu, networking@princeton.edu + use Gearman Worker Production +} + +define host { + host_name mon302l + alias mon302l.Princeton.EDU + address 10.6.55.64 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name mon303l + alias mon303l.Princeton.EDU + address 10.6.55.65 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name mon204l + alias mon204l.Princeton.EDU + address 10.6.55.54 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name mon205l + alias mon205l.Princeton.EDU + address 10.6.55.55 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name mon300w + alias mon300w.Princeton.EDU + address 10.6.49.53 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mon301w + alias mon301w.Princeton.EDU + address 10.6.49.54 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mon200w + alias mon200w.Princeton.EDU + address 10.6.49.70 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mon201w + alias mon201w.Princeton.EDU + address 10.6.49.71 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mon202w + alias mon202w.Princeton.EDU + address 10.6.49.72 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mon203w + alias mon203w.Princeton.EDU + address 10.6.49.73 + contacts Igor V. Gubenko + _contacts igubenko@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name airwave-development + alias airwave-development.Princeton.EDU + _alias1 airwave-dev + address 128.112.132.244 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave-failover + alias airwave-failover.Princeton.EDU + address 128.112.128.63 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave-rap + alias airwave-rap.Princeton.EDU + address 128.112.131.247 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave1 + alias airwave-administrative.Princeton.EDU + _alias1 airwave-administrative + _alias2 airwave-aruba + address 128.112.129.16 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave2 + alias airwave-dormnet.Princeton.EDU + _alias1 airwave-dormnet + _alias2 airwave-cisco + address 128.112.133.136 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave4 + alias airwave4.Princeton.EDU + _alias1 airwave-four + _alias2 airwave-academic-east + address 128.112.128.51 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave5 + alias airwave5.Princeton.EDU + _alias1 airwave-five + _alias2 airwave-academic-west + address 128.112.128.67 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave6 + alias airwave6.Princeton.EDU + _alias1 airwave-six + _alias2 airwave-dorm-central + address 128.112.128.69 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name airwave7 + alias airwave7.Princeton.EDU + _alias1 airwave-seven + _alias2 airwave-dorm-east-west + address 128.112.128.80 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name backupvpn1 + alias backupvpn1.Princeton.EDU + address 140.180.226.53 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name backupvpn2 + alias backupvpn2.Princeton.EDU + address 140.180.226.102 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name netbkup200l + alias netbkup200l.Princeton.EDU + address 10.6.50.245 + contacts Hajar Niroomand, Networking + _contacts hajar@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name netbmfgw200l + alias netbmfgw200l.Princeton.EDU + address 10.6.48.99 + contacts Networking + _contacts networking@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name netvclock200l + alias netvclock200l.Princeton.EDU + _alias1 vclock + address 140.180.220.26 + contacts Hajar Niroomand, Networking + _contacts hajar@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name netvirtu01 + alias netvirtu01.Princeton.EDU + address 140.180.225.102 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name netvirtu02 + alias netvirtu02.Princeton.EDU + address 140.180.225.85 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-87pr-core + alias raritan-87pr-core.Princeton.EDU + address 172.18.194.97 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-87pr-core2 + alias raritan-87pr-core2.Princeton.EDU + address 172.18.194.96 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-87pr-network-lab + alias raritan-87pr-network-lab.Princeton.EDU + address 172.18.3.30 + contacts Erick W. Burd, Networking + _contacts eburd@princeton.edu, networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-hpcrc + alias raritan-hpcrc.Princeton.EDU + address 172.18.194.98 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-newsouth-machineroom-oob + alias raritan-newsouth-machineroom-oob.Princeton.EDU + address 172.18.3.179 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name raritan-newsouth-machineroom + alias raritan-newsouth-machineroom.Princeton.EDU + address 172.18.194.99 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + +define host { + host_name sdpldap100l + alias sdpldap100l.Princeton.EDU + _alias1 ldapqa-a + _alias2 alumniqa-a + _alias3 dumperqa-a + address 10.6.63.106 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpldap101l + alias sdpldap101l.Princeton.EDU + _alias1 dumperqa-b + _alias2 ldapqa-b + _alias3 alumniqa-b + address 10.6.63.102 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpldap300l + alias sdpldap300l.Princeton.EDU + _alias1 ldapdev-a + _alias2 dumpdev-a + _alias3 alumnidev-a + address 10.6.63.118 + contacts Identity and Access Management, Simon C. Lee + _contacts iam@princeton.edu, simonlee@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpoam100l + alias sdpoam100l.Princeton.EDU + address 10.6.52.172 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS Trust +} + +define host { + host_name sdpoam101l + alias sdpoam101l.Princeton.EDU + address 10.6.52.173 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name sdpobi100l + alias sdpobi100l.Princeton.EDU + address 10.6.50.77 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdpohs100l + alias sdpohs100l.Princeton.EDU + address 10.6.57.28 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS EISFW +} + +define host { + host_name sdpohs101l + alias sdpohs101l.Princeton.EDU + address 10.6.57.29 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpovd100l + alias sdpovd100l.Princeton.EDU + address 10.6.57.26 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpovd101l + alias sdpovd101l.Princeton.EDU + address 10.6.57.27 + contacts Identity and Access Management, Security and Data Protection + _contacts iam@princeton.edu, sdp@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sdpprox100l + alias sdpprox100l.Princeton.EDU + address 10.6.56.18 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name sdpprox101l + alias sdpprox101l.Princeton.EDU + address 10.6.56.19 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name sdpprox301l + alias sdpprox301l.Princeton.EDU + address 10.6.57.22 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name sdpldap200l + alias sdpldap200l.Princeton.EDU + address 10.6.63.107 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpldap201l + alias sdpldap201l.Princeton.EDU + address 10.6.63.103 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpoam200l + alias sdpoam200l.Princeton.EDU + address 10.6.52.175 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name sdpoam201l + alias sdpoam201l.Princeton.EDU + address 10.6.52.176 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name sdpobi200l + alias sdpobi200l.Princeton.EDU + address 10.6.52.48 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name sdpohs200l + alias sdpohs200l.Princeton.EDU + address 10.6.63.114 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpohs201l + alias sdpohs201l.Princeton.EDU + address 10.6.63.115 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpovd200l + alias sdpovd200l.Princeton.EDU + address 10.6.57.30 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpovd201l + alias sdpovd201l.Princeton.EDU + address 10.6.57.31 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpprox200l + alias sdpprox200l.Princeton.EDU + address 10.6.56.20 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdpprox201l + alias sdpprox201l.Princeton.EDU + address 10.6.56.21 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sdprsa200l + alias sdprsa200l.Princeton.EDU + address 10.6.48.71 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu, winmail@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name sdprsa201l + alias sdprsa201l.Princeton.EDU + address 10.6.48.72 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu, winmail@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name puqa01.zeta.adtest + alias puqa01.zeta.adtest.Princeton.EDU + _alias1 adqa-a.princeton.edu. + address 10.6.48.146 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdp300w + alias sdp300w.Princeton.EDU + _alias1 zeta-rms + address 10.6.48.33 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdpcas100w + alias sdpcas100w.Princeton.EDU + _alias1 authqa-a + address 10.6.55.42 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS EISFW +} + +define host { + host_name sdpcas101w + alias sdpcas101w.Princeton.EDU + _alias1 authqa-b + address 10.6.55.43 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS EISFW +} + +define host { + host_name sdpepo100w + alias sdpepo100w.Princeton.EDU + _alias1 epp-eval + address 10.6.49.224 + contacts css-alert + _contacts css-alert@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name winqa01.adtest + alias winqa01.adtest.Princeton.EDU + address 10.6.48.91 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name pdom05.pu.win + alias pdom05.pu.win.Princeton.EDU + _alias1 ad-a.princeton.edu. + address 10.6.48.144 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pdom06.pu.win + alias pdom06.pu.win.Princeton.EDU + _alias1 ad-d.princeton.edu. + address 10.6.48.166 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pdom07.pu.win + alias pdom07.pu.win.Princeton.EDU + _alias1 ad-c.princeton.edu. + address 10.6.48.30 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name pdom08.pu.win + alias pdom08.pu.win.Princeton.EDU + _alias1 ad-b.princeton.edu. + address 10.6.48.145 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sdp200w + alias sdp200w.Princeton.EDU + _alias1 tools-a + _alias2 tools-temp + address 128.112.131.229 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name sdp201w + alias sdp201w.Princeton.EDU + _alias1 tools-b + _alias2 guestaccountqa + address 10.6.54.33 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdp205w + alias sdp205w.Princeton.EDU + _alias1 builder + address 10.6.50.140 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name sdpcas202w + alias sdpcas202w.Princeton.EDU + address 10.6.55.21 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdpcas203w + alias sdpcas203w.Princeton.EDU + address 10.6.55.22 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdpenc200w + alias sdpenc200w.Princeton.EDU + address 10.6.52.76 + contacts Dean A. Plante + _contacts dplante@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name sdpepo200w + alias sdpepo200w.Princeton.EDU + _alias1 janeway + address 140.180.221.29 + contacts css-alert + _contacts css-alert@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name sdpidp202w + alias sdpidp202w.Princeton.EDU + address 10.6.54.34 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdpidp203w + alias sdpidp203w.Princeton.EDU + address 10.6.54.35 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdptools200w + alias sdptools200w.Princeton.EDU + _alias1 iamnewtools + address 10.6.54.45 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name sdpvm200w + alias sdpvm200w.Princeton.EDU + address 10.6.48.105 + contacts Information Security + _contacts protect@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name win04.win + alias win04.win.Princeton.EDU + address 10.6.48.10 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name esm + alias esm.Princeton.EDU + address 128.112.133.222 + contacts Networking, Ruth D Gittens + _contacts rgittens@princeton.edu + use UNIX Production +} + +define host { + host_name receiver01 + alias receiver01.Princeton.EDU + address 128.112.134.226 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + +define host { + host_name receiver02 + alias receiver02.Princeton.EDU + address 128.112.128.22 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + +define host { + host_name receiver03 + alias receiver03.Princeton.EDU + address 128.112.128.20 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + +define host { + host_name siem-ace + alias siem-ace.Princeton.EDU + address 128.112.134.246 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + +define host { + host_name siem-adm + alias siem-adm.Princeton.EDU + address 128.112.130.132 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + +define host { + host_name siem-dem + alias siem-dem.Princeton.EDU + address 128.112.133.222 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + +define host { + host_name siem-elm + alias siem-elm.Princeton.EDU + address 128.112.129.243 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + +define host { + host_name isserv215 + alias isserv215.Princeton.EDU + address 10.6.48.114 + contact_groups DBA Page + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use Solaris Production +} + +define host { + host_name isserv216 + alias isserv216.Princeton.EDU + address 10.6.51.24 + contact_groups DBA Page + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use Solaris Production +} + +define host { + host_name ss100l + alias ss100l.Princeton.EDU + _alias1 mme-q1-linux + address 140.180.220.30 + contacts Mark J. Pellecchia, Thomas J. Francais + _contacts markpe@princeton.edu, tjf@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ss304l + alias ss304l.Princeton.EDU + _alias1 appleupdatedev + address 140.180.220.46 + contacts Mark J. Pellecchia + _contacts markpe@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ss308l + alias ss308l.Princeton.EDU + address 140.180.220.188 + contacts Mark J. Pellecchia + _contacts markpe@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ss200l + alias ss200l.Princeton.EDU + _alias1 appleupdate + address 140.180.221.3 + contacts Mark J. Pellecchia, Phillip M. Immordino, Thomas J. Francais + _contacts markpe@princeton.edu, pimmo@princeton.edu, tjf@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name ss209l + alias ss209l.Princeton.EDU + _alias1 mme-linoldprod + address 140.180.221.19 + contacts Mark J. Pellecchia, Phillip M. Immordino, Thomas J. Francais + _contacts markpe@princeton.edu, pimmo@princeton.edu, tjf@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name ss101w + alias ss101w.Princeton.EDU + address 10.6.48.76 + contacts Kristian A. Kauker + _contacts kkauker@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss103w + alias ss103w.Princeton.EDU + _alias1 ssprint-qa1 + address 10.6.49.48 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss104w + alias ss104w.Princeton.EDU + _alias1 ssmobile-qa1 + address 10.6.49.49 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss105w + alias ss105w.Princeton.EDU + _alias1 ssprint-qa2 + address 10.6.49.50 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss303w + alias ss303w.Princeton.EDU + address 140.180.220.61 + contacts Mark J. Pellecchia, Thomas J. Francais + _contacts markpe@princeton.edu, tjf@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name ss305w + alias ss305w.Princeton.EDU + _alias1 papercutdev + address 10.6.48.164 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss306w + alias ss306w.Princeton.EDU + address 10.6.48.187 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ssvr108w + alias ssvr108w.Princeton.EDU + address 10.6.48.63 + contacts Charlayne H. Beavers + _contacts cbeavers@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ssvr308w + alias ssvr308w.Princeton.EDU + address 10.6.48.32 + contacts Charlayne H. Beavers + _contacts cbeavers@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss211w + alias ss211w.Princeton.EDU + address 140.180.221.17 + contacts Thomas J. Francais + _contacts tjf@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ss212w + alias ss212w.Princeton.EDU + address 10.6.48.73 + contacts Kristian A. Kauker + _contacts kkauker@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss213w + alias ss213w.Princeton.EDU + _alias1 eatonipm + address 10.6.48.147 + contacts NetOps + _contacts netops@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss214w + alias ss214w.Princeton.EDU + address 10.6.48.181 + contacts Phillip M. Immordino + _contacts pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss215w + alias ss215w.Princeton.EDU + _alias1 printquota + address 140.180.220.72 + contacts Adam A. Ouellette, George R. Fleming Jr. + _contacts adam.ouellette@princeton.edu, fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ss217w + alias ss217w.Princeton.EDU + _alias1 winactivate + address 10.6.48.186 + contacts Phillip M. Immordino + _contacts pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss219w + alias ss219w.Princeton.EDU + _alias1 ssprint-prod1 + address 10.6.48.95 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss220w + alias ss220w.Princeton.EDU + _alias1 ssmobile-prod1 + address 10.6.48.148 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss221w + alias ss221w.Princeton.EDU + _alias1 ssprint-prod2 + address 10.6.48.233 + contacts Adam A. Ouellette + _contacts aouellet@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ss224w + alias ss224w.Princeton.EDU + _alias1 mme-casper + _alias2 mme-p1 + _alias3 scs-casper + address 140.180.220.58 + contacts Mark J. Pellecchia, Phillip M. Immordino, Thomas J. Francais + _contacts markpe@princeton.edu, pimmo@princeton.edu, tjf@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ssepo223w + alias ssepo223w.Princeton.EDU + _alias1 epoagenthandler + address 140.180.220.112 + contacts Phillip M. Immordino + _contacts pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ssvr208w + alias ssvr208w.Princeton.EDU + address 140.180.220.150 + contacts Charlayne H. Beavers + _contacts cbeavers@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ssvr209w + alias ssvr209w.Princeton.EDU + address 10.6.48.157 + contacts Adam A. Ouellette, Charlayne H. Beavers, Dianne M. Wolochowicz, Mariann S. Miller, Phillip M. Immordino + _contacts cbeavers@princeton.edu, dianne@princeton.edu, mariannm@princeton.edu, pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name andlchaos300l + alias andlchaos300l.Princeton.EDU + address 140.180.220.191 + _IP_MAC1 140.180.220.191 <=> 0:50:56:93:32:9f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-24 + _date_changed 2017-12-18 + contacts Forrest M. Meggers + _contacts fmeggers@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name asbb106l + alias asbb106l.Princeton.EDU + _alias1 lti-qa + address 140.180.220.252 + _IP_MAC1 140.180.220.252 <=> 0:50:56:93:11:10 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-20 + _date_changed 2018-04-03 + contacts Kim Y. Huang + _contacts kimhuang@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name asbb107l + alias asbb107l.Princeton.EDU + address 140.180.221.102 + use UNIX Dev/QA 151 PublicDMZ + contacts kimhuang +} + +define host { + host_name asoar301l + alias asoar301l.Princeton.EDU + _alias1 oawaiverdev + address 140.180.220.29 + _IP_MAC1 140.180.220.29 <=> 0:50:56:93:4:64 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-09-02 + _date_changed 2016-03-28 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name asweb100l + alias asweb100l.Princeton.EDU + _alias1 atsweb-qa + _alias2 almagest-qa + _alias3 iat-qa + _alias4 webfeeds-qa + _alias5 etcweb-qa + _alias6 m-map-qa + address 10.6.50.69 + _IP_MAC1 10.6.50.69 <=> 0:50:56:93:2f:5d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-13 + _date_changed 2017-05-30 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name asweb300l + alias asweb300l.Princeton.EDU + _alias1 etcweb-dev + _alias2 almagest-dev + _alias3 atsweb-dev + _alias4 webfeeds-dev + _alias5 iat-dev + address 10.6.50.70 + _IP_MAC1 10.6.50.70 <=> 0:50:56:93:3a:90 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-05-01 + _date_changed 2017-05-30 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name autom100l + alias autom100l.Princeton.EDU + address 10.6.55.24 + use UNIX Dev/QA 151 EISFW + contacts Networking +} + +define host { + host_name autom101l + alias autom101l.Princeton.EDU + address 10.6.55.25 + use UNIX Dev/QA 151 EISFW + contacts Networking +} + +define host { + host_name autom102l + alias autom102l.Princeton.EDU + address 10.6.48.173 + use UNIX Dev/QA 151 PrivateDMZ + contacts Networking +} + +define host { + host_name cisdr103l + alias cisdr103l.Princeton.EDU + _alias1 oar-dev + address 10.6.49.82 + _IP_MAC1 10.6.49.82 <=> 0:50:56:93:35:c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-02-10 + _date_changed 2016-03-03 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ele101l + alias ele101l.Princeton.EDU + address 128.112.134.51 + _IP_MAC1 128.112.134.51 <=> 0:50:56:93:4:7b + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-18 + _date_changed 2017-03-30 + contacts Computational Science and Engineering Support + _contacts csesa@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name ele301l + alias ele301l.Princeton.EDU + address 10.6.50.5 + _IP_MAC1 10.6.50.5 <=> 0:50:56:93:bc:f9 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-08-23 + _date_changed 2017-08-23 + contacts Daniel E. Veith + _contacts dveith@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name ele303l + alias ele303l.Princeton.EDU + address 140.180.220.97 + _IP_MAC1 140.180.220.97 <=> 0:50:56:93:3f:7d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Electrical Engineering + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-14 + _date_changed 2017-06-22 + contacts Computational Science and Engineering Support + _contacts csesa@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ele304l + alias ele304l.Princeton.EDU + address 140.180.220.98 + _IP_MAC1 140.180.220.98 <=> 0:50:56:93:12:46 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Electrical Engineering + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-14 + _date_changed 2017-06-22 + contacts Computational Science and Engineering Support + _contacts csesa@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name ele305l + alias ele305l.Princeton.EDU + address 140.180.221.72 + _IP_MAC1 10.6.50.185 <=> 0:50:56:93:68:aa + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-08-29 + _date_changed 2017-08-29 + contacts Daniel E. Veith + _contacts dveith@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name epm100l + alias epm100l.Princeton.EDU + address 10.6.51.106 + use UNIX Dev/QA 151 PrivateDMZ + contacts John Shorey +} + +define host { + host_name epm302l + alias epm302l.Princeton.EDU + address 10.6.49.124 + use UNIX Dev/QA 151 PrivateDMZ + contacts epm-list +} + +define host { + host_name epm303l.aws + alias epm303l.aws.Princeton.EDU + address 10.21.28.185 + use UNIX Dev/QA AWS Untrust + contacts epm-list +} + +define host { + host_name hoover1 + alias hoover1.Princeton.EDU + address 10.6.49.37 + _IP_MAC1 10.6.49.37 <=> 90:b1:1c:a:f5:2a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, RK, A11 + _date_created 2012-11-09 + _date_changed 2015-11-16 + contacts Networking + _contacts networking@princeton.edu, unix@princeton.edu + use UNIX Dev/QA PrivateDMZ +} + +define host { + host_name kima + alias kima.Princeton.EDU + address 10.6.52.137 + _IP_MAC1 10.6.52.137 <=> 0:50:56:93:24:87 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-02-17 + _date_changed 2016-02-17 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 Trust +} + +define host { + host_name mcgrawect200l + alias mcgrawect200l.Princeton.EDU + _alias1 etc + _alias2 gravitas + _alias3 zibaldone + address 140.180.220.106 + _IP_MAC1 140.180.220.106 <=> 0:50:56:93:5c:ea + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department McGraw Center for Teaching and Learning + _building New South + _room MR, VM, - + _date_created 2015-12-21 + _date_changed 2016-08-12 + contacts Ben Johnston, Sorat Tungkasiri + _contacts benj@princeton.edu, stungkas@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name mol100l + alias mol100l.Princeton.EDU + _alias1 hhmi-dev + _alias2 proteomics-dev + _alias3 molbio-drupal-dev + _alias4 py-dev + _alias5 molbio-devold + _alias6 molbiolabs-dev + _alias7 jonikaslab-dev + address 10.6.48.64 + _IP_MAC1 10.6.48.64 <=> 0:50:56:93:0:32 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-05-25 + _date_changed 2016-08-16 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol101l + alias mol101l.Princeton.EDU + _alias1 csmolbio-qa + _alias2 devenport-mice-db-qa + _alias3 zfstockdb-test + _alias4 ms2-screen-test + _alias5 csmolbio-test + _alias6 mol-senior-thesis-test + _alias7 mol-refeeder-test + _alias8 mol-receptor-test + _alias9 petrylabdb-test + _alias10 mol-grading-test + _alias11 mol-evaluation-test + _alias12 kanglabdb-test + _alias13 proteomics-r-test + _alias14 proteomics-request-test + _alias15 molbioit-test + _alias16 mol-plossfreezer-test + _alias17 chlamylibrary-test + address 10.6.48.65 + _IP_MAC1 10.6.48.65 <=> 0:50:56:93:0:f2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-07-11 + _date_changed 2017-08-09 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol103l + alias mol103l.Princeton.EDU + _alias1 election-test + address 140.180.220.235 + _IP_MAC1 140.180.220.235 <=> 0:50:56:93:1:24 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-11-27 + _date_changed 2017-05-12 + contacts Samuel S. Wang + _contacts pnihostdb@princeton.edu, sswang@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name mol300l + alias mol300l.Princeton.EDU + _alias1 hhmi-sandbox + _alias2 molbio-sandbox + _alias3 molbio-sandbox-admin + _alias4 proteomics-sandbox + _alias5 py-sandbox + address 10.6.48.66 + _IP_MAC1 10.6.48.66 <=> 0:50:56:93:0:31 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2011-05-25 + _date_changed 2014-09-12 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol301l + alias mol301l.Princeton.EDU + _alias1 csmolbio-dev + _alias2 devenport-mice-db-dev + _alias3 zfstockdb-dev + _alias4 ms2-screen-dev + _alias5 mol-xwiki-dev + _alias6 mol-senior-thesis-dev + _alias7 mol-refeeder-dev + _alias8 mol-receptor-dev + _alias9 petrylabdb-dev + _alias10 mol-grading-dev + _alias11 mol-evaluation-dev + _alias12 kanglabdb-dev + _alias13 proteomics-r-dev + _alias14 proteomics-request-dev + _alias15 mol-plossfreezer-dev + _alias16 maxzwilson-dev + _alias17 chlamylibrary-dev + address 10.6.48.67 + _IP_MAC1 10.6.48.67 <=> 0:50:56:93:0:f1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-07-11 + _date_changed 2017-08-09 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name oaamx101l + alias oaamx101l.Princeton.EDU + address 140.180.220.95 + _IP_MAC1 140.180.220.95 <=> 0:50:56:93:78:f7 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Alumni Council + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-02 + _date_changed 2017-09-12 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name odoc100l + alias odoc100l.Princeton.EDU + address 10.6.48.88 + _IP_MAC1 10.6.48.88 <=> 0:50:56:93:1a:ea + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-12-20 + _date_changed 2014-10-09 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name odoc200l + alias odoc200l.Princeton.EDU + address 140.180.220.40 + _IP_MAC1 140.180.220.40 <=> 0:50:56:93:1a:eb + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-12-20 + _date_changed 2014-10-09 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name odoc300l + alias odoc300l.Princeton.EDU + address 10.6.48.87 + _IP_MAC1 10.6.48.87 <=> 0:50:56:93:68:a8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-12-17 + _date_changed 2014-10-09 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name pcs300l + alias pcs300l.Princeton.EDU + _alias1 pace-center + address 140.180.221.1 + _IP_MAC1 140.180.221.1 <=> 0:50:56:93:19:f9 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Pace Center + _building 151 Forrestal Rd. + _room VM, MR, - + _date_created 2013-01-04 + _date_changed 2017-07-03 + contacts Justin T. Kazlauskas + _contacts jk14@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name pol100l + alias pol100l.Princeton.EDU + _alias1 pol-swirl + address 128.112.132.123 + _IP_MAC1 128.112.132.123 <=> 0:50:56:93:7d:1b + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-11-06 + _date_changed 2017-06-22 + contacts Andre Rivera + _contacts andreriv@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name pol101l + alias pol101l.Princeton.EDU + _alias1 pol-jobber-test + address 128.112.133.151 + _IP_MAC1 128.112.133.151 <=> 0:50:56:93:1b:7 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-01-15 + _date_changed 2017-06-22 + contacts Andre Rivera + _contacts andreriv@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name prescott + alias prescott.Princeton.EDU + address 128.112.134.248 + _IP_MAC1 128.112.134.248 <=> 0:50:56:93:0:ce + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-06-06 + _date_changed 2013-07-23 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name prson-proj-dev + alias prson-proj-dev.Princeton.EDU + address 140.180.220.99 + _IP_MAC1 140.180.220.99 <=> 0:50:56:93:11:8c + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Psychology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-23 + _date_changed 2015-10-23 + contacts Diana I. Tamir + _contacts dtamir@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PublicDMZ +} + +define host { + host_name reg102l + alias reg102l.Princeton.EDU + address 10.6.54.38 + _IP_MAC1 10.6.54.38 <=> 0:50:56:93:6d:f3 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Office of the Registrar + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-06-23 + _date_changed 2017-06-08 + contacts Brian K. Osborne, Ghani Zahid, Michael D. Muzzie + _contacts bosborne@princeton.edu, gzahid@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name reg301l + alias reg301l.Princeton.EDU + address 10.6.54.39 + _IP_MAC1 10.6.54.39 <=> 0:50:56:93:35:cc + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Office of the Registrar + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-06-23 + _date_changed 2017-06-08 + contacts Brian K. Osborne, Ghani Zahid, Michael D. Muzzie + _contacts bosborne@princeton.edu, gzahid@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name sas100l + alias sas100l.Princeton.EDU + address 10.6.47.11 + use UNIX Dev/QA 151 Untrust + contacts mhood +} + +define host { + host_name sas101l + alias sas101l.Princeton.EDU + address 10.6.47.12 + use UNIX Dev/QA 151 Untrust + contacts mhood +} + +define host { + host_name sas102l + alias sas102l.Princeton.EDU + address 10.6.47.13 + use UNIX Dev/QA 151 Untrust + contacts mhood +} + +define host { + host_name sas103l + alias sas103l.Princeton.EDU + address 10.6.47.14 + use UNIX Dev/QA 151 Untrust + contacts mhood +} + +define host { + host_name sas104l + alias sas104l.Princeton.EDU + address 10.6.49.12 + use UNIX Dev/QA 151 PrivateDMZ + contacts mhood +} + +define host { + host_name sas105l + alias sas105l.Princeton.EDU + address 10.6.49.13 + use UNIX Dev/QA 151 PrivateDMZ + contacts mhood +} + +define host { + host_name sas106l + alias sas106l.Princeton.EDU + address 10.6.49.14 + use UNIX Dev/QA 151 PrivateDMZ + contacts mhood +} + +define host { + host_name sas108l + alias sas108l.Princeton.EDU + address 10.6.50.45 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas109l + alias sas109l.Princeton.EDU + address 10.6.50.85 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas110l + alias sas110l.Princeton.EDU + address 140.180.221.123 + use UNIX Dev/QA 151 Untrust + contacts Software Infrastructure Services +} + +define host { + host_name sas111l + alias sas111l.Princeton.EDU + address 10.6.50.181 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas112l + alias sas112l.Princeton.EDU + address 140.180.220.238 + use UNIX Dev/QA 151 PublicDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas113l + alias sas113l.Princeton.EDU + address 10.6.51.96 + use UNIX Dev/QA 151 PrivateDMZ + contacts sisters +} + +define host { + host_name sas114l + alias sas114l.Princeton.EDU + address 10.6.51.107 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas115l + alias sas115l.Princeton.EDU + address 10.6.51.108 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas116l + alias sas116l.Princeton.EDU + address 10.6.51.109 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas300l + alias sas300l.Princeton.EDU + address 10.6.51.41 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas301l + alias sas301l.Princeton.EDU + address 10.6.48.177 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas302l + alias sas302l.Princeton.EDU + address 10.6.49.134 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas303l + alias sas303l.Princeton.EDU + address 10.6.49.135 + use UNIX Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas307l + alias sas307l.Princeton.EDU + address 10.6.50.141 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas308l + alias sas308l.Princeton.EDU + address 10.6.48.29 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas309l + alias sas309l.Princeton.EDU + address 10.6.49.156 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas310l + alias sas310l.Princeton.EDU + address 10.6.50.167 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas311l + alias sas311l.Princeton.EDU + address 10.6.50.155 + use UNIX Dev/QA 151 PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas312l + alias sas312l.Princeton.EDU + address 10.6.49.222 + use UNIX Dev/QA 151 PrivateDMZ + contacts sisters +} + +define host { + host_name sasiw100l + alias sasiw100l.Princeton.EDU + address 10.6.48.34 + use UNIX Dev/QA NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw101l + alias sasiw101l.Princeton.EDU + address 10.6.52.97 + use UNIX Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw103l + alias sasiw103l.Princeton.EDU + address 10.6.48.12 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw113l + alias sasiw113l.Princeton.EDU + address 10.6.50.117 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw117l + alias sasiw117l.Princeton.EDU + address 10.6.49.36 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw118l + alias sasiw118l.Princeton.EDU + address 10.6.53.250 + use UNIX Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw119l + alias sasiw119l.Princeton.EDU + address 10.6.50.102 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw350l + alias sasiw350l.Princeton.EDU + address 10.6.50.133 + use UNIX Dev/QA 151 PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw351l + alias sasiw351l.Princeton.EDU + address 10.6.53.238 + use UNIX Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sdn-ctrl-vm + alias sdn-ctrl-vm.Princeton.EDU + address 10.6.48.221 + _IP_MAC1 10.6.48.221 <=> 0:50:56:93:56:99 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-13 + _date_changed 2015-07-16 + contacts Hyojoon Kim + _contacts hyojoonk@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdpprox300l + alias sdpprox300l.Princeton.EDU + _alias1 puaccessdev + address 10.6.50.78 + _IP_MAC1 10.6.50.78 <=> 0:50:56:93:2f:53 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-07 + _date_changed 2017-05-09 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdppua300l + alias sdppua300l.Princeton.EDU + address 10.6.50.79 + _IP_MAC1 10.6.50.79 <=> 0:50:56:93:2f:52 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-07 + _date_changed 2017-05-09 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sdppua301l + alias sdppua301l.Princeton.EDU + address 10.6.50.80 + _IP_MAC1 10.6.50.80 <=> 0:50:56:93:11:15 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-24 + _date_changed 2017-05-09 + contacts Identity and Access Management + _contacts iam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name sis100l + alias sis100l.Princeton.EDU + address 10.6.52.139 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis101l + alias sis101l.Princeton.EDU + address 10.6.52.145 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis102l + alias sis102l.Princeton.EDU + address 10.6.52.146 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis103l + alias sis103l.Princeton.EDU + address 10.6.53.56 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis104l + alias sis104l.Princeton.EDU + address 10.6.53.114 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis105l + alias sis105l.Princeton.EDU + address 10.6.53.115 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis106l + alias sis106l.Princeton.EDU + address 10.6.53.116 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis107l + alias sis107l.Princeton.EDU + address 10.6.53.117 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis108l + alias sis108l.Princeton.EDU + address 10.6.53.118 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis109l + alias sis109l.Princeton.EDU + address 10.6.53.119 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis110l + alias sis110l.Princeton.EDU + address 10.6.53.120 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis111l + alias sis111l.Princeton.EDU + address 10.6.53.121 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis112l + alias sis112l.Princeton.EDU + address 10.6.53.122 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis113l + alias sis113l.Princeton.EDU + address 10.6.53.123 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis114l + alias sis114l.Princeton.EDU + address 10.6.53.124 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis115l + alias sis115l.Princeton.EDU + address 10.6.53.125 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis119l + alias sis119l.Princeton.EDU + address 10.6.53.152 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis120l + alias sis120l.Princeton.EDU + address 10.6.53.153 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis123l + alias sis123l.Princeton.EDU + address 10.6.53.159 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis124l + alias sis124l.Princeton.EDU + address 10.6.53.160 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis300l + alias sis300l.Princeton.EDU + address 10.6.52.128 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis301l + alias sis301l.Princeton.EDU + address 10.6.52.129 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis302l + alias sis302l.Princeton.EDU + address 10.6.52.130 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis303l + alias sis303l.Princeton.EDU + address 10.6.52.141 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis304l + alias sis304l.Princeton.EDU + address 10.6.52.142 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis305l + alias sis305l.Princeton.EDU + address 10.6.52.140 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis306l + alias sis306l.Princeton.EDU + address 10.6.52.143 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis307l + alias sis307l.Princeton.EDU + address 10.6.52.144 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis308l + alias sis308l.Princeton.EDU + address 10.6.53.128 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis309l + alias sis309l.Princeton.EDU + address 10.6.53.126 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis311l + alias sis311l.Princeton.EDU + address 10.6.53.132 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis312l + alias sis312l.Princeton.EDU + address 10.6.53.133 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis314l + alias sis314l.Princeton.EDU + address 10.6.52.103 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis315l + alias sis315l.Princeton.EDU + address 10.6.52.148 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sisdba301l + alias sisdba301l.Princeton.EDU + address 10.6.53.164 + use UNIX Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name ssohdcsp100l + alias ssohdcsp100l.Princeton.EDU + address 10.6.49.144 + use UNIX Dev/QA 151 PrivateDMZ + contacts ohd-sec +} + +define host { + host_name timeline101l + alias timeline101l.Princeton.EDU + address 10.6.56.22 + _IP_MAC1 10.6.56.22 <=> 0:50:56:93:7c:4c + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-11-04 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name timeline102l + alias timeline102l.Princeton.EDU + address 10.6.56.23 + _IP_MAC1 10.6.56.23 <=> 0:50:56:93:4c:70 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-11-04 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 EISFW +} + +define host { + host_name timeline103l + alias timeline103l.Princeton.EDU + address 10.6.49.19 + _IP_MAC1 10.6.49.19 <=> 0:50:56:93:41:99 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-11-01 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name timeline104l + alias timeline104l.Princeton.EDU + address 10.6.49.10 + _IP_MAC1 10.6.49.10 <=> 0:50:56:93:12:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-07-01 + _date_changed 2016-07-01 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name timeline105l + alias timeline105l.Princeton.EDU + address 10.6.49.98 + _IP_MAC1 10.6.49.98 <=> 0:50:56:93:70:1a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-07-01 + _date_changed 2016-07-01 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name timeline301l + alias timeline301l.Princeton.EDU + _alias1 timeline-test + _alias2 timeline-dev + address 10.6.49.17 + _IP_MAC1 10.6.49.17 <=> 0:50:56:93:c:a0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-12-17 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name timeline302l + alias timeline302l.Princeton.EDU + address 10.6.49.18 + _IP_MAC1 10.6.49.18 <=> 0:50:56:93:1b:61 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-01 + _date_changed 2015-11-01 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name updatespace + alias updatespace.Princeton.EDU + address 10.6.48.231 + _IP_MAC1 10.6.48.231 <=> 0:50:56:93:5a:46 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room VM, MR, - + _date_created 2015-08-11 + _date_changed 2015-08-11 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss310l + alias uss310l.Princeton.EDU + address 140.180.221.87 + use UNIX Dev/QA 151 PublicDMZ + contacts USS IT +} + +define host { + host_name waseqa03l + alias waseqa03l.Princeton.EDU + address 140.180.221.30 + _IP_MAC1 140.180.221.30 <=> 0:50:56:93:f0:fa + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-08-25 + _date_changed 2017-08-25 + contacts Serge J. Goldstein + _contacts serge@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name x110client01 + alias x110client01.Princeton.EDU + address 10.6.53.100 + use Oracle Exadata Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name x110client02 + alias x110client02.Princeton.EDU + address 10.6.53.102 + use Oracle Exadata Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name adm-it2 + alias adm-it2.Princeton.EDU + address 10.6.48.85 + _IP_MAC1 10.6.48.85 <=> 0:50:56:93:2:af + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Admission + _building New South + _room MR, VM, - + _date_created 2015-08-25 + _date_changed 2015-08-25 + contacts Jonathan R. Bickel + _contacts jbickel@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name amu203l + alias amu203l.Princeton.EDU + _alias1 artimage + address 140.180.221.59 + _IP_MAC1 140.180.221.59 <=> 0:50:56:93:50:cb + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-02-20 + _date_changed 2017-10-30 + contacts Janet M. Strohl-Morgan + _contacts jstrohl@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name amu208l + alias amu208l.Princeton.EDU + address 10.6.49.203 + _IP_MAC1 10.6.49.203 <=> 0:50:56:93:55:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Art Museum + _building New South + _room MR, VM, - + _date_created 2016-11-07 + _date_changed 2016-11-07 + contacts Daniel T. Brennan + _contacts dbrennan@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name amu211l + alias amu211l.Princeton.EDU + address 140.180.221.83 + use UNIX Dev/QA NS PublicDMZ + contacts mmarnett +} + +define host { + host_name andvlab200l + alias andvlab200l.Princeton.EDU + address 140.180.221.24 + use UNIX Production NS PublicDMZ + contacts jmm14 +} + +define host { + host_name art200l + alias art200l.Princeton.EDU + _alias1 artandarchaeology + _alias2 cms.artandarchaeology + _alias3 staging.artandarchaeology + _alias4 staging.cms.artandarchaeology + address 140.180.221.31 + _IP_MAC1 140.180.221.31 <=> 0:50:56:93:2a:e8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-08-22 + _date_changed 2017-07-31 + contacts Julie A. Angarone + _contacts angarone@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name as202l + alias as202l.Princeton.EDU + _alias1 wordnetweb + address 140.180.220.190 + _IP_MAC1 140.180.220.190 <=> 0:50:56:93:29:4e + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Computer Science + _building New South + _room MR, VM, - + _date_created 2017-03-29 + _date_changed 2017-04-13 + contacts Christiane D. Fellbaum, Randee I. Tengi + _contacts fellbaum@princeton.edu, rit@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name asbb208l + alias asbb208l.Princeton.EDU + address 140.180.220.253 + _IP_MAC1 140.180.220.253 <=> 0:50:56:93:11:12 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-06-20 + _date_changed 2017-07-12 + contacts Kim Y. Huang + _contacts kimhuang@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name asetc206l + alias asetc206l.Princeton.EDU + address 140.180.221.15 + _IP_MAC1 140.180.221.15 <=> 0:50:56:93:2a:f5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-09-17 + _date_changed 2017-07-03 + contacts ATS System Administration + _contacts etcsys@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name asoar201l + alias asoar201l.Princeton.EDU + _alias1 oawaiver + address 140.180.220.69 + _IP_MAC1 140.180.220.69 <=> 0:50:56:93:73:89 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-24 + _date_changed 2016-03-17 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name asweb200l + alias asweb200l.Princeton.EDU + _alias1 mobile-map + _alias2 m-map + _alias3 almagest + _alias4 atsweb + _alias5 etcweb + _alias6 iat + _alias7 webfeeds + address 140.180.221.4 + _IP_MAC1 140.180.221.4 <=> 0:50:56:93:11:49 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-07-16 + _date_changed 2017-07-03 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name atssitesdb200l + alias atssitesdb200l.Princeton.EDU + _alias1 sitesdb-new + address 10.6.51.60 + _IP_MAC1 10.6.51.60 <=> 0:50:56:93:54:37 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2018-03-28 + _date_changed 2018-04-10 + contacts Brian K. Osborne, wds-ops + _contacts bosborne@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PrivateDMZ +} + +define host { + host_name autom200l + alias autom200l.Princeton.EDU + address 10.6.55.33 + use UNIX Dev/QA NS EISFW + contacts Networking +} + +define host { + host_name autom201l + alias autom201l.Princeton.EDU + address 10.6.55.34 + use UNIX Dev/QA NS EISFW + contacts Networking +} + +define host { + host_name bunk + alias bunk.Princeton.EDU + address 10.6.52.180 + _IP_MAC1 10.6.52.180 <=> 0:50:56:93:78:b + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-05-18 + _date_changed 2016-05-18 + contacts D T. Moraski II + _contacts ess-list@princeton.edu, moraski2@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name cisdr202l + alias cisdr202l.Princeton.EDU + _alias1 dataspace + address 140.180.220.105 + _IP_MAC1 140.180.220.105 <=> 0:50:56:93:40:7f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-11-17 + _date_changed 2016-01-13 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name cisdr204l + alias cisdr204l.Princeton.EDU + _alias1 oar + address 140.180.220.49 + _IP_MAC1 140.180.220.49 <=> 0:50:56:93:5f:72 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-02-10 + _date_changed 2016-08-25 + contacts Monika C. Mevenkamp + _contacts monikam@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name cla200l + alias cla200l.Princeton.EDU + _alias1 classics + address 140.180.221.42 + _IP_MAC1 140.180.221.42 <=> 0:50:56:93:6b:20 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-08-25 + _date_changed 2017-08-31 + contacts Kai C. Laidlaw, cla_scag + _contacts klaidlaw@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name devrtools + alias devrtools.Princeton.EDU + address 10.6.48.62 + _IP_MAC1 10.6.48.62 <=> 0:50:56:93:72:39 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2014-12-02 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name eis208l + alias eis208l.Princeton.EDU + address 10.6.53.59 + _IP_MAC1 10.6.53.59 <=> a4:ba:db:40:eb:4f + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, RK, I3 + _date_created 2010-08-12 + _date_changed 2017-12-28 + contact_groups DBA Page + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name eis222l + alias eis222l.Princeton.EDU + _alias1 loghost + address 128.112.129.171 + _IP_MAC1 128.112.129.171 <=> 0:50:56:93:3a:87 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-04-23 + _date_changed 2015-09-29 + contacts ESS Ops + _contacts sv-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ele200l + alias ele200l.Princeton.EDU + address 128.112.134.58 + _IP_MAC1 128.112.134.58 <=> 0:50:56:93:4:7c + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2014-04-18 + _date_changed 2017-03-30 + contacts Computational Science and Engineering Support + _contacts csesa@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name ele201l.ee + alias ele201l.ee.Princeton.EDU + _alias1 groups + address 140.180.221.28 + _IP_MAC1 140.180.221.28 <=> 0:50:56:93:dd:82 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-08-24 + _date_changed 2017-11-01 + contacts Daniel E. Veith + _contacts dveith@princeton.edu, unix@princeton.edu + use UNIX Dev/QA NS PublicDMZ +} + +define host { + host_name ele203l + alias ele203l.Princeton.EDU + address 140.180.220.75 + use UNIX Production NS PublicDMZ + contacts eeweb +} + +define host { + host_name epm201l + alias epm201l.Princeton.EDU + address 10.6.47.20 + use UNIX Dev/QA NS Untrust + contacts epm-list +} + +define host { + host_name epm202l + alias epm202l.Princeton.EDU + address 10.6.47.19 + use UNIX Dev/QA NS Untrust + contacts epm-list +} + +define host { + host_name erp200l + alias erp200l.Princeton.EDU + address 140.180.220.181 + use UNIX Dev/QA NS PublicDMZ + contacts Thomas E. Dommermuth +} + +define host { + host_name iso-202l + alias iso-202l.Princeton.EDU + address 10.6.59.11 + _IP_MAC1 10.6.59.11 <=> 0:50:56:93:a9:7f + _SUBNET1 pci-servernet-1 (PCI - 1 - .59.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2017-03-22 + _date_changed 2017-03-29 + contacts Dean A. Plante + _contacts dplante@princeton.edu, unix@princeton.edu + use UNIX Production 151 Untrust +} + +define host { + host_name iso200l-rencif + alias iso200l-rencif.Princeton.EDU + _alias1 ren-cif01 + address 140.180.220.119 + _IP_MAC1 140.180.220.119 <=> 0:50:56:93:55:49 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-05-06 + _date_changed 2016-05-06 + contacts Dean A. Plante + _contacts dplante@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name isocis200l + alias isocis200l.Princeton.EDU + address 10.6.51.94 + use UNIX Dev/QA NS PrivateDMZ + contacts oit.security +} + +define host { + host_name jefspecial200l + alias jefspecial200l.Princeton.EDU + _alias1 jefferson3volumes + address 140.180.220.175 + _IP_MAC1 140.180.220.175 <=> 0:50:56:93:ad:8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Papers of Thomas Jefferson + _building New South + _room MR, VM, - + _date_created 2017-05-30 + _date_changed 2018-04-11 + contacts James P. McClure + _contacts mcclur@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name mol203l + alias mol203l.Princeton.EDU + _alias1 old--gerrymander + _alias2 election + address 140.180.220.244 + _IP_MAC1 140.180.220.244 <=> 0:50:56:93:1:25 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-11-27 + _date_changed 2017-06-20 + contacts Samuel S. Wang + _contacts pnihostdb@princeton.edu, sswang@princeton.edu, unix@princeton.edu + use UNIX Production 151 PublicDMZ +} + +define host { + host_name net200l-config + alias net200l-config.Princeton.EDU + address 10.6.48.188 + _IP_MAC1 10.6.48.188 <=> 0:50:56:93:9:fa + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-04-22 + _date_changed 2015-04-22 + contacts David Rinker + _contacts drinker@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name nismaster + alias nismaster.Princeton.EDU + address 128.112.128.108 + _IP_MAC1 128.112.128.108 <=> 90:b1:1c:e9:1d:db + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, C04, C1B3 + _date_created 2001-07-24 + _date_changed 2014-03-04 + _contacts ess-list@princeton.edu, martin@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name nisslave11 + alias nisslave11.Princeton.EDU + address 128.112.134.146 + _IP_MAC1 128.112.134.146 <=> 0:50:56:93:b:8 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2013-03-26 + _date_changed 2013-07-23 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name nisslave12 + alias nisslave12.Princeton.EDU + address 128.112.134.137 + _IP_MAC1 128.112.134.137 <=> 0:50:56:93:b:6 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-03-26 + _date_changed 2013-07-23 + _contacts ess-list@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name oaamx201l + alias oaamx201l.Princeton.EDU + address 140.180.220.102 + _IP_MAC1 140.180.220.102 <=> 0:50:56:93:5:43 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Alumni Council + _building New South + _room MR, VM, - + _date_created 2015-11-25 + _date_changed 2017-09-12 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name oaamx202l + alias oaamx202l.Princeton.EDU + address 140.180.220.103 + _IP_MAC1 140.180.220.103 <=> 0:50:56:93:5a:d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Alumni Council + _building New South + _room MR, VM, - + _date_created 2015-11-25 + _date_changed 2017-09-12 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name oaapcvm203l + alias oaapcvm203l.Princeton.EDU + address 140.180.220.177 + _IP_MAC1 140.180.220.177 <=> 0:50:56:93:c:a4 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-12-14 + _date_changed 2017-12-14 + contacts Mibs Southerland + _contacts milbrey@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name omar + alias omar.Princeton.EDU + address 10.6.52.179 + _IP_MAC1 10.6.52.179 <=> 0:50:56:93:31:1b + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-05-18 + _date_changed 2016-05-18 + contacts D T. Moraski II + _contacts ess-list@princeton.edu, moraski2@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + +define host { + host_name opr202l + alias opr202l.Princeton.EDU + address 140.180.221.93 + use UNIX Production NS PublicDMZ + contacts appleton +} + +define host { + host_name oss200l + alias oss200l.Princeton.EDU + _alias1 uc-sftpbkup + address 10.6.49.181 + _IP_MAC1 10.6.49.181 <=> 0:50:56:93:44:c0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-19 + _date_changed 2016-08-19 + contacts Grant A. Weed + _contacts gweed@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name pol202l + alias pol202l.Princeton.EDU + address 140.180.220.87 + _IP_MAC1 140.180.220.87 <=> 0:50:56:93:23:ef + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Politics + _building New South + _room MR, VM, - + _date_created 2015-08-06 + _date_changed 2017-08-29 + contacts Politics Department + _contacts polhelp@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name pol203l + alias pol203l.Princeton.EDU + address 140.180.220.187 + _IP_MAC1 140.180.220.187 <=> 0:50:56:93:7d:9f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Politics + _building New South + _room MR,VM + _date_created 2017-02-28 + _date_changed 2017-09-12 + _contacts support@politics.princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name prson-proj-prod + alias prson-proj-prod.Princeton.EDU + address 140.180.220.100 + _IP_MAC1 140.180.220.100 <=> 0:50:56:93:a:c7 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Psychology + _building New South + _room MR, VM, - + _date_created 2015-10-23 + _date_changed 2015-10-23 + contacts Diana I. Tamir + _contacts dtamir@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name reg203l + alias reg203l.Princeton.EDU + address 10.6.54.57 + _IP_MAC1 10.6.54.57 <=> 0:50:56:93:13:91 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Office of the Registrar + _building New South + _room MR, VM, - + _date_created 2016-06-23 + _date_changed 2017-06-08 + contacts Brian K. Osborne, Ghani Zahid, Michael D. Muzzie + _contacts bosborne@princeton.edu, gzahid@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name sas200l + alias sas200l.Princeton.EDU + address 10.6.51.50 + use UNIX Production NS PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas201l + alias sas201l.Princeton.EDU + address 10.6.47.17 + use UNIX Production NS Untrust + contacts George Kopf +} + +define host { + host_name sas202l + alias sas202l.Princeton.EDU + address 10.6.47.18 + use UNIX Production NS Untrust + contacts mhood +} + +define host { + host_name sas204l + alias sas204l.Princeton.EDU + address 10.6.50.71 + use UNIX Production NS PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas205l + alias sas205l.Princeton.EDU + address 10.6.50.107 + use UNIX Production NS PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas206l + alias sas206l.Princeton.EDU + address 10.6.50.49 + use UNIX Production NS PrivateDMZ + contacts George Kopf +} + +define host { + host_name sas207l + alias sas207l.Princeton.EDU + address 140.180.221.35 + use UNIX Dev/QA NS PublicDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas208l + alias sas208l.Princeton.EDU + address 10.6.50.189 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas209l + alias sas209l.Princeton.EDU + address 10.6.51.9 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas210l + alias sas210l.Princeton.EDU + address 10.6.51.97 + use UNIX Dev/QA NS PrivateDMZ + contacts sisters +} + +define host { + host_name sas211l + alias sas211l.Princeton.EDU + address 10.6.51.110 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas212l + alias sas212l.Princeton.EDU + address 10.6.51.111 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sas213l + alias sas213l.Princeton.EDU + address 10.6.51.112 + use UNIX Dev/QA NS PrivateDMZ + contacts Software Infrastructure Services +} + +define host { + host_name sasiw200l + alias sasiw200l.Princeton.EDU + address 10.6.48.237 + use UNIX Production NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw201l + alias sasiw201l.Princeton.EDU + address 10.6.53.93 + use UNIX Production NS Trust + contacts monocle +} + +define host { + host_name sasiw203l + alias sasiw203l.Princeton.EDU + address 10.6.48.110 + use UNIX Production NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw217l + alias sasiw217l.Princeton.EDU + address 10.6.50.132 + use UNIX Dev/QA NS Untrust + contacts monocle +} + +define host { + host_name sasiw218l + alias sasiw218l.Princeton.EDU + address 10.6.50.90 + use UNIX Dev/QA NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw219l + alias sasiw219l.Princeton.EDU + address 10.6.52.46 + use UNIX Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw220l + alias sasiw220l.Princeton.EDU + address 10.6.53.243 + use UNIX Production NS Trust + contacts monocle +} + +define host { + host_name sasiw221l + alias sasiw221l.Princeton.EDU + address 10.6.53.245 + use UNIX Production NS Trust + contacts monocle +} + +define host { + host_name sasiw222l + alias sasiw222l.Princeton.EDU + address 10.6.53.246 + use UNIX Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw223l + alias sasiw223l.Princeton.EDU + address 10.6.50.125 + use UNIX Dev/QA NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw224l + alias sasiw224l.Princeton.EDU + address 140.180.220.239 + use UNIX Dev/QA NS PublicDMZ + contacts monocle +} + +define host { + host_name sentinel + alias sentinel.Princeton.EDU + address 128.112.128.134 + _IP_MAC1 128.112.128.134 <=> N/A + _SUBNET1 princeton-net + _department Support Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, MP, sentinel + _date_created 2009-02-24 + _date_changed 2016-10-28 + contacts Networking + _contacts networking@princeton.edu, unix@princeton.edu + use UNIX Production +} + +define host { + host_name sis200l + alias sis200l.Princeton.EDU + address 10.6.52.181 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis201l + alias sis201l.Princeton.EDU + address 10.6.53.134 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis202l + alias sis202l.Princeton.EDU + address 10.6.53.135 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis203l + alias sis203l.Princeton.EDU + address 10.6.53.136 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis204l + alias sis204l.Princeton.EDU + address 10.6.53.137 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis205l + alias sis205l.Princeton.EDU + address 10.6.53.138 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis206l + alias sis206l.Princeton.EDU + address 10.6.53.139 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis207l + alias sis207l.Princeton.EDU + address 10.6.53.140 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis208l + alias sis208l.Princeton.EDU + address 10.6.53.141 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis209l + alias sis209l.Princeton.EDU + address 10.6.53.142 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis210l + alias sis210l.Princeton.EDU + address 10.6.53.145 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis211l + alias sis211l.Princeton.EDU + address 10.6.53.147 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis212l + alias sis212l.Princeton.EDU + address 10.6.53.148 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis213l + alias sis213l.Princeton.EDU + address 10.6.53.149 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name sis214l + alias sis214l.Princeton.EDU + address 10.6.53.150 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis215l + alias sis215l.Princeton.EDU + address 10.6.53.151 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis218l + alias sis218l.Princeton.EDU + address 10.6.53.157 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis219l + alias sis219l.Princeton.EDU + address 10.6.53.158 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis220l + alias sis220l.Princeton.EDU + address 10.6.53.161 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name sis221l + alias sis221l.Princeton.EDU + address 10.6.53.162 + use UNIX Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name ssocms200 + alias ssocms200.Princeton.EDU + address 10.6.49.35 + _IP_MAC1 10.6.49.35 <=> 0:50:56:93:20:94 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the Vice President for Information Technology + _building New South + _room MR,VM + _date_created 2015-11-16 + _date_changed 2016-06-10 + contacts Dean A. Plante + _contacts dplante@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name stuportal200l + alias stuportal200l.Princeton.EDU + _alias1 stuportal + address 140.180.221.16 + _IP_MAC1 140.180.221.16 <=> 0:50:56:93:e6:21 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-10-10 + _date_changed 2017-10-18 + contacts Serge J. Goldstein + _contacts serge@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name timeline201l + alias timeline201l.Princeton.EDU + address 10.6.56.24 + _IP_MAC1 10.6.56.24 <=> 0:50:56:93:7d:f + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2015-12-21 + _date_changed 2015-12-21 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name timeline202l + alias timeline202l.Princeton.EDU + address 10.6.56.25 + _IP_MAC1 10.6.56.25 <=> 0:50:56:93:38:92 + _SUBNET1 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-12-21 + _date_changed 2015-12-21 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name timeline203l + alias timeline203l.Princeton.EDU + address 10.6.49.56 + _IP_MAC1 10.6.49.56 <=> 0:50:56:93:64:2e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-12-21 + _date_changed 2015-12-21 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name timeline204l + alias timeline204l.Princeton.EDU + address 10.6.48.214 + _IP_MAC1 10.6.48.214 <=> 0:50:56:93:75:80 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building New South + _room mr, vm - + _date_created 2016-08-02 + _date_changed 2016-08-08 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name timeline205l + alias timeline205l.Princeton.EDU + address 10.6.49.160 + _IP_MAC1 10.6.49.160 <=> 0:50:56:93:2d:d0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building New South + _room mr, vm - + _date_created 2016-08-02 + _date_changed 2016-08-08 + contacts Kevin R. Perry + _contacts perry@princeton.edu, unix@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name waspprod03l + alias waspprod03l.Princeton.EDU + _alias1 wase + _alias2 wasenew + _alias3 wasenext + _alias4 wasp + address 140.180.220.82 + _IP_MAC1 140.180.220.82 <=> 0:50:56:93:38:f2 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-19 + _date_changed 2018-02-05 + contacts Kevin R. Perry, Serge J. Goldstein + _contacts perry@princeton.edu, serge@princeton.edu, unix@princeton.edu + use UNIX Production NS PublicDMZ +} + +define host { + host_name wds-util + alias wds-util.Princeton.EDU + _alias1 sitesdb + _alias2 sitesdb-stage + _alias3 mysql + _alias4 build + address 10.6.48.242 + _IP_MAC1 10.6.48.242 <=> 0:50:56:93:61:7f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-05-09 + _date_changed 2017-03-20 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Service + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, wdsoit@princeton.edu + use UNIX Production NS PrivateDMZ +} + +define host { + host_name webhead01 + alias webhead01.Princeton.EDU + _alias1 novus01 + address 10.6.54.49 + _IP_MAC1 10.6.54.49 <=> 0:50:56:93:0:43 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2011-09-12 + _date_changed 2017-09-14 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Services + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, webservices@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name webhead02 + alias webhead02.Princeton.EDU + _alias1 novus02 + address 10.6.54.58 + _IP_MAC1 10.6.54.58 <=> 0:50:56:93:0:56 + _SUBNET1 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2011-09-12 + _date_changed 2017-09-14 + contacts Brian K. Osborne, Michael D. Muzzie, Web Development Services + _contacts bosborne@princeton.edu, mdmuzzie@princeton.edu, unix@princeton.edu, webservices@princeton.edu + use UNIX Production NS EISFW +} + +define host { + host_name x210client01 + alias x210client01.Princeton.EDU + address 10.6.53.107 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name x210client02 + alias x210client02.Princeton.EDU + address 10.6.53.109 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name pudev02.pudev.windev + alias pudev02.pudev.windev.Princeton.EDU + _alias1 addev.princeton.edu. + address 10.6.49.107 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name windev02.windev + alias windev02.windev.Princeton.EDU + address 10.6.49.108 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name amu102w + alias amu102w.Princeton.EDU + address 10.6.49.52 + _IP_MAC1 10.6.49.52 <=> 0:50:56:93:29:1a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Art Museum + _building New South + _room MR, VM, - + _date_created 2016-02-24 + _date_changed 2016-02-24 + contacts Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name asmobile101w + alias asmobile101w.Princeton.EDU + address 10.6.50.10 + _IP_MAC1 10.6.50.10 <=> 0:50:56:93:50:94 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-01-17 + _date_changed 2017-03-20 + contacts James K. Chu + _contacts jkchu@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ats-dia112w + alias ats-dia112w.Princeton.EDU + address 140.180.220.71 + _IP_MAC1 140.180.220.71 <=> 0:50:56:93:c:cd + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-03-30 + _date_changed 2015-12-15 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name ats-fvs112w + alias ats-fvs112w.Princeton.EDU + _alias1 fvstest + address 140.180.220.67 + _IP_MAC1 140.180.220.67 <=> 0:50:56:93:27:10 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-03-04 + _date_changed 2015-12-15 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name ats101w + alias ats101w.Princeton.EDU + address 140.180.220.77 + _IP_MAC1 140.180.220.77 <=> 0:50:56:93:3c:4b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-05-28 + _date_changed 2015-05-28 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name cas301w + alias cas301w.Princeton.EDU + _alias1 avanti-dev + address 10.6.49.116 + _IP_MAC1 10.6.49.116 <=> 0:50:56:93:78:68 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-07-11 + _date_changed 2016-08-22 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name cch100w + alias cch100w.Princeton.EDU + address 140.180.221.99 + use Windows Dev/QA 151 PublicDMZ + contacts czimowsk +} + +define host { + host_name cisdr-prep + alias cisdr-prep.Princeton.EDU + address 10.6.49.6 + use Windows Dev/QA 151 PrivateDMZ + contacts CISDR +} + +define host { + host_name cisdr105w + alias cisdr105w.Princeton.EDU + address 10.6.48.40 + use Windows Dev/QA 151 PrivateDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdr300w + alias cisdr300w.Princeton.EDU + address 10.6.52.116 + _IP_MAC1 10.6.52.116 <=> 0:50:56:93:5e:17 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-09 + _date_changed 2015-10-09 + contacts Mark A. Ratliff + _contacts ratliff@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name cisdr301w + alias cisdr301w.Princeton.EDU + _alias1 oaworkflow-dev + address 10.6.48.254 + _IP_MAC1 10.6.48.254 <=> 0:50:56:93:40:69 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-09 + _date_changed 2017-03-17 + contacts Mark A. Ratliff, Monika C. Mevenkamp, Open Access Repository + _contacts oar@princeton.edu, ratliff@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name cisdredge102w + alias cisdredge102w.Princeton.EDU + address 140.180.220.248 + use Windows Dev/QA 151 PublicDMZ + contacts CISDR +} + +define host { + host_name cisdrex100w + alias cisdrex100w.Princeton.EDU + address 140.180.220.249 + use Windows Dev/QA 151 PublicDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdrex101w + alias cisdrex101w.Princeton.EDU + address 140.180.221.125 + use Windows Dev/QA 151 PublicDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdrtc100l.aws + alias cisdrtc100l.aws.Princeton.EDU + address 10.21.28.242 + use UNIX Dev/QA AWS Untrust + contacts CISDR +} + +define host { + host_name csla100w + alias csla100w.Princeton.EDU + _alias1 flame + address 140.180.220.111 + _IP_MAC1 140.180.220.111 <=> 0:50:56:93:40:19 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Hellenic Studies + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-22 + _date_changed 2016-03-23 + contacts Alan M. Stahl + _contacts astahl@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name css300w + alias css300w.Princeton.EDU + _alias1 mme-windev + _alias2 mmedev0 + address 140.180.220.91 + _IP_MAC1 140.180.220.91 <=> 0:50:56:93:7:9c + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-08 + _date_changed 2016-05-23 + contacts Thomas J. Francais + _contacts tjf@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name css328w + alias css328w.Princeton.EDU + address 140.180.220.31 + use Windows Dev/QA 151 PublicDMZ + contacts casperadmindev +} + +define host { + host_name das110w + alias das110w.Princeton.EDU + address 140.180.220.206 + _IP_MAC1 140.180.220.206 <=> 0:50:56:93:1:1b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-11-07 + _date_changed 2017-05-09 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name das111w + alias das111w.Princeton.EDU + address 140.180.220.207 + _IP_MAC1 140.180.220.207 <=> 0:50:56:93:1:1a + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-11-07 + _date_changed 2017-05-09 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name dasdia112w + alias dasdia112w.Princeton.EDU + address 140.180.220.28 + _IP_MAC1 140.180.220.28 <=> 0:50:56:93:17:f1 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-08-26 + _date_changed 2015-12-15 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name dev-webqa-ogv + alias dev-webqa-ogv.Princeton.EDU + address 140.180.220.126 + _IP_MAC1 140.180.220.126 <=> 0:50:56:93:79:aa + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-08-05 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name dev-webqa-tt + alias dev-webqa-tt.Princeton.EDU + address 10.6.48.225 + _IP_MAC1 10.6.48.225 <=> 0:50:56:93:48:87 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-31 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name dev-webqa + alias dev-webqa.Princeton.EDU + address 10.6.48.100 + _IP_MAC1 10.6.48.100 <=> 0:50:56:93:8:e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Information Strategy, Office of Development + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-15 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name dev100w + alias dev100w.Princeton.EDU + _alias1 devtabqa + address 10.6.49.194 + _IP_MAC1 10.6.49.194 <=> 0:50:56:93:27:ed + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-04-06 + _date_changed 2017-09-29 + contacts Nicholas DiPietro + _contacts dipietro@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name dev101w + alias dev101w.Princeton.EDU + address 10.6.51.10 + use Windows Dev/QA 151 PrivateDMZ + contacts uats +} + +define host { + host_name dev102w + alias dev102w.Princeton.EDU + address 140.180.220.146 + use Windows Dev/QA 151 PublicDMZ + contacts uats +} + +define host { + host_name devc + alias devc.Princeton.EDU + _alias1 stripesdev + address 10.6.49.187 + _IP_MAC1 10.6.49.187 <=> 0:50:56:93:61:6d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-09-01 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name devq + alias devq.Princeton.EDU + _alias1 stripesqa + address 10.6.49.173 + _IP_MAC1 10.6.49.173 <=> 0:50:56:93:4e:d9 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-31 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name devtabtoolsqa + alias devtabtoolsqa.Princeton.EDU + address 10.6.48.203 + _IP_MAC1 10.6.48.203 <=> 0:50:56:93:44:ec + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-06-16 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name devtools + alias devtools.Princeton.EDU + address 10.6.48.97 + _IP_MAC1 10.6.48.97 <=> 0:50:56:93:5e:3f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Information Strategy, Office of Development + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2014-02-28 + _date_changed 2017-09-01 + contacts Heather Campbell + _contacts hcampbel@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name dng203w + alias dng203w.Princeton.EDU + address 140.180.221.84 + use Windows Dev/QA 151 PublicDMZ + contacts ussntadm +} + +define host { + host_name dng305w + alias dng305w.Princeton.EDU + address 140.180.221.120 + use Windows Dev/QA 151 PublicDMZ + contacts University Services IT Support +} + +define host { + host_name dng306w + alias dng306w.Princeton.EDU + address 10.6.51.28 + use Windows Dev/QA 151 PrivateDMZ + contacts USSNTADM +} + +define host { + host_name dsl300w + alias dsl300w.Princeton.EDU + _alias1 orientation-dev + address 10.6.49.75 + _IP_MAC1 10.6.49.75 <=> 0:50:56:93:16:cc + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the Dean of Undergraduate Students + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-01-28 + _date_changed 2016-01-28 + contacts Gregory S. Blaha + _contacts gblaha@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name eis-fwmgrqa + alias eis-fwmgrqa.Princeton.EDU + address 10.6.52.240 + _IP_MAC1 10.6.52.240 <=> 0:50:56:93:4f:9d + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-08-17 + _date_changed 2016-09-26 + contacts epm-list + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name epm300w + alias epm300w.Princeton.EDU + address 10.6.49.0 + use Windows Dev/QA 151 PrivateDMZ + contacts epm-list +} + +define host { + host_name epm301w.aws + alias epm301w.aws.Princeton.EDU + address 10.21.31.1 + use Windows Dev/QA AWS Untrust + contacts epm-list +} + +define host { + host_name erp302w + alias erp302w.Princeton.EDU + address 10.6.49.182 + use Windows Dev/QA 151 PrivateDMZ + contacts Thomas E. Dommermuth +} + +define host { + host_name erp330w + alias erp330w.Princeton.EDU + address 10.6.51.18 + use Windows Dev/QA 151 PrivateDMZ + contacts Thomas E. Dommermuth +} + +define host { + host_name essosd302w + alias essosd302w.Princeton.EDU + address 10.6.48.21 + _IP_MAC1 10.6.48.21 <=> 0:50:56:93:2f:5c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-12 + _date_changed 2015-02-11 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name essprintsrvqa + alias essprintsrvqa.Princeton.EDU + address 10.6.50.122 + _IP_MAC1 10.6.50.122 <=> 0:50:56:1a:4e:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2010-04-26 + _date_changed 2017-06-30 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name gso100w + alias gso100w.Princeton.EDU + address 140.180.220.93 + _IP_MAC1 140.180.220.93 <=> 0:50:56:93:51:b8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of the Graduate School + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-02 + _date_changed 2015-10-20 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name gso300w + alias gso300w.Princeton.EDU + address 140.180.220.94 + _IP_MAC1 140.180.220.94 <=> 0:50:56:93:66:8b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of the Graduate School + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-02 + _date_changed 2015-10-20 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name gso301w + alias gso301w.Princeton.EDU + address 140.180.221.106 + use Windows Dev/QA 151 PublicDMZ + contacts gshelp +} + +define host { + host_name isogate100w + alias isogate100w.Princeton.EDU + address 140.180.221.65 + use Windows Dev/QA 151 PublicDMZ + contacts Steven Niedzwiecki +} + +define host { + host_name iss128w + alias iss128w.Princeton.EDU + address 10.6.50.0 + use Windows Dev/QA 151 PrivateDMZ + contacts Peter T Nowak +} + +define host { + host_name iss129w + alias iss129w.Princeton.EDU + address 10.6.50.12 + use Windows Dev/QA 151 PrivateDMZ + contacts Peter T Nowak +} + +define host { + host_name itms300w + alias itms300w.Princeton.EDU + _alias1 itms-dev1 + address 10.6.50.86 + _IP_MAC1 10.6.50.86 <=> 0:50:56:93:11:1a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-06-26 + _date_changed 2017-05-30 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name itms301w + alias itms301w.Princeton.EDU + _alias1 sentry911-dev + address 140.180.220.178 + _IP_MAC1 140.180.220.178 <=> 0:50:56:93:b:f0 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-08-12 + _date_changed 2017-07-31 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name landrdev + alias landrdev.Princeton.EDU + _alias1 new-landrdev + address 10.6.48.15 + _IP_MAC1 10.6.48.15 <=> 0:50:56:93:63:3d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-08-31 + _date_changed 2016-12-09 + contacts Michael J. Zarillo + _contacts mzarillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name lss110w-tqa + alias lss110w-tqa.Princeton.EDU + address 10.6.50.58 + _IP_MAC1 10.6.50.58 <=> 0:50:56:93:1:34 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-09-30 + _date_changed 2017-05-02 + contacts Facilities NT Administrator + _contacts facntadm@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mccweb100w + alias mccweb100w.Princeton.EDU + address 10.6.48.51 + _IP_MAC1 10.6.48.51 <=> 0:50:56:93:26:e2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Other + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-07-18 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mccweb101w + alias mccweb101w.Princeton.EDU + address 10.6.48.52 + _IP_MAC1 10.6.48.52 <=> 0:50:56:93:26:e1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Other + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-07-18 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol102w + alias mol102w.Princeton.EDU + _alias1 devenport-mice-qa + address 10.6.48.68 + _IP_MAC1 10.6.48.68 <=> 0:50:56:93:0:db + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Molecular Biology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-07-27 + _date_changed 2014-08-12 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol105w + alias mol105w.Princeton.EDU + address 10.6.49.220 + _IP_MAC1 10.6.49.220 <=> 0:50:56:93:46:40 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-12-07 + _date_changed 2016-12-07 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name mol302w + alias mol302w.Princeton.EDU + _alias1 devenport-mice-dev + address 10.6.48.69 + _IP_MAC1 10.6.48.69 <=> 0:50:56:93:0:d6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Molecular Biology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-07-27 + _date_changed 2014-08-12 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name netnsm100w + alias netnsm100w.Princeton.EDU + address 10.6.49.4 + _IP_MAC1 10.6.49.4 <=> 0:50:56:93:23:c8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-10-13 + _date_changed 2015-10-13 + contacts Networking + _contacts networking@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name odoc101w + alias odoc101w.Princeton.EDU + _alias1 prizesqa + address 10.6.48.89 + _IP_MAC1 10.6.48.89 <=> 0:50:56:93:1a:ec + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the Dean of the College + _building New South + _room MR, VM - + _date_created 2013-12-23 + _date_changed 2015-04-23 + contacts ODOC Linux Admin-JG + _contacts docadmjg@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name odoc201w + alias odoc201w.Princeton.EDU + _alias1 ugprizes + _alias2 odocevents + _alias3 rsvp + address 140.180.220.41 + _IP_MAC1 140.180.220.41 <=> 0:50:56:93:1a:ee + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of the College + _building New South + _room MR, VM - + _date_created 2013-12-23 + _date_changed 2015-04-23 + contacts ODOC Linux Admin-JG + _contacts docadmjg@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name odoc301w + alias odoc301w.Princeton.EDU + address 10.6.48.90 + _IP_MAC1 10.6.48.90 <=> 0:50:56:93:1a:ed + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Office of the Dean of the College + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-12-23 + _date_changed 2014-10-09 + contacts John S. Green III + _contacts jgreen@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name opr302w + alias opr302w.Princeton.EDU + address 140.180.220.76 + _IP_MAC1 140.180.220.76 <=> 0:50:56:93:5e:4e + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of Population Research + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-10-30 + _date_changed 2015-05-20 + contacts Wayne W. Appleton + _contacts appleton@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name out301w + alias out301w.Princeton.EDU + address 10.6.51.100 + use Windows Dev/QA 151 PrivateDMZ + contacts Richard M. Curtis +} + +define host { + host_name pcocr104w + alias pcocr104w.Princeton.EDU + address 10.6.51.82 + use Windows Dev/QA 151 PrivateDMZ + contacts pcotech +} + +define host { + host_name pcocr105w + alias pcocr105w.Princeton.EDU + address 10.6.50.247 + use Windows Dev/QA 151 PrivateDMZ + contacts pcotech +} + +define host { + host_name pcocrdb106w + alias pcocrdb106w.Princeton.EDU + address 10.6.53.242 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name pcords101w + alias pcords101w.Princeton.EDU + address 10.6.50.94 + _IP_MAC1 10.6.50.94 <=> 0:50:56:93:2a:ac + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-05-18 + _date_changed 2017-05-18 + contacts Glenn R. Wemple + _contacts gwemple@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name pei300w + alias pei300w.Princeton.EDU + address 140.180.220.73 + _IP_MAC1 140.180.220.73 <=> 0:50:56:93:67:60 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Princeton Environmental Institute + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-07-20 + _date_changed 2015-07-20 + contacts Rajeshri D. Chokshi + _contacts rchokshi@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name psm101w + alias psm101w.Princeton.EDU + address 10.6.50.51 + use Windows Dev/QA 151 PrivateDMZ + contacts Ruth D. Gittens +} + +define host { + host_name puqa02.zeta.adtest + alias puqa02.zeta.adtest.Princeton.EDU + _alias1 adqa-b.princeton.edu. + address 10.6.49.51 + _IP_MAC1 10.6.49.51 <=> 0:50:56:93:79:60 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-06-16 + _date_changed 2017-10-23 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name puqa05.zeta.adtest + alias puqa05.zeta.adtest.Princeton.EDU + address 10.21.1.40 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name puqa06.zeta.adtest + alias puqa06.zeta.adtest.Princeton.EDU + address 10.21.1.14 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name sas305w + alias sas305w.Princeton.EDU + address 10.6.49.155 + use Windows Dev/QA 151 PrivateDMZ + contacts rsegers +} + +define host { + host_name sas306w + alias sas306w.Princeton.EDU + address 10.6.50.72 + use Windows Dev/QA 151 PrivateDMZ + contacts George Kopf +} + +define host { + host_name sasemsterm100w + alias sasemsterm100w.Princeton.EDU + address 10.6.49.45 + use Windows Dev/QA 151 PrivateDMZ + contacts pac_usapps +} + +define host { + host_name sasemsws100w + alias sasemsws100w.Princeton.EDU + address 140.180.221.82 + use Windows Dev/QA 151 PublicDMZ + contacts pac_usapps +} + +define host { + host_name sasiw111w + alias sasiw111w.Princeton.EDU + address 10.6.53.89 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw112w + alias sasiw112w.Princeton.EDU + address 10.6.53.90 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw114w + alias sasiw114w.Princeton.EDU + address 10.6.53.239 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw116w + alias sasiw116w.Princeton.EDU + address 10.6.53.241 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw346w + alias sasiw346w.Princeton.EDU + address 10.6.53.35 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw347w + alias sasiw347w.Princeton.EDU + address 10.6.53.36 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw348w + alias sasiw348w.Princeton.EDU + address 10.6.53.39 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasiw349w + alias sasiw349w.Princeton.EDU + address 10.6.53.72 + use Windows Dev/QA 151 Trust + contacts monocle +} + +define host { + host_name sasob100w + alias sasob100w.Princeton.EDU + address 10.6.53.19 + use Windows Dev/QA 151 Trust + contacts ECM Admin Notify +} + +define host { + host_name sasob300tstw + alias sasob300tstw.Princeton.EDU + address 10.6.53.188 + use Windows Dev/QA 151 Trust + contacts ECM Admin Notify +} + +define host { + host_name sasob300w + alias sasob300w.Princeton.EDU + address 10.6.53.237 + use Windows Dev/QA 151 Trust + contacts ECM Admin Notify +} + +define host { + host_name sasspapp300w + alias sasspapp300w.Princeton.EDU + address 10.6.49.100 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspapp301w + alias sasspapp301w.Princeton.EDU + address 10.6.49.149 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspapp310w + alias sasspapp310w.Princeton.EDU + address 10.6.49.47 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspapp312w + alias sasspapp312w.Princeton.EDU + address 10.6.49.255 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspdb308w + alias sasspdb308w.Princeton.EDU + address 10.6.52.34 + use Windows Dev/QA 151 Trust + contacts Sharepoint Admin +} + +define host { + host_name sasspdb309w + alias sasspdb309w.Princeton.EDU + address 10.6.52.41 + use Windows Dev/QA 151 Trust + contacts Sharepoint Admin +} + +define host { + host_name sasspdb318w + alias sasspdb318w.Princeton.EDU + address 10.6.52.255 + use Windows Dev/QA 151 Trust + contacts Sharepoint Admin +} + +define host { + host_name sasspdb319w + alias sasspdb319w.Princeton.EDU + address 10.6.53.0 + use Windows Dev/QA 151 Trust + contacts Sharepoint Admin +} + +define host { + host_name sasspdc305w + alias sasspdc305w.Princeton.EDU + address 140.180.221.97 + use Windows Dev/QA 151 PublicDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspdc306w + alias sasspdc306w.Princeton.EDU + address 10.6.49.157 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspdc316w + alias sasspdc316w.Princeton.EDU + address 140.180.221.0 + use Windows Dev/QA 151 PublicDMZ + contacts Sharepoint Admin +} + +define host { + host_name sasspfe302w + alias sasspfe302w.Princeton.EDU + address 10.6.55.56 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe303w + alias sasspfe303w.Princeton.EDU + address 10.6.55.30 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe304w + alias sasspfe304w.Princeton.EDU + address 10.6.55.69 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe312w + alias sasspfe312w.Princeton.EDU + address 10.6.55.75 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe313w + alias sasspfe313w.Princeton.EDU + address 10.6.55.76 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspfe314w + alias sasspfe314w.Princeton.EDU + address 10.6.55.77 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspowa307w + alias sasspowa307w.Princeton.EDU + address 10.6.55.70 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspowa317w + alias sasspowa317w.Princeton.EDU + address 10.6.55.78 + use Windows Dev/QA 151 EISFW + contacts Sharepoint Admin +} + +define host { + host_name sasspss316w + alias sasspss316w.Princeton.EDU + address 10.6.50.82 + use Windows Dev/QA 151 PrivateDMZ + contacts Sharepoint Admin +} + +define host { + host_name sassunapsis100w + alias sassunapsis100w.Princeton.EDU + address 140.180.221.114 + use Windows Dev/QA 151 PublicDMZ + contacts pac_usapps +} + +define host { + host_name sastopaz100w + alias sastopaz100w.Princeton.EDU + address 10.6.49.130 + use Windows Dev/QA 151 PrivateDMZ + contacts pac_app_integration +} + +define host { + host_name sastopaz110w + alias sastopaz110w.Princeton.EDU + address 10.6.49.133 + use Windows Dev/QA 151 PrivateDMZ + contacts pac_app_integration +} + +define host { + host_name sastopaz300w + alias sastopaz300w.Princeton.EDU + address 10.6.49.83 + use Windows Dev/QA 151 PrivateDMZ + contacts pac_app_integration +} + +define host { + host_name sis118w + alias sis118w.Princeton.EDU + address 10.6.53.131 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis310w + alias sis310w.Princeton.EDU + address 10.6.52.252 + use Windows Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name sis313w + alias sis313w.Princeton.EDU + address 10.6.51.42 + use Windows Dev/QA 151 PrivateDMZ + contacts rsegers +} + +define host { + host_name smo301w + alias smo301w.Princeton.EDU + address 10.6.49.165 + use Windows Dev/QA 151 PrivateDMZ + contacts mjo3 +} + +define host { + host_name socconsole + alias socconsole.Princeton.EDU + address 10.6.48.26 + _IP_MAC1 10.6.48.26 <=> 0:50:56:93:1a:ff + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2014-01-13 + _date_changed 2017-12-07 + contacts Mariann S. Miller + _contacts mariann.miller@princeton.edu, mariannm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvms1nvr101w + alias spcvms1nvr101w.Princeton.EDU + address 10.6.52.120 + use Windows Dev/QA 151 Trust + contacts Mark R. Williams +} + +define host { + host_name spcvmsqa100w + alias spcvmsqa100w.Princeton.EDU + address 10.6.52.111 + use Windows Dev/QA 151 Trust + contacts Mark R. Williams +} + +define host { + host_name sql-zeta2 + alias sql-zeta2.Princeton.EDU + address 10.6.50.93 + _IP_MAC1 10.6.50.93 <=> 0:50:56:93:1:12 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-10-12 + _date_changed 2017-05-30 + contacts Christopher M. Stewart + _contacts cs2@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name ss106w + alias ss106w.Princeton.EDU + address 140.180.220.172 + _IP_MAC1 140.180.220.172 <=> 0:50:56:93:fc:1b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-03-20 + _date_changed 2017-03-20 + contacts Mark J. Pellecchia + _contacts markpe@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name ss116w + alias ss116w.Princeton.EDU + address 140.180.220.122 + use Windows Dev/QA 151 PublicDMZ + contacts css-alert +} + +define host { + host_name tmetrics + alias tmetrics.Princeton.EDU + address 10.6.48.138 + _IP_MAC1 10.6.48.138 <=> 0:50:56:93:75:16 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-01-19 + _date_changed 2017-12-07 + contacts Anthony C. Wilk + _contacts acwilk@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name tmetsciscodigi2 + alias tmetsciscodigi2.Princeton.EDU + address 10.6.49.84 + _IP_MAC1 10.6.49.84 <=> 0:50:56:93:66:88 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-02-17 + _date_changed 2016-02-17 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name tmetsdevlab + alias tmetsdevlab.Princeton.EDU + address 10.6.48.210 + _IP_MAC1 10.6.48.210 <=> 0:50:56:93:47:6d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name top100w + alias top100w.Princeton.EDU + address 10.6.49.179 + _IP_MAC1 10.6.49.179 <=> 0:50:56:93:2a:20 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-19 + _date_changed 2017-09-19 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name top101w + alias top101w.Princeton.EDU + address 10.6.49.180 + _IP_MAC1 10.6.49.180 <=> 0:50:56:93:26:c8 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-08-19 + _date_changed 2017-09-19 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name tps101w-garage + alias tps101w-garage.Princeton.EDU + address 10.6.49.142 + use Windows Dev/QA 151 PrivateDMZ + contacts ussntadm +} + +define host { + host_name ufa300w + alias ufa300w.Princeton.EDU + address 10.6.48.11 + use Windows Dev/QA 151 PrivateDMZ + contacts John S. Green III +} + +define host { + host_name uhs104w + alias uhs104w.Princeton.edu + address 10.6.50.88 + _IP_MAC1 10.6.50.88 <=> 0:50:56:93:0:8c + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-04-19 + _date_changed 2017-05-12 + contacts Health Services Help, Judith E. Oakley + _contacts joakley@princeton.edu, uhshelp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uhs107w + alias uhs107w.Princeton.edu + address 10.6.63.84 + _IP_MAC1 128.112.132.81 <=> 0:50:56:93:49:c7 + _SUBNET1 princeton-net + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-08-05 + _date_changed 2016-12-06 + contacts Health Services Help, Judith E. Oakley + _contacts joakley@princeton.edu, uhshelp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA Restricted +} + +define host { + host_name uhs109w + alias uhs109w.Princeton.EDU + address 10.6.63.68 + _IP_MAC1 10.6.63.68 <=> 0:50:56:93:36:d + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-07 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Untrust +} + +define host { + host_name uhs110w + alias uhs110w.Princeton.EDU + address 10.6.63.74 + _IP_MAC1 10.6.63.74 <=> 0:50:56:93:28:aa + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-07 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 Untrust +} + +define host { + host_name uhs111w + alias uhs111w.Princeton.EDU + address 10.6.49.123 + _IP_MAC1 10.6.49.123 <=> 0:50:56:93:2c:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-07-12 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uhs114w + alias uhs114w.Princeton.EDU + address 10.6.51.6 + use Windows Dev/QA 151 PrivateDMZ + contacts Judith E. Oakley +} + +define host { + host_name uss300w-willow + alias uss300w-willow.Princeton.edu + _alias1 uservices-apps-dev + address 10.6.50.76 + _IP_MAC1 10.6.50.76 <=> 0:50:56:93:2a:f1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2013-08-28 + _date_changed 2017-05-18 + contacts Joshua P. Thomas + _contacts jt7@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss301w-sandbox + alias uss301w-sandbox.Princeton.edu + address 10.6.50.120 + _IP_MAC1 10.6.50.120 <=> 0:50:56:93:2a:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-09-18 + _date_changed 2017-06-13 + contacts Joshua P. Thomas + _contacts jt7@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss302w-sndbx08 + alias uss302w-sndbx08.Princeton.EDU + _alias1 campus-dining-dev + _alias2 uservices-ws-dev + _alias3 housing-apps-dev + _alias4 hres-apps-dev + address 10.6.50.121 + _IP_MAC1 10.6.50.121 <=> 0:50:56:93:1a:ef + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-12-30 + _date_changed 2017-06-13 + contacts Joshua P. Thomas + _contacts jt7@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss303w + alias uss303w.Princeton.EDU + address 10.6.48.35 + _IP_MAC1 10.6.48.35 <=> 0:50:56:93:20:3e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-10-15 + _date_changed 2016-07-22 + contacts Jaysen J. LeSage + _contacts jlesage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name uss304w + alias uss304w.Princeton.EDU + address 10.6.48.180 + _IP_MAC1 10.6.48.180 <=> 0:50:56:93:11:df + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Conference and Event Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-03-31 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name vpft101w + alias vpft101w.Princeton.EDU + address 140.180.220.50 + _IP_MAC1 140.180.220.50 <=> 0:50:56:93:7d:24 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Vice President for Finance and Treasurer + _building 151 Forrestal Rd. + _room MR,VM + _date_created 2015-06-17 + _date_changed 2015-06-30 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name wassp100w + alias wassp100w.Princeton.EDU + address 10.6.48.190 + _IP_MAC1 10.6.48.190 <=> 0:50:56:93:5e:4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-10 + _date_changed 2017-01-10 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name wassp101w + alias wassp101w.Princeton.EDU + address 10.6.49.158 + _IP_MAC1 10.6.49.158 <=> 0:50:56:93:1a:2d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-10 + _date_changed 2017-01-10 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name wassp102w + alias wassp102w.Princeton.EDU + address 10.6.55.44 + _IP_MAC1 10.6.55.44 <=> 0:50:56:93:1f:3c + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-11 + _date_changed 2017-01-24 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name wassp103w + alias wassp103w.Princeton.EDU + address 10.6.55.45 + _IP_MAC1 10.6.55.45 <=> 0:50:56:93:32:ef + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-11 + _date_changed 2017-01-24 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name wassp104w + alias wassp104w.Princeton.EDU + address 140.180.220.171 + _IP_MAC1 140.180.220.171 <=> 0:50:56:93:1e:65 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-10 + _date_changed 2017-01-10 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PublicDMZ +} + +define host { + host_name wassp105w + alias wassp105w.Princeton.EDU + address 10.6.49.238 + _IP_MAC1 10.6.49.238 <=> 0:50:56:93:13:16 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-01-27 + _date_changed 2017-01-27 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name wasspdb100w + alias wasspdb100w.Princeton.EDU + address 10.6.52.42 + _IP_MAC1 10.6.52.42 <=> 0:50:56:93:54:fd + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-02-22 + _date_changed 2017-02-22 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name wasspdb101w + alias wasspdb101w.Princeton.EDU + address 10.6.52.37 + _IP_MAC1 10.6.52.37 <=> 0:50:56:93:82:db + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2017-02-17 + _date_changed 2017-02-17 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 Trust +} + +define host { + host_name wasspowa106w + alias wasspowa106w.Princeton.EDU + address 10.6.55.53 + _IP_MAC1 10.6.55.53 <=> 0:50:56:93:dc:13 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-11 + _date_changed 2017-07-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA 151 EISFW +} + +define host { + host_name win03.win + alias win03.win.Princeton.EDU + address 10.6.48.92 + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name winqa02.adtest + alias winqa02.adtest.Princeton.EDU + address 10.6.48.240 + _IP_MAC1 10.6.48.240 <=> 0:50:56:93:5:d2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-06-16 + _date_changed 2016-08-12 + contacts Identity and Access Management + _contacts iam@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name winqa03.aws + alias winqa03.aws.Princeton.EDU + address 10.21.1.56 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name winqa04.aws + alias winqa04.aws.Princeton.EDU + address 10.21.1.76 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name adm-it-ws + alias adm-it-ws.Princeton.EDU + address 10.6.48.238 + _IP_MAC1 10.6.48.238 <=> 0:50:56:93:23:5f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Admission + _building New South + _room MR, VM, - + _date_created 2016-03-15 + _date_changed 2016-03-15 + contacts Jonathan R. Bickel + _contacts jbickel@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name alamut + alias alamut.Princeton.EDU + address 10.6.48.57 + use Windows Dev/QA NS PrivateDMZ + contacts ESS Windows List +} + +define host { + host_name alertus + alias alertus.Princeton.EDU + address 10.6.48.192 + _IP_MAC1 10.6.48.192 <=> 0:50:56:93:17:34 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Environmental Health and Safety + _building New South + _room MR, VM, - + _date_created 2015-09-30 + _date_changed 2015-10-01 + contacts Stephen M. Elwood + _contacts selwood@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name amu206w + alias amu206w.Princeton.EDU + address 140.180.220.86 + _IP_MAC1 140.180.220.86 <=> 0:0:0:5c:5a:e2 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Art Museum + _building New South + _room MR, VM, - + _date_created 2015-08-03 + _date_changed 2015-08-06 + contacts Cathryn Goodwin + _contacts cathryng@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name amu207w + alias amu207w.Princeton.EDU + address 10.6.49.77 + _IP_MAC1 10.6.49.77 <=> 0:50:56:93:65:7a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Art Museum + _building New South + _room MR, VM, - + _date_created 2016-01-28 + _date_changed 2016-01-28 + contacts Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name amu209w + alias amu209w.Princeton.EDU + address 10.6.50.27 + _IP_MAC1 10.6.50.27 <=> 0:50:56:93:87:e7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-03-24 + _date_changed 2017-03-24 + contacts Cathryn Goodwin, Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name amu210w + alias amu210w.Princeton.EDU + address 10.6.50.35 + _IP_MAC1 10.6.50.35 <=> 0:50:56:93:d5:de + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-03-28 + _date_changed 2017-03-28 + contacts Matt S. Marnett + _contacts mmarnett@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name amu212w + alias amu212w.Princeton.EDU + address 10.6.51.67 + use Windows Production NS PrivateDMZ + contacts mmarnett +} + +define host { + host_name ant-had200w + alias ant-had200w.Princeton.EDU + address 140.180.220.247 + _IP_MAC1 140.180.220.247 <=> 0:50:56:93:e9:d3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-06-19 + _date_changed 2017-06-19 + contacts Jeremiah D. LaMontagne + _contacts jl21@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name arc-hestia + alias arc-hestia.Princeton.EDU + _alias1 arc200w + address 140.180.220.34 + _IP_MAC1 128.112.88.165 <=> 0:50:56:93:5:36 + _SUBNET1 gillnet + _department Architecture + _building New South + _room MR, VM - + _date_created 2013-10-21 + _date_changed 2013-10-21 + contacts Architecture Computer + _contacts archcomp@princeton.edu, winmail@princeton.edu + use Windows Production Untrust +} + +define host { + host_name art201w + alias art201w.Princeton.EDU + address 140.180.220.145 + _IP_MAC1 140.180.220.145 <=> 0:50:56:93:3f:e9 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-26 + _date_changed 2016-07-28 + contacts Julie A. Angarone + _contacts angarone@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name as-fmp + alias as-fmp.Princeton.EDU + address 140.180.220.250 + _IP_MAC1 140.180.220.250 <=> 0:50:56:93:b:15 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2013-04-17 + _date_changed 2017-12-13 + contacts Kristian A. Kauker + _contacts kkauker@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name asmobile201w + alias asmobile201w.Princeton.EDU + address 10.6.48.134 + _IP_MAC1 10.6.48.134 <=> 0:50:56:93:1:a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2012-11-27 + _date_changed 2017-07-03 + contacts James K. Chu + _contacts jkchu@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name asmobile203w + alias asmobile203w.Princeton.EDU + address 10.6.50.134 + _IP_MAC1 10.6.50.134 <=> 0:50:56:93:3a:a7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-05-10 + _date_changed 2017-07-03 + contacts James K. Chu + _contacts jkchu@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name asrv201w + alias asrv201w.Princeton.EDU + address 140.180.220.96 + _IP_MAC1 140.180.220.96 <=> 0:50:56:93:68:e5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-10-09 + _date_changed 2015-10-09 + contacts Jeffrey J. Mull + _contacts jmull@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name asrv202w + alias asrv202w.Princeton.EDU + address 10.6.51.11 + use Windows Production NS PrivateDMZ + contacts jmull +} + +define host { + host_name ath200w + alias ath200w.Princeton.EDU + address 10.6.50.124 + _IP_MAC1 10.6.50.124 <=> 0:50:56:93:19:f7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _building New South + _room MR, VM, - + _date_created 2012-12-21 + _date_changed 2017-07-10 + contacts Bryan S. Fitzwater + _contacts bfitzwat@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name ath201w + alias ath201w.Princeton.EDU + address 140.180.221.105 + use Windows Production 151 PublicDMZ + contacts bfitzwater +} + +define host { + host_name ats-dia212w + alias ats-dia212w.Princeton.EDU + address 140.180.220.70 + _IP_MAC1 140.180.220.70 <=> 0:50:56:93:5c:9b + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-30 + _date_changed 2015-12-15 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ats-fvs212w + alias ats-fvs212w.Princeton.EDU + _alias1 fvs + address 140.180.220.66 + _IP_MAC1 140.180.220.66 <=> 0:50:56:93:66:df + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-04 + _date_changed 2016-01-14 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ats201w + alias ats201w.Princeton.EDU + _alias1 campusreclocal + _alias2 dasutilitieslocal + address 140.180.220.14 + _IP_MAC1 140.180.220.14 <=> 0:50:56:93:53:e1 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-04-08 + _date_changed 2015-05-20 + contacts George R. Fleming Jr., OIT DAS + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name cas200w + alias cas200w.Princeton.EDU + address 10.6.48.244 + _IP_MAC1 10.6.48.244 <=> 0:50:56:93:4d:cf + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Information Technology, University Services + _building New South + _room MR, VM, - + _date_created 2015-09-21 + _date_changed 2017-06-13 + contacts Kevin R. Guilbault, USSNTADM + _contacts kg3@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name cas201w + alias cas201w.Princeton.EDU + _alias1 avanti + address 10.6.49.115 + _IP_MAC1 10.6.49.115 <=> 0:50:56:93:29:61 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-11 + _date_changed 2016-08-22 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name cch200w + alias cch200w.Princeton.EDU + address 140.180.221.100 + use Windows Production NS PublicDMZ + contacts czimowsk +} + +define host { + host_name ces201w-ts + alias ces201w-ts.Princeton.EDU + address 140.180.220.85 + _IP_MAC1 140.180.220.85 <=> 0:50:56:93:7e:c3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Conference and Event Services + _building New South + _room MR, VM, - + _date_created 2016-02-17 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name chm200w + alias chm200w.Princeton.EDU + address 140.180.221.92 + use Windows Production NS PublicDMZ + contacts drosso +} + +define host { + host_name cisdr200w + alias cisdr200w.Princeton.EDU + address 10.6.52.25 + _IP_MAC1 10.6.52.25 <=> 0:50:56:93:5f:52 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM , - + _date_created 2015-10-09 + _date_changed 2015-10-09 + contacts Mark A. Ratliff + _contacts ratliff@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name cisdr201w + alias cisdr201w.Princeton.EDU + _alias1 oaworkflow + address 10.6.48.253 + _IP_MAC1 10.6.48.253 <=> 0:50:56:93:17:d7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-10-09 + _date_changed 2017-03-17 + contacts Mark A. Ratliff, Open Access Repository + _contacts oar@princeton.edu, ratliff@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name cisdr205w + alias cisdr205w.Princeton.EDU + address 140.180.221.98 + use Windows Production NS PublicDMZ + contacts CISDR +} + +define host { + host_name cisdr206w + alias cisdr206w.Princeton.EDU + address 10.6.52.83 + use Windows Production NS Trust + contacts CISDR +} + +define host { + host_name cisdrcons200w + alias cisdrcons200w.Princeton.EDU + address 10.6.48.116 + _IP_MAC1 10.6.48.116 <=> 0:50:56:93:4d:bc + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-12 + _date_changed 2018-01-12 + contacts CISDR Group of EIS + _contacts cisdr@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name cisdrex200w + alias cisdrex200w.Princeton.EDU + address 140.180.221.126 + use Windows Dev/QA NS PublicDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdrex201w + alias cisdrex201w.Princeton.EDU + address 140.180.221.127 + use Windows Dev/QA NS PublicDMZ + contacts CISDR Group of EIS +} + +define host { + host_name cisdrtc200l.aws + alias cisdrtc2001.aws.Princeton.EDU + address 10.21.24.125 + use UNIX Production AWS Untrust + contacts CISDR +} + +define host { + host_name cseslicense02 + alias cseslicense02.Princeton.EDU + _alias1 cseslicense + address 140.180.221.32 + _IP_MAC1 140.180.221.32 <=> 0:50:56:93:49:c5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Research Computing, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2013-08-05 + _date_changed 2017-07-31 + contacts Computational Science and Engineering Support, William G. Guthe + _contacts csesa@princeton.edu, wguthe@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name csi200w + alias csi200w.Princeton.EDU + address 140.180.220.151 + use Windows Dev/QA NS PublicDMZ + contacts rd11 +} + +define host { + host_name csla200w + alias csla200w.Princeton.EDU + address 140.180.220.121 + _IP_MAC1 140.180.220.121 <=> 0:50:56:93:3b:c3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-04-28 + _date_changed 2016-04-28 + contacts Alan M. Stahl + _contacts astahl@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name css228w + alias css228w.Princeton.EDU + address 140.180.220.90 + use Windows Dev/QA NS PublicDMZ + contacts casperadmin +} + +define host { + host_name das210w + alias das210w.Princeton.EDU + _alias1 daspraxis + _alias2 campusrecregistrationtest + _alias3 campusrecregistration + address 140.180.220.251 + _IP_MAC1 140.180.220.251 <=> bc:30:5b:f1:16:cd + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,A6 + _date_created 2012-12-21 + _date_changed 2017-12-21 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name das211w + alias das211w.Princeton.EDU + address 140.180.221.75 + _IP_MAC1 140.180.221.75 <=> bc:30:5b:f1:49:e5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR,RK,C-01 + _date_created 2012-12-21 + _date_changed 2017-12-21 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dasdia212w + alias dasdia212w.Princeton.EDU + address 140.180.220.110 + _IP_MAC1 140.180.220.110 <=> 0:50:56:93:7b:e1 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-04-05 + _date_changed 2016-04-05 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dasweb228w + alias dasweb228w.Princeton.EDU + _alias1 webnew + _alias2 web + address 140.180.220.47 + _IP_MAC1 140.180.220.47 <=> 0:50:56:93:3f:99 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2014-12-08 + _date_changed 2015-06-25 + contacts George R. Fleming Jr. + _contacts fleming@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dcf200w + alias dcf200w.Princeton.EDU + address 10.6.49.101 + use Windows Dev/QA NS PrivateDMZ + contacts oitdcf +} + +define host { + host_name dcf201w + alias dcf201w.Princeton.EDU + address 10.6.48.28 + use Windows Dev/QA NS PrivateDMZ + contacts oitdcf +} + +define host { + host_name dev-webprod-ogv + alias dev-webprod-ogv.Princeton.EDU + address 140.180.220.124 + _IP_MAC1 140.180.220.124 <=> 0:50:56:93:3b:b9 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2015-08-05 + _date_changed 2016-05-27 + contacts Jacqueline Golden, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev-webprod-tt + alias dev-webprod-tt.Princeton.EDU + address 140.180.220.125 + _IP_MAC1 140.180.220.125 <=> 0:50:56:93:5a:eb + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2015-08-03 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev-webprod + alias dev-webprod.Princeton.EDU + address 140.180.220.117 + _IP_MAC1 140.180.220.117 <=> 0:50:56:93:8:f + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Information Strategy, Office of Development + _building New South + _room MR, VM, - + _date_created 2014-04-15 + _date_changed 2016-11-16 + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, jfgolden@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev200w + alias dev200w.Princeton.EDU + _alias1 devcumulus + address 10.6.49.193 + _IP_MAC1 10.6.49.193 <=> 0:50:56:93:5b:fc + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-10-21 + _date_changed 2016-11-28 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dev201w + alias dev201w.Princeton.EDU + _alias1 devimages + address 140.180.220.129 + _IP_MAC1 140.180.220.129 <=> 0:50:56:93:42:e + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-10-21 + _date_changed 2017-12-07 + contacts Dev DTS, Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev202w + alias dev202w.Princeton.EDU + _alias1 devapp + address 140.180.220.192 + _IP_MAC1 140.180.220.192 <=> 0:50:56:93:77:ff + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-10 + _date_changed 2017-05-10 + contacts Nicholas DiPietro + _contacts dipietro@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev203w + alias dev203w.Princeton.EDU + _alias1 devdash + address 10.6.50.171 + _IP_MAC1 10.6.50.171 <=> 24:6e:96:64:17:4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building New South + _room MR, RK, J-03 + _date_created 2017-07-12 + _date_changed 2017-11-27 + contacts Nicholas DiPietro + _contacts dipietro@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name dev204w + alias dev204w.Princeton.EDU + _alias1 devtigerprod + address 140.180.221.74 + _IP_MAC1 140.180.221.74 <=> 0:50:56:93:b2:ea + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-03 + _date_changed 2018-02-21 + contacts uats + _contacts uats@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dev205w + alias dev205w.Princeton.EDU + address 10.6.50.99 + use Windows Production NS PrivateDMZ + contacts uats +} + +define host { + host_name dev206w + alias dev206w.Princeton.EDU + address 140.180.220.116 + use Windows Dev/QA NS PublicDMZ + contacts uats +} + +define host { + host_name devdesk + alias devdesk.Princeton.EDU + address 140.180.220.113 + _IP_MAC1 140.180.220.113 <=> 0:50:56:93:3d:d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2016-04-05 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name devp1 + alias devp1.Princeton.EDU + _alias1 stripes + address 10.6.49.176 + _IP_MAC1 10.6.49.176 <=> 0:50:56:93:65:46 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-09-26 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name devp3 + alias devp3.Princeton.EDU + _alias1 stripes3 + address 10.6.49.190 + _IP_MAC1 10.6.49.190 <=> 0:50:56:93:5f:b2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-09-23 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name devtabguest + alias devtabguest.Princeton.EDU + address 140.180.220.84 + _IP_MAC1 140.180.220.84 <=> 0:50:56:93:48:21 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2015-07-07 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name devtabtools + alias devtabtools.Princeton.EDU + address 10.6.48.158 + _IP_MAC1 10.6.48.158 <=> 0:50:56:93:6b:b5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2015-03-02 + _date_changed 2016-11-16 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name devtool + alias devtool.Princeton.EDU + address 10.6.48.185 + _IP_MAC1 10.6.48.185 <=> 0:50:56:93:b:77 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Development Technology Services, Office of Development + _building New South + _room MR, VM, - + _date_created 2016-01-05 + _date_changed 2017-11-17 + contacts Kathleen D. Haney, Nicholas DiPietro + _contacts dipietro@princeton.edu, kathyh@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dng200w + alias dng200w.Princeton.EDU + address 10.6.48.191 + _IP_MAC1 10.6.48.191 <=> 0:50:56:93:3:1a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Dining Services + _building New South + _room MR, VM, - + _date_created 2015-04-28 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dng201w + alias dng201w.Princeton.EDU + address 10.6.48.213 + _IP_MAC1 10.6.48.213 <=> 0:50:56:93:67:fb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Dining Services + _building New South + _room MR, VM, - + _date_created 2015-07-02 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dps201w + alias dps201w.Princeton.EDU + address 10.6.49.121 + _IP_MAC1 10.6.49.121 <=> 0:50:56:93:6:da + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-11 + _date_changed 2016-07-11 + contacts Igor Zivkovic + _contacts izivkovi@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name dps203w + alias dps203w.Princeton.EDU + address 140.180.220.38 + _IP_MAC1 140.180.220.38 <=> 0:50:56:93:1b:cd + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-09-07 + _date_changed 2016-09-07 + contacts Igor Zivkovic + _contacts izivkovi@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name dpsbastion200w + alias dpsbastion200w.Princeton.EDU + address 10.6.51.105 + use Windows Dev/QA NS PrivateDMZ + contacts Igor Zivkovic +} + +define host { + host_name dsl200w + alias dsl200w.Princeton.EDU + _alias1 orientationreg + address 140.180.220.108 + _IP_MAC1 140.180.220.108 <=> 0:50:56:93:26:e3 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of Undergraduate Students + _building New South + _room MR, VM, - + _date_created 2016-01-28 + _date_changed 2016-03-28 + contacts Gregory S. Blaha + _contacts gblaha@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name eas200w + alias eas200w.Princeton.EDU + _alias1 eas-had-server + address 140.180.220.128 + _IP_MAC1 140.180.220.128 <=> 0:50:56:93:40:db + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-06-16 + _date_changed 2016-06-22 + contacts Jeff S Heller + _contacts jsheller@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name eeb-fm201w + alias eeb-fm201w.Princeton.EDU + address 10.6.48.20 + _IP_MAC1 10.6.48.20 <=> 0:50:56:93:e7:86 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-23 + _date_changed 2018-01-23 + contacts EEB FileMaker Server Admin + _contacts eeb-fm-sa@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eeb-had201w + alias eeb-had201w.Princeton.EDU + _alias1 eeb-had-server + address 140.180.220.161 + _IP_MAC1 140.180.220.161 <=> 0:50:56:93:3b:22 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-12 + _date_changed 2016-12-12 + contacts Jesse Saunders + _contacts jbs@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ele202w + alias ele202w.Princeton.EDU + address 10.6.48.151 + _IP_MAC1 10.6.48.151 <=> 0:50:56:93:8e:5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-25 + _date_changed 2018-01-25 + contacts EE Webmaster + _contacts eeweb@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name eng200w + alias eng200w.Princeton.EDU + address 140.180.220.143 + _IP_MAC1 140.180.220.143 <=> 0:50:56:93:6d:ef + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-20 + _date_changed 2016-07-20 + contacts Kevin W. Mensch + _contacts kmensch@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name epm200w + alias epm200w.Princeton.EDU + address 10.6.48.31 + use Windows Production NS PrivateDMZ + contacts epm-list +} + +define host { + host_name erp201w + alias erp201w.Princeton.EDU + address 10.6.50.101 + use Windows Dev/QA NS PrivateDMZ + contacts Thomas E. Dommermuth +} + +define host { + host_name essonsm200w + alias essonsm200w.Princeton.EDU + address 10.6.50.130 + _IP_MAC1 10.6.50.130 <=> 0:50:56:93:5e:40 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-02-28 + _date_changed 2017-10-23 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name essosd202w + alias essosd202w.Princeton.EDU + address 128.112.129.172 + _IP_MAC1 128.112.129.172 <=> 0:50:56:93:3a:99 + _SUBNET1 princeton-net + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-05-03 + _date_changed 2015-02-11 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name essscript200w + alias essscript200w.Princeton.EDU + address 10.6.50.46 + _IP_MAC1 10.6.50.46 <=> 0:50:56:0:41:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2011-02-24 + _date_changed 2018-01-05 + _contacts ess-list@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name evcontroller1 + alias evcontroller1.Princeton.EDU + address 10.6.48.206 + _IP_MAC1 10.6.48.206 <=> 0:50:56:93:6f:4e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name evcontroller2 + alias evcontroller2.Princeton.EDU + address 10.6.48.207 + _IP_MAC1 10.6.48.207 <=> 0:50:56:93:4a:62 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name fcc200w + alias fcc200w.Princeton.EDU + address 10.6.51.19 + _IP_MAC1 10.6.51.19 <=> 0:50:56:93:b4:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-12-04 + _date_changed 2017-12-04 + contacts USSNTADM + _contacts ussntadm@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name geo-had-server + alias geo-had-server.Princeton.EDU + address 140.180.220.167 + _IP_MAC1 140.180.220.167 <=> 0:50:56:93:21:18 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-14 + _date_changed 2016-12-14 + contacts Doreen Sullivan + _contacts doreens@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name gso200w + alias gso200w.Princeton.EDU + _alias1 externalfellowship + _alias2 molqcbsummerapp + address 140.180.220.92 + _IP_MAC1 140.180.220.92 <=> 0:50:56:93:39:62 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Dean of the Graduate School + _building New South + _room MR, VM, - + _date_created 2015-10-02 + _date_changed 2017-08-17 + contacts Marvin E. Waterman + _contacts mwaterma@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name gso201w + alias gso201w.Princeton.EDU + address 140.180.221.108 + use Windows Production NS PrivateDMZ + contacts gshelp +} + +define host { + host_name gso202w + alias gso202w.Princeton.EDU + address 10.6.48.56 + use Windows Dev/QA NS PrivateDMZ + contacts gshelp +} + +define host { + host_name hou201w + alias hou201w.Princeton.EDU + address 10.6.48.232 + _IP_MAC1 10.6.48.232 <=> 0:50:56:93:5f:92 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Housing and Real Estate Services + _building New South + _room MR, VM, - + _date_created 2015-08-11 + _date_changed 2017-06-13 + contacts Kevin R. Guilbault, USSNTADM + _contacts kg3@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name isocconsole200w + alias isocconsole200w.Princeton.EDU + address 140.180.221.96 + use Windows Production NS PublicDMZ + contacts infosec +} + +define host { + host_name isoconsole + alias isoconsole.Princeton.EDU + address 10.6.50.143 + _IP_MAC1 10.6.50.143 <=> 0:50:56:93:90:47 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-06-30 + _date_changed 2017-06-30 + contacts Steven E. Niedzwiecki + _contacts steven@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name isoproxy200w + alias isoproxy200w.Princeton.EDU + address 140.180.221.118 + use Windows Production 151 PublicDMZ + contacts infosec +} + +define host { + host_name iss226w + alias iss226w.Princeton.EDU + address 10.6.50.243 + _IP_MAC1 10.6.50.243 <=> 0:50:56:93:ce:eb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-19 + _date_changed 2018-01-19 + contacts SCS Operations + _contacts scsops@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iss227w + alias iss227w.Princeton.EDU + address 10.6.51.46 + _IP_MAC1 10.6.51.46 <=> 0:50:56:93:ad:a3 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-22 + _date_changed 2018-02-22 + contacts SCS Operations + _contacts scsops@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name iss228w + alias iss228w.Princeton.EDU + address 10.6.51.98 + use Windows Dev/QA NS PrivateDMZ + contacts Peter T Nowak +} + +define host { + host_name iss229w + alias iss229w.Princeton.EDU + address 10.6.51.99 + use Windows Dev/QA NS PrivateDMZ + contacts Peter T Nowak +} + +define host { + host_name itms200w + alias itms200w.Princeton.EDU + _alias1 mysoft-tms1 + address 10.6.51.1 + _IP_MAC1 10.6.51.1 <=> 0:50:56:93:2f:54 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM - + _date_created 2013-06-10 + _date_changed 2017-12-13 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name itms201w + alias itms201w.Princeton.EDU + _alias1 sentry911 + address 140.180.221.64 + _IP_MAC1 140.180.221.64 <=> 0:50:56:93:b:f1 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM - + _date_created 2013-08-12 + _date_changed 2017-12-13 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name landr + alias landr.Princeton.EDU + address 10.6.48.175 + _IP_MAC1 10.6.48.175 <=> 0:50:56:93:30:c0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-24 + _date_changed 2016-12-09 + contacts Michael J. Zarillo + _contacts mzarillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name lib200w + alias lib200w.Princeton.EDU + address 10.6.50.81 + use Windows Dev/QA NS PrivateDMZ + contacts eugenek +} + +define host { + host_name lss210w-tprod + alias lss210w-tprod.Princeton.EDU + address 10.6.50.252 + _IP_MAC1 10.6.50.252 <=> 0:50:56:93:1:33 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM - + _date_created 2013-09-30 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name lsscvms207w + alias lsscvms207w.Princeton.EDU + address 10.6.50.254 + _IP_MAC1 10.6.50.254 <=> b8:ca:3a:5b:b4:c9 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, RK, D4 + _date_created 2013-05-07 + _date_changed 2017-11-03 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name mccdigrec207w + alias mccdigrec207w.Princeton.EDU + address 140.180.220.12 + _IP_MAC1 140.180.220.12 <=> 0:50:56:93:26:d8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Other + _building New South + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-08-07 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name mccweb200w + alias mccweb200w.Princeton.EDU + address 140.180.220.25 + _IP_MAC1 140.180.220.25 <=> 0:50:56:93:26:df + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Other + _building New South + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-07-18 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name mccweb201w + alias mccweb201w.Princeton.EDU + address 10.6.48.53 + _IP_MAC1 10.6.48.53 <=> 0:50:56:93:26:dd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Other + _building New South + _room MR, VM, - + _date_created 2014-06-23 + _date_changed 2014-07-18 + contacts Charlotte C. Hussey + _contacts hussey@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name mcg200w + alias mcg200w.Princeton.EDU + address 140.180.221.33 + _IP_MAC1 140.180.221.33 <=> 0:50:56:93:88:55 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-27 + _date_changed 2017-07-27 + contacts Paula L. Brett + _contacts plbrett@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PublicDMZ +} + +define host { + host_name mcgtutor200w + alias mcgtutor200w.Princeton.EDU + _alias1 schedule + address 140.180.220.39 + _IP_MAC1 140.180.220.39 <=> 0:50:56:93:e6:70 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-08-14 + _date_changed 2017-08-22 + contacts Brian T. Burgher, Jaysen J. LeSage, John S. Green III, Paula L. Brett + _contacts bburgher@princeton.edu, jgreen@princeton.edu, jlesage@princeton.edu, plbrett@princeton.edu + use Windows Dev/QA NS PublicDMZ +} + +define host { + host_name mol205w + alias mol205w.Princeton.EDU + address 10.6.49.219 + _IP_MAC1 10.6.49.219 <=> 0:50:56:93:e:e4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-07 + _date_changed 2016-12-07 + contacts Matthew H. Cahn + _contacts mcahn@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name mol206w + alias mol206w.Princeton.EDU + address 10.6.50.38 + _IP_MAC1 10.6.50.38 <=> 0:50:56:93:b4:df + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-03 + _date_changed 2017-04-03 + contacts Brandon Kennedy + _contacts bk@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name mus200w + alias mus200w.Princeton.EDU + address 140.180.221.77 + use Windows Production NS PublicDMZ + contacts langley +} + +define host { + host_name netops200w + alias netops200w.Princeton.EDU + address 10.6.51.2 + _IP_MAC1 10.6.51.2 <=> 0:50:56:93:39:fe + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-10-25 + _date_changed 2017-10-25 + contacts Anthony J. Jones + _contacts ajjones@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name oac200w + alias oac200w.Princeton.EDU + address 10.6.51.5 + _IP_MAC1 10.6.51.5 <=> 0:50:56:93:ff:6e + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-10-26 + _date_changed 2017-10-26 + contacts Christopher S. Oswald + _contacts coswald@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name oac201w + alias oac201w.Princeton.EDU + address 10.6.52.29 + use Windows Production NS Trust + contacts coswald +} + +define host { + host_name ocs201w + alias ocs201w.Princeton.EDU + address 10.6.49.216 + _IP_MAC1 10.6.49.216 <=> 0:50:56:93:56:2f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-02-27 + _date_changed 2017-02-27 + contacts Justin T. Kazlauskas + _contacts jk14@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name ocs202w + alias ocs202w.Princeton.EDU + address 10.6.49.90 + use Windows Dev/QA NS PrivateDMZ + contacts careerdcs +} + +define host { + host_name odoc202w + alias odoc202w.Princeton.EDU + address 10.6.49.218 + _IP_MAC1 10.6.49.218 <=> 0:50:56:93:27:8f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-06 + _date_changed 2016-12-06 + contacts Jaysen J. LeSage + _contacts jlesage@princeton.edu, winmail@princeton.edu + use Windows Dev/QA 151 PrivateDMZ +} + +define host { + host_name oocphotos200w + alias oocphotos200w.Princeton.EDU + _alias1 photos + address 140.180.220.45 + _IP_MAC1 140.180.220.45 <=> 0:50:56:93:18:7c + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Communications + _building New South + _room MR, VM, - + _date_created 2014-11-25 + _date_changed 2014-11-25 + contacts John W. Jameson + _contacts jjameson@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name oss201w + alias oss201w.Princeton.EDU + address 10.6.48.37 + use Windows Production NS PrivateDMZ + contacts switch +} + +define host { + host_name pcocr204w + alias pcocr204w.Princeton.EDU + address 10.6.51.84 + use Windows Dev/QA NS PrivateDMZ + contacts pcotech +} + +define host { + host_name pcocr205w + alias pcocr205w.Princeton.EDU + address 10.6.51.43 + use Windows Dev/QA NS PrivateDMZ + contacts pcotech +} + +define host { + host_name pcocrdb206w + alias pcocrdb206w.Princeton.EDU + address 10.6.53.244 + use Windows Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name pcords201w + alias pcords201w.Princeton.EDU + address 10.6.50.95 + _IP_MAC1 10.6.50.95 <=> 0:50:56:93:4:a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-05-18 + _date_changed 2017-05-18 + contacts Glenn R. Wemple + _contacts gwemple@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pcs200w + alias pcs200w.Princeton.EDU + address 10.6.50.190 + _IP_MAC1 10.6.50.190 <=> 0:50:56:93:c9:21 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-31 + _date_changed 2017-07-31 + contacts Pace Center DCS + _contacts pacedcs@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name pdom09.aws + alias pdom09.aws.Princeton.EDU + address 10.21.1.208 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name pdom10.aws + alias pdom10.aws.Princeton.EDU + address 10.21.1.86 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name phy200w + alias phy200w.Princeton.EDU + address 10.6.51.8 + _IP_MAC1 10.6.51.8 <=> 0:50:56:93:79:a4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Physics + _building New South + _room MR, VM, - + _date_created 2012-11-29 + _date_changed 2017-11-06 + contacts Vinod K. Gupta + _contacts vinod@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pni-had-server + alias pni-had-server.Princeton.EDU + address 140.180.220.169 + _IP_MAC1 140.180.220.169 <=> 0:50:56:93:64:79 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-21 + _date_changed 2016-12-21 + contacts James E. Plastine + _contacts plastine@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name pni201w + alias pni201w.Princeton.EDU + _alias1 psnl-db + address 10.6.49.8 + _IP_MAC1 10.6.49.8 <=> 0:50:56:93:11:a5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-26 + _date_changed 2016-08-05 + contacts Diana I. Tamir + _contacts dtamir@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name pol202w + alias pol202w.Princeton.EDU + address 140.180.220.43 + use Windows Dev/QA NS PublicDMZ + contacts Politics Department +} + +define host { + host_name printsoa200w + alias printsoa200w.Princeton.EDU + _alias1 printsoa + address 10.6.51.15 + _IP_MAC1 10.6.51.15 <=> 0:50:56:93:e6:85 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-17 + _date_changed 2017-11-20 + contacts Architecture Computer + _contacts archcomp@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name prz201w + alias prz201w.Princeton.EDU + _alias1 iac + _alias2 iaccalendar + address 140.180.221.36 + _IP_MAC1 140.180.221.36 <=> 0:50:56:93:1:14 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Princeton Institute for the Science and Technology of Materials + _building New South + _room MR, VM, - + _date_created 2012-09-11 + _date_changed 2017-08-30 + contacts Daniel McNesby + _contacts dmcnesb@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name prz203w + alias prz203w.Princeton.EDU + address 10.6.48.228 + _IP_MAC1 10.6.48.228 <=> ec:f4:bb:df:6f:44 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department School of Engineering and Applied Science + _building 151 Forrestal Rd. + _room MR, RK, A-05 + _date_created 2015-08-11 + _date_changed 2017-12-07 + contacts Conrad L. Silvestre, Daniel McNesby + _contacts dmcnesb@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name prz204w + alias prz204w.Princeton.EDU + _alias1 micro-nano-fab-lab + _alias2 nemo + address 140.180.220.170 + _IP_MAC1 140.180.220.170 <=> 0:50:56:93:28:9a + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-21 + _date_changed 2018-01-26 + contacts Daniel McNesby + _contacts dmcnesb@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name prz205w + alias prz205w.Princeton.EDU + _alias1 nyao + address 140.180.221.71 + _IP_MAC1 140.180.221.71 <=> 0:50:56:93:9f:2 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-11-20 + _date_changed 2018-02-01 + contacts PRISM Computer + _contacts przcomp@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name prz206w + alias prz206w.Princeton.EDU + address 140.180.221.109 + use Windows Production NS PublicDMZ + contacts przcomp +} + +define host { + host_name psy200w + alias psy200w.Princeton.EDU + _alias1 psy-had-server + address 140.180.220.149 + _IP_MAC1 140.180.220.149 <=> 0:50:56:93:6:6d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-01 + _date_changed 2016-08-01 + contacts James E. Plastine + _contacts plastine@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name saconsole200w + alias saconsole200w.Princeton.EDU + address 10.6.49.225 + _IP_MAC1 10.6.49.225 <=> 0:50:56:93:69:ea + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-12-15 + _date_changed 2016-12-15 + contacts Chi M. Lu + _contacts clu@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name sas203w + alias sas203w.Princeton.EDU + address 10.6.49.137 + use Windows Production NS PrivateDMZ + contacts rsegers +} + +define host { + host_name sasemsterm200w + alias sasemsterm200w.Princeton.EDU + address 10.6.49.152 + use Windows Production 151 PrivateDMZ + contacts pac_usapps +} + +define host { + host_name sasemsws200w + alias sasemsws200w.Princeton.EDU + address 140.180.221.104 + use Windows Production 151 PublicDMZ + contacts pac_usapps +} + +define host { + host_name sasiw202w + alias sasiw202w.Princeton.EDU + address 10.6.48.19 + use Windows Production NS PrivateDMZ + contacts monocle +} + +define host { + host_name sasiw215w + alias sasiw215w.Princeton.EDU + address 10.6.53.91 + use Windows Production NS Trust + contacts monocle +} + +define host { + host_name sasiw216w + alias sasiw216w.Princeton.EDU + address 10.6.53.92 + use Windows Production NS Trust + contacts monocle +} + +define host { + host_name sasiw225w + alias sasiw225w.Princeton.EDU + address 10.6.52.156 + use Windows Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw226w + alias sasiw226w.Princeton.EDU + address 10.6.52.157 + use Windows Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw227w + alias sasiw227w.Princeton.EDU + address 10.6.52.158 + use Windows Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasiw228w + alias sasiw228w.Princeton.EDU + address 10.6.52.159 + use Windows Dev/QA NS Trust + contacts monocle +} + +define host { + host_name sasmbns203w + alias sasmbns203w.Princeton.EDU + address 10.6.52.151 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmbns204w + alias sasmbns204w.Princeton.EDU + address 10.6.52.153 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmbns205w + alias sasmbns205w.Princeton.EDU + address 10.6.52.77 + use Windows Dev/QA NS Trust + contacts ESS Storage +} + +define host { + host_name sasmbproxy200w + alias sasmbproxy200w.Princeton.EDU + address 10.6.53.247 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmbproxy202w + alias sasmbproxy202w.Princeton.EDU + address 10.6.53.251 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmbproxy206w + alias sasmbproxy206w.Princeton.EDU + address 10.6.52.163 + use Windows Dev/QA NS Trust + contacts NAS Admin +} + +define host { + host_name sasmis200w + alias sasmis200w.Princeton.EDU + address 10.6.53.64 + _IP_MAC1 10.6.53.64 <=> 0:50:56:93:c3:a8 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-08 + _date_changed 2018-02-08 + contacts Chi M. Lu + _contacts clu@princeton.edu, winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name sasob200w + alias sasob200w.Princeton.EDU + address 10.6.52.78 + use Windows Production NS Trust + contacts ECM Admin Notify +} + +define host { + host_name sasob299w + alias sasob299w.Princeton.EDU + address 10.6.52.47 + use Windows Dev/QA NS Trust + contacts ECM Admin Notify +} + +define host { + host_name sassunapsis101w + alias sassunapsis101w.Princeton.EDU + address 10.6.49.126 + use Windows Dev/QA NS PrivateDMZ + contacts pac_usapps +} + +define host { + host_name sassunapsis200w + alias sassunapsis200w.Princeton.EDU + address 140.180.220.59 + use Windows Production NS PublicDMZ + contacts pac_usapps +} + +define host { + host_name sassunapsis201w + alias sassunapsis201w.Princeton.EDU + address 140.180.221.111 + use Windows Dev/QA 151 PublicDMZ + contacts pac_usapps +} + +define host { + host_name sastopaz200w + alias sastopaz200w.Princeton.EDU + address 10.6.49.132 + use Windows Production NS PrivateDMZ + contacts pac_app_integration +} + +define host { + host_name savmbkent200w + alias savmbkent200w.Princeton.EDU + address 10.6.52.131 + use Windows Production NS Trust + contacts ESS Storage +} + +define host { + host_name scs201w + alias scs201w.Princeton.EDU + _alias1 clusters + _alias2 clusterkey + address 10.6.48.36 + _IP_MAC1 10.6.48.36 <=> 0:50:56:0:c2:27 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2011-12-05 + _date_changed 2017-09-26 + contacts Daniel T. Pease, Gary D. Eshbaugh, Peter T Nowak + _contacts dpease@princeton.edu, eshbaugh@princeton.edu, pnowak@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sea200w + alias sea200w.Princeton.EDU + address 10.6.48.46 + _IP_MAC1 10.6.48.46 <=> 0:50:56:93:e:85 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department School of Engineering and Applied Science + _building New South + _room MR, VM, - + _date_created 2015-12-10 + _date_changed 2015-12-10 + contacts Seas Computer Support + _contacts seascomp@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sea201w + alias sea201w.Princeton.EDU + address 10.6.48.165 + _IP_MAC1 10.6.48.165 <=> 0:50:56:93:f:e2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department School of Engineering and Applied Science + _building New South + _room MR, VM, - + _date_created 2015-12-10 + _date_changed 2015-12-10 + contacts Seas Computer Support + _contacts seascomp@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sentryteledir + alias sentryteledir.Princeton.EDU + address 10.6.48.243 + _IP_MAC1 10.6.48.243 <=> 0:50:56:93:46:d + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-09-18 + _date_changed 2015-09-18 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name sis222w + alias sis222w.Princeton.EDU + address 10.6.53.163 + use Windows Dev/QA NS Trust + contacts DBA Important List +} + +define host { + host_name smo200w + alias smo200w.Princeton.EDU + address 10.6.48.149 + _IP_MAC1 10.6.48.149 <=> 0:50:56:93:98:c0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-03 + _date_changed 2017-04-03 + contacts Henry M. Umansky + _contacts humansky@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name smo201w + alias smo201w.Princeton.EDU + address 10.6.50.126 + _IP_MAC1 10.6.50.126 <=> 0:50:56:93:25:b0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-10-19 + _date_changed 2017-10-19 + contacts Henry M. Umansky, smo-sysadmins + _contacts humansky@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name smo202w + alias smo202w.Princeton.EDU + address 10.6.50.246 + _IP_MAC1 10.6.50.246 <=> 0:50:56:93:d4:26 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-10-19 + _date_changed 2017-10-19 + contacts Henry M. Umansky, smo-sysadmins + _contacts humansky@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name smo203w + alias smo203w.Princeton.EDU + address 10.6.49.239 + _IP_MAC1 10.6.49.239 <=> 0:50:56:93:a1:54 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-02-14 + _date_changed 2018-02-14 + contacts smo-sysadmin + _contacts smo-sysadmin@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name smo204w + alias smo204w.Princeton.EDU + address 10.6.49.164 + use Windows Production NS PrivateDMZ + contacts mjo3 +} + +define host { + host_name smo205w + alias smo205w.Princeton.EDU + address 10.6.48.194 + use Windows Production NS PrivateDMZ + contacts smo-sysadmins +} + +define host { + host_name smo206w + alias smo206w.Princeton.EDU + address 10.6.49.151 + use Windows Production NS PrivateDMZ + contacts smo-sysadmins +} + +define host { + host_name soc-had200w + alias soc-had200w.Princeton.EDU + address 140.180.220.37 + _IP_MAC1 140.180.220.37 <=> 0:50:56:93:68:5 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-11-01 + _date_changed 2016-11-01 + contacts Eric C. Altman + _contacts ealtman@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name spcacs201w + alias spcacs201w.Princeton.EDU + address 10.6.48.112 + _IP_MAC1 10.6.48.112 <=> 0:50:56:93:6a:6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2014-11-19 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name spcacsa202w + alias spcacsa202w.Princeton.EDU + address 10.6.48.198 + _IP_MAC1 10.6.48.198 <=> 0:50:56:93:20:fb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2015-01-06 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvms10nvr210w + alias spcvms10nvr210w.Princeton.EDU + address 10.6.49.32 + _IP_MAC1 10.6.49.32 <=> 0:50:56:93:10:e1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-11 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms11nvr211w + alias spcvms11nvr211w.Princeton.EDU + address 10.6.49.24 + _IP_MAC1 10.6.49.24 <=> 0:50:56:93:3c:c5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-12 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms12nvr212w + alias spcvms12nvr212w.Princeton.EDU + address 10.6.49.33 + _IP_MAC1 10.6.49.33 <=> 0:50:56:93:4:40 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-12 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms13nvr213w + alias spcvms13nvr213w.Princeton.EDU + address 10.6.50.255 + use Windows Dev/QA NS PrivateDMZ + contacts tuccillo +} + +define host { + host_name spcvms14nvr214w + alias spcvms14nvr214w.Princeton.EDU + address 10.6.50.251 + use Windows Dev/QA NS PrivateDMZ + contacts tuccillo +} + +define host { + host_name spcvms1nvr201w + alias spcvms1nvr201w.Princeton.EDU + address 10.6.48.183 + _IP_MAC1 10.6.48.183 <=> 0:50:56:93:73:42 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-04-07 + _date_changed 2016-11-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvms2nvr202w + alias spcvms2nvr202w.Princeton.EDU + address 10.6.48.184 + _IP_MAC1 10.6.48.184 <=> 0:50:56:93:3b:2 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-04-07 + _date_changed 2016-11-28 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvms3nvr203w + alias spcvms3nvr203w.Princeton.EDU + address 10.6.49.20 + _IP_MAC1 10.6.49.20 <=> 0:50:56:93:58:47 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-02 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms4nvr204w + alias spcvms4nvr204w.Princeton.EDU + address 10.6.49.25 + _IP_MAC1 10.6.49.25 <=> 0:50:56:93:58:af + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-10 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms5nvr205w + alias spcvms5nvr205w.Princeton.EDU + address 10.6.49.28 + _IP_MAC1 10.6.49.28 <=> 0:50:56:93:61:0 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR,VM, - + _date_created 2015-11-10 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms6nvr206w + alias spcvms6nvr206w.Princeton.EDU + address 10.6.49.29 + _IP_MAC1 10.6.49.29 <=> 0:50:56:93:4d:76 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-10 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms7nvr207w + alias spcvms7nvr207w.Princeton.EDU + address 10.6.49.30 + _IP_MAC1 10.6.49.30 <=> 0:50:56:93:5e:9f + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR,VM + _date_created 2015-11-10 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms8nvr208w + alias spcvms8nvr208w.Princeton.EDU + address 10.6.49.31 + _IP_MAC1 10.6.49.31 <=> 0:50:56:93:4e:30 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-10 + _date_changed 2017-11-17 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvms9nvr209w + alias spcvms9nvr209w.Princeton.EDU + address 10.6.49.27 + _IP_MAC1 10.6.49.27 <=> 0:50:56:93:67:25 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Site Protection + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2015-11-10 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production 151 PrivateDMZ +} + +define host { + host_name spcvmsj215w + alias spcvmsj215w.Princeton.EDU + address 10.6.50.137 + use Windows Dev/QA NS PrivateDMZ + contacts Edith M. Rzomp +} + +define host { + host_name spcvmsm200w + alias spcvmsm200w.Princeton.EDU + address 10.6.48.182 + _IP_MAC1 10.6.48.182 <=> 0:50:56:93:1a:41 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Security and Access + _building New South + _room MR, VM, - + _date_created 2015-04-07 + _date_changed 2016-06-09 + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams + _contacts tuccillo@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name spcvmsts214w + alias spcvmsts214w.Princeton.EDU + address 140.180.221.110 + use Windows Production NS PublicDMZ + contacts tuccillo +} + +define host { + host_name ss225w + alias ss225w.Princeton.EDU + _alias1 wsus + address 140.180.220.159 + _IP_MAC1 140.180.220.159 <=> 0:50:56:93:4e:90 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-10-03 + _date_changed 2016-10-11 + contacts Phillip M. Immordino + _contacts pimmo@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name ssepo224w + alias ssepo224w.Princeton.EDU + address 140.180.221.116 + use Windows Production NS PublicDMZ + contacts markpe +} + +define host { + host_name svconsole200w + alias svconsole200w.Princeton.EDU + address 10.6.49.62 + use Windows Production NS PrivateDMZ + contacts ESS Ops +} + +define host { + host_name svp2vhelper + alias svp2vhelper.Princeton.EDU + address 10.6.49.88 + use Windows Production NS PrivateDMZ + contacts ESS Windows List +} + +define host { + host_name tax200w + alias tax200w.Princeton.EDU + address 140.180.220.27 + _IP_MAC1 140.180.220.27 <=> 0:50:56:93:7f:77 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Tax, Office of the Vice President for Finance and Treasurer + _building New South + _room MR, VM, - + _date_created 2014-06-17 + _date_changed 2017-03-17 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production +} + +define host { + host_name tbschedule1 + alias tbschedule1.Princeton.EDU + address 10.6.48.241 + _IP_MAC1 10.6.48.241 <=> 0:50:56:93:39:df + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-09-16 + _date_changed 2015-09-16 + contacts David M. Hopkins + _contacts dhopkins@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name telswitch + alias telswitch.Princeton.EDU + address 10.6.48.179 + _IP_MAC1 10.6.48.179 <=> 0:50:56:93:42:80 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-03-30 + _date_changed 2015-03-30 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tmetsciscodigi1 + alias tmetsciscodigi1.Princeton.EDU + address 10.6.49.175 + _IP_MAC1 10.6.49.175 <=> 0:50:56:93:31:4a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room mr, vm, - + _date_created 2016-09-13 + _date_changed 2016-09-21 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tmetsdigi1 + alias tmetsdigi1.Princeton.EDU + address 10.6.48.208 + _IP_MAC1 10.6.48.208 <=> 0:50:56:93:76:d3 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tmetsdigi2 + alias tmetsdigi2.Princeton.EDU + address 10.6.48.209 + _IP_MAC1 10.6.48.209 <=> 0:50:56:93:b:6b + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tmetsmultimedia + alias tmetsmultimedia.Princeton.EDU + address 10.6.48.211 + _IP_MAC1 10.6.48.211 <=> 0:50:56:93:41:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Support Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2015-06-29 + _date_changed 2015-06-29 + contacts Grant A. Weed + _contacts gweed@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name top200w + alias top200w.Princeton.EDU + address 10.6.49.168 + _IP_MAC1 10.6.49.168 <=> 0:50:56:93:6a:28 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-12 + _date_changed 2017-09-19 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name top201w + alias top201w.Princeton.EDU + address 10.6.49.169 + _IP_MAC1 10.6.49.169 <=> 0:50:56:93:6a:eb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-08-12 + _date_changed 2017-09-19 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tps200w-garage + alias tps200w-garage.Princeton.EDU + address 10.6.48.104 + _IP_MAC1 10.6.48.104 <=> 0:50:56:93:23:83 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Transportation and Parking Services, University Services + _building New South + _room mr + _date_created 2014-11-04 + _date_changed 2017-06-13 + contacts Joshua P. Thomas, USSNTADM + _contacts jt7@princeton.edu, ussntadm@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name tps201w-garage + alias tps201w-garage.Princeton.EDU + address 10.6.48.107 + use Windows Production NS PrivateDMZ + contacts ussntadm +} + +define host { + host_name tps202w-garage + alias tps202w-garage.Princeton.EDU + address 10.6.51.101 + use Windows Dev/QA NS PrivateDMZ + contacts University Services IT Support +} + +define host { + host_name ufa200w + alias ufa200w.Princeton.EDU + address 10.6.49.119 + use Windows Production NS PrivateDMZ + contacts John S. Green III +} + +define host { + host_name uhs-bh201w + alias uhs-bh201w.Princeton.EDU + address 10.6.50.166 + use Windows Dev/QA NS PrivateDMZ + contacts Judith E. Oakley +} + +define host { + host_name uhs-bhs200w + alias uhs-bhs200w.Princeton.EDU + address 140.180.221.21 + _IP_MAC1 140.180.221.21 <=> 0:50:56:93:a0:60 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-12-19 + _date_changed 2017-12-19 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name uhs207w + alias uhs207w.Princeton.EDU + address 10.6.63.83 + _IP_MAC1 10.6.63.83 <=> 0:50:56:93:49:c6 + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building New South + _room MR, VM - + _date_created 2013-08-05 + _date_changed 2018-01-02 + contacts Health Services Help, Judith E. Oakley + _contacts joakley@princeton.edu, uhshelp@princeton.edu, winmail@princeton.edu + use Windows Production NS Restricted +} + +define host { + host_name uhs209w + alias uhs209w.Princeton.EDU + address 10.6.63.77 + _IP_MAC1 10.6.63.77 <=> 0:50:56:93:63:61 + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2016-03-07 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Production 151 Untrust +} + +define host { + host_name uhs210w + alias uhs210w.Princeton.EDU + address 10.6.63.76 + _IP_MAC1 10.6.63.76 <=> 0:50:56:93:5b:dc + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department University Health Services + _building New South + _room MR, VM, - + _date_created 2016-03-07 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Production NS Untrust +} + +define host { + host_name uhs211w + alias uhs211w.Princeton.EDU + address 140.180.221.112 + _IP_MAC1 10.6.49.124 <=> 0:50:56:93:4:a7 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2016-07-12 + _date_changed 2016-12-06 + contacts Judith E. Oakley + _contacts joakley@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name uhs212w + alias uhs212w.Princeton.EDU + address 10.6.63.66 + _IP_MAC1 10.6.63.66 <=> 0:50:56:93:9c:c4 + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-24 + _date_changed 2017-07-24 + contacts Brian J. Powell + _contacts brianp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name uhs213w + alias uhs213w.Princeton.EDU + address 10.6.63.79 + _IP_MAC1 10.6.63.79 <=> 0:50:56:93:82:59 + _SUBNET1 fw-servernet-4 (Restricted - VLAN 1059 - .63.64) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-24 + _date_changed 2017-07-24 + contacts Brian J. Powell + _contacts brianp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA +} + +define host { + host_name uhs214w + alias uhs214w.Princeton.EDU + address 10.6.50.180 + _IP_MAC1 10.6.50.180 <=> 0:50:56:93:f1:8a + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-25 + _date_changed 2017-07-25 + contacts Brian J. Powell + _contacts brianp@princeton.edu, winmail@princeton.edu + use Windows Dev/QA NS PrivateDMZ +} + +define host { + host_name upkvm + alias upkvm.Princeton.EDU + _alias1 upk200w + address 10.6.50.128 + _IP_MAC1 10.6.50.128 <=> 0:50:56:93:2a:eb + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Operations and Planning, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2013-08-28 + _date_changed 2017-10-30 + contacts Erik D. Johnston + _contacts erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name uss201w + alias uss201w.Princeton.EDU + _alias1 pmapps + address 140.180.220.57 + _IP_MAC1 140.180.220.57 <=> 0:50:56:93:71:c4 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Finance and Resource Administration, University Services + _building New South + _room MR, VM, - + _date_created 2015-03-23 + _date_changed 2016-07-22 + contacts Jaysen J. LeSage + _contacts jlesage@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name uss202w-win08 + alias uss202w-win08.Princeton.EDU + _alias1 campusdining + _alias2 uservices-ws + _alias3 housing-apps + address 140.180.221.34 + _IP_MAC1 140.180.221.34 <=> 0:50:56:93:4:7d + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Finance and Resource Administration, University Services + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2014-04-21 + _date_changed 2017-08-15 + contacts Joshua P. Thomas + _contacts jt7@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name uss203w + alias uss203w.Princeton.EDU + _alias1 ussassetlist + address 10.6.49.63 + _IP_MAC1 10.6.49.63 <=> 0:50:56:93:6d:42 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Finance and Resource Administration, University Services + _building New South + _room MR, VM, - + _date_created 2016-03-08 + _date_changed 2016-07-22 + contacts Jaysen J. LeSage + _contacts jlesage@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name uss204w + alias uss204w.Princeton.EDU + address 10.6.50.42 + _IP_MAC1 10.6.50.42 <=> 0:50:56:93:46:f6 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-04-13 + _date_changed 2017-04-13 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name uss205w + alias uss205w.Princeton.EDU + _alias1 fmp + address 10.6.50.196 + _IP_MAC1 10.6.50.196 <=> 0:50:56:93:3f:1 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-09-08 + _date_changed 2018-03-14 + contacts Kevin R. Guilbault + _contacts kg3@princeton.edu, winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name uss206w + alias uss206w.Princeton.EDU + address 140.180.221.80 + use Windows Dev/QA NS PublicDMZ + contacts USS IT +} + +define host { + host_name uss207w + alias uss207w.Princeton.EDU + address 10.6.49.80 + use Windows Production NS PrivateDMZ + contacts USS IT +} + +define host { + host_name uss208w + alias uss208w.Princeton.EDU + address 10.6.49.136 + use Windows Production NS PrivateDMZ + contacts USS IT +} + +define host { + host_name ussitfile200w + alias ussitfile200w.Princeton.EDU + address 140.180.221.27 + _IP_MAC1 140.180.221.27 <=> 0:50:56:93:54:4a + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-17 + _date_changed 2017-07-17 + contacts James Kim + _contacts jk20@princeton.edu, winmail@princeton.edu + use Windows Production 151 PublicDMZ +} + +define host { + host_name vpft201w + alias vpft201w.Princeton.EDU + _alias1 upkdocs + address 140.180.220.56 + _IP_MAC1 140.180.220.56 <=> 0:50:56:93:10:70 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Office of the Vice President for Finance and Treasurer + _building New South + _room MR, VM, - + _date_created 2015-05-18 + _date_changed 2017-11-17 + contacts Allison B. Petito, Erik D. Johnston + _contacts apetito@princeton.edu, erik@princeton.edu, winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name wasdocave200w + alias wasdocave200w.Princeton.EDU + address 10.6.55.68 + _IP_MAC1 10.6.55.68 <=> 0:50:56:93:f:c2 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2018-01-10 + _date_changed 2018-01-10 + contacts Sharepoint Admin + _contacts sharepointadmin@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name wassp200w + alias wassp200w.Princeton.EDU + address 10.6.49.68 + _IP_MAC1 10.6.49.68 <=> 0:50:56:93:17:c4 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, VM, - + _date_created 2016-03-21 + _date_changed 2016-03-21 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name wasspapp200w + alias wasspapp200w.Princeton.EDU + address 10.6.49.199 + _IP_MAC1 10.6.49.199 <=> 0:50:56:93:27:ca + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-13 + _date_changed 2017-01-13 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name wasspapp201w + alias wasspapp201w.Princeton.EDU + address 10.6.48.74 + _IP_MAC1 10.6.48.74 <=> 0:50:56:93:74:fd + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-13 + _date_changed 2017-01-13 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name wasspdb200w + alias wasspdb200w.Princeton.EDU + address 10.6.52.33 + _IP_MAC1 10.6.52.33 <=> 24:6e:96:42:2c:4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, RK, J-02 + _date_created 2017-01-25 + _date_changed 2017-02-01 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name wasspdb201w + alias wasspdb201w.Princeton.EDU + address 10.6.52.32 + _IP_MAC1 10.6.52.32 <=> 24:6e:96:42:34:9c + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Academic Technology Services, Office of Information Technology + _building New South + _room MR, RK, J-02 + _date_created 2017-01-25 + _date_changed 2017-02-01 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS Trust +} + +define host { + host_name wasspdc205w + alias wasspdc205w.Princeton.EDU + address 140.180.220.174 + _IP_MAC1 140.180.220.174 <=> 0:50:56:93:7b:ab + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-12 + _date_changed 2017-01-12 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name wasspfe202w + alias wasspfe202w.Princeton.EDU + address 10.6.55.11 + _IP_MAC1 10.6.55.11 <=> 0:50:56:93:38:52 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-13 + _date_changed 2017-05-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name wasspfe203w + alias wasspfe203w.Princeton.EDU + address 10.6.55.17 + _IP_MAC1 10.6.55.17 <=> 0:50:56:93:c:e7 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-13 + _date_changed 2017-05-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name wasspfe204w + alias wasspfe204w.Princeton.EDU + address 10.6.55.52 + _IP_MAC1 10.6.55.52 <=> 0:50:56:93:0:45 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-12 + _date_changed 2017-05-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS EISFW +} + +define host { + host_name wasspowa207w + alias wasspowa207w.Princeton.EDU + address 10.6.55.62 + _IP_MAC1 10.6.55.62 <=> 0:50:56:93:ba:75 + _SUBNET1 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-07-11 + _date_changed 2017-07-26 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Dev/QA NS EISFW +} + +define host { + host_name wasspss206w + alias wasspss206w.Princeton.EDU + address 10.6.48.106 + _IP_MAC1 10.6.48.106 <=> 0:50:56:93:5a:af + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-01-12 + _date_changed 2017-01-12 + contacts Sharepoint Admin + _contacts winmail@princeton.edu + use Windows Production NS PrivateDMZ +} + +define host { + host_name win05.aws + alias win05.aws.Princeton.EDU + address 10.21.1.190 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name win06.aws + alias win06.aws.Princeton.EDU + address 10.21.1.32 + use Windows Dev/QA AWS Untrust + contacts iam +} + +define host { + host_name wws200w + alias wws200w.Princeton.EDU + address 140.180.221.14 + _IP_MAC1 140.180.221.14 <=> 0:50:56:93:3f:8 + _SUBNET1 fw-servernet-1 (PublicDMZ - VLAN 1046 - 220.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room mr, vm, - + _date_created 2017-12-28 + _date_changed 2018-01-25 + contacts WWS Computing Services + _contacts winmail@princeton.edu, wwscs@princeton.edu + use Windows Production NS PublicDMZ +} + +define host { + host_name a10-nat-a-infranet1 + alias a10-nat-a-infranet1.Princeton.EDU + address 172.18.0.207 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-a-plinknet4 + alias a10-nat-a-plinknet4.Princeton.EDU + address 192.168.9.29 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-b-infranet1 + alias a10-nat-b-infranet1.Princeton.EDU + address 172.18.2.159 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-b-plinknet4 + alias a10-nat-b-plinknet4.Princeton.EDU + address 192.168.9.28 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-group1-plinknet4 + alias a10-nat-group1-plinknet4.Princeton.EDU + address 192.168.9.30 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name a10-nat-group2-plinknet4 + alias a10-nat-group2-plinknet4.Princeton.EDU + address 192.168.9.27 + hostgroups A10 NATs, Rover hosts + use Rover device +} + +define host { + host_name aruba-rap-1 + alias aruba-rap-1.Princeton.EDU + address 128.112.129.119 + hostgroups Aruba Remote Access Controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-rap-2 + alias aruba-rap-2.Princeton.EDU + address 128.112.130.252 + hostgroups Aruba Remote Access Controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-rap-spare + alias aruba-rap-spare.Princeton.EDU + address 140.180.226.237 + hostgroups Aruba Remote Access Controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-rap-vrrp + alias aruba-rap-vrrp.Princeton.EDU + address 128.112.132.231 + hostgroups Aruba Remote Access Controllers, Rover hosts + use Rover device +} + +define host { + host_name arap-16stockton + alias arap-16stockton.Princeton.EDU + address 173.12.57.1 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name arap-67collegeroadwest + alias arap-67collegeroadwest.Princeton.EDU + address 50.192.247.89 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name arap-lowrie-comcast + alias arap-lowrie-comcast.Princeton.EDU + address 74.94.57.41 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name arap-ogadc + alias arap-ogadc.Princeton.EDU + address 38.118.24.29 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name fiosrouter-lowrie + alias fiosrouter-lowrie.Princeton.EDU + address 71.168.218.1 + hostgroups Aruba Remote Access Points, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-101 + alias aruba-controller-101.Princeton.EDU + address 172.18.79.233 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-102 + alias aruba-controller-102.Princeton.EDU + address 172.18.79.232 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-103 + alias aruba-controller-103.Princeton.EDU + address 172.18.79.220 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-104 + alias aruba-controller-104.Princeton.EDU + address 172.18.79.221 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-105 + alias aruba-controller-105.Princeton.EDU + address 172.18.79.231 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-106 + alias aruba-controller-106.Princeton.EDU + address 172.18.79.230 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-107 + alias aruba-controller-107.Princeton.EDU + address 172.18.79.229 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-108 + alias aruba-controller-108.Princeton.EDU + address 172.18.79.228 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-109 + alias aruba-controller-109.Princeton.EDU + address 172.18.79.227 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-110 + alias aruba-controller-110.Princeton.EDU + address 172.18.79.226 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-111 + alias aruba-controller-111.Princeton.EDU + address 172.18.79.225 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-112 + alias aruba-controller-112.Princeton.EDU + address 172.18.79.224 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-113 + alias aruba-controller-113.Princeton.EDU + address 172.18.79.223 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-114 + alias aruba-controller-114.Princeton.EDU + address 172.18.79.222 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-115 + alias aruba-controller-115.Princeton.EDU + address 172.18.79.218 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-controller-116 + alias aruba-controller-116.Princeton.EDU + address 172.18.79.217 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-dev + alias aruba-dev.Princeton.EDU + address 172.18.79.250 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-master4-backup + alias aruba-master4-backup.Princeton.EDU + address 172.18.79.235 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name aruba-master4 + alias aruba-master4.Princeton.EDU + address 172.18.79.236 + hostgroups Aruba wireless controllers, Rover hosts + use Rover device +} + +define host { + host_name cablemodem-16stockton + alias cablemodem-16stockton.Princeton.EDU + address 173.12.57.6 + hostgroups Cable Modems, Rover hosts + use Rover device +} + +define host { + host_name cablemodem-67collegeroadwest + alias cablemodem-67collegeroadwest.Princeton.EDU + address 50.192.247.94 + hostgroups Cable Modems, Rover hosts + use Rover device +} + +define host { + host_name cablemodem-lowrie + alias cablemodem-lowrie.Princeton.EDU + address 74.94.57.46 + hostgroups Cable Modems, Rover hosts + use Rover device +} + +define host { + host_name csghubprod + alias csghubprod.Princeton.EDU + address 140.180.223.18 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name csgspdb1a-c + alias csgspdb1a-c.Princeton.EDU + address 10.6.52.203 + _IP_MAC1 10.6.52.203 <=> 0:0:0:0:2:31 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-01-10 + _date_changed 2016-07-11 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name csgspdb1a + alias csgspdb1a.Princeton.EDU + address 10.6.52.202 + _IP_MAC1 10.6.52.202 <=> 0:0:0:0:2:30 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-01-10 + _date_changed 2016-07-15 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name csgspdb2a-c + alias csgspdb2a-c.Princeton.EDU + address 10.6.52.212 + _IP_MAC1 10.6.52.212 <=> 0:0:0:0:2:34 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-03-14 + _date_changed 2016-08-10 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name csgspdb2a + alias csgspdb2a.Princeton.EDU + address 10.6.52.211 + _IP_MAC1 10.6.52.211 <=> 0:0:0:0:2:33 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-03-14 + _date_changed 2016-08-10 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name lists + alias lists.Princeton.EDU + address 128.112.131.33 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name oldsmtp + alias oldsmtp.Princeton.EDU + address 10.6.58.27 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa01 + alias ppa01.Princeton.EDU + address 128.112.128.213 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa02 + alias ppa02.Princeton.EDU + address 128.112.128.216 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa03 + alias ppa03.Princeton.EDU + address 128.112.128.214 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa04 + alias ppa04.Princeton.EDU + address 128.112.128.215 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppsqm + alias ppsqm.princeton.edu + address 128.112.128.212 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name ppvm + alias ppvm.Princeton.EDU + address 128.112.128.243 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name smtp + alias smtp.Princeton.EDU + address 140.180.222.58 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name deptbedit + alias deptbedit.Princeton.EDU + address 140.180.220.200 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name www-dept-edit + alias www-dept-edit.Princeton.EDU + address 140.180.220.199 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name aisedit + alias aisedit.Princeton.EDU + address 140.180.220.196 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name exchangeimap + alias exchangeimap.Princeton.EDU + _alias1 discover + _alias2 exchangeimap + _alias3 foundry-lb-vip-96 + _alias4 autodiscover + _alias5 autodiscover.exchange + address 140.180.223.46 + _IP_MAC1 140.180.223.46 <=> 0:0:0:ff:0:a3 + _SUBNET1 lb-vipnet-2 (Untrust - VLAN 4075 - .223.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,VI,Foundry + _date_created 2010-03-04 + _date_changed 2014-09-22 + contacts CISDR, CSG OnCall + _contacts unix@princeton.edu + use generic-host +} + +define host { + host_name puwowzalive + alias puwowzalive.Princeton.EDU + address 140.180.222.84 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name eissql1b + alias eissql1b.Princeton.EDU + address 10.6.50.17 + _IP_MAC1 10.6.50.17 <=> 0:0:0:69:c5:a5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vi, eissql100w-eissql101w + _date_created 2013-09-10 + _date_changed 2017-03-20 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use generic-host +} + +define host { + host_name eissql1c + alias eissql1c.Princeton.EDU + address 10.6.48.128 + contacts DBA Important List + use generic-host +} + +define host { + host_name eissql2a + alias eissql2a.Princeton.EDU + address 10.6.50.159 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VIP, -, eissql206w, eissql207w + _date_created 2011-02-25 + _date_changed 2017-05-31 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + +define host { + host_name eissql2b + alias eissql2b.Princeton.EDU + address 10.6.50.178 + _department Tower Club + _building New South + _room mr, vip, eissql203w-eissql204w + _date_created 2014-06-10 + _date_changed 2015-06-04 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use generic-host +} + +define host { + host_name eissql3a + alias eissql3a.Princeton.EDU + address 10.6.50.23 + contacts DBA Important List + use generic-host +} + +define host { + host_name sasspdb3a + alias sasspdb3a.Princeton.EDU + address 10.6.52.70 + contacts DBA Important List + use generic-host + parents sasspdb308w, sasspdb309w +} + +define host { + host_name wasspdb1a + alias wasspdb1a.Princeton.EDU + address 10.6.52.45 + contacts DBA Important List + use generic-host + parents wasspdb100w, wasspdb101w +} + +define host { + host_name wasspdb2a + alias wasspdb2a.Princeton.EDU + address 10.6.53.11 + contacts DBA Important List + use generic-host + parents wasspdb200w, wasspdb201w +} + +define host { + host_name ups-sda-fristm24-bdf + alias ups-sda-fristm24-bdf.Princeton.EDU + address 172.18.3.166 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-forbes-bdf + alias ups-sda-forbes-bdf.Princeton.EDU + address 172.18.33.171 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-fristma4-idf + alias ups-sda-fristma4-idf.Princeton.EDU + address 172.18.3.167 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-grad-b16d-idf + alias ups-sda-grad-b16d-idf.Princeton.EDU + address 172.18.32.237 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-hamilton-bdf + alias ups-sda-hamilton-bdf.Princeton.EDU + address 172.18.33.172 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-madison-bdf-dining + alias ups-sda-madison-bdf-dining.Princeton.EDU + address 172.18.0.209 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-madison-bdf2 + alias ups-sda-madison-bdf2.Princeton.EDU + address 172.18.4.46 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-madison-idf + alias ups-sda-madison-idf.Princeton.EDU + address 172.18.3.51 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-northhallb-bdf1 + alias ups-sda-northhallb-bdf1.Princeton.EDU + address 172.18.33.174 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-northhallb-bdf2 + alias ups-sda-northhallb-bdf2.Princeton.EDU + address 172.18.33.173 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-northhallb-bdf3 + alias ups-sda-northhallb-bdf3.Princeton.EDU + address 172.18.32.236 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ups-sda-wilcox-bdf2 + alias ups-sda-wilcox-bdf2.Princeton.EDU + address 172.18.4.45 + hostgroups Dining Services, Rover hosts + use Rover device +} + +define host { + host_name ebt-200-elm-webs-server.voip + alias ebt-200-elm-webs-server.voip.princeton.edu + address 10.2.48.100 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t01-t04.voip + alias ebt-200-elm-net-page-t01-t04.voip.princeton.edu + address 10.2.48.101 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t05-t08.voip + alias ebt-200-elm-net-page-t05-t08.voip.princeton.edu + address 10.2.48.102 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t09-t12.voip + alias ebt-200-elm-net-page-t09-t12.voip.princeton.edu + address 10.2.48.103 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t13-t16.voip + alias ebt-200-elm-net-page-t13-t16.voip.princeton.edu + address 10.2.48.104 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t17-t20.voip + alias ebt-200-elm-net-page-t17-t20.voip.princeton.edu + address 10.2.48.105 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t21-t24.voip + alias ebt-200-elm-net-page-t21-t24.voip.princeton.edu + address 10.2.48.106 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t25-t28.voip + alias ebt-200-elm-net-page-t25-t28.voip.princeton.edu + address 10.2.48.107 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-200-elm-net-page-t29-t32.voip + alias ebt-200-elm-net-page-t29-t32.voip.princeton.edu + address 10.2.48.108 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-185-nassau-phone.voip + alias ebt-185-nassau-phone.voip.princeton.edu + address 10.2.48.125 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-185-nassau-audio.voip + alias ebt-185-nassau-audio.voip.princeton.edu + address 10.2.48.126 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-dickinson-phone.voip + alias ebt-dickinson-phone.voip.princeton.edu + address 10.2.48.127 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-dickinson-audio.voip + alias ebt-dickinson-audio.voip.princeton.edu + address 10.2.48.128 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-corwin-hall-phone.voip + alias ebt-corwin-hall-phone.voip.princeton.edu + address 10.2.48.129 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-corwin-hall-audio.voip + alias ebt-corwin-hall-audio.voip.princeton.edu + address 10.2.48.130 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lca-79078-phone.voip + alias ebt-lca-79078-phone.voip.princeton.edu + address 10.2.48.171 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lca-79078-audio.voip + alias ebt-lca-79078-audio.voip.princeton.edu + address 10.2.48.172 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-marx-phone.voip + alias ebt-marx-phone.voip.princeton.edu + address 10.2.48.133 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-marx-audio.voip + alias ebt-marx-audio.voip.princeton.edu + address 10.2.48.134 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-murray-dodge-phone.voip + alias ebt-murray-dodge-phone.voip.princeton.edu + address 10.2.48.135 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-murray-dodge-audio.voip + alias ebt-murray-dodge-audio.voip.princeton.edu + address 10.2.48.136 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-alexander-hall-phone.voip + alias ebt-alexander-hall-phone.voip.princeton.edu + address 10.2.48.137 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-alexander-hall-audio.voip + alias ebt-alexander-hall-audio.voip.princeton.edu + address 10.2.48.138 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-u-store-phone.voip + alias ebt-u-store-phone.voip.princeton.edu + address 10.2.48.139 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-u-store-audio.voip + alias ebt-u-store-audio.voip.princeton.edu + address 10.2.48.140 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-little-hall-phone.voip + alias ebt-little-hall-phone.voip.princeton.edu + address 10.2.48.141 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-little-hall-audio.voip + alias ebt-little-hall-audio.voip.princeton.edu + address 10.2.48.142 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-spelman-hall-phone.voip + alias ebt-spelman-hall-phone.voip.princeton.edu + address 10.2.48.143 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-spelman-hall-audio.voip + alias ebt-spelman-hall-audio.voip.princeton.edu + address 10.2.48.144 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-1937-hall-phone.voip + alias ebt-1937-hall-phone.voip.princeton.edu + address 10.2.48.145 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-1937-hall-audio.voip + alias ebt-1937-hall-audio.voip.princeton.edu + address 10.2.48.146 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lewis-library-phone.voip + alias ebt-lewis-library-phone.voip.princeton.edu + address 10.2.48.147 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + check_command check_alive_ssh + contacts EBT +} + +define host { + host_name ebt-lewis-library-audio.voip + alias ebt-lewis-library-audio.voip.princeton.edu + address 10.2.48.148 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-scully-goheen-walk-phone.voip + alias ebt-scully-goheen-walk-phone.voip.princeton.edu + address 10.2.48.149 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-scully-goheen-walk-audio.voip + alias ebt-scully-goheen-walk-audio.voip.princeton.edu + address 10.2.48.150 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-1915-hall-phone.voip + alias ebt-1915-hall-phone.voip.princeton.edu + address 10.2.48.151 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-1915-hall-audio.voip + alias ebt-1915-hall-audio.voip.princeton.edu + address 10.2.48.152 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-princeton-station-lot-phone.voip + alias ebt-princeton-station-lot-phone.voip.princeton.edu + address 10.2.48.153 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-princeton-station-lot-audio.voip + alias ebt-princeton-station-lot-audio.voip.princeton.edu + address 10.2.48.154 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-new-south-phone.voip + alias ebt-new-south-phone.voip.princeton.edu + address 10.2.48.155 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-new-south-audio.voip + alias ebt-new-south-audio.voip.princeton.edu + address 10.2.48.156 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-forbes-college-phone.voip + alias ebt-forbes-college-phone.voip.princeton.edu + address 10.2.48.157 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-forbes-college-audio.voip + alias ebt-forbes-college-audio.voip.princeton.edu + address 10.2.48.158 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-grad-college-phone.voip + alias ebt-grad-college-phone.voip.princeton.edu + address 10.2.48.159 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-grad-college-audio.voip + alias ebt-grad-college-audio.voip.princeton.edu + address 10.2.48.160 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-roberts-stadium-phone.voip + alias ebt-roberts-stadium-phone.voip.princeton.edu + address 10.2.48.161 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-roberts-stadium-audio.voip + alias ebt-roberts-stadium-audio.voip.princeton.edu + address 10.2.48.162 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-princeton-stadium-phone.voip + alias ebt-princeton-stadium-phone.voip.princeton.edu + address 10.2.48.163 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-princeton-stadium-audio.voip + alias ebt-princeton-stadium-audio.voip.princeton.edu + address 10.2.48.164 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-denunzio-pool-phone.voip + alias ebt-denunzio-pool-phone.voip.princeton.edu + address 10.2.48.165 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-denunzio-pool-audio.voip + alias ebt-denunzio-pool-audio.voip.princeton.edu + address 10.2.48.166 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-nuero-science-south-phone.voip + alias ebt-nuero-science-south-phone.voip.princeton.edu + address 10.2.48.167 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-nuero-science-south-audio.voip + alias ebt-nuero-science-south-audio.voip.princeton.edu + address 10.2.48.168 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lot-23-phone.voip + alias ebt-lot-23-phone.voip.princeton.edu + address 10.2.48.169 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lot-23-audio.voip + alias ebt-lot-23-audio.voip.princeton.edu + address 10.2.48.170 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lawrence-apt-phone.voip + alias ebt-lawrence-apt-phone.voip.princeton.edu + address 10.2.48.173 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lawrence-apt-audio.voip + alias ebt-lawrence-apt-audio.voip.princeton.edu + address 10.2.48.174 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lightning-shelter-phone.voip + alias ebt-lightning-shelter-phone.voip.princeton.edu + address 10.2.48.175 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lightning-shelter-audio.voip + alias ebt-lightning-shelter-audio.voip.princeton.edu + address 10.2.48.176 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lake-71231-phone.voip + alias ebt-lake-71231-phone.voip.princeton.edu + address 10.2.48.178 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-lake-71231-audio.voip + alias ebt-lake-71231-audio.voip.princeton.edu + address 10.2.48.179 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-andlinger-79077-phone.voip + alias ebt-andlinger-79077-phone.voip.princeton.edu + address 10.2.48.131 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name ebt-andlinger-79077-audio.voip + alias ebt-andlinger-79077-audio.voip.princeton.edu + address 10.2.48.132 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + +define host { + host_name eis202lb-ha + alias eis202lb-ha.Princeton.EDU + address 192.168.4.141 + # _IP_MAC1 192.168.4.138 <=> N/A + # _SUBNET1 f5-heartbeat-1 + # _department Enterprise Infrastructure Services, Office of Information Technology + # _building New South + # _room MR, RK, E2 + # _date_created 2013-10-04 + # _date_changed 2013-12-12 + # _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router-fw + alias eis202lb-router-fw.Princeton.EDU + address 192.168.9.45 + _IP_MAC1 10.6.57.2 <=> N/A + _SUBNET1 lb-servernet-6 (EISFW - VLAN 4074 - .57) + _IP_MAC2 10.6.56.2 <=> N/A + _SUBNET2 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _IP_MAC3 192.168.9.45 <=> N/A + _SUBNET3 plinknet8 + _IP_MAC4 10.6.63.98 <=> N/A + _SUBNET4 lb-servernet-10 (EISFW - VLAN 4076 - .63.96) + _IP_MAC5 10.6.55.2 <=> N/A + _SUBNET5 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _IP_MAC6 140.180.219.130 <=> N/A + _SUBNET6 lb-servernet-11 (EISFW - .219.128) + _IP_MAC7 140.180.223.130 <=> N/A + _SUBNET7 lb-servernet-9 (EISFW - VLAN 1712 - 223.128) + _IP_MAC8 10.6.54.2 <=> N/A + _SUBNET8 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, E2 + _date_created 2014-02-21 + _date_changed 2015-02-16 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router1 + alias eis202lb-router1.Princeton.EDU + address 192.168.9.93 + _IP_MAC1 10.6.62.2 <=> N/A + _SUBNET1 lb-servernet-2 (Untrust - VLAN 1045 - .62) + _IP_MAC2 192.168.9.93 <=> N/A + _SUBNET2 plinknet20 + _IP_MAC3 10.6.60.130 <=> N/A + _SUBNET3 lb-servernet-7 (Untrust - VLAN 4054 - .60.128) + _IP_MAC4 10.6.61.2 <=> N/A + _SUBNET4 lb-servernet-1 (Untrust - VLAN 1048 - .61) + _IP_MAC5 10.6.60.194 <=> N/A + _SUBNET5 lb-servernet-8 (Untrust - VLAN 4055 - .60.192) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, E2 + _date_created 2013-10-03 + _date_changed 2014-07-08 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb + alias eis202lb.Princeton.EDU + address 172.18.3.102 + # _IP_MAC1 172.19.1.73 <=> N/A + # _SUBNET1 tbnnet + # _department Enterprise Infrastructure Services, Office of Information Technology + # _building New South + # _room MR, RK, E2 + # _date_created 2011-10-20 + # _date_changed 2013-12-12 + # _contacts unix@princeton.edu + contacts Hajar Pager, Networking + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-ha + alias eis203lb-ha.Princeton.EDU + address 192.168.4.142 + # _IP_MAC1 192.168.4.145 <=> 0:1:d7:bb:a2:c3 + # _SUBNET1 f5-heartbeat-1 + # _department Enterprise Infrastructure Services, Office of Information Technology + # _building 151 Forrestal Rd. + # _room MR, AI, eis203lb + # _date_created 2014-02-04 + # _date_changed 2014-05-29 + # _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router-fw + alias eis203lb-router-fw.Princeton.EDU + address 192.168.9.44 + _IP_MAC1 10.6.57.3 <=> N/A + _SUBNET1 lb-servernet-6 (EISFW - VLAN 4074 - .57) + _IP_MAC2 10.6.54.3 <=> N/A + _SUBNET2 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _IP_MAC3 140.180.223.131 <=> N/A + _SUBNET3 lb-servernet-9 (EISFW - VLAN 1712 - 223.128) + _IP_MAC4 140.180.219.131 <=> N/A + _SUBNET4 lb-servernet-11 (EISFW - .219.128) + _IP_MAC5 10.6.63.99 <=> N/A + _SUBNET5 lb-servernet-10 (EISFW - VLAN 4076 - .63.96) + _IP_MAC6 192.168.9.44 <=> N/A + _SUBNET6 plinknet8 + _IP_MAC7 10.6.56.3 <=> N/A + _SUBNET7 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _IP_MAC8 10.6.55.3 <=> N/A + _SUBNET8 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,VI,Eis203lb + _date_created 2014-02-21 + _date_changed 2015-02-16 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router1 + alias eis203lb-router1.Princeton.EDU + address 192.168.9.92 + _IP_MAC1 10.6.61.3 <=> N/A + _SUBNET1 lb-servernet-1 (Untrust - VLAN 1048 - .61) + _IP_MAC2 10.6.62.3 <=> N/A + _SUBNET2 lb-servernet-2 (Untrust - VLAN 1045 - .62) + _IP_MAC3 10.6.60.195 <=> N/A + _SUBNET3 lb-servernet-8 (Untrust - VLAN 4055 - .60.192) + _IP_MAC4 192.168.9.92 <=> N/A + _SUBNET4 plinknet20 + _IP_MAC5 10.6.60.131 <=> N/A + _SUBNET5 lb-servernet-7 (Untrust - VLAN 4054 - .60.128) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, AI, eis203lb + _date_created 2014-02-04 + _date_changed 2014-07-08 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb + alias eis203lb.Princeton.EDU + address 172.18.3.100 + # _IP_MAC1 172.19.0.35 <=> 0:1:d7:ab:d4:c1 + # _SUBNET1 tbnnet + # _department Enterprise Infrastructure Services, Office of Information Technology + # _building 151 Forrestal Rd. + # _room MR, RK, E8 + # _date_created 2014-02-04 + # _date_changed 2014-05-23 + # _contacts unix@princeton.edu + contacts Hajar Pager, Networking + use Router/Switch/Load Balancer +} + +define host { + host_name eis300lb + alias eis300lb.Princeton.EDU + address 172.19.1.65 + _IP_MAC1 172.19.1.65 <=> 0:50:56:93:0:5d + _SUBNET1 tbnnet + _department Enterprise Infrastructure Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, VI + _date_created 2011-09-13 + _date_changed 2011-09-15 + check_command check_https_host + _contacts unix@princeton.edu + contacts Hajar Niroomand + use Router/Switch/Load Balancer +} + +define host { + host_name eis301lb + alias eis301lb.Princeton.EDU + address 172.19.1.67 + _IP_MAC1 172.19.1.67 <=> 0:50:56:93:0:72 + _SUBNET1 tbnnet + _department Enterprise Infrastructure Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, VM + _date_created 2011-09-15 + _date_changed 2011-09-30 + check_command check_https_host + _contacts unix@princeton.edu + contacts Hajar Niroomand + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router-fw-lb-servernet-10-direct + alias eis203lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.99 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-10 + alias eis203lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.99 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_eis203lb-router-fw-lb-servernet-10$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-10-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-11-direct + alias eis203lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-11 + alias eis203lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_eis203lb-router-fw-lb-servernet-11$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-11-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-3-direct + alias eis203lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-3 + alias eis203lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_eis203lb-router-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_eis203lb-router-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_eis203lb-router-fw-lb-servernet-3$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-3-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-4-direct + alias eis203lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-4 + alias eis203lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_eis203lb-router-fw-lb-servernet-4$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-4-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-5-direct + alias eis203lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-5 + alias eis203lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_eis203lb-router-fw-lb-servernet-5$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-5-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-6-direct + alias eis203lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-6 + alias eis203lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_eis203lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_eis203lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_eis203lb-router-fw-lb-servernet-6$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-6-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-9-direct + alias eis203lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router-fw-lb-servernet-9 + alias eis203lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_eis203lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_eis203lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_eis203lb-router-fw-lb-servernet-9$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-9-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router-fw-plinknet8 + alias eis203lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.44 + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router1-lb-servernet-1-direct + alias eis203lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router1-lb-servernet-1 + alias eis203lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_eis203lb-router1-lb-servernet-1$,$HOSTSTATEID:eis203lb-router1-lb-servernet-1-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router1-lb-servernet-2-direct + alias eis203lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router1-lb-servernet-2 + alias eis203lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_eis203lb-router1-lb-servernet-2$,$HOSTSTATEID:eis203lb-router1-lb-servernet-2-direct$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router1-lb-servernet-7-direct + alias eis203lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router1-lb-servernet-7 + alias eis203lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_eis203lb-router1-lb-servernet-7$,$HOSTSTATEID:eis203lb-router1-lb-servernet-7-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router1-lb-servernet-8-direct + alias eis203lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.195 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis203lb-router1-lb-servernet-8 + alias eis203lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.195 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_eis203lb-router1-lb-servernet-8$,$HOSTSTATEID:eis203lb-router1-lb-servernet-8-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis203lb-router1-plinknet20 + alias eis203lb-router1-plinknet20.Princeton.EDU + address 192.168.9.92 + use Router/Switch/Load Balancer +} + +define host { + host_name lb-prod-float-1-lb-servernet-1 + alias lb-prod-float-1-lb-servernet-1.Princeton.EDU + address 10.6.61.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_lb-prod-float-1-lb-servernet-1$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-1-lb-servernet-2 + alias lb-prod-float-1-lb-servernet-2.Princeton.EDU + address 10.6.62.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_lb-prod-float-1-lb-servernet-2$!-c @2: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-1-lb-servernet-7 + alias lb-prod-float-1-lb-servernet-7.Princeton.EDU + address 10.6.60.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_lb-prod-float-1-lb-servernet-7$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-1-lb-servernet-8 + alias lb-prod-float-1-lb-servernet-8.Princeton.EDU + address 10.6.60.193 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_lb-prod-float-1-lb-servernet-8$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-1-plinknet20 + alias lb-prod-float-1-plinknet20.Princeton.EDU + address 192.168.9.94 + use Router/Switch/Load Balancer +} + +define host { + host_name lb-prod-float-fw-lb-servernet-10 + alias lb-prod-float-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.97 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_lb-prod-float-fw-lb-servernet-10$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-11 + alias lb-prod-float-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_lb-prod-float-fw-lb-servernet-11$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-3 + alias lb-prod-float-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_lb-prod-float-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_lb-prod-float-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_lb-prod-float-fw-lb-servernet-3$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-4 + alias lb-prod-float-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_lb-prod-float-fw-lb-servernet-4$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-5 + alias lb-prod-float-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_lb-prod-float-fw-lb-servernet-5$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-6 + alias lb-prod-float-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_lb-prod-float-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_lb-prod-float-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_lb-prod-float-fw-lb-servernet-6$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-lb-servernet-9 + alias lb-prod-float-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_lb-prod-float-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_lb-prod-float-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_lb-prod-float-fw-lb-servernet-9$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name lb-prod-float-fw-plinknet8 + alias lb-prod-float-fw-plinknet8.Princeton.EDU + address 192.168.9.46 + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router-fw-lb-servernet-10-direct + alias eis202lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.98 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-10 + alias eis202lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.98 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_eis202lb-router-fw-lb-servernet-10$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-10-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-11-direct + alias eis202lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-11 + alias eis202lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_eis202lb-router-fw-lb-servernet-11$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-11-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-3-direct + alias eis202lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-3 + alias eis202lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_eis202lb-router-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_eis202lb-router-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_eis202lb-router-fw-lb-servernet-3$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-3-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-4-direct + alias eis202lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-4 + alias eis202lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_eis202lb-router-fw-lb-servernet-4$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-4-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-5-direct + alias eis202lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-5 + alias eis202lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_eis202lb-router-fw-lb-servernet-5$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-5-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-6-direct + alias eis202lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-6 + alias eis202lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_eis202lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_eis202lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_eis202lb-router-fw-lb-servernet-6$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-6-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-9-direct + alias eis202lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router-fw-lb-servernet-9 + alias eis202lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_eis202lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_eis202lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_eis202lb-router-fw-lb-servernet-9$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-9-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router-fw-plinknet8 + alias eis202lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.45 + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router1-lb-servernet-1-direct + alias eis202lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router1-lb-servernet-1 + alias eis202lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_eis202lb-router1-lb-servernet-1$,$HOSTSTATEID:eis202lb-router1-lb-servernet-1-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router1-lb-servernet-2-direct + alias eis202lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router1-lb-servernet-2 + alias eis202lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_eis202lb-router1-lb-servernet-2$,$HOSTSTATEID:eis202lb-router1-lb-servernet-2-direct$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router1-lb-servernet-7-direct + alias eis202lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router1-lb-servernet-7 + alias eis202lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_eis202lb-router1-lb-servernet-7$,$HOSTSTATEID:eis202lb-router1-lb-servernet-7-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router1-lb-servernet-8-direct + alias eis202lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.194 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + +define host { + host_name eis202lb-router1-lb-servernet-8 + alias eis202lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.194 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_eis202lb-router1-lb-servernet-8$,$HOSTSTATEID:eis202lb-router1-lb-servernet-8-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +define host { + host_name eis202lb-router1-plinknet20 + alias eis202lb-router1-plinknet20.Princeton.EDU + address 192.168.9.93 + use Router/Switch/Load Balancer +} + +define host { + host_name dps-cadrms + alias dps-cadrms.Princeton.EDU + address 128.112.8.118 + hostgroups Facilities, Rover hosts + use Rover device +} + +define host { + host_name dps-pars + alias dps-pars.Princeton.EDU + address 128.112.8.149 + hostgroups Facilities, Rover hosts + use Rover device +} + +define host { + host_name eis100lb + alias eis100lb.Princeton.EDU + address 172.18.3.104 + hostgroups Facilities, Rover hosts + use Rover device +} + +define host { + host_name eis101lb + alias eis101lb.Princeton.EDU + address 172.18.3.106 + hostgroups Facilities, Rover hosts + use Rover device +} + +define host { + host_name eisfw1-mgmt + alias eisfw1-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfw2-mgmt + alias eisfw2-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfwqa1-mgmt + alias eisfwqa1-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfw + alias eisfw.Princeton.EDU + address 128.112.12.126 + _fw1 140.180.220.1 + _fw2 10.6.48.1 + _fw3 10.6.52.1 + _fw4 10.6.63.65 + _fw6 10.6.63.129 + _fw7 140.180.219.1 + _fw10 10.6.0.1 + _fw11 10.6.32.1 + _plinknet8 192.168.9.33 + use Router/Switch/Load Balancer + parents core-87-router + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name monitor + alias monitor.Princeton.EDU + use generic-host + contacts nobody +} + +define host { + host_name monitor-dev + alias monitor-dev.Princeton.EDU + use generic-host + contacts nobody +} + +define host { + host_name Monitor Untrust + alias Pseudo host for Gearman Untrust status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PrivateDMZ$,$HOSTSTATEID:Gearman NS PrivateDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Untrust$,$SERVICESTATEID:monitor:Gearman worker NS Untrust$!-c @2: +} + +define host { + host_name Monitor PrivateDMZ + alias Pseudo host for Gearman PrivateDMZ status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PrivateDMZ$,$HOSTSTATEID:Gearman NS PrivateDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 PrivateDMZ$,$SERVICESTATEID:monitor:Gearman worker NS PrivateDMZ$!-c @2: +} + +define host { + host_name Monitor PublicDMZ + alias Pseudo host for Gearman PublicDMZ status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PublicDMZ$,$HOSTSTATEID:Gearman NS PublicDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 PublicDMZ$,$SERVICESTATEID:monitor:Gearman worker NS PublicDMZ$!-c @2: +} + +define host { + host_name Monitor Trust + alias Pseudo host for Gearman Trust status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 Trust$,$HOSTSTATEID:Gearman NS Trust!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Trust$,$SERVICESTATEID:monitor:Gearman worker NS Trust$!-c @2: +} + +define host { + host_name Monitor Eisfw F5 + alias Pseudo host for Gearman Eisfw status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 Trust$,$HOSTSTATEID:Gearman NS Trust!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Eisfw F5$,$SERVICESTATEID:monitor:Gearman worker NS Eisfw F5$!-c @2: +} + +define host { + host_name Gearman 151 Untrust + alias Pseudo host for Gearman 151 Untrust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust dalet failover$!-c @4: +} + +define host { + host_name Gearman NS Untrust + alias Pseudo host for Gearman NS Untrust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 PrivateDMZ + alias Pseudo host for Gearman 151 PrivateDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman NS PrivateDMZ + alias Pseudo host for Gearman NS PrivateDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 PublicDMZ + alias Pseudo host for Gearman 151 PublicDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman NS PublicDMZ + alias Pseudo host for Gearman NS PublicDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 Trust + alias Pseudo host for Gearman 151 Trust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust dalet failover$!-c @4: +} + +define host { + host_name Gearman NS Trust + alias Pseudo host for Gearman NS Trust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 Eisfw F5 + alias Pseudo host for Gearman 151 Eisfw F5 status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$!-c @6: +} + +define host { + host_name Gearman NS Eisfw F5 + alias Pseudo host for Gearman NS Eisfw F5 status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$!-c @6: +} + +define host { + host_name alumnicas + alias alumnicas.Princeton.EDU + address 140.180.222.31 + _IP_MAC1 140.180.222.31 <=> 0:ab:1:aa:cc:dd + _SUBNET1 lb-vipnet-4 (EISFW - VLAN 3493 - 222.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,VI,Foundry + _date_created 2009-03-10 + _date_changed 2015-07-13 + notification_period score_hours + contacts Identity and Access Management + use generic-host +} + +define host { + host_name egn-dome-wwwinterface + alias egn-dome-wwwinterface.Princeton.EDU + address 66.180.177.116 + contacts Gregory S. Paczkowski, Joseph M. Karam + use generic-host + check_period EGN Dome WWWInterface + notification_period EGN Dome WWWInterface +} + +define host { + host_name webspace + alias webspace.princeton.edu + _alias1 webspace + address 140.180.222.86 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + contacts CISDR + _contacts unix@princeton.edu + use generic-host +} + +define host { + host_name webspaceqa + alias webspaceqa.Princeton.EDU + _alias1 webspaceqa + address 140.180.222.75 + contacts CISDR + use generic-host +} + +define host { + host_name puwebp + alias puwebp.princeton.edu + address 140.180.219.150 + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VI, ais204L + _date_created 2005-05-24 + _date_changed 2013-10-04 + contacts Christopher C. Dietrich + _contacts chris@princeton.edu, unix@princeton.edu + use generic-host +} + +define host { + host_name ibgrid-backup + alias ibgrid-backup.Princeton.EDU + address 172.18.3.220 + use InfoBlox + contacts Networking +} + +define host { + host_name ibgrid-master + alias ibgrid-master.Princeton.EDU + address 172.18.3.182 + use InfoBlox + contacts Networking +} + +define host { + host_name ibwlan-87-a + alias ibwlan-87-a.Princeton.EDU + address 172.18.4.55 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibwlan-87-b + alias ibwlan-87-b.Princeton.EDU + address 172.18.4.56 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibwlan-ns-a + alias ibwlan-ns-a.Princeton.EDU + address 172.18.4.57 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibwlan-ns-b + alias ibwlan-ns-b.Princeton.EDU + address 172.18.4.58 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibwlan-a-vip + alias Pseudo VIP for ibwlan-ns-a and ibwlan-87-a + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibwlan-ns-a$,$HOSTSTATEID:ibwlan-87-a$!-c @2: + contacts Networking +} + +define host { + host_name ibwlan-b-vip + alias Pseudo VIP for ibwlan-ns-b and ibwlan-87-b + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibwlan-ns-b$,$HOSTSTATEID:ibwlan-87-b$!-c @2: + contacts Networking +} + +define host { + host_name iblox-87-ns-HA + alias HA cluster between iblox-87-ha and iblox-ns-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-87-ha$,$HOSTSTATEID:iblox-ns-a-ha!-c @2: + contacts Networking +} + +define host { + host_name iblox-hpcrc-ns-HA + alias HA cluster between iblox-hpcrc-ha and iblox-ns-b-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-hpcrc-ha$,$HOSTSTATEID:iblox-ns-b-ha!-c @2: + contacts Networking +} + +define host { + host_name ibddipv6 hpcrc-a ns-a HA + alias HA cluster between ibddipv6-hpcrc-a-ha and ibddipv6-ns-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibddipv6-hpcrc-a-ha$,$HOSTSTATEID:ibddipv6-ns-a-ha!-c @2: + contacts Networking +} + +define host { + host_name ibvoip HA + alias HA cluster between ibvoip-a and ibvoip-b + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibvoip-a$,$HOSTSTATEID:ibvoip-b!-c @2: + contacts Networking +} + +define host { + host_name ibddipv6-vrrp + alias ibddipv6-vrrp.Princeton.EDU + address 128.112.128.50 + use InfoBlox + contacts Networking +} + +define host { + host_name ibddipv6-hpcrc-a-ha + alias ibddipv6-hpcrc-a-ha.Princeton.EDU + address 128.112.128.46 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-hpcrc-a + alias ibddipv6-hpcrc-a.Princeton.EDU + address 128.112.128.42 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-ns-a-ha + alias ibddipv6-ns-a-ha.Princeton.EDU + address 128.112.128.47 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-ns-a + alias ibddipv6-ns-a.Princeton.EDU + address 128.112.128.43 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-87-ha + alias iblox-87-ha.Princeton.EDU + address 128.112.129.211 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-87 + alias iblox-87.Princeton.EDU + address 128.112.130.94 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-hpcrc-ha + alias iblox-hpcrc-ha.Princeton.EDU + address 128.112.131.212 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-hpcrc + alias iblox-hpcrc.Princeton.EDU + address 128.112.131.248 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ns-a-ha + alias iblox-ns-a-ha.Princeton.EDU + address 128.112.130.110 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ns-a + alias iblox-ns-a.Princeton.EDU + address 128.112.130.135 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ns-b-ha + alias iblox-ns-b-ha.Princeton.EDU + address 128.112.131.142 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ns-b + alias iblox-ns-b.Princeton.EDU + address 128.112.131.183 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox1-vrrp + alias iblox1-vrrp.Princeton.EDU + address 128.112.129.7 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox2-vrrp + alias iblox2-vrrp.Princeton.EDU + address 128.112.129.209 + use InfoBlox + contacts Networking +} + +define host { + host_name ibvoip-a + alias ibvoip-a.Princeton.EDU + address 172.18.0.32 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibvoip-b + alias ibvoip-b.Princeton.EDU + address 172.18.0.71 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name iblox-master + alias iblox-master.Princeton.EDU + address 172.18.2.154 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-master-hpcrc + alias iblox-master-hpcrc.Princeton.EDU + address 172.18.2.158 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-master-ns + alias iblox-master-ns.Princeton.EDU + address 172.18.2.161 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-master-hpcrc-ha + alias iblox-master-hpcrc-ha.Princeton.EDU + address 172.18.2.163 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-master-ns-ha + alias iblox-master-ns-ha.Princeton.EDU + address 172.18.2.171 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-master hpcrc-ha ns-ha HA + alias HA cluster between iblox-master-ns-ha and iblox-master-hpcrc-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-master-hpcrc-ha$,$HOSTSTATEID:iblox-master-ns-ha$!-c @2: + contacts Networking +} + +define host { + host_name iblox-external + alias iblox-external.Princeton.EDU + address 128.112.128.68 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ext-hpcrc-a + alias iblox-ext-hpcrc-a.Princeton.EDU + address 128.112.128.70 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ext-ns-a + alias iblox-ext-ns-a.Princeton.EDU + address 128.112.128.71 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ext-hpcrc-a-ha + alias iblox-ext-hpcrc-a-ha.Princeton.EDU + address 128.112.128.72 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ext-ns-a-ha + alias iblox-ext-ns-a-ha.Princeton.EDU + address 128.112.128.73 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ext hpcrc-a-ha ns-a-ha HA + alias HA cluster between iblox-ext-ns-a-ha and iblox-ext-hpcrc-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-ext-hpcrc-a-ha$,$HOSTSTATEID:iblox-ext-ns-a-ha$!-c @2: + contacts Networking +} + +define host { + host_name iblox-ext-hpcrc-a-mgmt + alias iblox-ext-hpcrc-a-mgmt.Princeton.EDU + address 172.18.2.173 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ext-ns-a-mgmt + alias iblox-ext-ns-a-mgmt.Princeton.EDU + address 172.18.2.180 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-candidate-ns + alias iblox-candidate-ns.Princeton.EDU + address 172.18.2.181 + use InfoBlox + contacts Networking +} + +define host { + host_name ibloxdev-master + alias ibloxdev-master.Princeton.EDU + address 172.18.2.90 + use InfoBlox + contacts Networking +} + +define host { + host_name ibloxdev-master-hpcrc + alias ibloxdev-master-hpcrc.Princeton.EDU + address 172.18.2.94 + use InfoBlox + contacts Networking +} + +define host { + host_name ibloxdev-master-ns + alias ibloxdev-master-ns.Princeton.EDU + address 172.18.2.95 + use InfoBlox + contacts Networking +} + +define host { + host_name ibloxdev-master-hpcrc-ha + alias ibloxdev-master-hpcrc-ha.Princeton.EDU + address 172.18.2.103 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibloxdev-master-ns-ha + alias ibloxdev-master-ns-ha.Princeton.EDU + address 172.18.2.111 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibloxdev-master hpcrc-ha ns-ha HA + alias HA cluster between ibloxdev-master-ns-ha and ibloxdev-master-hpcrc-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibloxdev-master-hpcrc-ha$,$HOSTSTATEID:ibloxdev-master-ns-ha$!-c @2: + contacts Networking +} + +define host { + host_name gate-aws-router-0001-plinknet44 + alias gate-aws-router-0001-plinknet44.Princeton.EDU + address 192.168.9.178 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-aws-router-0002-plinknet46 + alias gate-aws-router-0002-plinknet46.Princeton.EDU + address 192.168.9.186 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-cogentgate + alias gate-cogentgate.Princeton.EDU + address 38.122.150.1 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-magpi + alias gate-magpi.Princeton.EDU + address 216.27.98.113 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-esgate + alias gate-esgate.Princeton.EDU + address 204.153.48.34 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-hurricane-electric-gate + alias gate-hurricane-electric-gate.Princeton.EDU + address 216.66.49.73 + hostgroups ISP routers, Rover hosts + use Rover device +} + +define host { + host_name kma-151-1 + alias kma-151-1.Princeton.EDU + address 10.6.53.31 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, B07 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name kma-151-2 + alias kma-151-2.Princeton.EDU + address 10.6.53.38 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, B07 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name kma-ns-1 + alias kma-ns-1.Princeton.EDU + address 10.6.53.30 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, I1 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name kma-ns-2 + alias kma-ns-2.Princeton.EDU + address 10.6.53.27 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, I1 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name eisfwqa-linknet40 + alias eisfwqa-linknet40.Princeton.EDU + address 128.112.12.174 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name eisfwqa-fw-servernet-8 + alias eisfwqa-fw-servernet-8.Princeton.EDU + address 10.6.63.1 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name eisfwqa-fw-servernet-9 + alias eisfwqa-fw-servernet-9.Princeton.EDU + address 140.180.223.225 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name ppn-ha + alias ppn-ha.Princeton.EDU + address 172.18.174.16 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name swch-ppn2 + alias swch-ppn2.Princeton.EDU + address 172.18.194.109 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cd24-0833 + alias cd24-0833.Princeton.EDU + address 172.18.2.144 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name swch-ppn3 + alias swch-ppn3.Princeton.EDU + address 172.18.194.124 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sci-border-hpcrc + alias sci-border-hpcrc.Princeton.EDU + address 172.18.2.112 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sci-border-hpcrc-ctrl + alias sci-border-hpcrc-ctrl.Princeton.EDU + address 172.18.1.42 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cy12-701-lab + alias cy12-701-lab.Princeton.EDU + address 172.18.3.14 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-testbed-701carnegiedtl-02 + alias sw-testbed-701carnegiedtl-02.Princeton.EDU + address 172.18.2.212 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-testbed-87plab-01 + alias sw-testbed-87plab-01.Princeton.EDU + address 172.20.32.18 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-testbed-hpcrc-border + alias sw-testbed-hpcrc-border.Princeton.EDU + address 172.20.32.19 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-core-sciencedmz + alias sw-core-sciencedmz.Princeton.EDU + address 172.18.2.217 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name ce32-1753 + alias ce32-1753.Princeton.EDU + address 172.18.2.245 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name ce32-1754 + alias ce32-1754.Princeton.EDU + address 172.18.3.18 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sw-testbed-hpcrclab-01 + alias sw-testbed-hpcrclab-01.Princeton.EDU + address 172.20.32.20 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name eis100lb-ha + alias eis100lb-ha.Princeton.EDU + address 192.168.4.144 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name eis101lb-ha + alias eis101lb-ha.Princeton.EDU + address 192.168.4.146 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name ibddivp6-vrrp + alias ibddivp6-vrrp.Princeton.EDU + address 128.112.128.50 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-87-bypass + alias bmf-87-bypass.Princeton.EDU + address 172.18.0.11 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-151-bypass + alias bmf-151-bypass.Princeton.EDU + address 172.18.2.0 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-87 + alias bmf-sw-87.Princeton.EDU + address 172.18.2.13 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-87-2 + alias bmf-sw-87-2.Princeton.EDU + address 172.18.0.73 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-87-lab-bypass + alias bmf-sw-87-lab-bypass.Princeton.EDU + address 172.18.0.125 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-hpcrc + alias bmf-sw-hpcrc.Princeton.EDU + address 172.18.3.103 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-hpcrc-2 + alias bmf-sw-hpcrc-2.Princeton.EDU + address 172.18.3.239 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-hpcrc-3 + alias bmf-sw-hpcrc-3.Princeton.EDU + address 172.18.1.0 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name bmf-sw-ns + alias bmf-sw-ns.Princeton.EDU + address 172.18.2.17 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sightline-ns + alias sightline-ns.Princeton.EDU + address 140.180.219.33 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name tms-151-mgmt1 + alias tms-151-mgmt1.Princeton.EDU + address 172.18.3.42 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sightline-87 + alias sightline-87.Princeton.EDU + address 140.180.219.32 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sightline-151 + alias sightline-151.Princeton.EDU + address 140.180.219.31 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name sightline-151-pi + alias sightline-151-pi.Princeton.EDU + address 140.180.219.34 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name md-eastwest-admin-87p-1 + alias md-eastwest-admin-87p-1.Princeton.EDU + address 172.18.255.243 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name md-eastwest-admin-87p-2 + alias md-eastwest-admin-87p-2.Princeton.EDU + address 172.18.255.242 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name md-eastwest-admin-ns-1 + alias md-eastwest-admin-ns-1.Princeton.EDU + address 172.18.255.244 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name md-eastwest-admin-ns-2 + alias md-eastwest-admin-ns-2.Princeton.EDU + address 172.18.255.231 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cf48-0687 + alias cf48-0687.Princeton.EDU + address 172.18.4.54 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cf48-0753 + alias cf48-0753.Princeton.EDU + address 172.18.4.40 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cf48-0754 + alias cf48-0754.Princeton.EDU + address 172.18.4.42 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name cf48-0755 + alias cf48-0755.Princeton.EDU + address 172.18.4.43 + hostgroups Misc devices, Rover hosts + use Rover device +} + +define host { + host_name nat-mccarter-plinknet34 + alias nat-mccarter-plinknet34.Princeton.EDU + address 192.168.9.142 + hostgroups NAT McCarter, Rover hosts + use Rover device +} + +define host { + host_name netbmfsrv + alias netbmfsrv.Princeton.EDU + address 172.18.1.180 + hostgroups NAT McCarter, Rover hosts + use Rover device +} + +define host { + host_name netbmfsrvhpcrc + alias netbmfsrvhpcrc.Princeton.EDU + address 172.18.2.50 + hostgroups NAT McCarter, Rover hosts + use Rover device +} + +define host { + host_name csgspdb202w-netmgt + alias csgspdb202w-netmgt.Princeton.EDU + address 172.19.0.113 + use Out of band interface +} + +define host { + host_name csgspdb203w-netmgt + alias csgspdb203w-netmgt.Princeton.EDU + address 172.19.0.121 + use Out of band interface +} + +define host { + host_name das210w-netmgt + alias das210w-netmgt.Princeton.EDU + address 172.19.0.18 + use Out of band interface +} + +define host { + host_name dev203w-netmgt + alias dev203w-netmgt.Princeton.EDU + address 172.19.0.11 + use Out of band interface +} + +define host { + host_name eis208l-drac + alias eis208l-drac.Princeton.EDU + address 172.19.1.9 + use Out of band interface +} + +define host { + host_name eis319l-netmgt + alias eis319l-netmgt.Princeton.EDU + address 172.19.0.138 + use Out of band interface +} + +define host { + host_name eissql100w-netmgt + alias eissql100w-netmgt.Princeton.EDU + address 172.19.0.89 + use Out of band interface +} + +define host { + host_name eissql101w-netmgt + alias eissql101w-netmgt.Princeton.EDU + address 172.19.0.90 + use Out of band interface +} + +define host { + host_name eissql105w-netmgt + alias eissql105w-netmgt.Princeton.EDU + address 172.19.0.58 + use Out of band interface +} + +define host { + host_name eissql203w-netmgt + alias eissql203w-netmgt.Princeton.EDU + address 172.19.0.120 + use Out of band interface +} + +define host { + host_name eissql204w-netmgt + alias eissql204w-netmgt.Princeton.EDU + address 172.19.0.47 + use Out of band interface +} + +define host { + host_name eissql206w-netmgt + alias eissql206w-netmgt.Princeton.EDU + address 172.19.0.83 + use Out of band interface +} + +define host { + host_name eissql207w-netmgt + alias eissql207w-netmgt.Princeton.EDU + address 172.19.0.86 + use Out of band interface +} + +define host { + host_name eissql210w-netmgt + alias eissql210w-netmgt.Princeton.EDU + address 172.19.0.79 + use Out of band interface +} + +define host { + host_name eissql211w-netmgt + alias eissql211w-netmgt.Princeton.EDU + address 172.19.0.108 + use Out of band interface +} + +define host { + host_name eistsm206l-netmgt + alias eistsm206l-netmgt.Princeton.EDU + address 172.19.0.77 + use Out of band interface +} + +define host { + host_name eistsm207l-netmgt + alias eistsm207l-netmgt.Princeton.EDU + address 172.19.0.82 + use Out of band interface +} + +define host { + host_name eistsm208l-netmgt + alias eistsm208l-netmgt.Princeton.EDU + address 172.19.0.84 + use Out of band interface +} + +define host { + host_name eistsm210l-netmgt + alias eistsm210l-netmgt.Princeton.EDU + address 172.19.0.88 + use Out of band interface +} + +define host { + host_name eistsm211l-netmgt + alias eistsm211l-netmgt.Princeton.EDU + address 172.19.0.87 + use Out of band interface +} + +define host { + host_name essconsole201w-netmgt + alias essconsole201w-netmgt.Princeton.EDU + address 172.19.0.38 + use Out of band interface +} + +define host { + host_name essesx200v-netmgt + alias essesx200v-netmgt.Princeton.EDU + address 172.19.0.74 + use Out of band interface +} + +define host { + host_name essesx201v-netmgt + alias essesx201v-netmgt.Princeton.EDU + address 172.19.0.75 + use Out of band interface +} + +define host { + host_name essesx202v-netmgt + alias essesx202v-netmgt.Princeton.EDU + address 172.19.0.32 + use Out of band interface +} + +define host { + host_name essesx203v-netmgt + alias essesx203v-netmgt.Princeton.EDU + address 172.19.0.76 + use Out of band interface +} + +define host { + host_name essesx211v-netmgt + alias essesx211v-netmgt.Princeton.EDU + address 172.19.1.101 + use Out of band interface +} + +define host { + host_name essesx212v-netmgt + alias essesx212v-netmgt.Princeton.EDU + address 172.19.1.102 + use Out of band interface +} + +define host { + host_name essesx213v-netmgt + alias essesx213v-netmgt.Princeton.EDU + address 172.19.0.153 + use Out of band interface +} + +define host { + host_name essesx214v-netmgt + alias essesx214v-netmgt.Princeton.EDU + address 172.19.0.185 + use Out of band interface +} + +define host { + host_name essesx215v-netmgt + alias essesx215v-netmgt.Princeton.EDU + address 172.19.0.210 + use Out of band interface +} + +define host { + host_name essesx216v-netmgt + alias essesx216v-netmgt.Princeton.EDU + address 172.19.0.104 + use Out of band interface +} + +define host { + host_name essesx217v-netmgt + alias essesx217v-netmgt.Princeton.EDU + address 172.19.0.85 + use Out of band interface +} + +define host { + host_name essesx218v-netmgt + alias essesx218v-netmgt.Princeton.EDU + address 172.19.0.105 + use Out of band interface +} + +define host { + host_name essesx220v-netmgt + alias essesx220v-netmgt.Princeton.EDU + address 172.19.0.212 + use Out of band interface +} + +define host { + host_name essesx221v-netmgt + alias essesx221v-netmgt.Princeton.EDU + address 172.19.0.242 + use Out of band interface +} + +define host { + host_name essesx228v-netmgt + alias essesx228v-netmgt.Princeton.EDU + address 172.19.0.22 + use Out of band interface +} + +define host { + host_name essesx229v-netmgt + alias essesx229v-netmgt.Princeton.EDU + address 172.19.0.39 + use Out of band interface +} + +define host { + host_name essesx240v-netmgt + alias essesx240v-netmgt.Princeton.EDU + address 172.19.0.21 + use Out of band interface +} + +define host { + host_name essesx241v-netmgt + alias essesx241v-netmgt.Princeton.EDU + address 172.19.0.56 + use Out of band interface +} + +define host { + host_name essesx242v-netmgt + alias essesx242v-netmgt.Princeton.EDU + address 172.19.0.61 + use Out of band interface +} + +define host { + host_name essesx250v-netmgt + alias essesx250v-netmgt.Princeton.EDU + address 172.19.0.97 + use Out of band interface +} + +define host { + host_name essesx251v-netmgt + alias essesx251v-netmgt.Princeton.EDU + address 172.19.0.186 + use Out of band interface +} + +define host { + host_name essesx260v-netmgt + alias essesx260v-netmgt.Princeton.EDU + address 172.19.0.147 + use Out of band interface +} + +define host { + host_name essesx261v-netmgt + alias essesx261v-netmgt.Princeton.EDU + address 172.19.0.144 + use Out of band interface +} + +define host { + host_name essesx262v-netmgt + alias essesx262v-netmgt.Princeton.EDU + address 172.19.0.143 + use Out of band interface +} + +define host { + host_name essesx263v-netmgt + alias essesx263v-netmgt.Princeton.EDU + address 172.19.0.134 + use Out of band interface +} + +define host { + host_name essesx290v-netmgt + alias essesx290v-netmgt.Princeton.EDU + address 172.19.0.231 + use Out of band interface +} + +define host { + host_name essesx291v-netmgt + alias essesx291v-netmgt.Princeton.EDU + address 172.19.1.13 + use Out of band interface +} + +define host { + host_name essesx292v-netmgt + alias essesx292v-netmgt.Princeton.EDU + address 172.19.1.14 + use Out of band interface +} + +define host { + host_name essvmbkp100w-netmgt + alias essvmbkp100w-netmgt.Princeton.EDU + address 172.19.0.36 + use Out of band interface +} + +define host { + host_name essvmbkp200w-netmgt + alias essvmbkp200w-netmgt.Princeton.EDU + address 172.19.0.128 + use Out of band interface +} + +define host { + host_name essvmbkp201w-netmgt + alias essvmbkp201w-netmgt.Princeton.EDU + address 172.19.0.130 + use Out of band interface +} + +define host { + host_name fac-infoctr1-netmgt + alias fac-infoctr1-netmgt.Princeton.EDU + address 172.19.0.68 + use Out of band interface +} + +define host { + host_name iamencoder204w-netmgt + alias iamencoder204w-netmgt.Princeton.EDU + address 172.19.0.70 + use Out of band interface +} + +define host { + host_name iamencoder205w-netmgt + alias iamencoder205w-netmgt.Princeton.EDU + address 172.19.0.81 + use Out of band interface +} + +define host { + host_name iamencoder206w-netmgt + alias iamencoder206w-netmgt.Princeton.EDU + address 172.19.0.91 + use Out of band interface +} + +define host { + host_name hoover1-netmgt + alias hoover1-netmgt.Princeton.EDU + address 172.19.0.176 + use Out of band interface +} + +define host { + host_name ims204-netmgt + alias ims204-netmgt.Princeton.EDU + address 172.19.0.71 + use Out of band interface +} + +define host { + host_name isserv215-netmgt + alias isserv215-netmgt.Princeton.EDU + address 172.19.0.133 + use Out of band interface +} + +define host { + host_name isserv216-netmgt + alias isserv216-netmgt.Princeton.EDU + address 172.19.0.55 + use Out of band interface +} + +define host { + host_name lsscvms207w-netmgt + alias lsscvms207w-netmgt.Princeton.EDU + address 172.19.0.44 + use Out of band interface +} + +define host { + host_name nismaster-netmgt + alias nismaster-netmgt.Princeton.EDU + address 172.19.0.33 + use Out of band interface +} + +define host { + host_name pdom06-netmgt + alias pdom06-netmgt.Princeton.EDU + address 172.19.0.110 + use Out of band interface +} + +define host { + host_name pdom07-netmgt + alias pdom07-netmgt.Princeton.EDU + address 172.19.1.15 + use Out of band interface +} + +define host { + host_name prz203w-netmgt + alias prz203w-netmgt.Princeton.EDU + address 172.19.0.34 + use Out of band interface +} + +define host { + host_name roxdb01-netmgt + alias roxdb01-netmgt.Princeton.EDU + address 172.19.0.146 + use Out of band interface +} + +define host { + host_name roxdb02-netmgt + alias roxdb02-netmgt.Princeton.EDU + address 172.19.0.164 + use Out of band interface +} + +define host { + host_name roxdb01qa-netmgt + alias roxdb01qa-netmgt.Princeton.EDU + address 172.19.0.155 + use Out of band interface +} + +define host { + host_name roxdb02qa-netmgt + alias roxdb02qa-netmgt.Princeton.EDU + address 172.19.0.175 + use Out of band interface +} + +define host { + host_name sdpldap101l-netmgt + alias sdpldap101l-netmgt.Princeton.EDU + address 172.19.0.131 + use Out of band interface +} + +define host { + host_name sentinel-netmgt + alias sentinel-netmgt.Princeton.EDU + address 172.19.0.171 + use Out of band interface +} + +define host { + host_name wasspdb200w-netmgt + alias wasspdb200w-netmgt.Princeton.EDU + address 172.19.0.24 + use Out of band interface +} + +define host { + host_name wasspdb201w-netmgt + alias wasspdb201w-netmgt.Princeton.EDU + address 172.19.0.19 + use Out of band interface +} + +define host { + host_name win04-netmgt + alias win04-netmgt.Princeton.EDU + address 172.19.0.64 + use Out of band interface +} + +define host { + host_name netbmfctrl1 + alias netbmfctrl1.Princeton.EDU + address 172.18.2.11 + hostgroups Rover hosts + use Rover device +} + +define host { + host_name netbmfctrl2 + alias netbmfctrl2.Princeton.EDU + address 172.18.2.63 + hostgroups Rover hosts + use Rover device +} + +define host { + host_name gigagate6 + alias Main 151 Forrestal switch + address 172.18.0.81 + use Router/Switch/Load Balancer + check_command check_ssh + contacts nagiosadmin +} + +define host { + host_name gigagate6 151 switch + alias Main 151 Forrestal switch + use Router/Switch/Load Balancer + max_check_attempts 2 + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:gigagate6$,$HOSTSTATEID:core-87-router$,HOSTSTATEID:ims314$,$HOSTSTATEID:ims315$!-c @6: + contacts nagiosadmin +} + +define host { + host_name core-ns + alias Main New South switch + address 172.18.174.13 + use Router/Switch/Load Balancer + check_command check_ssh + contacts nagiosadmin +} + +define host { + host_name core-ns NS switch + alias Main New South switch + use Router/Switch/Load Balancer + max_check_attempts 2 + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:core-ns$,$HOSTSTATEID:core-87-router$,HOSTSTATEID:ims314$,$HOSTSTATEID:ims315$!-c @6: + contacts nagiosadmin +} + +define host { + host_name core-87-router + alias 87 Prospect CDN router + address 128.112.128.2 + use Router/Switch/Load Balancer + contacts nagiosadmin +} + +define host { + host_name border-87-router + alias Border edge router in 87 Prospect + use Router/Switch/Load Balancer + parents core-87-router + contacts nagiosadmin +} + +define host { + host_name core-cdn-router + alias core-cdn-router.Princeton.EDU + use Router/Switch/Load Balancer + contacts nagiosadmin +} + +define host { + host_name eisnet200l + alias eisnet200l.Princeton.EDU + address 140.180.220.115 + use Router/Switch/Load Balancer + parents core-87-router + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name backupvpn + alias backupvpn.Princeton.EDU + address 140.180.226.56 + use Router/Switch/Load Balancer + parents core-87-router + contacts Networking +} + +define host { + host_name aventailsslvpn-sra-n1 + alias aventailsslvpn-sra-n1.Princeton.EDU + address 128.112.64.25 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name aventailsslvpn-sra-n2 + alias aventailsslvpn-sra-n2.Princeton.EDU + address 128.112.64.29 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name eisnet-sra-cms + alias eisnet-sra-cms.Princeton.EDU + address 140.180.219.19 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name eisnet-sra-n1.remote + alias eisnet-sra-n1.remote.Princeton.EDU + address 128.112.101.13 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name eisnet-sra-n2.remote + alias eisnet-sra-n2.remote.Princeton.EDU + address 128.112.101.14 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name alfrente + alias alfrente.Princeton.EDU + address 128.112.129.32 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris DNS server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name capserver + alias capserver.Princeton.EDU + address 128.112.129.111 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris DNS server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name four11 + alias four11.Princeton.EDU + address 128.112.128.1 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris DNS server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name oznot + alias oznot.Princeton.EDU + address 128.112.133.220 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris DNS server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon + alias heymon.Princeton.EDU + address 128.112.128.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky + alias eyeinthesky.Princeton.EDU + address 128.112.133.130 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet1 + alias eyeinthesky-infranet1.Princeton.EDU + address 172.18.0.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet2 + alias eyeinthesky-infranet2.Princeton.EDU + address 172.18.32.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet3 + alias eyeinthesky-infranet3.Princeton.EDU + address 172.18.64.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet4 + alias eyeinthesky-infranet4.Princeton.EDU + address 172.18.192.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet5 + alias eyeinthesky-infranet5.Princeton.EDU + address 172.18.128.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet7 + alias eyeinthesky-infranet7.Princeton.EDU + address 172.18.224.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet1 + alias heymon-infranet1.Princeton.EDU + address 172.18.0.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet2 + alias heymon-infranet2.Princeton.EDU + address 172.18.32.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet3 + alias heymon-infranet3.Princeton.EDU + address 172.18.64.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet4 + alias heymon-infranet4.Princeton.EDU + address 172.18.192.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet5 + alias heymon-infranet5.Princeton.EDU + address 172.18.128.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet7 + alias heymon-infranet7.Princeton.EDU + address 172.18.224.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name kirby + alias kirby.Princeton.EDU + address 128.112.129.176 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name mrtg.net + alias mrtg.net.Princeton.EDU + address 128.112.134.12 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon + alias new-heymon.Princeton.EDU + address 128.112.129.55 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet1 + alias new-heymon-infranet1.Princeton.EDU + address 172.18.4.5 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet2 + alias new-heymon-infranet2.Princeton.EDU + address 172.18.32.16 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet3 + alias new-heymon-infranet3.Princeton.EDU + address 172.18.65.176 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet4 + alias new-heymon-infranet4.Princeton.EDU + address 172.18.192.64 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet5 + alias new-heymon-infranet5.Princeton.EDU + address 172.18.128.111 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet7 + alias new-heymon-infranet7.Princeton.EDU + address 172.18.224.11 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name cuckoo + alias cuckoo.Princeton.EDU + address 10.6.63.139 + contact_groups Networking Pager + use Networking device +} + +define host { + host_name www.net + alias www.net.Princeton.EDU + address 128.112.128.55 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name tms-87-mgmt0 + alias tms-87-mgmt0.Princeton.EDU + address 172.18.4.26 + use Networking device +} + +define host { + host_name tms-87-mgmt1 + alias tms-87-mgmt1.Princeton.EDU + address 172.18.4.34 + use Networking device +} + +define host { + host_name sightline-NS + alias sightline-NS.Princeton.EDU + address 140.180.219.33 + use Networking device +} + +define host { + host_name gate-csgate-linknet14 + alias gate-csgate-linknet14.Princeton.EDU + address 128.112.12.58 + hostgroups Non-OIT, Rover hosts + use Rover device +} + +define host { + host_name apcats-693alexander-bdf + alias apcats-693alexander-bdf.Princeton.EDU + address 172.18.0.90 + hostgroups OIT APC Redundant Power Auto Transfer Switch, Rover hosts + use Rover device +} + +define host { + host_name apcats-87prg07-cwdm + alias apcats-87prg07-cwdm.Princeton.EDU + address 172.18.1.60 + hostgroups OIT APC Redundant Power Auto Transfer Switch, Rover hosts + use Rover device +} + +define host { + host_name apcats-hpcrc-bdf + alias apcats-hpcrc-bdf.Princeton.EDU + address 172.18.4.9 + hostgroups OIT APC Redundant Power Auto Transfer Switch, Rover hosts + use Rover device +} + +define host { + host_name apc-pdu-87alcove-1 + alias apc-pdu-87alcove-1.Princeton.EDU + address 172.18.3.245 + hostgroups OIT APC Switched Rack PDU, Rover hosts + use Rover device +} + +define host { + host_name apc-pdu-hpcrc-224-idf + alias apc-pdu-hpcrc-224-idf.Princeton.EDU + address 172.18.192.51 + hostgroups OIT APC Switched Rack PDU, Rover hosts + use Rover device +} + +define host { + host_name arun-1011 + alias arun-1011.Princeton.EDU + address 172.18.82.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1278 + alias arun-1278.Princeton.EDU + address 172.18.84.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1870 + alias arun-1870.Princeton.EDU + address 172.18.85.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1873 + alias arun-1873.Princeton.EDU + address 172.18.85.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1874 + alias arun-1874.Princeton.EDU + address 172.18.85.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1875 + alias arun-1875.Princeton.EDU + address 172.18.85.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1876 + alias arun-1876.Princeton.EDU + address 172.18.85.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1877 + alias arun-1877.Princeton.EDU + address 172.18.85.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1878 + alias arun-1878.Princeton.EDU + address 172.18.85.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1879 + alias arun-1879.Princeton.EDU + address 172.18.85.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1880 + alias arun-1880.Princeton.EDU + address 172.18.85.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1881 + alias arun-1881.Princeton.EDU + address 172.18.85.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1882 + alias arun-1882.Princeton.EDU + address 172.18.85.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1884 + alias arun-1884.Princeton.EDU + address 172.18.85.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1885 + alias arun-1885.Princeton.EDU + address 172.18.85.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1887 + alias arun-1887.Princeton.EDU + address 172.18.85.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1889 + alias arun-1889.Princeton.EDU + address 172.18.85.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1892 + alias arun-1892.Princeton.EDU + address 172.18.85.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1893 + alias arun-1893.Princeton.EDU + address 172.18.85.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1894 + alias arun-1894.Princeton.EDU + address 172.18.85.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1895 + alias arun-1895.Princeton.EDU + address 172.18.85.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1896 + alias arun-1896.Princeton.EDU + address 172.18.85.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1897 + alias arun-1897.Princeton.EDU + address 172.18.85.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1904 + alias arun-1904.Princeton.EDU + address 172.18.85.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1911 + alias arun-1911.Princeton.EDU + address 172.18.85.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1912 + alias arun-1912.Princeton.EDU + address 172.18.85.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1913 + alias arun-1913.Princeton.EDU + address 172.18.85.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1914 + alias arun-1914.Princeton.EDU + address 172.18.85.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1917 + alias arun-1917.Princeton.EDU + address 172.18.85.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1918 + alias arun-1918.Princeton.EDU + address 172.18.85.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1919 + alias arun-1919.Princeton.EDU + address 172.18.85.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1920 + alias arun-1920.Princeton.EDU + address 172.18.85.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1922 + alias arun-1922.Princeton.EDU + address 172.18.85.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1923 + alias arun-1923.Princeton.EDU + address 172.18.85.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1924 + alias arun-1924.Princeton.EDU + address 172.18.85.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1932 + alias arun-1932.Princeton.EDU + address 172.18.85.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1933 + alias arun-1933.Princeton.EDU + address 172.18.85.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1934 + alias arun-1934.Princeton.EDU + address 172.18.85.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1935 + alias arun-1935.Princeton.EDU + address 172.18.85.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1936 + alias arun-1936.Princeton.EDU + address 172.18.85.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1937 + alias arun-1937.Princeton.EDU + address 172.18.85.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1938 + alias arun-1938.Princeton.EDU + address 172.18.85.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1940 + alias arun-1940.Princeton.EDU + address 172.18.85.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1941 + alias arun-1941.Princeton.EDU + address 172.18.85.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1944 + alias arun-1944.Princeton.EDU + address 172.18.85.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1945 + alias arun-1945.Princeton.EDU + address 172.18.85.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1947 + alias arun-1947.Princeton.EDU + address 172.18.84.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1948 + alias arun-1948.Princeton.EDU + address 172.18.84.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1949 + alias arun-1949.Princeton.EDU + address 172.18.84.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1951 + alias arun-1951.Princeton.EDU + address 172.18.85.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1952 + alias arun-1952.Princeton.EDU + address 172.18.84.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1956 + alias arun-1956.Princeton.EDU + address 172.18.85.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1957 + alias arun-1957.Princeton.EDU + address 172.18.85.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1958 + alias arun-1958.Princeton.EDU + address 172.18.85.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1986 + alias arun-1986.Princeton.EDU + address 172.18.85.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1987 + alias arun-1987.Princeton.EDU + address 172.18.85.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1988 + alias arun-1988.Princeton.EDU + address 172.18.85.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1989 + alias arun-1989.Princeton.EDU + address 172.18.85.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-1990 + alias arun-1990.Princeton.EDU + address 172.18.85.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2001 + alias arun-2001.Princeton.EDU + address 172.18.64.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2003 + alias arun-2003.Princeton.EDU + address 172.18.64.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2004 + alias arun-2004.Princeton.EDU + address 172.18.64.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2005 + alias arun-2005.Princeton.EDU + address 172.18.83.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2006 + alias arun-2006.Princeton.EDU + address 172.18.83.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2007 + alias arun-2007.Princeton.EDU + address 172.18.83.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2008 + alias arun-2008.Princeton.EDU + address 172.18.64.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2009 + alias arun-2009.Princeton.EDU + address 172.18.83.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2010 + alias arun-2010.Princeton.EDU + address 172.18.83.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2011 + alias arun-2011.Princeton.EDU + address 172.18.64.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2012 + alias arun-2012.Princeton.EDU + address 172.18.64.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2014 + alias arun-2014.Princeton.EDU + address 172.18.64.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2015 + alias arun-2015.Princeton.EDU + address 172.18.64.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2016 + alias arun-2016.Princeton.EDU + address 172.18.83.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2017 + alias arun-2017.Princeton.EDU + address 172.18.83.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2019 + alias arun-2019.Princeton.EDU + address 172.18.83.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2020 + alias arun-2020.Princeton.EDU + address 172.18.83.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2021 + alias arun-2021.Princeton.EDU + address 172.18.83.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2022 + alias arun-2022.Princeton.EDU + address 172.18.83.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2023 + alias arun-2023.Princeton.EDU + address 172.18.83.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2024 + alias arun-2024.Princeton.EDU + address 172.18.83.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2025 + alias arun-2025.Princeton.EDU + address 172.18.83.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2026 + alias arun-2026.Princeton.EDU + address 172.18.83.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2028 + alias arun-2028.Princeton.EDU + address 172.18.83.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2029 + alias arun-2029.Princeton.EDU + address 172.18.83.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2037 + alias arun-2037.Princeton.EDU + address 172.18.84.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2038 + alias arun-2038.Princeton.EDU + address 172.18.83.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2039 + alias arun-2039.Princeton.EDU + address 172.18.83.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2040 + alias arun-2040.Princeton.EDU + address 172.18.83.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2041 + alias arun-2041.Princeton.EDU + address 172.18.83.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2042 + alias arun-2042.Princeton.EDU + address 172.18.83.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2043 + alias arun-2043.Princeton.EDU + address 172.18.83.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2044 + alias arun-2044.Princeton.EDU + address 172.18.83.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2045 + alias arun-2045.Princeton.EDU + address 172.18.83.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2046 + alias arun-2046.Princeton.EDU + address 172.18.83.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2047 + alias arun-2047.Princeton.EDU + address 172.18.83.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2050 + alias arun-2050.Princeton.EDU + address 172.18.84.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2051 + alias arun-2051.Princeton.EDU + address 172.18.84.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2052 + alias arun-2052.Princeton.EDU + address 172.18.83.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2053 + alias arun-2053.Princeton.EDU + address 172.18.83.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2054 + alias arun-2054.Princeton.EDU + address 172.18.83.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2055 + alias arun-2055.Princeton.EDU + address 172.18.83.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2056 + alias arun-2056.Princeton.EDU + address 172.18.83.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2057 + alias arun-2057.Princeton.EDU + address 172.18.83.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2058 + alias arun-2058.Princeton.EDU + address 172.18.84.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2059 + alias arun-2059.Princeton.EDU + address 172.18.84.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2060 + alias arun-2060.Princeton.EDU + address 172.18.83.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2064 + alias arun-2064.Princeton.EDU + address 172.18.83.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2065 + alias arun-2065.Princeton.EDU + address 172.18.83.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2066 + alias arun-2066.Princeton.EDU + address 172.18.83.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2067 + alias arun-2067.Princeton.EDU + address 172.18.83.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2068 + alias arun-2068.Princeton.EDU + address 172.18.83.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2069 + alias arun-2069.Princeton.EDU + address 172.18.83.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2070 + alias arun-2070.Princeton.EDU + address 172.18.83.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2071 + alias arun-2071.Princeton.EDU + address 172.18.83.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2072 + alias arun-2072.Princeton.EDU + address 172.18.84.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2073 + alias arun-2073.Princeton.EDU + address 172.18.84.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2074 + alias arun-2074.Princeton.EDU + address 172.18.84.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2075 + alias arun-2075.Princeton.EDU + address 172.18.83.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2077 + alias arun-2077.Princeton.EDU + address 172.18.83.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2078 + alias arun-2078.Princeton.EDU + address 172.18.83.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2081 + alias arun-2081.Princeton.EDU + address 172.18.83.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2082 + alias arun-2082.Princeton.EDU + address 172.18.84.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2083 + alias arun-2083.Princeton.EDU + address 172.18.84.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2085 + alias arun-2085.Princeton.EDU + address 172.18.84.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2087 + alias arun-2087.Princeton.EDU + address 172.18.84.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2088 + alias arun-2088.Princeton.EDU + address 172.18.84.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2089 + alias arun-2089.Princeton.EDU + address 172.18.84.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2090 + alias arun-2090.Princeton.EDU + address 172.18.83.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2091 + alias arun-2091.Princeton.EDU + address 172.18.83.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2097 + alias arun-2097.Princeton.EDU + address 172.18.83.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2114 + alias arun-2114.Princeton.EDU + address 172.18.83.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2115 + alias arun-2115.Princeton.EDU + address 172.18.83.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2117 + alias arun-2117.Princeton.EDU + address 172.18.83.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2118 + alias arun-2118.Princeton.EDU + address 172.18.83.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2119 + alias arun-2119.Princeton.EDU + address 172.18.83.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2121 + alias arun-2121.Princeton.EDU + address 172.18.83.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2122 + alias arun-2122.Princeton.EDU + address 172.18.83.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2123 + alias arun-2123.Princeton.EDU + address 172.18.83.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2124 + alias arun-2124.Princeton.EDU + address 172.18.83.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2126 + alias arun-2126.Princeton.EDU + address 172.18.83.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2127 + alias arun-2127.Princeton.EDU + address 172.18.83.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2128 + alias arun-2128.Princeton.EDU + address 172.18.83.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2129 + alias arun-2129.Princeton.EDU + address 172.18.83.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2130 + alias arun-2130.Princeton.EDU + address 172.18.83.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2131 + alias arun-2131.Princeton.EDU + address 172.18.83.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2132 + alias arun-2132.Princeton.EDU + address 172.18.83.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2133 + alias arun-2133.Princeton.EDU + address 172.18.83.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2134 + alias arun-2134.Princeton.EDU + address 172.18.83.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2135 + alias arun-2135.Princeton.EDU + address 172.18.83.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2136 + alias arun-2136.Princeton.EDU + address 172.18.83.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2137 + alias arun-2137.Princeton.EDU + address 172.18.83.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2138 + alias arun-2138.Princeton.EDU + address 172.18.83.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2140 + alias arun-2140.Princeton.EDU + address 172.18.83.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2141 + alias arun-2141.Princeton.EDU + address 172.18.83.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2156 + alias arun-2156.Princeton.EDU + address 172.18.84.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2157 + alias arun-2157.Princeton.EDU + address 172.18.84.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2158 + alias arun-2158.Princeton.EDU + address 172.18.84.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2168 + alias arun-2168.Princeton.EDU + address 172.18.84.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2169 + alias arun-2169.Princeton.EDU + address 172.18.84.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2176 + alias arun-2176.Princeton.EDU + address 172.18.84.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2181 + alias arun-2181.Princeton.EDU + address 172.18.83.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2183 + alias arun-2183.Princeton.EDU + address 172.18.83.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2184 + alias arun-2184.Princeton.EDU + address 172.18.83.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2185 + alias arun-2185.Princeton.EDU + address 172.18.83.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2187 + alias arun-2187.Princeton.EDU + address 172.18.83.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2189 + alias arun-2189.Princeton.EDU + address 172.18.83.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2190 + alias arun-2190.Princeton.EDU + address 172.18.83.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2191 + alias arun-2191.Princeton.EDU + address 172.18.83.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2192 + alias arun-2192.Princeton.EDU + address 172.18.83.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2193 + alias arun-2193.Princeton.EDU + address 172.18.83.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2194 + alias arun-2194.Princeton.EDU + address 172.18.83.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2195 + alias arun-2195.Princeton.EDU + address 172.18.83.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2196 + alias arun-2196.Princeton.EDU + address 172.18.68.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2197 + alias arun-2197.Princeton.EDU + address 172.18.65.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2198 + alias arun-2198.Princeton.EDU + address 172.18.65.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2199 + alias arun-2199.Princeton.EDU + address 172.18.65.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2200 + alias arun-2200.Princeton.EDU + address 172.18.65.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2201 + alias arun-2201.Princeton.EDU + address 172.18.65.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2202 + alias arun-2202.Princeton.EDU + address 172.18.65.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2203 + alias arun-2203.Princeton.EDU + address 172.18.65.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2204 + alias arun-2204.Princeton.EDU + address 172.18.64.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2206 + alias arun-2206.Princeton.EDU + address 172.18.64.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2207 + alias arun-2207.Princeton.EDU + address 172.18.64.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2209 + alias arun-2209.Princeton.EDU + address 172.18.65.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2212 + alias arun-2212.Princeton.EDU + address 172.18.65.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2214 + alias arun-2214.Princeton.EDU + address 172.18.65.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2216 + alias arun-2216.Princeton.EDU + address 172.18.84.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2217 + alias arun-2217.Princeton.EDU + address 172.18.65.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2218 + alias arun-2218.Princeton.EDU + address 172.18.65.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2220 + alias arun-2220.Princeton.EDU + address 172.18.84.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2223 + alias arun-2223.Princeton.EDU + address 172.18.84.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2224 + alias arun-2224.Princeton.EDU + address 172.18.84.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2226 + alias arun-2226.Princeton.EDU + address 172.18.64.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2233 + alias arun-2233.Princeton.EDU + address 172.18.65.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2237 + alias arun-2237.Princeton.EDU + address 172.18.65.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2245 + alias arun-2245.Princeton.EDU + address 172.18.65.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2246 + alias arun-2246.Princeton.EDU + address 172.18.65.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2247 + alias arun-2247.Princeton.EDU + address 172.18.65.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2250 + alias arun-2250.Princeton.EDU + address 172.18.65.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2254 + alias arun-2254.Princeton.EDU + address 172.18.66.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2255 + alias arun-2255.Princeton.EDU + address 172.18.67.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2256 + alias arun-2256.Princeton.EDU + address 172.18.67.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2258 + alias arun-2258.Princeton.EDU + address 172.18.68.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2259 + alias arun-2259.Princeton.EDU + address 172.18.68.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2261 + alias arun-2261.Princeton.EDU + address 172.18.68.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2263 + alias arun-2263.Princeton.EDU + address 172.18.68.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2265 + alias arun-2265.Princeton.EDU + address 172.18.70.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2267 + alias arun-2267.Princeton.EDU + address 172.18.80.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2269 + alias arun-2269.Princeton.EDU + address 172.18.81.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2270 + alias arun-2270.Princeton.EDU + address 172.18.83.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2271 + alias arun-2271.Princeton.EDU + address 172.18.83.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2273 + alias arun-2273.Princeton.EDU + address 172.18.64.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2275 + alias arun-2275.Princeton.EDU + address 172.18.84.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2276 + alias arun-2276.Princeton.EDU + address 172.18.84.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2277 + alias arun-2277.Princeton.EDU + address 172.18.84.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2280 + alias arun-2280.Princeton.EDU + address 172.18.84.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2284 + alias arun-2284.Princeton.EDU + address 172.18.84.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2285 + alias arun-2285.Princeton.EDU + address 172.18.84.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2286 + alias arun-2286.Princeton.EDU + address 172.18.84.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2287 + alias arun-2287.Princeton.EDU + address 172.18.84.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2288 + alias arun-2288.Princeton.EDU + address 172.18.84.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2289 + alias arun-2289.Princeton.EDU + address 172.18.84.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2290 + alias arun-2290.Princeton.EDU + address 172.18.84.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2291 + alias arun-2291.Princeton.EDU + address 172.18.84.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2292 + alias arun-2292.Princeton.EDU + address 172.18.84.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2293 + alias arun-2293.Princeton.EDU + address 172.18.84.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2294 + alias arun-2294.Princeton.EDU + address 172.18.84.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2295 + alias arun-2295.Princeton.EDU + address 172.18.84.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2296 + alias arun-2296.Princeton.EDU + address 172.18.84.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2297 + alias arun-2297.Princeton.EDU + address 172.18.84.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2298 + alias arun-2298.Princeton.EDU + address 172.18.84.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2309 + alias arun-2309.Princeton.EDU + address 172.18.84.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2313 + alias arun-2313.Princeton.EDU + address 172.18.84.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2316 + alias arun-2316.Princeton.EDU + address 172.18.66.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2317 + alias arun-2317.Princeton.EDU + address 172.18.65.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2319 + alias arun-2319.Princeton.EDU + address 172.18.84.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2320 + alias arun-2320.Princeton.EDU + address 172.18.83.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2321 + alias arun-2321.Princeton.EDU + address 172.18.83.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2322 + alias arun-2322.Princeton.EDU + address 172.18.83.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2327 + alias arun-2327.Princeton.EDU + address 172.18.84.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2332 + alias arun-2332.Princeton.EDU + address 172.18.84.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2333 + alias arun-2333.Princeton.EDU + address 172.18.84.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2334 + alias arun-2334.Princeton.EDU + address 172.18.84.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2336 + alias arun-2336.Princeton.EDU + address 172.18.84.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2337 + alias arun-2337.Princeton.EDU + address 172.18.84.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2338 + alias arun-2338.Princeton.EDU + address 172.18.84.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2339 + alias arun-2339.Princeton.EDU + address 172.18.84.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2340 + alias arun-2340.Princeton.EDU + address 172.18.66.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2341 + alias arun-2341.Princeton.EDU + address 172.18.83.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2342 + alias arun-2342.Princeton.EDU + address 172.18.66.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2343 + alias arun-2343.Princeton.EDU + address 172.18.84.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2344 + alias arun-2344.Princeton.EDU + address 172.18.84.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2346 + alias arun-2346.Princeton.EDU + address 172.18.84.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2350 + alias arun-2350.Princeton.EDU + address 172.18.84.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2354 + alias arun-2354.Princeton.EDU + address 172.18.84.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2359 + alias arun-2359.Princeton.EDU + address 172.18.84.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2393 + alias arun-2393.Princeton.EDU + address 172.18.84.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2394 + alias arun-2394.Princeton.EDU + address 172.18.84.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2395 + alias arun-2395.Princeton.EDU + address 172.18.84.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2396 + alias arun-2396.Princeton.EDU + address 172.18.84.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2397 + alias arun-2397.Princeton.EDU + address 172.18.84.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2398 + alias arun-2398.Princeton.EDU + address 172.18.84.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2399 + alias arun-2399.Princeton.EDU + address 172.18.84.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2400 + alias arun-2400.Princeton.EDU + address 172.18.84.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2401 + alias arun-2401.Princeton.EDU + address 172.18.84.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2402 + alias arun-2402.Princeton.EDU + address 172.18.84.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2404 + alias arun-2404.Princeton.EDU + address 172.18.84.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2405 + alias arun-2405.Princeton.EDU + address 172.18.84.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2406 + alias arun-2406.Princeton.EDU + address 172.18.84.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2407 + alias arun-2407.Princeton.EDU + address 172.18.84.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2410 + alias arun-2410.Princeton.EDU + address 172.18.84.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2417 + alias arun-2417.Princeton.EDU + address 172.18.84.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2418 + alias arun-2418.Princeton.EDU + address 172.18.84.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2419 + alias arun-2419.Princeton.EDU + address 172.18.84.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2421 + alias arun-2421.Princeton.EDU + address 172.18.84.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2422 + alias arun-2422.Princeton.EDU + address 172.18.84.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2423 + alias arun-2423.Princeton.EDU + address 172.18.84.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2429 + alias arun-2429.Princeton.EDU + address 172.18.84.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2430 + alias arun-2430.Princeton.EDU + address 172.18.84.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2434 + alias arun-2434.Princeton.EDU + address 172.18.84.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2435 + alias arun-2435.Princeton.EDU + address 172.18.84.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2436 + alias arun-2436.Princeton.EDU + address 172.18.84.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2437 + alias arun-2437.Princeton.EDU + address 172.18.84.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2441 + alias arun-2441.Princeton.EDU + address 172.18.84.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2442 + alias arun-2442.Princeton.EDU + address 172.18.84.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2443 + alias arun-2443.Princeton.EDU + address 172.18.84.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2444 + alias arun-2444.Princeton.EDU + address 172.18.84.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2445 + alias arun-2445.Princeton.EDU + address 172.18.68.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2446 + alias arun-2446.Princeton.EDU + address 172.18.67.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2448 + alias arun-2448.Princeton.EDU + address 172.18.83.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2449 + alias arun-2449.Princeton.EDU + address 172.18.83.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2450 + alias arun-2450.Princeton.EDU + address 172.18.83.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2451 + alias arun-2451.Princeton.EDU + address 172.18.84.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2452 + alias arun-2452.Princeton.EDU + address 172.18.84.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2453 + alias arun-2453.Princeton.EDU + address 172.18.84.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2457 + alias arun-2457.Princeton.EDU + address 172.18.84.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2458 + alias arun-2458.Princeton.EDU + address 172.18.84.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2459 + alias arun-2459.Princeton.EDU + address 172.18.84.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2460 + alias arun-2460.Princeton.EDU + address 172.18.83.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2461 + alias arun-2461.Princeton.EDU + address 172.18.83.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2462 + alias arun-2462.Princeton.EDU + address 172.18.83.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2463 + alias arun-2463.Princeton.EDU + address 172.18.83.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2469 + alias arun-2469.Princeton.EDU + address 172.18.84.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2470 + alias arun-2470.Princeton.EDU + address 172.18.84.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2471 + alias arun-2471.Princeton.EDU + address 172.18.84.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2472 + alias arun-2472.Princeton.EDU + address 172.18.84.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2473 + alias arun-2473.Princeton.EDU + address 172.18.84.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2475 + alias arun-2475.Princeton.EDU + address 172.18.83.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2476 + alias arun-2476.Princeton.EDU + address 172.18.83.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2479 + alias arun-2479.Princeton.EDU + address 172.18.84.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2480 + alias arun-2480.Princeton.EDU + address 172.18.85.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2482 + alias arun-2482.Princeton.EDU + address 172.18.85.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2483 + alias arun-2483.Princeton.EDU + address 172.18.85.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2485 + alias arun-2485.Princeton.EDU + address 172.18.85.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2486 + alias arun-2486.Princeton.EDU + address 172.18.85.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2490 + alias arun-2490.Princeton.EDU + address 172.18.83.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2491 + alias arun-2491.Princeton.EDU + address 172.18.83.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2493 + alias arun-2493.Princeton.EDU + address 172.18.83.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2496 + alias arun-2496.Princeton.EDU + address 172.18.83.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2497 + alias arun-2497.Princeton.EDU + address 172.18.83.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2498 + alias arun-2498.Princeton.EDU + address 172.18.83.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2499 + alias arun-2499.Princeton.EDU + address 172.18.83.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2501 + alias arun-2501.Princeton.EDU + address 172.18.84.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2502 + alias arun-2502.Princeton.EDU + address 172.18.84.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2503 + alias arun-2503.Princeton.EDU + address 172.18.84.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2504 + alias arun-2504.Princeton.EDU + address 172.18.84.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2512 + alias arun-2512.Princeton.EDU + address 172.18.84.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2513 + alias arun-2513.Princeton.EDU + address 172.18.84.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2514 + alias arun-2514.Princeton.EDU + address 172.18.85.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2515 + alias arun-2515.Princeton.EDU + address 172.18.84.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2516 + alias arun-2516.Princeton.EDU + address 172.18.84.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2517 + alias arun-2517.Princeton.EDU + address 172.18.64.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2518 + alias arun-2518.Princeton.EDU + address 172.18.66.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2519 + alias arun-2519.Princeton.EDU + address 172.18.85.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2522 + alias arun-2522.Princeton.EDU + address 172.18.85.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2524 + alias arun-2524.Princeton.EDU + address 172.18.85.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2525 + alias arun-2525.Princeton.EDU + address 172.18.85.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2527 + alias arun-2527.Princeton.EDU + address 172.18.85.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2528 + alias arun-2528.Princeton.EDU + address 172.18.85.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2533 + alias arun-2533.Princeton.EDU + address 172.18.85.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2534 + alias arun-2534.Princeton.EDU + address 172.18.85.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2536 + alias arun-2536.Princeton.EDU + address 172.18.85.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2537 + alias arun-2537.Princeton.EDU + address 172.18.85.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2539 + alias arun-2539.Princeton.EDU + address 172.18.85.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2540 + alias arun-2540.Princeton.EDU + address 172.18.85.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2542 + alias arun-2542.Princeton.EDU + address 172.18.85.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2543 + alias arun-2543.Princeton.EDU + address 172.18.85.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2545 + alias arun-2545.Princeton.EDU + address 172.18.85.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2546 + alias arun-2546.Princeton.EDU + address 172.18.85.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2554 + alias arun-2554.Princeton.EDU + address 172.18.87.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2555 + alias arun-2555.Princeton.EDU + address 172.18.87.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2556 + alias arun-2556.Princeton.EDU + address 172.18.87.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2557 + alias arun-2557.Princeton.EDU + address 172.18.69.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2558 + alias arun-2558.Princeton.EDU + address 172.18.69.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2567 + alias arun-2567.Princeton.EDU + address 172.18.84.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2568 + alias arun-2568.Princeton.EDU + address 172.18.84.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2573 + alias arun-2573.Princeton.EDU + address 172.18.83.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2574 + alias arun-2574.Princeton.EDU + address 172.18.85.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2577 + alias arun-2577.Princeton.EDU + address 172.18.83.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2578 + alias arun-2578.Princeton.EDU + address 172.18.83.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2579 + alias arun-2579.Princeton.EDU + address 172.18.83.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2603 + alias arun-2603.Princeton.EDU + address 172.18.88.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2605 + alias arun-2605.Princeton.EDU + address 172.18.88.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2606 + alias arun-2606.Princeton.EDU + address 172.18.88.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2608 + alias arun-2608.Princeton.EDU + address 172.18.232.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2610 + alias arun-2610.Princeton.EDU + address 172.18.69.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2611 + alias arun-2611.Princeton.EDU + address 172.18.88.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2613 + alias arun-2613.Princeton.EDU + address 172.18.66.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2614 + alias arun-2614.Princeton.EDU + address 172.18.64.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2622 + alias arun-2622.Princeton.EDU + address 172.18.65.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2623 + alias arun-2623.Princeton.EDU + address 172.18.66.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2626 + alias arun-2626.Princeton.EDU + address 172.18.67.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2627 + alias arun-2627.Princeton.EDU + address 172.18.67.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2643 + alias arun-2643.Princeton.EDU + address 172.18.85.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2646 + alias arun-2646.Princeton.EDU + address 172.18.83.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2649 + alias arun-2649.Princeton.EDU + address 172.18.84.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2650 + alias arun-2650.Princeton.EDU + address 172.18.84.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2781 + alias arun-2781.Princeton.EDU + address 172.18.85.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2782 + alias arun-2782.Princeton.EDU + address 172.18.83.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2783 + alias arun-2783.Princeton.EDU + address 172.18.83.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2784 + alias arun-2784.Princeton.EDU + address 172.18.83.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2785 + alias arun-2785.Princeton.EDU + address 172.18.83.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2797 + alias arun-2797.Princeton.EDU + address 172.18.84.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2798 + alias arun-2798.Princeton.EDU + address 172.18.84.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2951 + alias arun-2951.Princeton.EDU + address 172.18.84.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2955 + alias arun-2955.Princeton.EDU + address 172.18.84.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2956 + alias arun-2956.Princeton.EDU + address 172.18.84.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2996 + alias arun-2996.Princeton.EDU + address 172.18.84.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-2997 + alias arun-2997.Princeton.EDU + address 172.18.84.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3007 + alias arun-3007.Princeton.EDU + address 172.18.84.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3009 + alias arun-3009.Princeton.EDU + address 172.18.65.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3010 + alias arun-3010.Princeton.EDU + address 172.18.66.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3011 + alias arun-3011.Princeton.EDU + address 172.18.67.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3014 + alias arun-3014.Princeton.EDU + address 172.18.68.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3015 + alias arun-3015.Princeton.EDU + address 172.18.69.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3017 + alias arun-3017.Princeton.EDU + address 172.18.73.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3018 + alias arun-3018.Princeton.EDU + address 172.18.65.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3019 + alias arun-3019.Princeton.EDU + address 172.18.84.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3022 + alias arun-3022.Princeton.EDU + address 172.18.84.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3023 + alias arun-3023.Princeton.EDU + address 172.18.84.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3024 + alias arun-3024.Princeton.EDU + address 172.18.84.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3027 + alias arun-3027.Princeton.EDU + address 172.18.84.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3029 + alias arun-3029.Princeton.EDU + address 172.18.84.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3035 + alias arun-3035.Princeton.EDU + address 172.18.84.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3036 + alias arun-3036.Princeton.EDU + address 172.18.84.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3040 + alias arun-3040.Princeton.EDU + address 172.18.84.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3045 + alias arun-3045.Princeton.EDU + address 172.18.84.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3046 + alias arun-3046.Princeton.EDU + address 172.18.84.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3047 + alias arun-3047.Princeton.EDU + address 172.18.84.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3048 + alias arun-3048.Princeton.EDU + address 172.18.84.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3050 + alias arun-3050.Princeton.EDU + address 172.18.84.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3051 + alias arun-3051.Princeton.EDU + address 172.18.64.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3054 + alias arun-3054.Princeton.EDU + address 172.18.73.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3061 + alias arun-3061.Princeton.EDU + address 172.18.66.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3062 + alias arun-3062.Princeton.EDU + address 172.18.73.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3063 + alias arun-3063.Princeton.EDU + address 172.18.73.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3064 + alias arun-3064.Princeton.EDU + address 172.18.73.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3066 + alias arun-3066.Princeton.EDU + address 172.18.89.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3067 + alias arun-3067.Princeton.EDU + address 172.18.89.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3068 + alias arun-3068.Princeton.EDU + address 172.18.89.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3069 + alias arun-3069.Princeton.EDU + address 172.18.89.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3070 + alias arun-3070.Princeton.EDU + address 172.18.89.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3071 + alias arun-3071.Princeton.EDU + address 172.18.74.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3072 + alias arun-3072.Princeton.EDU + address 172.18.74.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3073 + alias arun-3073.Princeton.EDU + address 172.18.74.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3074 + alias arun-3074.Princeton.EDU + address 172.18.74.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3076 + alias arun-3076.Princeton.EDU + address 172.18.67.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3078 + alias arun-3078.Princeton.EDU + address 172.18.89.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3079 + alias arun-3079.Princeton.EDU + address 172.18.64.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3082 + alias arun-3082.Princeton.EDU + address 172.18.224.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3083 + alias arun-3083.Princeton.EDU + address 172.18.224.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3084 + alias arun-3084.Princeton.EDU + address 172.18.224.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3085 + alias arun-3085.Princeton.EDU + address 172.18.224.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3308 + alias arun-3308.Princeton.EDU + address 172.18.84.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3377 + alias arun-3377.Princeton.EDU + address 172.18.70.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3378 + alias arun-3378.Princeton.EDU + address 172.18.70.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3379 + alias arun-3379.Princeton.EDU + address 172.18.70.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3380 + alias arun-3380.Princeton.EDU + address 172.18.70.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3381 + alias arun-3381.Princeton.EDU + address 172.18.70.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3382 + alias arun-3382.Princeton.EDU + address 172.18.70.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3383 + alias arun-3383.Princeton.EDU + address 172.18.70.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3384 + alias arun-3384.Princeton.EDU + address 172.18.70.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3385 + alias arun-3385.Princeton.EDU + address 172.18.70.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3386 + alias arun-3386.Princeton.EDU + address 172.18.70.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3387 + alias arun-3387.Princeton.EDU + address 172.18.70.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3388 + alias arun-3388.Princeton.EDU + address 172.18.70.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3389 + alias arun-3389.Princeton.EDU + address 172.18.70.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3390 + alias arun-3390.Princeton.EDU + address 172.18.70.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3391 + alias arun-3391.Princeton.EDU + address 172.18.70.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3392 + alias arun-3392.Princeton.EDU + address 172.18.70.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3393 + alias arun-3393.Princeton.EDU + address 172.18.70.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3394 + alias arun-3394.Princeton.EDU + address 172.18.70.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3395 + alias arun-3395.Princeton.EDU + address 172.18.70.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3396 + alias arun-3396.Princeton.EDU + address 172.18.70.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3397 + alias arun-3397.Princeton.EDU + address 172.18.70.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3398 + alias arun-3398.Princeton.EDU + address 172.18.70.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3399 + alias arun-3399.Princeton.EDU + address 172.18.70.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3400 + alias arun-3400.Princeton.EDU + address 172.18.70.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3401 + alias arun-3401.Princeton.EDU + address 172.18.70.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3402 + alias arun-3402.Princeton.EDU + address 172.18.70.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3403 + alias arun-3403.Princeton.EDU + address 172.18.70.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3404 + alias arun-3404.Princeton.EDU + address 172.18.70.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3405 + alias arun-3405.Princeton.EDU + address 172.18.70.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3406 + alias arun-3406.Princeton.EDU + address 172.18.70.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3408 + alias arun-3408.Princeton.EDU + address 172.18.70.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3409 + alias arun-3409.Princeton.EDU + address 172.18.70.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3410 + alias arun-3410.Princeton.EDU + address 172.18.70.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3411 + alias arun-3411.Princeton.EDU + address 172.18.70.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3412 + alias arun-3412.Princeton.EDU + address 172.18.70.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3413 + alias arun-3413.Princeton.EDU + address 172.18.70.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3414 + alias arun-3414.Princeton.EDU + address 172.18.70.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3415 + alias arun-3415.Princeton.EDU + address 172.18.70.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3416 + alias arun-3416.Princeton.EDU + address 172.18.70.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3417 + alias arun-3417.Princeton.EDU + address 172.18.71.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3418 + alias arun-3418.Princeton.EDU + address 172.18.71.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3419 + alias arun-3419.Princeton.EDU + address 172.18.71.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3420 + alias arun-3420.Princeton.EDU + address 172.18.71.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3421 + alias arun-3421.Princeton.EDU + address 172.18.71.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3422 + alias arun-3422.Princeton.EDU + address 172.18.71.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3423 + alias arun-3423.Princeton.EDU + address 172.18.71.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3424 + alias arun-3424.Princeton.EDU + address 172.18.71.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3425 + alias arun-3425.Princeton.EDU + address 172.18.71.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3426 + alias arun-3426.Princeton.EDU + address 172.18.71.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3427 + alias arun-3427.Princeton.EDU + address 172.18.71.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3428 + alias arun-3428.Princeton.EDU + address 172.18.71.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3429 + alias arun-3429.Princeton.EDU + address 172.18.71.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3430 + alias arun-3430.Princeton.EDU + address 172.18.71.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3431 + alias arun-3431.Princeton.EDU + address 172.18.71.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3432 + alias arun-3432.Princeton.EDU + address 172.18.71.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3433 + alias arun-3433.Princeton.EDU + address 172.18.71.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3434 + alias arun-3434.Princeton.EDU + address 172.18.71.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3435 + alias arun-3435.Princeton.EDU + address 172.18.71.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3436 + alias arun-3436.Princeton.EDU + address 172.18.71.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3437 + alias arun-3437.Princeton.EDU + address 172.18.71.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3438 + alias arun-3438.Princeton.EDU + address 172.18.71.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3439 + alias arun-3439.Princeton.EDU + address 172.18.71.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3440 + alias arun-3440.Princeton.EDU + address 172.18.71.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3441 + alias arun-3441.Princeton.EDU + address 172.18.71.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3442 + alias arun-3442.Princeton.EDU + address 172.18.71.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3443 + alias arun-3443.Princeton.EDU + address 172.18.71.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3444 + alias arun-3444.Princeton.EDU + address 172.18.71.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3445 + alias arun-3445.Princeton.EDU + address 172.18.71.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3446 + alias arun-3446.Princeton.EDU + address 172.18.71.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3447 + alias arun-3447.Princeton.EDU + address 172.18.71.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3448 + alias arun-3448.Princeton.EDU + address 172.18.71.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3449 + alias arun-3449.Princeton.EDU + address 172.18.71.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3450 + alias arun-3450.Princeton.EDU + address 172.18.71.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3451 + alias arun-3451.Princeton.EDU + address 172.18.71.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3452 + alias arun-3452.Princeton.EDU + address 172.18.71.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3453 + alias arun-3453.Princeton.EDU + address 172.18.71.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3454 + alias arun-3454.Princeton.EDU + address 172.18.71.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3455 + alias arun-3455.Princeton.EDU + address 172.18.71.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3456 + alias arun-3456.Princeton.EDU + address 172.18.71.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3457 + alias arun-3457.Princeton.EDU + address 172.18.71.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3458 + alias arun-3458.Princeton.EDU + address 172.18.71.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3459 + alias arun-3459.Princeton.EDU + address 172.18.71.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3460 + alias arun-3460.Princeton.EDU + address 172.18.71.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3461 + alias arun-3461.Princeton.EDU + address 172.18.71.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3462 + alias arun-3462.Princeton.EDU + address 172.18.71.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3463 + alias arun-3463.Princeton.EDU + address 172.18.71.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3464 + alias arun-3464.Princeton.EDU + address 172.18.71.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3465 + alias arun-3465.Princeton.EDU + address 172.18.71.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3466 + alias arun-3466.Princeton.EDU + address 172.18.71.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3467 + alias arun-3467.Princeton.EDU + address 172.18.71.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3468 + alias arun-3468.Princeton.EDU + address 172.18.71.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3469 + alias arun-3469.Princeton.EDU + address 172.18.71.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3470 + alias arun-3470.Princeton.EDU + address 172.18.71.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3471 + alias arun-3471.Princeton.EDU + address 172.18.71.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3472 + alias arun-3472.Princeton.EDU + address 172.18.71.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3473 + alias arun-3473.Princeton.EDU + address 172.18.71.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3474 + alias arun-3474.Princeton.EDU + address 172.18.71.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3475 + alias arun-3475.Princeton.EDU + address 172.18.71.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3476 + alias arun-3476.Princeton.EDU + address 172.18.71.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3477 + alias arun-3477.Princeton.EDU + address 172.18.71.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3478 + alias arun-3478.Princeton.EDU + address 172.18.71.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3479 + alias arun-3479.Princeton.EDU + address 172.18.71.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3480 + alias arun-3480.Princeton.EDU + address 172.18.71.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3481 + alias arun-3481.Princeton.EDU + address 172.18.71.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3482 + alias arun-3482.Princeton.EDU + address 172.18.71.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3483 + alias arun-3483.Princeton.EDU + address 172.18.71.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3484 + alias arun-3484.Princeton.EDU + address 172.18.71.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3485 + alias arun-3485.Princeton.EDU + address 172.18.71.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3486 + alias arun-3486.Princeton.EDU + address 172.18.71.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3510 + alias arun-3510.Princeton.EDU + address 172.18.84.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3511 + alias arun-3511.Princeton.EDU + address 172.18.84.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3512 + alias arun-3512.Princeton.EDU + address 172.18.84.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3513 + alias arun-3513.Princeton.EDU + address 172.18.84.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3555 + alias arun-3555.Princeton.EDU + address 172.18.84.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3556 + alias arun-3556.Princeton.EDU + address 172.18.84.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3557 + alias arun-3557.Princeton.EDU + address 172.18.84.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3558 + alias arun-3558.Princeton.EDU + address 172.18.84.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3559 + alias arun-3559.Princeton.EDU + address 172.18.84.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3560 + alias arun-3560.Princeton.EDU + address 172.18.83.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3561 + alias arun-3561.Princeton.EDU + address 172.18.83.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3562 + alias arun-3562.Princeton.EDU + address 172.18.83.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3563 + alias arun-3563.Princeton.EDU + address 172.18.83.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3564 + alias arun-3564.Princeton.EDU + address 172.18.83.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3565 + alias arun-3565.Princeton.EDU + address 172.18.83.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3566 + alias arun-3566.Princeton.EDU + address 172.18.83.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3567 + alias arun-3567.Princeton.EDU + address 172.18.83.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3568 + alias arun-3568.Princeton.EDU + address 172.18.83.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3569 + alias arun-3569.Princeton.EDU + address 172.18.83.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3570 + alias arun-3570.Princeton.EDU + address 172.18.83.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3571 + alias arun-3571.Princeton.EDU + address 172.18.83.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3592 + alias arun-3592.Princeton.EDU + address 172.18.84.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3663 + alias arun-3663.Princeton.EDU + address 172.18.84.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3665 + alias arun-3665.Princeton.EDU + address 172.18.233.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3666 + alias arun-3666.Princeton.EDU + address 172.18.233.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3667 + alias arun-3667.Princeton.EDU + address 172.18.233.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3668 + alias arun-3668.Princeton.EDU + address 172.18.233.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3669 + alias arun-3669.Princeton.EDU + address 172.18.233.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3670 + alias arun-3670.Princeton.EDU + address 172.18.233.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3671 + alias arun-3671.Princeton.EDU + address 172.18.233.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3672 + alias arun-3672.Princeton.EDU + address 172.18.83.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3673 + alias arun-3673.Princeton.EDU + address 172.18.83.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3674 + alias arun-3674.Princeton.EDU + address 172.18.83.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3755 + alias arun-3755.Princeton.EDU + address 172.18.83.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3756 + alias arun-3756.Princeton.EDU + address 172.18.83.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3757 + alias arun-3757.Princeton.EDU + address 172.18.78.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3758 + alias arun-3758.Princeton.EDU + address 172.18.78.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3759 + alias arun-3759.Princeton.EDU + address 172.18.81.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3760 + alias arun-3760.Princeton.EDU + address 172.18.81.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3761 + alias arun-3761.Princeton.EDU + address 172.18.83.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3762 + alias arun-3762.Princeton.EDU + address 172.18.83.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3763 + alias arun-3763.Princeton.EDU + address 172.18.83.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3764 + alias arun-3764.Princeton.EDU + address 172.18.83.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3765 + alias arun-3765.Princeton.EDU + address 172.18.83.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3766 + alias arun-3766.Princeton.EDU + address 172.18.84.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3767 + alias arun-3767.Princeton.EDU + address 172.18.84.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3768 + alias arun-3768.Princeton.EDU + address 172.18.84.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3769 + alias arun-3769.Princeton.EDU + address 172.18.84.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3770 + alias arun-3770.Princeton.EDU + address 172.18.84.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3771 + alias arun-3771.Princeton.EDU + address 172.18.65.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3772 + alias arun-3772.Princeton.EDU + address 172.18.65.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3773 + alias arun-3773.Princeton.EDU + address 172.18.83.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3774 + alias arun-3774.Princeton.EDU + address 172.18.83.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3775 + alias arun-3775.Princeton.EDU + address 172.18.83.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3776 + alias arun-3776.Princeton.EDU + address 172.18.66.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3810 + alias arun-3810.Princeton.EDU + address 172.18.83.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3862 + alias arun-3862.Princeton.EDU + address 172.18.83.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3863 + alias arun-3863.Princeton.EDU + address 172.18.83.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3864 + alias arun-3864.Princeton.EDU + address 172.18.83.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3870 + alias arun-3870.Princeton.EDU + address 172.18.83.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3871 + alias arun-3871.Princeton.EDU + address 172.18.83.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3877 + alias arun-3877.Princeton.EDU + address 172.18.83.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3878 + alias arun-3878.Princeton.EDU + address 172.18.83.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3879 + alias arun-3879.Princeton.EDU + address 172.18.83.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3880 + alias arun-3880.Princeton.EDU + address 172.18.83.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-3881 + alias arun-3881.Princeton.EDU + address 172.18.83.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4412 + alias arun-4412.Princeton.EDU + address 172.18.64.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4413 + alias arun-4413.Princeton.EDU + address 172.18.64.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4414 + alias arun-4414.Princeton.EDU + address 172.18.65.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4415 + alias arun-4415.Princeton.EDU + address 172.18.65.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4416 + alias arun-4416.Princeton.EDU + address 172.18.65.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4417 + alias arun-4417.Princeton.EDU + address 172.18.66.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4418 + alias arun-4418.Princeton.EDU + address 172.18.66.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4419 + alias arun-4419.Princeton.EDU + address 172.18.66.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4420 + alias arun-4420.Princeton.EDU + address 172.18.66.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4421 + alias arun-4421.Princeton.EDU + address 172.18.65.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4422 + alias arun-4422.Princeton.EDU + address 172.18.66.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4423 + alias arun-4423.Princeton.EDU + address 172.18.66.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4424 + alias arun-4424.Princeton.EDU + address 172.18.66.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4425 + alias arun-4425.Princeton.EDU + address 172.18.66.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4426 + alias arun-4426.Princeton.EDU + address 172.18.66.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4428 + alias arun-4428.Princeton.EDU + address 172.18.65.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4429 + alias arun-4429.Princeton.EDU + address 172.18.65.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4430 + alias arun-4430.Princeton.EDU + address 172.18.65.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4431 + alias arun-4431.Princeton.EDU + address 172.18.65.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4432 + alias arun-4432.Princeton.EDU + address 172.18.65.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4433 + alias arun-4433.Princeton.EDU + address 172.18.65.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4434 + alias arun-4434.Princeton.EDU + address 172.18.65.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4435 + alias arun-4435.Princeton.EDU + address 172.18.67.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4436 + alias arun-4436.Princeton.EDU + address 172.18.68.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4437 + alias arun-4437.Princeton.EDU + address 172.18.68.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4438 + alias arun-4438.Princeton.EDU + address 172.18.68.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4439 + alias arun-4439.Princeton.EDU + address 172.18.72.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4440 + alias arun-4440.Princeton.EDU + address 172.18.75.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4441 + alias arun-4441.Princeton.EDU + address 172.18.75.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4442 + alias arun-4442.Princeton.EDU + address 172.18.75.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4443 + alias arun-4443.Princeton.EDU + address 172.18.75.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4445 + alias arun-4445.Princeton.EDU + address 172.18.233.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4446 + alias arun-4446.Princeton.EDU + address 172.18.233.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4660 + alias arun-4660.Princeton.EDU + address 172.18.225.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4681 + alias arun-4681.Princeton.EDU + address 172.18.225.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4682 + alias arun-4682.Princeton.EDU + address 172.18.225.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4683 + alias arun-4683.Princeton.EDU + address 172.18.225.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4684 + alias arun-4684.Princeton.EDU + address 172.18.225.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-4988 + alias arun-4988.Princeton.EDU + address 172.18.233.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5340 + alias arun-5340.Princeton.EDU + address 172.18.65.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5341 + alias arun-5341.Princeton.EDU + address 172.18.233.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5342 + alias arun-5342.Princeton.EDU + address 172.18.233.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5343 + alias arun-5343.Princeton.EDU + address 172.18.233.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5344 + alias arun-5344.Princeton.EDU + address 172.18.233.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5347 + alias arun-5347.Princeton.EDU + address 172.18.80.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5362 + alias arun-5362.Princeton.EDU + address 172.18.83.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5363 + alias arun-5363.Princeton.EDU + address 172.18.66.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5365 + alias arun-5365.Princeton.EDU + address 172.18.66.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5367 + alias arun-5367.Princeton.EDU + address 172.18.66.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5368 + alias arun-5368.Princeton.EDU + address 172.18.66.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5369 + alias arun-5369.Princeton.EDU + address 172.18.66.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5370 + alias arun-5370.Princeton.EDU + address 172.18.76.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5371 + alias arun-5371.Princeton.EDU + address 172.18.78.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5372 + alias arun-5372.Princeton.EDU + address 172.18.78.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5373 + alias arun-5373.Princeton.EDU + address 172.18.78.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5374 + alias arun-5374.Princeton.EDU + address 172.18.78.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5375 + alias arun-5375.Princeton.EDU + address 172.18.82.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5376 + alias arun-5376.Princeton.EDU + address 172.18.84.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5377 + alias arun-5377.Princeton.EDU + address 172.18.84.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5378 + alias arun-5378.Princeton.EDU + address 172.18.84.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5440 + alias arun-5440.Princeton.EDU + address 172.18.66.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5441 + alias arun-5441.Princeton.EDU + address 172.18.66.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5442 + alias arun-5442.Princeton.EDU + address 172.18.66.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5443 + alias arun-5443.Princeton.EDU + address 172.18.66.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5444 + alias arun-5444.Princeton.EDU + address 172.18.66.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5445 + alias arun-5445.Princeton.EDU + address 172.18.66.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5446 + alias arun-5446.Princeton.EDU + address 172.18.66.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5447 + alias arun-5447.Princeton.EDU + address 172.18.66.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5448 + alias arun-5448.Princeton.EDU + address 172.18.66.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5449 + alias arun-5449.Princeton.EDU + address 172.18.66.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5450 + alias arun-5450.Princeton.EDU + address 172.18.66.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5451 + alias arun-5451.Princeton.EDU + address 172.18.66.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5452 + alias arun-5452.Princeton.EDU + address 172.18.66.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5453 + alias arun-5453.Princeton.EDU + address 172.18.66.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5454 + alias arun-5454.Princeton.EDU + address 172.18.66.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5455 + alias arun-5455.Princeton.EDU + address 172.18.66.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5456 + alias arun-5456.Princeton.EDU + address 172.18.66.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5457 + alias arun-5457.Princeton.EDU + address 172.18.66.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5458 + alias arun-5458.Princeton.EDU + address 172.18.66.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5459 + alias arun-5459.Princeton.EDU + address 172.18.66.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5460 + alias arun-5460.Princeton.EDU + address 172.18.67.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5461 + alias arun-5461.Princeton.EDU + address 172.18.67.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5462 + alias arun-5462.Princeton.EDU + address 172.18.67.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5463 + alias arun-5463.Princeton.EDU + address 172.18.67.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5464 + alias arun-5464.Princeton.EDU + address 172.18.67.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5465 + alias arun-5465.Princeton.EDU + address 172.18.67.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5466 + alias arun-5466.Princeton.EDU + address 172.18.67.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5467 + alias arun-5467.Princeton.EDU + address 172.18.67.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5468 + alias arun-5468.Princeton.EDU + address 172.18.67.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5481 + alias arun-5481.Princeton.EDU + address 172.18.66.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5482 + alias arun-5482.Princeton.EDU + address 172.18.88.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5483 + alias arun-5483.Princeton.EDU + address 172.18.88.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5484 + alias arun-5484.Princeton.EDU + address 172.18.88.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5485 + alias arun-5485.Princeton.EDU + address 172.18.88.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5486 + alias arun-5486.Princeton.EDU + address 172.18.88.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5487 + alias arun-5487.Princeton.EDU + address 172.18.88.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5488 + alias arun-5488.Princeton.EDU + address 172.18.88.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5489 + alias arun-5489.Princeton.EDU + address 172.18.88.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5490 + alias arun-5490.Princeton.EDU + address 172.18.81.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5491 + alias arun-5491.Princeton.EDU + address 172.18.81.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5492 + alias arun-5492.Princeton.EDU + address 172.18.81.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5493 + alias arun-5493.Princeton.EDU + address 172.18.64.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5494 + alias arun-5494.Princeton.EDU + address 172.18.67.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5495 + alias arun-5495.Princeton.EDU + address 172.18.88.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5496 + alias arun-5496.Princeton.EDU + address 172.18.88.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5497 + alias arun-5497.Princeton.EDU + address 172.18.81.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5498 + alias arun-5498.Princeton.EDU + address 172.18.67.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5499 + alias arun-5499.Princeton.EDU + address 172.18.88.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5500 + alias arun-5500.Princeton.EDU + address 172.18.67.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5502 + alias arun-5502.Princeton.EDU + address 172.18.81.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5503 + alias arun-5503.Princeton.EDU + address 172.18.81.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5504 + alias arun-5504.Princeton.EDU + address 172.18.81.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5506 + alias arun-5506.Princeton.EDU + address 172.18.66.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5508 + alias arun-5508.Princeton.EDU + address 172.18.84.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5509 + alias arun-5509.Princeton.EDU + address 172.18.84.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5512 + alias arun-5512.Princeton.EDU + address 172.18.84.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5513 + alias arun-5513.Princeton.EDU + address 172.18.67.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5514 + alias arun-5514.Princeton.EDU + address 172.18.68.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5515 + alias arun-5515.Princeton.EDU + address 172.18.84.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5516 + alias arun-5516.Princeton.EDU + address 172.18.65.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5519 + alias arun-5519.Princeton.EDU + address 172.18.67.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5520 + alias arun-5520.Princeton.EDU + address 172.18.66.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5521 + alias arun-5521.Princeton.EDU + address 172.18.65.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5525 + alias arun-5525.Princeton.EDU + address 172.18.84.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5527 + alias arun-5527.Princeton.EDU + address 172.18.67.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5529 + alias arun-5529.Princeton.EDU + address 172.18.84.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5530 + alias arun-5530.Princeton.EDU + address 172.18.67.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5531 + alias arun-5531.Princeton.EDU + address 172.18.67.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5532 + alias arun-5532.Princeton.EDU + address 172.18.67.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5533 + alias arun-5533.Princeton.EDU + address 172.18.88.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5534 + alias arun-5534.Princeton.EDU + address 172.18.88.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5535 + alias arun-5535.Princeton.EDU + address 172.18.88.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5536 + alias arun-5536.Princeton.EDU + address 172.18.65.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5537 + alias arun-5537.Princeton.EDU + address 172.18.88.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5539 + alias arun-5539.Princeton.EDU + address 172.18.81.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5540 + alias arun-5540.Princeton.EDU + address 172.18.81.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5541 + alias arun-5541.Princeton.EDU + address 172.18.88.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5542 + alias arun-5542.Princeton.EDU + address 172.18.68.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5543 + alias arun-5543.Princeton.EDU + address 172.18.68.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5544 + alias arun-5544.Princeton.EDU + address 172.18.81.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5545 + alias arun-5545.Princeton.EDU + address 172.18.88.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5546 + alias arun-5546.Princeton.EDU + address 172.18.68.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5547 + alias arun-5547.Princeton.EDU + address 172.18.81.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5548 + alias arun-5548.Princeton.EDU + address 172.18.81.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5549 + alias arun-5549.Princeton.EDU + address 172.18.88.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5550 + alias arun-5550.Princeton.EDU + address 172.18.88.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5551 + alias arun-5551.Princeton.EDU + address 172.18.68.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5552 + alias arun-5552.Princeton.EDU + address 172.18.81.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5553 + alias arun-5553.Princeton.EDU + address 172.18.88.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5554 + alias arun-5554.Princeton.EDU + address 172.18.81.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5555 + alias arun-5555.Princeton.EDU + address 172.18.81.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5556 + alias arun-5556.Princeton.EDU + address 172.18.81.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5557 + alias arun-5557.Princeton.EDU + address 172.18.84.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5558 + alias arun-5558.Princeton.EDU + address 172.18.88.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5559 + alias arun-5559.Princeton.EDU + address 172.18.81.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5560 + alias arun-5560.Princeton.EDU + address 172.18.64.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5561 + alias arun-5561.Princeton.EDU + address 172.18.84.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5562 + alias arun-5562.Princeton.EDU + address 172.18.68.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5563 + alias arun-5563.Princeton.EDU + address 172.18.68.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5564 + alias arun-5564.Princeton.EDU + address 172.18.68.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5565 + alias arun-5565.Princeton.EDU + address 172.18.68.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5566 + alias arun-5566.Princeton.EDU + address 172.18.67.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5567 + alias arun-5567.Princeton.EDU + address 172.18.68.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5568 + alias arun-5568.Princeton.EDU + address 172.18.68.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5569 + alias arun-5569.Princeton.EDU + address 172.18.71.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5570 + alias arun-5570.Princeton.EDU + address 172.18.68.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5571 + alias arun-5571.Princeton.EDU + address 172.18.66.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5572 + alias arun-5572.Princeton.EDU + address 172.18.76.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5573 + alias arun-5573.Princeton.EDU + address 172.18.68.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5574 + alias arun-5574.Princeton.EDU + address 172.18.84.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5575 + alias arun-5575.Princeton.EDU + address 172.18.69.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5576 + alias arun-5576.Princeton.EDU + address 172.18.66.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5577 + alias arun-5577.Princeton.EDU + address 172.18.82.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5578 + alias arun-5578.Princeton.EDU + address 172.18.69.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5579 + alias arun-5579.Princeton.EDU + address 172.18.65.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5580 + alias arun-5580.Princeton.EDU + address 172.18.82.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5581 + alias arun-5581.Princeton.EDU + address 172.18.69.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5582 + alias arun-5582.Princeton.EDU + address 172.18.84.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5583 + alias arun-5583.Princeton.EDU + address 172.18.69.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5584 + alias arun-5584.Princeton.EDU + address 172.18.65.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5585 + alias arun-5585.Princeton.EDU + address 172.18.70.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5586 + alias arun-5586.Princeton.EDU + address 172.18.66.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5587 + alias arun-5587.Princeton.EDU + address 172.18.65.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5588 + alias arun-5588.Princeton.EDU + address 172.18.82.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5590 + alias arun-5590.Princeton.EDU + address 172.18.84.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5591 + alias arun-5591.Princeton.EDU + address 172.18.80.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5592 + alias arun-5592.Princeton.EDU + address 172.18.81.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5593 + alias arun-5593.Princeton.EDU + address 172.18.65.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5594 + alias arun-5594.Princeton.EDU + address 172.18.84.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5595 + alias arun-5595.Princeton.EDU + address 172.18.84.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5596 + alias arun-5596.Princeton.EDU + address 172.18.84.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5597 + alias arun-5597.Princeton.EDU + address 172.18.71.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5598 + alias arun-5598.Princeton.EDU + address 172.18.78.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5599 + alias arun-5599.Princeton.EDU + address 172.18.75.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5600 + alias arun-5600.Princeton.EDU + address 172.18.71.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5601 + alias arun-5601.Princeton.EDU + address 172.18.66.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5602 + alias arun-5602.Princeton.EDU + address 172.18.67.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5603 + alias arun-5603.Princeton.EDU + address 172.18.67.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5604 + alias arun-5604.Princeton.EDU + address 172.18.67.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5605 + alias arun-5605.Princeton.EDU + address 172.18.67.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5606 + alias arun-5606.Princeton.EDU + address 172.18.67.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5607 + alias arun-5607.Princeton.EDU + address 172.18.71.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5608 + alias arun-5608.Princeton.EDU + address 172.18.73.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5609 + alias arun-5609.Princeton.EDU + address 172.18.73.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5611 + alias arun-5611.Princeton.EDU + address 172.18.73.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5612 + alias arun-5612.Princeton.EDU + address 172.18.71.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5613 + alias arun-5613.Princeton.EDU + address 172.18.73.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5614 + alias arun-5614.Princeton.EDU + address 172.18.75.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5616 + alias arun-5616.Princeton.EDU + address 172.18.75.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5617 + alias arun-5617.Princeton.EDU + address 172.18.73.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5618 + alias arun-5618.Princeton.EDU + address 172.18.75.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5619 + alias arun-5619.Princeton.EDU + address 172.18.75.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5621 + alias arun-5621.Princeton.EDU + address 172.18.75.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5622 + alias arun-5622.Princeton.EDU + address 172.18.73.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5623 + alias arun-5623.Princeton.EDU + address 172.18.75.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5624 + alias arun-5624.Princeton.EDU + address 172.18.73.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5625 + alias arun-5625.Princeton.EDU + address 172.18.68.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5626 + alias arun-5626.Princeton.EDU + address 172.18.84.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5627 + alias arun-5627.Princeton.EDU + address 172.18.73.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5628 + alias arun-5628.Princeton.EDU + address 172.18.73.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5629 + alias arun-5629.Princeton.EDU + address 172.18.73.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5630 + alias arun-5630.Princeton.EDU + address 172.18.73.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5631 + alias arun-5631.Princeton.EDU + address 172.18.67.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5632 + alias arun-5632.Princeton.EDU + address 172.18.67.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5633 + alias arun-5633.Princeton.EDU + address 172.18.73.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5634 + alias arun-5634.Princeton.EDU + address 172.18.83.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5636 + alias arun-5636.Princeton.EDU + address 172.18.73.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5639 + alias arun-5639.Princeton.EDU + address 172.18.83.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5641 + alias arun-5641.Princeton.EDU + address 172.18.73.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5642 + alias arun-5642.Princeton.EDU + address 172.18.73.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5643 + alias arun-5643.Princeton.EDU + address 172.18.68.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5644 + alias arun-5644.Princeton.EDU + address 172.18.68.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5645 + alias arun-5645.Princeton.EDU + address 172.18.68.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5646 + alias arun-5646.Princeton.EDU + address 172.18.68.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5647 + alias arun-5647.Princeton.EDU + address 172.18.73.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5648 + alias arun-5648.Princeton.EDU + address 172.18.87.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5649 + alias arun-5649.Princeton.EDU + address 172.18.73.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5650 + alias arun-5650.Princeton.EDU + address 172.18.68.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5651 + alias arun-5651.Princeton.EDU + address 172.18.87.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5652 + alias arun-5652.Princeton.EDU + address 172.18.76.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5653 + alias arun-5653.Princeton.EDU + address 172.18.76.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5654 + alias arun-5654.Princeton.EDU + address 172.18.76.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5655 + alias arun-5655.Princeton.EDU + address 172.18.68.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5656 + alias arun-5656.Princeton.EDU + address 172.18.64.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5657 + alias arun-5657.Princeton.EDU + address 172.18.76.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5658 + alias arun-5658.Princeton.EDU + address 172.18.76.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5659 + alias arun-5659.Princeton.EDU + address 172.18.76.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5660 + alias arun-5660.Princeton.EDU + address 172.18.76.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5661 + alias arun-5661.Princeton.EDU + address 172.18.66.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5662 + alias arun-5662.Princeton.EDU + address 172.18.67.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5663 + alias arun-5663.Princeton.EDU + address 172.18.68.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5665 + alias arun-5665.Princeton.EDU + address 172.18.76.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5666 + alias arun-5666.Princeton.EDU + address 172.18.76.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5667 + alias arun-5667.Princeton.EDU + address 172.18.68.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5668 + alias arun-5668.Princeton.EDU + address 172.18.76.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5669 + alias arun-5669.Princeton.EDU + address 172.18.68.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5670 + alias arun-5670.Princeton.EDU + address 172.18.68.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5671 + alias arun-5671.Princeton.EDU + address 172.18.76.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5672 + alias arun-5672.Princeton.EDU + address 172.18.68.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5673 + alias arun-5673.Princeton.EDU + address 172.18.68.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5674 + alias arun-5674.Princeton.EDU + address 172.18.76.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5675 + alias arun-5675.Princeton.EDU + address 172.18.76.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5676 + alias arun-5676.Princeton.EDU + address 172.18.76.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5677 + alias arun-5677.Princeton.EDU + address 172.18.65.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5678 + alias arun-5678.Princeton.EDU + address 172.18.76.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5679 + alias arun-5679.Princeton.EDU + address 172.18.76.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5680 + alias arun-5680.Princeton.EDU + address 172.18.76.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5681 + alias arun-5681.Princeton.EDU + address 172.18.76.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5682 + alias arun-5682.Princeton.EDU + address 172.18.76.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5683 + alias arun-5683.Princeton.EDU + address 172.18.76.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5685 + alias arun-5685.Princeton.EDU + address 172.18.78.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5686 + alias arun-5686.Princeton.EDU + address 172.18.78.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5687 + alias arun-5687.Princeton.EDU + address 172.18.78.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5688 + alias arun-5688.Princeton.EDU + address 172.18.81.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5689 + alias arun-5689.Princeton.EDU + address 172.18.81.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5690 + alias arun-5690.Princeton.EDU + address 172.18.81.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5691 + alias arun-5691.Princeton.EDU + address 172.18.65.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5692 + alias arun-5692.Princeton.EDU + address 172.18.88.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5693 + alias arun-5693.Princeton.EDU + address 172.18.88.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5789 + alias arun-5789.Princeton.EDU + address 172.18.75.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5790 + alias arun-5790.Princeton.EDU + address 172.18.75.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5791 + alias arun-5791.Princeton.EDU + address 172.18.75.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5792 + alias arun-5792.Princeton.EDU + address 172.18.75.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5793 + alias arun-5793.Princeton.EDU + address 172.18.75.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-5853 + alias arun-5853.Princeton.EDU + address 172.18.64.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6000 + alias arun-6000.Princeton.EDU + address 172.18.233.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6008 + alias arun-6008.Princeton.EDU + address 172.18.66.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6016 + alias arun-6016.Princeton.EDU + address 172.18.83.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6020 + alias arun-6020.Princeton.EDU + address 172.18.83.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6038 + alias arun-6038.Princeton.EDU + address 172.18.83.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6041 + alias arun-6041.Princeton.EDU + address 172.18.83.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6047 + alias arun-6047.Princeton.EDU + address 172.18.65.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6048 + alias arun-6048.Princeton.EDU + address 172.18.65.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6068 + alias arun-6068.Princeton.EDU + address 172.18.65.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6076 + alias arun-6076.Princeton.EDU + address 172.18.82.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6077 + alias arun-6077.Princeton.EDU + address 172.18.83.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6089 + alias arun-6089.Princeton.EDU + address 172.18.83.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6090 + alias arun-6090.Princeton.EDU + address 172.18.83.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6107 + alias arun-6107.Princeton.EDU + address 172.18.64.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6108 + alias arun-6108.Princeton.EDU + address 172.18.64.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6109 + alias arun-6109.Princeton.EDU + address 172.18.64.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6110 + alias arun-6110.Princeton.EDU + address 172.18.64.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6111 + alias arun-6111.Princeton.EDU + address 172.18.66.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6112 + alias arun-6112.Princeton.EDU + address 172.18.67.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6113 + alias arun-6113.Princeton.EDU + address 172.18.67.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6114 + alias arun-6114.Princeton.EDU + address 172.18.67.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6115 + alias arun-6115.Princeton.EDU + address 172.18.67.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6116 + alias arun-6116.Princeton.EDU + address 172.18.67.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6117 + alias arun-6117.Princeton.EDU + address 172.18.66.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6118 + alias arun-6118.Princeton.EDU + address 172.18.67.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6119 + alias arun-6119.Princeton.EDU + address 172.18.67.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6120 + alias arun-6120.Princeton.EDU + address 172.18.67.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6121 + alias arun-6121.Princeton.EDU + address 172.18.67.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6122 + alias arun-6122.Princeton.EDU + address 172.18.67.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6123 + alias arun-6123.Princeton.EDU + address 172.18.67.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6124 + alias arun-6124.Princeton.EDU + address 172.18.67.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6125 + alias arun-6125.Princeton.EDU + address 172.18.67.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6126 + alias arun-6126.Princeton.EDU + address 172.18.67.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6127 + alias arun-6127.Princeton.EDU + address 172.18.67.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6128 + alias arun-6128.Princeton.EDU + address 172.18.67.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6129 + alias arun-6129.Princeton.EDU + address 172.18.67.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6130 + alias arun-6130.Princeton.EDU + address 172.18.67.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6131 + alias arun-6131.Princeton.EDU + address 172.18.67.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6135 + alias arun-6135.Princeton.EDU + address 172.18.67.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6138 + alias arun-6138.Princeton.EDU + address 172.18.68.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6142 + alias arun-6142.Princeton.EDU + address 172.18.74.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6152 + alias arun-6152.Princeton.EDU + address 172.18.74.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6153 + alias arun-6153.Princeton.EDU + address 172.18.74.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6154 + alias arun-6154.Princeton.EDU + address 172.18.74.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6155 + alias arun-6155.Princeton.EDU + address 172.18.74.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6156 + alias arun-6156.Princeton.EDU + address 172.18.74.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6157 + alias arun-6157.Princeton.EDU + address 172.18.74.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6158 + alias arun-6158.Princeton.EDU + address 172.18.74.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6159 + alias arun-6159.Princeton.EDU + address 172.18.74.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6160 + alias arun-6160.Princeton.EDU + address 172.18.74.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6161 + alias arun-6161.Princeton.EDU + address 172.18.74.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6162 + alias arun-6162.Princeton.EDU + address 172.18.74.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6163 + alias arun-6163.Princeton.EDU + address 172.18.74.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6164 + alias arun-6164.Princeton.EDU + address 172.18.74.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6165 + alias arun-6165.Princeton.EDU + address 172.18.74.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6166 + alias arun-6166.Princeton.EDU + address 172.18.74.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6167 + alias arun-6167.Princeton.EDU + address 172.18.74.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6168 + alias arun-6168.Princeton.EDU + address 172.18.74.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6169 + alias arun-6169.Princeton.EDU + address 172.18.74.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6170 + alias arun-6170.Princeton.EDU + address 172.18.74.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6171 + alias arun-6171.Princeton.EDU + address 172.18.74.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6172 + alias arun-6172.Princeton.EDU + address 172.18.84.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6173 + alias arun-6173.Princeton.EDU + address 172.18.74.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6174 + alias arun-6174.Princeton.EDU + address 172.18.74.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6175 + alias arun-6175.Princeton.EDU + address 172.18.74.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6176 + alias arun-6176.Princeton.EDU + address 172.18.74.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6177 + alias arun-6177.Princeton.EDU + address 172.18.74.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6192 + alias arun-6192.Princeton.EDU + address 172.18.74.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6193 + alias arun-6193.Princeton.EDU + address 172.18.74.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6194 + alias arun-6194.Princeton.EDU + address 172.18.74.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6195 + alias arun-6195.Princeton.EDU + address 172.18.74.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6196 + alias arun-6196.Princeton.EDU + address 172.18.68.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6197 + alias arun-6197.Princeton.EDU + address 172.18.74.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6198 + alias arun-6198.Princeton.EDU + address 172.18.74.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6199 + alias arun-6199.Princeton.EDU + address 172.18.74.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6200 + alias arun-6200.Princeton.EDU + address 172.18.74.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6201 + alias arun-6201.Princeton.EDU + address 172.18.74.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6202 + alias arun-6202.Princeton.EDU + address 172.18.74.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6203 + alias arun-6203.Princeton.EDU + address 172.18.74.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6204 + alias arun-6204.Princeton.EDU + address 172.18.74.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6205 + alias arun-6205.Princeton.EDU + address 172.18.74.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6206 + alias arun-6206.Princeton.EDU + address 172.18.74.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6207 + alias arun-6207.Princeton.EDU + address 172.18.74.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6208 + alias arun-6208.Princeton.EDU + address 172.18.74.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6209 + alias arun-6209.Princeton.EDU + address 172.18.74.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6210 + alias arun-6210.Princeton.EDU + address 172.18.74.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6211 + alias arun-6211.Princeton.EDU + address 172.18.74.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6212 + alias arun-6212.Princeton.EDU + address 172.18.74.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6213 + alias arun-6213.Princeton.EDU + address 172.18.74.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6214 + alias arun-6214.Princeton.EDU + address 172.18.74.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6215 + alias arun-6215.Princeton.EDU + address 172.18.74.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6229 + alias arun-6229.Princeton.EDU + address 172.18.74.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6230 + alias arun-6230.Princeton.EDU + address 172.18.74.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6231 + alias arun-6231.Princeton.EDU + address 172.18.74.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6232 + alias arun-6232.Princeton.EDU + address 172.18.74.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6233 + alias arun-6233.Princeton.EDU + address 172.18.74.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6234 + alias arun-6234.Princeton.EDU + address 172.18.74.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6235 + alias arun-6235.Princeton.EDU + address 172.18.74.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6236 + alias arun-6236.Princeton.EDU + address 172.18.74.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6237 + alias arun-6237.Princeton.EDU + address 172.18.74.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6238 + alias arun-6238.Princeton.EDU + address 172.18.74.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6239 + alias arun-6239.Princeton.EDU + address 172.18.74.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6240 + alias arun-6240.Princeton.EDU + address 172.18.74.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6241 + alias arun-6241.Princeton.EDU + address 172.18.74.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6242 + alias arun-6242.Princeton.EDU + address 172.18.74.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6243 + alias arun-6243.Princeton.EDU + address 172.18.74.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6244 + alias arun-6244.Princeton.EDU + address 172.18.74.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6245 + alias arun-6245.Princeton.EDU + address 172.18.74.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6246 + alias arun-6246.Princeton.EDU + address 172.18.65.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6247 + alias arun-6247.Princeton.EDU + address 172.18.65.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6248 + alias arun-6248.Princeton.EDU + address 172.18.65.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6267 + alias arun-6267.Princeton.EDU + address 172.18.74.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6268 + alias arun-6268.Princeton.EDU + address 172.18.74.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6269 + alias arun-6269.Princeton.EDU + address 172.18.74.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6270 + alias arun-6270.Princeton.EDU + address 172.18.74.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6271 + alias arun-6271.Princeton.EDU + address 172.18.74.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6272 + alias arun-6272.Princeton.EDU + address 172.18.74.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6273 + alias arun-6273.Princeton.EDU + address 172.18.74.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6274 + alias arun-6274.Princeton.EDU + address 172.18.74.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6275 + alias arun-6275.Princeton.EDU + address 172.18.74.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6276 + alias arun-6276.Princeton.EDU + address 172.18.74.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6277 + alias arun-6277.Princeton.EDU + address 172.18.74.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6278 + alias arun-6278.Princeton.EDU + address 172.18.74.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6279 + alias arun-6279.Princeton.EDU + address 172.18.74.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6280 + alias arun-6280.Princeton.EDU + address 172.18.74.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6281 + alias arun-6281.Princeton.EDU + address 172.18.74.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6282 + alias arun-6282.Princeton.EDU + address 172.18.74.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6283 + alias arun-6283.Princeton.EDU + address 172.18.74.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6284 + alias arun-6284.Princeton.EDU + address 172.18.74.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6285 + alias arun-6285.Princeton.EDU + address 172.18.74.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6286 + alias arun-6286.Princeton.EDU + address 172.18.74.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6287 + alias arun-6287.Princeton.EDU + address 172.18.74.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6288 + alias arun-6288.Princeton.EDU + address 172.18.74.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6289 + alias arun-6289.Princeton.EDU + address 172.18.74.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6290 + alias arun-6290.Princeton.EDU + address 172.18.74.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6291 + alias arun-6291.Princeton.EDU + address 172.18.74.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6292 + alias arun-6292.Princeton.EDU + address 172.18.75.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6293 + alias arun-6293.Princeton.EDU + address 172.18.74.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6294 + alias arun-6294.Princeton.EDU + address 172.18.74.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6295 + alias arun-6295.Princeton.EDU + address 172.18.74.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6296 + alias arun-6296.Princeton.EDU + address 172.18.74.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6297 + alias arun-6297.Princeton.EDU + address 172.18.74.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6298 + alias arun-6298.Princeton.EDU + address 172.18.74.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6299 + alias arun-6299.Princeton.EDU + address 172.18.74.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6300 + alias arun-6300.Princeton.EDU + address 172.18.74.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6301 + alias arun-6301.Princeton.EDU + address 172.18.74.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6302 + alias arun-6302.Princeton.EDU + address 172.18.74.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6303 + alias arun-6303.Princeton.EDU + address 172.18.74.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6304 + alias arun-6304.Princeton.EDU + address 172.18.73.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6305 + alias arun-6305.Princeton.EDU + address 172.18.74.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6306 + alias arun-6306.Princeton.EDU + address 172.18.83.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6307 + alias arun-6307.Princeton.EDU + address 172.18.84.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6308 + alias arun-6308.Princeton.EDU + address 172.18.84.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6309 + alias arun-6309.Princeton.EDU + address 172.18.84.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6310 + alias arun-6310.Princeton.EDU + address 172.18.84.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6347 + alias arun-6347.Princeton.EDU + address 172.18.231.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6348 + alias arun-6348.Princeton.EDU + address 172.18.231.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6349 + alias arun-6349.Princeton.EDU + address 172.18.231.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6350 + alias arun-6350.Princeton.EDU + address 172.18.231.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6351 + alias arun-6351.Princeton.EDU + address 172.18.231.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6352 + alias arun-6352.Princeton.EDU + address 172.18.231.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6353 + alias arun-6353.Princeton.EDU + address 172.18.231.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6354 + alias arun-6354.Princeton.EDU + address 172.18.231.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6355 + alias arun-6355.Princeton.EDU + address 172.18.231.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6356 + alias arun-6356.Princeton.EDU + address 172.18.231.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6357 + alias arun-6357.Princeton.EDU + address 172.18.231.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6442 + alias arun-6442.Princeton.EDU + address 172.18.84.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6576 + alias arun-6576.Princeton.EDU + address 172.18.66.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6577 + alias arun-6577.Princeton.EDU + address 172.18.65.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6578 + alias arun-6578.Princeton.EDU + address 172.18.65.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6579 + alias arun-6579.Princeton.EDU + address 172.18.66.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6580 + alias arun-6580.Princeton.EDU + address 172.18.66.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6581 + alias arun-6581.Princeton.EDU + address 172.18.66.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6582 + alias arun-6582.Princeton.EDU + address 172.18.66.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6583 + alias arun-6583.Princeton.EDU + address 172.18.66.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6584 + alias arun-6584.Princeton.EDU + address 172.18.66.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6585 + alias arun-6585.Princeton.EDU + address 172.18.66.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6586 + alias arun-6586.Princeton.EDU + address 172.18.67.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6587 + alias arun-6587.Princeton.EDU + address 172.18.67.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6681 + alias arun-6681.Princeton.EDU + address 172.18.228.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6682 + alias arun-6682.Princeton.EDU + address 172.18.228.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6683 + alias arun-6683.Princeton.EDU + address 172.18.228.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6684 + alias arun-6684.Princeton.EDU + address 172.18.228.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6685 + alias arun-6685.Princeton.EDU + address 172.18.228.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6686 + alias arun-6686.Princeton.EDU + address 172.18.228.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6687 + alias arun-6687.Princeton.EDU + address 172.18.228.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6688 + alias arun-6688.Princeton.EDU + address 172.18.228.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6689 + alias arun-6689.Princeton.EDU + address 172.18.228.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6690 + alias arun-6690.Princeton.EDU + address 172.18.228.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6691 + alias arun-6691.Princeton.EDU + address 172.18.229.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6692 + alias arun-6692.Princeton.EDU + address 172.18.228.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6693 + alias arun-6693.Princeton.EDU + address 172.18.228.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6694 + alias arun-6694.Princeton.EDU + address 172.18.228.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6695 + alias arun-6695.Princeton.EDU + address 172.18.228.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6696 + alias arun-6696.Princeton.EDU + address 172.18.228.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6697 + alias arun-6697.Princeton.EDU + address 172.18.228.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6698 + alias arun-6698.Princeton.EDU + address 172.18.228.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6699 + alias arun-6699.Princeton.EDU + address 172.18.228.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6700 + alias arun-6700.Princeton.EDU + address 172.18.228.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6701 + alias arun-6701.Princeton.EDU + address 172.18.228.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6703 + alias arun-6703.Princeton.EDU + address 172.18.228.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6704 + alias arun-6704.Princeton.EDU + address 172.18.228.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6705 + alias arun-6705.Princeton.EDU + address 172.18.228.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6706 + alias arun-6706.Princeton.EDU + address 172.18.228.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6707 + alias arun-6707.Princeton.EDU + address 172.18.228.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6708 + alias arun-6708.Princeton.EDU + address 172.18.228.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6709 + alias arun-6709.Princeton.EDU + address 172.18.228.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6710 + alias arun-6710.Princeton.EDU + address 172.18.228.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6711 + alias arun-6711.Princeton.EDU + address 172.18.228.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6712 + alias arun-6712.Princeton.EDU + address 172.18.228.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6713 + alias arun-6713.Princeton.EDU + address 172.18.228.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6714 + alias arun-6714.Princeton.EDU + address 172.18.228.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6715 + alias arun-6715.Princeton.EDU + address 172.18.228.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6716 + alias arun-6716.Princeton.EDU + address 172.18.228.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6717 + alias arun-6717.Princeton.EDU + address 172.18.228.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6718 + alias arun-6718.Princeton.EDU + address 172.18.228.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6719 + alias arun-6719.Princeton.EDU + address 172.18.228.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6720 + alias arun-6720.Princeton.EDU + address 172.18.228.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6721 + alias arun-6721.Princeton.EDU + address 172.18.228.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6722 + alias arun-6722.Princeton.EDU + address 172.18.228.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6723 + alias arun-6723.Princeton.EDU + address 172.18.228.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6734 + alias arun-6734.Princeton.EDU + address 172.18.228.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6735 + alias arun-6735.Princeton.EDU + address 172.18.228.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6736 + alias arun-6736.Princeton.EDU + address 172.18.228.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6737 + alias arun-6737.Princeton.EDU + address 172.18.228.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6738 + alias arun-6738.Princeton.EDU + address 172.18.228.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6739 + alias arun-6739.Princeton.EDU + address 172.18.228.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6740 + alias arun-6740.Princeton.EDU + address 172.18.228.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6741 + alias arun-6741.Princeton.EDU + address 172.18.228.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6742 + alias arun-6742.Princeton.EDU + address 172.18.228.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6743 + alias arun-6743.Princeton.EDU + address 172.18.228.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6744 + alias arun-6744.Princeton.EDU + address 172.18.229.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6745 + alias arun-6745.Princeton.EDU + address 172.18.229.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6746 + alias arun-6746.Princeton.EDU + address 172.18.229.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6747 + alias arun-6747.Princeton.EDU + address 172.18.229.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6748 + alias arun-6748.Princeton.EDU + address 172.18.229.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6749 + alias arun-6749.Princeton.EDU + address 172.18.229.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6750 + alias arun-6750.Princeton.EDU + address 172.18.229.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6751 + alias arun-6751.Princeton.EDU + address 172.18.229.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6752 + alias arun-6752.Princeton.EDU + address 172.18.229.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6753 + alias arun-6753.Princeton.EDU + address 172.18.229.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6754 + alias arun-6754.Princeton.EDU + address 172.18.229.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6755 + alias arun-6755.Princeton.EDU + address 172.18.229.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6762 + alias arun-6762.Princeton.EDU + address 172.18.229.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6763 + alias arun-6763.Princeton.EDU + address 172.18.229.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6764 + alias arun-6764.Princeton.EDU + address 172.18.229.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6765 + alias arun-6765.Princeton.EDU + address 172.18.229.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6766 + alias arun-6766.Princeton.EDU + address 172.18.229.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6767 + alias arun-6767.Princeton.EDU + address 172.18.229.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6768 + alias arun-6768.Princeton.EDU + address 172.18.229.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6769 + alias arun-6769.Princeton.EDU + address 172.18.229.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6770 + alias arun-6770.Princeton.EDU + address 172.18.229.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6771 + alias arun-6771.Princeton.EDU + address 172.18.229.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6772 + alias arun-6772.Princeton.EDU + address 172.18.229.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6773 + alias arun-6773.Princeton.EDU + address 172.18.229.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6774 + alias arun-6774.Princeton.EDU + address 172.18.229.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6775 + alias arun-6775.Princeton.EDU + address 172.18.229.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6776 + alias arun-6776.Princeton.EDU + address 172.18.229.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6783 + alias arun-6783.Princeton.EDU + address 172.18.229.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6784 + alias arun-6784.Princeton.EDU + address 172.18.229.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6785 + alias arun-6785.Princeton.EDU + address 172.18.229.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6786 + alias arun-6786.Princeton.EDU + address 172.18.229.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6787 + alias arun-6787.Princeton.EDU + address 172.18.229.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6789 + alias arun-6789.Princeton.EDU + address 172.18.229.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-6880 + alias arun-6880.Princeton.EDU + address 172.18.84.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7200 + alias arun-7200.Princeton.EDU + address 172.18.231.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7201 + alias arun-7201.Princeton.EDU + address 172.18.231.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7202 + alias arun-7202.Princeton.EDU + address 172.18.231.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7203 + alias arun-7203.Princeton.EDU + address 172.18.231.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7204 + alias arun-7204.Princeton.EDU + address 172.18.231.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7205 + alias arun-7205.Princeton.EDU + address 172.18.84.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7206 + alias arun-7206.Princeton.EDU + address 172.18.84.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7207 + alias arun-7207.Princeton.EDU + address 172.18.84.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7208 + alias arun-7208.Princeton.EDU + address 172.18.84.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7209 + alias arun-7209.Princeton.EDU + address 172.18.84.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7210 + alias arun-7210.Princeton.EDU + address 172.18.84.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7211 + alias arun-7211.Princeton.EDU + address 172.18.84.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7214 + alias arun-7214.Princeton.EDU + address 172.18.233.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7215 + alias arun-7215.Princeton.EDU + address 172.18.233.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7216 + alias arun-7216.Princeton.EDU + address 172.18.233.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7217 + alias arun-7217.Princeton.EDU + address 172.18.233.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7302 + alias arun-7302.Princeton.EDU + address 172.18.233.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7303 + alias arun-7303.Princeton.EDU + address 172.18.233.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7304 + alias arun-7304.Princeton.EDU + address 172.18.233.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7305 + alias arun-7305.Princeton.EDU + address 172.18.233.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7306 + alias arun-7306.Princeton.EDU + address 172.18.233.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7307 + alias arun-7307.Princeton.EDU + address 172.18.233.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7308 + alias arun-7308.Princeton.EDU + address 172.18.233.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7309 + alias arun-7309.Princeton.EDU + address 172.18.233.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7310 + alias arun-7310.Princeton.EDU + address 172.18.233.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7311 + alias arun-7311.Princeton.EDU + address 172.18.233.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7312 + alias arun-7312.Princeton.EDU + address 172.18.233.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7313 + alias arun-7313.Princeton.EDU + address 172.18.233.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7314 + alias arun-7314.Princeton.EDU + address 172.18.233.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7315 + alias arun-7315.Princeton.EDU + address 172.18.233.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7316 + alias arun-7316.Princeton.EDU + address 172.18.233.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7317 + alias arun-7317.Princeton.EDU + address 172.18.233.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7318 + alias arun-7318.Princeton.EDU + address 172.18.233.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7319 + alias arun-7319.Princeton.EDU + address 172.18.65.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7320 + alias arun-7320.Princeton.EDU + address 172.18.71.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7321 + alias arun-7321.Princeton.EDU + address 172.18.71.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7322 + alias arun-7322.Princeton.EDU + address 172.18.67.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7323 + alias arun-7323.Princeton.EDU + address 172.18.71.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7324 + alias arun-7324.Princeton.EDU + address 172.18.84.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7325 + alias arun-7325.Princeton.EDU + address 172.18.84.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7326 + alias arun-7326.Princeton.EDU + address 172.18.84.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7332 + alias arun-7332.Princeton.EDU + address 172.18.84.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7333 + alias arun-7333.Princeton.EDU + address 172.18.84.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7338 + alias arun-7338.Princeton.EDU + address 172.18.83.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7339 + alias arun-7339.Princeton.EDU + address 172.18.83.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7340 + alias arun-7340.Princeton.EDU + address 172.18.84.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7341 + alias arun-7341.Princeton.EDU + address 172.18.84.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7342 + alias arun-7342.Princeton.EDU + address 172.18.84.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7343 + alias arun-7343.Princeton.EDU + address 172.18.84.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7344 + alias arun-7344.Princeton.EDU + address 172.18.84.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7345 + alias arun-7345.Princeton.EDU + address 172.18.84.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7346 + alias arun-7346.Princeton.EDU + address 172.18.84.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7347 + alias arun-7347.Princeton.EDU + address 172.18.84.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7348 + alias arun-7348.Princeton.EDU + address 172.18.84.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7349 + alias arun-7349.Princeton.EDU + address 172.18.84.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7350 + alias arun-7350.Princeton.EDU + address 172.18.84.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7351 + alias arun-7351.Princeton.EDU + address 172.18.84.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7352 + alias arun-7352.Princeton.EDU + address 172.18.84.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7353 + alias arun-7353.Princeton.EDU + address 172.18.84.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7354 + alias arun-7354.Princeton.EDU + address 172.18.65.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7429 + alias arun-7429.Princeton.EDU + address 172.18.66.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7430 + alias arun-7430.Princeton.EDU + address 172.18.66.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7431 + alias arun-7431.Princeton.EDU + address 172.18.67.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7432 + alias arun-7432.Princeton.EDU + address 172.18.68.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7433 + alias arun-7433.Princeton.EDU + address 172.18.68.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7434 + alias arun-7434.Princeton.EDU + address 172.18.68.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7435 + alias arun-7435.Princeton.EDU + address 172.18.68.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7436 + alias arun-7436.Princeton.EDU + address 172.18.68.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7437 + alias arun-7437.Princeton.EDU + address 172.18.68.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7438 + alias arun-7438.Princeton.EDU + address 172.18.68.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7439 + alias arun-7439.Princeton.EDU + address 172.18.68.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7440 + alias arun-7440.Princeton.EDU + address 172.18.76.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7441 + alias arun-7441.Princeton.EDU + address 172.18.76.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7442 + alias arun-7442.Princeton.EDU + address 172.18.76.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7443 + alias arun-7443.Princeton.EDU + address 172.18.76.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7444 + alias arun-7444.Princeton.EDU + address 172.18.76.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7445 + alias arun-7445.Princeton.EDU + address 172.18.76.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7446 + alias arun-7446.Princeton.EDU + address 172.18.76.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7447 + alias arun-7447.Princeton.EDU + address 172.18.76.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7448 + alias arun-7448.Princeton.EDU + address 172.18.76.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7449 + alias arun-7449.Princeton.EDU + address 172.18.76.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7450 + alias arun-7450.Princeton.EDU + address 172.18.76.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7451 + alias arun-7451.Princeton.EDU + address 172.18.76.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7452 + alias arun-7452.Princeton.EDU + address 172.18.76.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7453 + alias arun-7453.Princeton.EDU + address 172.18.76.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7454 + alias arun-7454.Princeton.EDU + address 172.18.76.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7455 + alias arun-7455.Princeton.EDU + address 172.18.76.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7456 + alias arun-7456.Princeton.EDU + address 172.18.76.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7457 + alias arun-7457.Princeton.EDU + address 172.18.76.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7458 + alias arun-7458.Princeton.EDU + address 172.18.76.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7459 + alias arun-7459.Princeton.EDU + address 172.18.76.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7460 + alias arun-7460.Princeton.EDU + address 172.18.76.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7461 + alias arun-7461.Princeton.EDU + address 172.18.76.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7462 + alias arun-7462.Princeton.EDU + address 172.18.76.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7463 + alias arun-7463.Princeton.EDU + address 172.18.76.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7464 + alias arun-7464.Princeton.EDU + address 172.18.76.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7465 + alias arun-7465.Princeton.EDU + address 172.18.76.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7466 + alias arun-7466.Princeton.EDU + address 172.18.76.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7467 + alias arun-7467.Princeton.EDU + address 172.18.76.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7468 + alias arun-7468.Princeton.EDU + address 172.18.76.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7469 + alias arun-7469.Princeton.EDU + address 172.18.76.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7470 + alias arun-7470.Princeton.EDU + address 172.18.76.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7471 + alias arun-7471.Princeton.EDU + address 172.18.76.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7472 + alias arun-7472.Princeton.EDU + address 172.18.76.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7473 + alias arun-7473.Princeton.EDU + address 172.18.76.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7474 + alias arun-7474.Princeton.EDU + address 172.18.76.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7475 + alias arun-7475.Princeton.EDU + address 172.18.76.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7476 + alias arun-7476.Princeton.EDU + address 172.18.76.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7477 + alias arun-7477.Princeton.EDU + address 172.18.76.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7478 + alias arun-7478.Princeton.EDU + address 172.18.76.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7479 + alias arun-7479.Princeton.EDU + address 172.18.76.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7480 + alias arun-7480.Princeton.EDU + address 172.18.76.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7481 + alias arun-7481.Princeton.EDU + address 172.18.76.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7482 + alias arun-7482.Princeton.EDU + address 172.18.76.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7483 + alias arun-7483.Princeton.EDU + address 172.18.76.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7500 + alias arun-7500.Princeton.EDU + address 172.18.65.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7501 + alias arun-7501.Princeton.EDU + address 172.18.65.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7502 + alias arun-7502.Princeton.EDU + address 172.18.65.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7503 + alias arun-7503.Princeton.EDU + address 172.18.65.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7504 + alias arun-7504.Princeton.EDU + address 172.18.65.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7505 + alias arun-7505.Princeton.EDU + address 172.18.65.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7506 + alias arun-7506.Princeton.EDU + address 172.18.65.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7507 + alias arun-7507.Princeton.EDU + address 172.18.65.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7508 + alias arun-7508.Princeton.EDU + address 172.18.76.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7509 + alias arun-7509.Princeton.EDU + address 172.18.76.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7510 + alias arun-7510.Princeton.EDU + address 172.18.76.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7511 + alias arun-7511.Princeton.EDU + address 172.18.76.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7512 + alias arun-7512.Princeton.EDU + address 172.18.76.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7513 + alias arun-7513.Princeton.EDU + address 172.18.76.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7514 + alias arun-7514.Princeton.EDU + address 172.18.76.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7515 + alias arun-7515.Princeton.EDU + address 172.18.76.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7516 + alias arun-7516.Princeton.EDU + address 172.18.76.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7517 + alias arun-7517.Princeton.EDU + address 172.18.76.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7518 + alias arun-7518.Princeton.EDU + address 172.18.76.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7519 + alias arun-7519.Princeton.EDU + address 172.18.76.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7520 + alias arun-7520.Princeton.EDU + address 172.18.76.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7521 + alias arun-7521.Princeton.EDU + address 172.18.76.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7522 + alias arun-7522.Princeton.EDU + address 172.18.76.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7523 + alias arun-7523.Princeton.EDU + address 172.18.76.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7524 + alias arun-7524.Princeton.EDU + address 172.18.76.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7525 + alias arun-7525.Princeton.EDU + address 172.18.76.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7526 + alias arun-7526.Princeton.EDU + address 172.18.76.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7527 + alias arun-7527.Princeton.EDU + address 172.18.76.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7528 + alias arun-7528.Princeton.EDU + address 172.18.76.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7529 + alias arun-7529.Princeton.EDU + address 172.18.76.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7530 + alias arun-7530.Princeton.EDU + address 172.18.76.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7531 + alias arun-7531.Princeton.EDU + address 172.18.76.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7532 + alias arun-7532.Princeton.EDU + address 172.18.76.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7533 + alias arun-7533.Princeton.EDU + address 172.18.76.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7534 + alias arun-7534.Princeton.EDU + address 172.18.76.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7535 + alias arun-7535.Princeton.EDU + address 172.18.76.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7536 + alias arun-7536.Princeton.EDU + address 172.18.76.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7537 + alias arun-7537.Princeton.EDU + address 172.18.76.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7538 + alias arun-7538.Princeton.EDU + address 172.18.76.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7539 + alias arun-7539.Princeton.EDU + address 172.18.76.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7540 + alias arun-7540.Princeton.EDU + address 172.18.76.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7541 + alias arun-7541.Princeton.EDU + address 172.18.76.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7542 + alias arun-7542.Princeton.EDU + address 172.18.76.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7543 + alias arun-7543.Princeton.EDU + address 172.18.76.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7544 + alias arun-7544.Princeton.EDU + address 172.18.76.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7545 + alias arun-7545.Princeton.EDU + address 172.18.76.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7546 + alias arun-7546.Princeton.EDU + address 172.18.76.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7547 + alias arun-7547.Princeton.EDU + address 172.18.76.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7548 + alias arun-7548.Princeton.EDU + address 172.18.76.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7549 + alias arun-7549.Princeton.EDU + address 172.18.76.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7550 + alias arun-7550.Princeton.EDU + address 172.18.76.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7551 + alias arun-7551.Princeton.EDU + address 172.18.76.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7552 + alias arun-7552.Princeton.EDU + address 172.18.76.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7553 + alias arun-7553.Princeton.EDU + address 172.18.76.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7554 + alias arun-7554.Princeton.EDU + address 172.18.76.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7555 + alias arun-7555.Princeton.EDU + address 172.18.76.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7556 + alias arun-7556.Princeton.EDU + address 172.18.76.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7557 + alias arun-7557.Princeton.EDU + address 172.18.67.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7558 + alias arun-7558.Princeton.EDU + address 172.18.76.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7559 + alias arun-7559.Princeton.EDU + address 172.18.76.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7560 + alias arun-7560.Princeton.EDU + address 172.18.76.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7561 + alias arun-7561.Princeton.EDU + address 172.18.76.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7562 + alias arun-7562.Princeton.EDU + address 172.18.76.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7563 + alias arun-7563.Princeton.EDU + address 172.18.76.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7564 + alias arun-7564.Princeton.EDU + address 172.18.76.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7565 + alias arun-7565.Princeton.EDU + address 172.18.76.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7566 + alias arun-7566.Princeton.EDU + address 172.18.65.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7567 + alias arun-7567.Princeton.EDU + address 172.18.65.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7645 + alias arun-7645.Princeton.EDU + address 172.18.65.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7794 + alias arun-7794.Princeton.EDU + address 172.18.64.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7795 + alias arun-7795.Princeton.EDU + address 172.18.64.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7796 + alias arun-7796.Princeton.EDU + address 172.18.64.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7797 + alias arun-7797.Princeton.EDU + address 172.18.64.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7798 + alias arun-7798.Princeton.EDU + address 172.18.65.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7799 + alias arun-7799.Princeton.EDU + address 172.18.65.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7800 + alias arun-7800.Princeton.EDU + address 172.18.67.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7801 + alias arun-7801.Princeton.EDU + address 172.18.67.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7802 + alias arun-7802.Princeton.EDU + address 172.18.67.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7803 + alias arun-7803.Princeton.EDU + address 172.18.67.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7804 + alias arun-7804.Princeton.EDU + address 172.18.67.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7805 + alias arun-7805.Princeton.EDU + address 172.18.67.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7806 + alias arun-7806.Princeton.EDU + address 172.18.67.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7807 + alias arun-7807.Princeton.EDU + address 172.18.67.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7808 + alias arun-7808.Princeton.EDU + address 172.18.67.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7809 + alias arun-7809.Princeton.EDU + address 172.18.67.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7810 + alias arun-7810.Princeton.EDU + address 172.18.68.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7811 + alias arun-7811.Princeton.EDU + address 172.18.68.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7812 + alias arun-7812.Princeton.EDU + address 172.18.68.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7813 + alias arun-7813.Princeton.EDU + address 172.18.68.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7814 + alias arun-7814.Princeton.EDU + address 172.18.69.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7815 + alias arun-7815.Princeton.EDU + address 172.18.69.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7816 + alias arun-7816.Princeton.EDU + address 172.18.69.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7817 + alias arun-7817.Princeton.EDU + address 172.18.69.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7818 + alias arun-7818.Princeton.EDU + address 172.18.69.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7819 + alias arun-7819.Princeton.EDU + address 172.18.64.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7820 + alias arun-7820.Princeton.EDU + address 172.18.68.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7821 + alias arun-7821.Princeton.EDU + address 172.18.68.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7822 + alias arun-7822.Princeton.EDU + address 172.18.69.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7823 + alias arun-7823.Princeton.EDU + address 172.18.69.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7824 + alias arun-7824.Princeton.EDU + address 172.18.71.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7825 + alias arun-7825.Princeton.EDU + address 172.18.71.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7826 + alias arun-7826.Princeton.EDU + address 172.18.71.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7827 + alias arun-7827.Princeton.EDU + address 172.18.67.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7828 + alias arun-7828.Princeton.EDU + address 172.18.71.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7829 + alias arun-7829.Princeton.EDU + address 172.18.66.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7830 + alias arun-7830.Princeton.EDU + address 172.18.73.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7831 + alias arun-7831.Princeton.EDU + address 172.18.73.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7832 + alias arun-7832.Princeton.EDU + address 172.18.76.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7833 + alias arun-7833.Princeton.EDU + address 172.18.76.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7834 + alias arun-7834.Princeton.EDU + address 172.18.76.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7835 + alias arun-7835.Princeton.EDU + address 172.18.76.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7836 + alias arun-7836.Princeton.EDU + address 172.18.76.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7837 + alias arun-7837.Princeton.EDU + address 172.18.77.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7838 + alias arun-7838.Princeton.EDU + address 172.18.77.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7839 + alias arun-7839.Princeton.EDU + address 172.18.77.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7840 + alias arun-7840.Princeton.EDU + address 172.18.77.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7841 + alias arun-7841.Princeton.EDU + address 172.18.77.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7842 + alias arun-7842.Princeton.EDU + address 172.18.77.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7843 + alias arun-7843.Princeton.EDU + address 172.18.77.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7844 + alias arun-7844.Princeton.EDU + address 172.18.77.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7845 + alias arun-7845.Princeton.EDU + address 172.18.77.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7846 + alias arun-7846.Princeton.EDU + address 172.18.77.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7847 + alias arun-7847.Princeton.EDU + address 172.18.77.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7848 + alias arun-7848.Princeton.EDU + address 172.18.77.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7849 + alias arun-7849.Princeton.EDU + address 172.18.77.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7850 + alias arun-7850.Princeton.EDU + address 172.18.77.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7851 + alias arun-7851.Princeton.EDU + address 172.18.77.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7852 + alias arun-7852.Princeton.EDU + address 172.18.77.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7853 + alias arun-7853.Princeton.EDU + address 172.18.77.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7854 + alias arun-7854.Princeton.EDU + address 172.18.77.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7855 + alias arun-7855.Princeton.EDU + address 172.18.77.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7856 + alias arun-7856.Princeton.EDU + address 172.18.77.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7857 + alias arun-7857.Princeton.EDU + address 172.18.77.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7858 + alias arun-7858.Princeton.EDU + address 172.18.77.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7859 + alias arun-7859.Princeton.EDU + address 172.18.77.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7860 + alias arun-7860.Princeton.EDU + address 172.18.77.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7861 + alias arun-7861.Princeton.EDU + address 172.18.77.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7885 + alias arun-7885.Princeton.EDU + address 172.18.64.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7886 + alias arun-7886.Princeton.EDU + address 172.18.76.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7887 + alias arun-7887.Princeton.EDU + address 172.18.77.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7888 + alias arun-7888.Princeton.EDU + address 172.18.77.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7889 + alias arun-7889.Princeton.EDU + address 172.18.77.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7890 + alias arun-7890.Princeton.EDU + address 172.18.77.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7891 + alias arun-7891.Princeton.EDU + address 172.18.77.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7892 + alias arun-7892.Princeton.EDU + address 172.18.77.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7893 + alias arun-7893.Princeton.EDU + address 172.18.77.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7894 + alias arun-7894.Princeton.EDU + address 172.18.77.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7895 + alias arun-7895.Princeton.EDU + address 172.18.77.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7896 + alias arun-7896.Princeton.EDU + address 172.18.77.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7897 + alias arun-7897.Princeton.EDU + address 172.18.77.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7898 + alias arun-7898.Princeton.EDU + address 172.18.77.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7899 + alias arun-7899.Princeton.EDU + address 172.18.77.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7900 + alias arun-7900.Princeton.EDU + address 172.18.77.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7901 + alias arun-7901.Princeton.EDU + address 172.18.77.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7902 + alias arun-7902.Princeton.EDU + address 172.18.77.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7903 + alias arun-7903.Princeton.EDU + address 172.18.77.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7904 + alias arun-7904.Princeton.EDU + address 172.18.77.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7905 + alias arun-7905.Princeton.EDU + address 172.18.65.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7906 + alias arun-7906.Princeton.EDU + address 172.18.65.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7907 + alias arun-7907.Princeton.EDU + address 172.18.65.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7908 + alias arun-7908.Princeton.EDU + address 172.18.65.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7909 + alias arun-7909.Princeton.EDU + address 172.18.65.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7910 + alias arun-7910.Princeton.EDU + address 172.18.65.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7911 + alias arun-7911.Princeton.EDU + address 172.18.77.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7912 + alias arun-7912.Princeton.EDU + address 172.18.65.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7913 + alias arun-7913.Princeton.EDU + address 172.18.77.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7914 + alias arun-7914.Princeton.EDU + address 172.18.77.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7915 + alias arun-7915.Princeton.EDU + address 172.18.77.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7916 + alias arun-7916.Princeton.EDU + address 172.18.77.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7917 + alias arun-7917.Princeton.EDU + address 172.18.77.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7918 + alias arun-7918.Princeton.EDU + address 172.18.77.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7919 + alias arun-7919.Princeton.EDU + address 172.18.77.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7920 + alias arun-7920.Princeton.EDU + address 172.18.77.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7921 + alias arun-7921.Princeton.EDU + address 172.18.77.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7922 + alias arun-7922.Princeton.EDU + address 172.18.77.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7923 + alias arun-7923.Princeton.EDU + address 172.18.77.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7924 + alias arun-7924.Princeton.EDU + address 172.18.77.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7925 + alias arun-7925.Princeton.EDU + address 172.18.77.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7926 + alias arun-7926.Princeton.EDU + address 172.18.77.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7927 + alias arun-7927.Princeton.EDU + address 172.18.77.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7928 + alias arun-7928.Princeton.EDU + address 172.18.77.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7929 + alias arun-7929.Princeton.EDU + address 172.18.77.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7930 + alias arun-7930.Princeton.EDU + address 172.18.77.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7931 + alias arun-7931.Princeton.EDU + address 172.18.77.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7932 + alias arun-7932.Princeton.EDU + address 172.18.77.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7933 + alias arun-7933.Princeton.EDU + address 172.18.77.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7934 + alias arun-7934.Princeton.EDU + address 172.18.77.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7935 + alias arun-7935.Princeton.EDU + address 172.18.77.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7936 + alias arun-7936.Princeton.EDU + address 172.18.77.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7937 + alias arun-7937.Princeton.EDU + address 172.18.77.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7938 + alias arun-7938.Princeton.EDU + address 172.18.77.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7939 + alias arun-7939.Princeton.EDU + address 172.18.77.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7940 + alias arun-7940.Princeton.EDU + address 172.18.77.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7941 + alias arun-7941.Princeton.EDU + address 172.18.77.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7942 + alias arun-7942.Princeton.EDU + address 172.18.77.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7943 + alias arun-7943.Princeton.EDU + address 172.18.77.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7944 + alias arun-7944.Princeton.EDU + address 172.18.77.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7945 + alias arun-7945.Princeton.EDU + address 172.18.77.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7946 + alias arun-7946.Princeton.EDU + address 172.18.77.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7947 + alias arun-7947.Princeton.EDU + address 172.18.77.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7948 + alias arun-7948.Princeton.EDU + address 172.18.77.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7949 + alias arun-7949.Princeton.EDU + address 172.18.77.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7950 + alias arun-7950.Princeton.EDU + address 172.18.77.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7951 + alias arun-7951.Princeton.EDU + address 172.18.77.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7952 + alias arun-7952.Princeton.EDU + address 172.18.77.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7953 + alias arun-7953.Princeton.EDU + address 172.18.77.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7954 + alias arun-7954.Princeton.EDU + address 172.18.77.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7955 + alias arun-7955.Princeton.EDU + address 172.18.77.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7956 + alias arun-7956.Princeton.EDU + address 172.18.77.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7957 + alias arun-7957.Princeton.EDU + address 172.18.77.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7958 + alias arun-7958.Princeton.EDU + address 172.18.77.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7959 + alias arun-7959.Princeton.EDU + address 172.18.77.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7960 + alias arun-7960.Princeton.EDU + address 172.18.77.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7961 + alias arun-7961.Princeton.EDU + address 172.18.77.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7962 + alias arun-7962.Princeton.EDU + address 172.18.77.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7963 + alias arun-7963.Princeton.EDU + address 172.18.77.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7964 + alias arun-7964.Princeton.EDU + address 172.18.77.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7965 + alias arun-7965.Princeton.EDU + address 172.18.77.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7966 + alias arun-7966.Princeton.EDU + address 172.18.77.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7967 + alias arun-7967.Princeton.EDU + address 172.18.77.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7968 + alias arun-7968.Princeton.EDU + address 172.18.77.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7969 + alias arun-7969.Princeton.EDU + address 172.18.77.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7970 + alias arun-7970.Princeton.EDU + address 172.18.77.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7971 + alias arun-7971.Princeton.EDU + address 172.18.77.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7972 + alias arun-7972.Princeton.EDU + address 172.18.77.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7973 + alias arun-7973.Princeton.EDU + address 172.18.77.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7974 + alias arun-7974.Princeton.EDU + address 172.18.77.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7975 + alias arun-7975.Princeton.EDU + address 172.18.77.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7976 + alias arun-7976.Princeton.EDU + address 172.18.77.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7977 + alias arun-7977.Princeton.EDU + address 172.18.77.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7978 + alias arun-7978.Princeton.EDU + address 172.18.77.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7979 + alias arun-7979.Princeton.EDU + address 172.18.77.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7980 + alias arun-7980.Princeton.EDU + address 172.18.77.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7981 + alias arun-7981.Princeton.EDU + address 172.18.77.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7982 + alias arun-7982.Princeton.EDU + address 172.18.77.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7983 + alias arun-7983.Princeton.EDU + address 172.18.77.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7984 + alias arun-7984.Princeton.EDU + address 172.18.77.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7985 + alias arun-7985.Princeton.EDU + address 172.18.77.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7986 + alias arun-7986.Princeton.EDU + address 172.18.77.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7987 + alias arun-7987.Princeton.EDU + address 172.18.77.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7988 + alias arun-7988.Princeton.EDU + address 172.18.77.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7989 + alias arun-7989.Princeton.EDU + address 172.18.77.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7990 + alias arun-7990.Princeton.EDU + address 172.18.77.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7991 + alias arun-7991.Princeton.EDU + address 172.18.77.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7992 + alias arun-7992.Princeton.EDU + address 172.18.77.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7993 + alias arun-7993.Princeton.EDU + address 172.18.77.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7994 + alias arun-7994.Princeton.EDU + address 172.18.77.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7995 + alias arun-7995.Princeton.EDU + address 172.18.77.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7996 + alias arun-7996.Princeton.EDU + address 172.18.77.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7997 + alias arun-7997.Princeton.EDU + address 172.18.77.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7998 + alias arun-7998.Princeton.EDU + address 172.18.77.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-7999 + alias arun-7999.Princeton.EDU + address 172.18.77.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8000 + alias arun-8000.Princeton.EDU + address 172.18.77.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8001 + alias arun-8001.Princeton.EDU + address 172.18.77.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8002 + alias arun-8002.Princeton.EDU + address 172.18.77.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8003 + alias arun-8003.Princeton.EDU + address 172.18.77.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8004 + alias arun-8004.Princeton.EDU + address 172.18.77.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8005 + alias arun-8005.Princeton.EDU + address 172.18.77.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8006 + alias arun-8006.Princeton.EDU + address 172.18.77.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8007 + alias arun-8007.Princeton.EDU + address 172.18.77.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8008 + alias arun-8008.Princeton.EDU + address 172.18.77.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8009 + alias arun-8009.Princeton.EDU + address 172.18.77.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8010 + alias arun-8010.Princeton.EDU + address 172.18.77.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8011 + alias arun-8011.Princeton.EDU + address 172.18.77.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8012 + alias arun-8012.Princeton.EDU + address 172.18.77.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8013 + alias arun-8013.Princeton.EDU + address 172.18.77.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8014 + alias arun-8014.Princeton.EDU + address 172.18.77.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8015 + alias arun-8015.Princeton.EDU + address 172.18.77.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8016 + alias arun-8016.Princeton.EDU + address 172.18.77.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8017 + alias arun-8017.Princeton.EDU + address 172.18.77.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8018 + alias arun-8018.Princeton.EDU + address 172.18.77.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8019 + alias arun-8019.Princeton.EDU + address 172.18.77.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8020 + alias arun-8020.Princeton.EDU + address 172.18.77.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8021 + alias arun-8021.Princeton.EDU + address 172.18.77.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8022 + alias arun-8022.Princeton.EDU + address 172.18.77.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8023 + alias arun-8023.Princeton.EDU + address 172.18.77.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8024 + alias arun-8024.Princeton.EDU + address 172.18.77.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8025 + alias arun-8025.Princeton.EDU + address 172.18.77.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8026 + alias arun-8026.Princeton.EDU + address 172.18.77.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8038 + alias arun-8038.Princeton.EDU + address 172.18.231.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8039 + alias arun-8039.Princeton.EDU + address 172.18.231.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8063 + alias arun-8063.Princeton.EDU + address 172.18.77.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8064 + alias arun-8064.Princeton.EDU + address 172.18.77.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8065 + alias arun-8065.Princeton.EDU + address 172.18.77.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8066 + alias arun-8066.Princeton.EDU + address 172.18.77.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8067 + alias arun-8067.Princeton.EDU + address 172.18.77.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8068 + alias arun-8068.Princeton.EDU + address 172.18.77.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8069 + alias arun-8069.Princeton.EDU + address 172.18.77.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8070 + alias arun-8070.Princeton.EDU + address 172.18.77.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8071 + alias arun-8071.Princeton.EDU + address 172.18.77.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8072 + alias arun-8072.Princeton.EDU + address 172.18.77.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8073 + alias arun-8073.Princeton.EDU + address 172.18.77.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8074 + alias arun-8074.Princeton.EDU + address 172.18.77.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8075 + alias arun-8075.Princeton.EDU + address 172.18.77.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8076 + alias arun-8076.Princeton.EDU + address 172.18.77.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8077 + alias arun-8077.Princeton.EDU + address 172.18.77.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8078 + alias arun-8078.Princeton.EDU + address 172.18.77.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8079 + alias arun-8079.Princeton.EDU + address 172.18.77.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8080 + alias arun-8080.Princeton.EDU + address 172.18.77.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8081 + alias arun-8081.Princeton.EDU + address 172.18.77.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8082 + alias arun-8082.Princeton.EDU + address 172.18.77.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8083 + alias arun-8083.Princeton.EDU + address 172.18.77.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8084 + alias arun-8084.Princeton.EDU + address 172.18.77.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8085 + alias arun-8085.Princeton.EDU + address 172.18.77.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8086 + alias arun-8086.Princeton.EDU + address 172.18.77.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8087 + alias arun-8087.Princeton.EDU + address 172.18.77.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8088 + alias arun-8088.Princeton.EDU + address 172.18.77.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8089 + alias arun-8089.Princeton.EDU + address 172.18.77.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8090 + alias arun-8090.Princeton.EDU + address 172.18.77.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8091 + alias arun-8091.Princeton.EDU + address 172.18.77.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8092 + alias arun-8092.Princeton.EDU + address 172.18.77.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8093 + alias arun-8093.Princeton.EDU + address 172.18.77.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8094 + alias arun-8094.Princeton.EDU + address 172.18.77.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8098 + alias arun-8098.Princeton.EDU + address 172.18.66.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8099 + alias arun-8099.Princeton.EDU + address 172.18.67.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8100 + alias arun-8100.Princeton.EDU + address 172.18.67.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8101 + alias arun-8101.Princeton.EDU + address 172.18.73.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8102 + alias arun-8102.Princeton.EDU + address 172.18.77.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8103 + alias arun-8103.Princeton.EDU + address 172.18.65.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8104 + alias arun-8104.Princeton.EDU + address 172.18.78.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8105 + alias arun-8105.Princeton.EDU + address 172.18.78.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8106 + alias arun-8106.Princeton.EDU + address 172.18.78.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8107 + alias arun-8107.Princeton.EDU + address 172.18.78.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8108 + alias arun-8108.Princeton.EDU + address 172.18.78.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8109 + alias arun-8109.Princeton.EDU + address 172.18.78.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8110 + alias arun-8110.Princeton.EDU + address 172.18.78.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8111 + alias arun-8111.Princeton.EDU + address 172.18.78.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8112 + alias arun-8112.Princeton.EDU + address 172.18.78.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8113 + alias arun-8113.Princeton.EDU + address 172.18.78.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8114 + alias arun-8114.Princeton.EDU + address 172.18.78.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8115 + alias arun-8115.Princeton.EDU + address 172.18.78.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8116 + alias arun-8116.Princeton.EDU + address 172.18.78.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8117 + alias arun-8117.Princeton.EDU + address 172.18.77.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8118 + alias arun-8118.Princeton.EDU + address 172.18.78.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8119 + alias arun-8119.Princeton.EDU + address 172.18.66.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8120 + alias arun-8120.Princeton.EDU + address 172.18.66.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8121 + alias arun-8121.Princeton.EDU + address 172.18.77.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8122 + alias arun-8122.Princeton.EDU + address 172.18.68.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8123 + alias arun-8123.Princeton.EDU + address 172.18.68.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8124 + alias arun-8124.Princeton.EDU + address 172.18.68.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8125 + alias arun-8125.Princeton.EDU + address 172.18.67.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8126 + alias arun-8126.Princeton.EDU + address 172.18.67.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8127 + alias arun-8127.Princeton.EDU + address 172.18.67.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8128 + alias arun-8128.Princeton.EDU + address 172.18.67.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8129 + alias arun-8129.Princeton.EDU + address 172.18.67.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8130 + alias arun-8130.Princeton.EDU + address 172.18.67.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8131 + alias arun-8131.Princeton.EDU + address 172.18.67.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8132 + alias arun-8132.Princeton.EDU + address 172.18.67.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8133 + alias arun-8133.Princeton.EDU + address 172.18.67.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8134 + alias arun-8134.Princeton.EDU + address 172.18.67.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8135 + alias arun-8135.Princeton.EDU + address 172.18.67.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8136 + alias arun-8136.Princeton.EDU + address 172.18.77.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8137 + alias arun-8137.Princeton.EDU + address 172.18.78.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8138 + alias arun-8138.Princeton.EDU + address 172.18.78.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8139 + alias arun-8139.Princeton.EDU + address 172.18.78.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8140 + alias arun-8140.Princeton.EDU + address 172.18.78.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8141 + alias arun-8141.Princeton.EDU + address 172.18.78.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8142 + alias arun-8142.Princeton.EDU + address 172.18.78.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8143 + alias arun-8143.Princeton.EDU + address 172.18.78.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8144 + alias arun-8144.Princeton.EDU + address 172.18.78.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8145 + alias arun-8145.Princeton.EDU + address 172.18.68.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8146 + alias arun-8146.Princeton.EDU + address 172.18.68.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8147 + alias arun-8147.Princeton.EDU + address 172.18.68.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8150 + alias arun-8150.Princeton.EDU + address 172.18.69.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8151 + alias arun-8151.Princeton.EDU + address 172.18.69.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8152 + alias arun-8152.Princeton.EDU + address 172.18.73.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8153 + alias arun-8153.Princeton.EDU + address 172.18.75.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8154 + alias arun-8154.Princeton.EDU + address 172.18.80.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8155 + alias arun-8155.Princeton.EDU + address 172.18.80.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8156 + alias arun-8156.Princeton.EDU + address 172.18.80.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8157 + alias arun-8157.Princeton.EDU + address 172.18.80.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8158 + alias arun-8158.Princeton.EDU + address 172.18.80.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8159 + alias arun-8159.Princeton.EDU + address 172.18.80.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8160 + alias arun-8160.Princeton.EDU + address 172.18.80.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8161 + alias arun-8161.Princeton.EDU + address 172.18.80.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8162 + alias arun-8162.Princeton.EDU + address 172.18.80.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8163 + alias arun-8163.Princeton.EDU + address 172.18.80.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8164 + alias arun-8164.Princeton.EDU + address 172.18.75.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8165 + alias arun-8165.Princeton.EDU + address 172.18.75.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8166 + alias arun-8166.Princeton.EDU + address 172.18.75.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8167 + alias arun-8167.Princeton.EDU + address 172.18.75.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8168 + alias arun-8168.Princeton.EDU + address 172.18.75.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8169 + alias arun-8169.Princeton.EDU + address 172.18.75.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8170 + alias arun-8170.Princeton.EDU + address 172.18.75.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8171 + alias arun-8171.Princeton.EDU + address 172.18.75.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8172 + alias arun-8172.Princeton.EDU + address 172.18.75.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8173 + alias arun-8173.Princeton.EDU + address 172.18.75.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8174 + alias arun-8174.Princeton.EDU + address 172.18.80.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8175 + alias arun-8175.Princeton.EDU + address 172.18.80.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8176 + alias arun-8176.Princeton.EDU + address 172.18.80.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8177 + alias arun-8177.Princeton.EDU + address 172.18.80.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8178 + alias arun-8178.Princeton.EDU + address 172.18.80.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8179 + alias arun-8179.Princeton.EDU + address 172.18.75.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8180 + alias arun-8180.Princeton.EDU + address 172.18.75.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8181 + alias arun-8181.Princeton.EDU + address 172.18.75.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8182 + alias arun-8182.Princeton.EDU + address 172.18.75.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8183 + alias arun-8183.Princeton.EDU + address 172.18.75.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8184 + alias arun-8184.Princeton.EDU + address 172.18.80.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8185 + alias arun-8185.Princeton.EDU + address 172.18.80.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8186 + alias arun-8186.Princeton.EDU + address 172.18.80.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8187 + alias arun-8187.Princeton.EDU + address 172.18.80.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8188 + alias arun-8188.Princeton.EDU + address 172.18.80.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8189 + alias arun-8189.Princeton.EDU + address 172.18.75.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8190 + alias arun-8190.Princeton.EDU + address 172.18.80.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8191 + alias arun-8191.Princeton.EDU + address 172.18.80.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8192 + alias arun-8192.Princeton.EDU + address 172.18.80.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8193 + alias arun-8193.Princeton.EDU + address 172.18.80.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8194 + alias arun-8194.Princeton.EDU + address 172.18.80.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8195 + alias arun-8195.Princeton.EDU + address 172.18.80.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8196 + alias arun-8196.Princeton.EDU + address 172.18.78.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8197 + alias arun-8197.Princeton.EDU + address 172.18.80.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8198 + alias arun-8198.Princeton.EDU + address 172.18.67.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8199 + alias arun-8199.Princeton.EDU + address 172.18.78.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8200 + alias arun-8200.Princeton.EDU + address 172.18.78.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8201 + alias arun-8201.Princeton.EDU + address 172.18.78.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8202 + alias arun-8202.Princeton.EDU + address 172.18.78.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8203 + alias arun-8203.Princeton.EDU + address 172.18.78.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8204 + alias arun-8204.Princeton.EDU + address 172.18.78.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8205 + alias arun-8205.Princeton.EDU + address 172.18.78.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8206 + alias arun-8206.Princeton.EDU + address 172.18.78.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8207 + alias arun-8207.Princeton.EDU + address 172.18.78.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8208 + alias arun-8208.Princeton.EDU + address 172.18.78.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8209 + alias arun-8209.Princeton.EDU + address 172.18.78.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8210 + alias arun-8210.Princeton.EDU + address 172.18.78.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8211 + alias arun-8211.Princeton.EDU + address 172.18.78.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8212 + alias arun-8212.Princeton.EDU + address 172.18.78.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8213 + alias arun-8213.Princeton.EDU + address 172.18.78.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8214 + alias arun-8214.Princeton.EDU + address 172.18.78.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8215 + alias arun-8215.Princeton.EDU + address 172.18.78.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8216 + alias arun-8216.Princeton.EDU + address 172.18.78.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8217 + alias arun-8217.Princeton.EDU + address 172.18.78.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8218 + alias arun-8218.Princeton.EDU + address 172.18.78.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8219 + alias arun-8219.Princeton.EDU + address 172.18.78.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8220 + alias arun-8220.Princeton.EDU + address 172.18.78.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8221 + alias arun-8221.Princeton.EDU + address 172.18.78.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8222 + alias arun-8222.Princeton.EDU + address 172.18.78.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8223 + alias arun-8223.Princeton.EDU + address 172.18.78.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8224 + alias arun-8224.Princeton.EDU + address 172.18.78.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8225 + alias arun-8225.Princeton.EDU + address 172.18.78.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8226 + alias arun-8226.Princeton.EDU + address 172.18.78.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8227 + alias arun-8227.Princeton.EDU + address 172.18.78.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8228 + alias arun-8228.Princeton.EDU + address 172.18.78.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8229 + alias arun-8229.Princeton.EDU + address 172.18.78.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8230 + alias arun-8230.Princeton.EDU + address 172.18.78.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8231 + alias arun-8231.Princeton.EDU + address 172.18.78.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8232 + alias arun-8232.Princeton.EDU + address 172.18.78.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8233 + alias arun-8233.Princeton.EDU + address 172.18.78.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8234 + alias arun-8234.Princeton.EDU + address 172.18.78.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8235 + alias arun-8235.Princeton.EDU + address 172.18.78.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8236 + alias arun-8236.Princeton.EDU + address 172.18.78.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8237 + alias arun-8237.Princeton.EDU + address 172.18.78.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8238 + alias arun-8238.Princeton.EDU + address 172.18.78.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8239 + alias arun-8239.Princeton.EDU + address 172.18.78.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8240 + alias arun-8240.Princeton.EDU + address 172.18.78.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8241 + alias arun-8241.Princeton.EDU + address 172.18.78.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8242 + alias arun-8242.Princeton.EDU + address 172.18.78.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8243 + alias arun-8243.Princeton.EDU + address 172.18.78.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8244 + alias arun-8244.Princeton.EDU + address 172.18.78.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8245 + alias arun-8245.Princeton.EDU + address 172.18.78.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8246 + alias arun-8246.Princeton.EDU + address 172.18.78.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8247 + alias arun-8247.Princeton.EDU + address 172.18.78.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8248 + alias arun-8248.Princeton.EDU + address 172.18.78.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8249 + alias arun-8249.Princeton.EDU + address 172.18.78.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8250 + alias arun-8250.Princeton.EDU + address 172.18.78.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8251 + alias arun-8251.Princeton.EDU + address 172.18.78.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8252 + alias arun-8252.Princeton.EDU + address 172.18.78.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8253 + alias arun-8253.Princeton.EDU + address 172.18.78.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8254 + alias arun-8254.Princeton.EDU + address 172.18.78.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8256 + alias arun-8256.Princeton.EDU + address 172.18.78.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8257 + alias arun-8257.Princeton.EDU + address 172.18.78.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8258 + alias arun-8258.Princeton.EDU + address 172.18.78.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8259 + alias arun-8259.Princeton.EDU + address 172.18.78.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8260 + alias arun-8260.Princeton.EDU + address 172.18.78.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8261 + alias arun-8261.Princeton.EDU + address 172.18.78.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8262 + alias arun-8262.Princeton.EDU + address 172.18.78.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8263 + alias arun-8263.Princeton.EDU + address 172.18.78.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8264 + alias arun-8264.Princeton.EDU + address 172.18.78.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8265 + alias arun-8265.Princeton.EDU + address 172.18.78.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8266 + alias arun-8266.Princeton.EDU + address 172.18.78.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8267 + alias arun-8267.Princeton.EDU + address 172.18.78.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8268 + alias arun-8268.Princeton.EDU + address 172.18.78.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8269 + alias arun-8269.Princeton.EDU + address 172.18.78.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8270 + alias arun-8270.Princeton.EDU + address 172.18.78.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8271 + alias arun-8271.Princeton.EDU + address 172.18.78.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8272 + alias arun-8272.Princeton.EDU + address 172.18.78.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8273 + alias arun-8273.Princeton.EDU + address 172.18.78.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8274 + alias arun-8274.Princeton.EDU + address 172.18.78.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8275 + alias arun-8275.Princeton.EDU + address 172.18.78.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8276 + alias arun-8276.Princeton.EDU + address 172.18.78.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8277 + alias arun-8277.Princeton.EDU + address 172.18.78.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8278 + alias arun-8278.Princeton.EDU + address 172.18.78.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8279 + alias arun-8279.Princeton.EDU + address 172.18.78.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8280 + alias arun-8280.Princeton.EDU + address 172.18.78.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8281 + alias arun-8281.Princeton.EDU + address 172.18.78.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8282 + alias arun-8282.Princeton.EDU + address 172.18.78.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8283 + alias arun-8283.Princeton.EDU + address 172.18.78.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8284 + alias arun-8284.Princeton.EDU + address 172.18.78.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8285 + alias arun-8285.Princeton.EDU + address 172.18.78.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8286 + alias arun-8286.Princeton.EDU + address 172.18.78.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8287 + alias arun-8287.Princeton.EDU + address 172.18.78.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8288 + alias arun-8288.Princeton.EDU + address 172.18.78.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8289 + alias arun-8289.Princeton.EDU + address 172.18.78.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8290 + alias arun-8290.Princeton.EDU + address 172.18.78.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8291 + alias arun-8291.Princeton.EDU + address 172.18.78.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8292 + alias arun-8292.Princeton.EDU + address 172.18.78.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8293 + alias arun-8293.Princeton.EDU + address 172.18.78.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8294 + alias arun-8294.Princeton.EDU + address 172.18.78.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8295 + alias arun-8295.Princeton.EDU + address 172.18.78.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8296 + alias arun-8296.Princeton.EDU + address 172.18.78.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8297 + alias arun-8297.Princeton.EDU + address 172.18.78.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8298 + alias arun-8298.Princeton.EDU + address 172.18.78.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8299 + alias arun-8299.Princeton.EDU + address 172.18.78.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8300 + alias arun-8300.Princeton.EDU + address 172.18.78.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8301 + alias arun-8301.Princeton.EDU + address 172.18.78.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8302 + alias arun-8302.Princeton.EDU + address 172.18.78.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8303 + alias arun-8303.Princeton.EDU + address 172.18.78.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8304 + alias arun-8304.Princeton.EDU + address 172.18.78.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8305 + alias arun-8305.Princeton.EDU + address 172.18.78.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8306 + alias arun-8306.Princeton.EDU + address 172.18.78.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8307 + alias arun-8307.Princeton.EDU + address 172.18.78.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8308 + alias arun-8308.Princeton.EDU + address 172.18.78.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8309 + alias arun-8309.Princeton.EDU + address 172.18.78.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8310 + alias arun-8310.Princeton.EDU + address 172.18.78.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8311 + alias arun-8311.Princeton.EDU + address 172.18.78.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8312 + alias arun-8312.Princeton.EDU + address 172.18.78.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8313 + alias arun-8313.Princeton.EDU + address 172.18.78.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8314 + alias arun-8314.Princeton.EDU + address 172.18.78.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8315 + alias arun-8315.Princeton.EDU + address 172.18.78.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8316 + alias arun-8316.Princeton.EDU + address 172.18.78.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8317 + alias arun-8317.Princeton.EDU + address 172.18.78.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8319 + alias arun-8319.Princeton.EDU + address 172.18.78.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8320 + alias arun-8320.Princeton.EDU + address 172.18.80.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8321 + alias arun-8321.Princeton.EDU + address 172.18.80.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8322 + alias arun-8322.Princeton.EDU + address 172.18.80.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8323 + alias arun-8323.Princeton.EDU + address 172.18.80.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8324 + alias arun-8324.Princeton.EDU + address 172.18.78.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8325 + alias arun-8325.Princeton.EDU + address 172.18.78.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8326 + alias arun-8326.Princeton.EDU + address 172.18.78.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8327 + alias arun-8327.Princeton.EDU + address 172.18.78.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8328 + alias arun-8328.Princeton.EDU + address 172.18.78.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8329 + alias arun-8329.Princeton.EDU + address 172.18.78.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8330 + alias arun-8330.Princeton.EDU + address 172.18.78.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8331 + alias arun-8331.Princeton.EDU + address 172.18.78.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8332 + alias arun-8332.Princeton.EDU + address 172.18.78.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8333 + alias arun-8333.Princeton.EDU + address 172.18.78.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8334 + alias arun-8334.Princeton.EDU + address 172.18.78.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8335 + alias arun-8335.Princeton.EDU + address 172.18.78.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8336 + alias arun-8336.Princeton.EDU + address 172.18.78.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8337 + alias arun-8337.Princeton.EDU + address 172.18.78.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8338 + alias arun-8338.Princeton.EDU + address 172.18.78.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8339 + alias arun-8339.Princeton.EDU + address 172.18.78.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8340 + alias arun-8340.Princeton.EDU + address 172.18.78.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8341 + alias arun-8341.Princeton.EDU + address 172.18.78.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8342 + alias arun-8342.Princeton.EDU + address 172.18.78.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8343 + alias arun-8343.Princeton.EDU + address 172.18.78.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8344 + alias arun-8344.Princeton.EDU + address 172.18.78.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8345 + alias arun-8345.Princeton.EDU + address 172.18.78.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8346 + alias arun-8346.Princeton.EDU + address 172.18.78.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8347 + alias arun-8347.Princeton.EDU + address 172.18.78.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8348 + alias arun-8348.Princeton.EDU + address 172.18.78.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8349 + alias arun-8349.Princeton.EDU + address 172.18.78.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8350 + alias arun-8350.Princeton.EDU + address 172.18.78.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8351 + alias arun-8351.Princeton.EDU + address 172.18.78.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8352 + alias arun-8352.Princeton.EDU + address 172.18.78.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8353 + alias arun-8353.Princeton.EDU + address 172.18.78.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8354 + alias arun-8354.Princeton.EDU + address 172.18.78.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8355 + alias arun-8355.Princeton.EDU + address 172.18.78.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8356 + alias arun-8356.Princeton.EDU + address 172.18.78.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8357 + alias arun-8357.Princeton.EDU + address 172.18.78.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8358 + alias arun-8358.Princeton.EDU + address 172.18.78.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8359 + alias arun-8359.Princeton.EDU + address 172.18.78.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8360 + alias arun-8360.Princeton.EDU + address 172.18.78.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8361 + alias arun-8361.Princeton.EDU + address 172.18.78.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8362 + alias arun-8362.Princeton.EDU + address 172.18.78.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8363 + alias arun-8363.Princeton.EDU + address 172.18.78.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8364 + alias arun-8364.Princeton.EDU + address 172.18.78.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8365 + alias arun-8365.Princeton.EDU + address 172.18.78.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8366 + alias arun-8366.Princeton.EDU + address 172.18.78.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8367 + alias arun-8367.Princeton.EDU + address 172.18.78.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8368 + alias arun-8368.Princeton.EDU + address 172.18.78.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8369 + alias arun-8369.Princeton.EDU + address 172.18.78.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8370 + alias arun-8370.Princeton.EDU + address 172.18.78.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8371 + alias arun-8371.Princeton.EDU + address 172.18.78.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8372 + alias arun-8372.Princeton.EDU + address 172.18.78.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8373 + alias arun-8373.Princeton.EDU + address 172.18.78.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8374 + alias arun-8374.Princeton.EDU + address 172.18.78.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8375 + alias arun-8375.Princeton.EDU + address 172.18.78.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8376 + alias arun-8376.Princeton.EDU + address 172.18.78.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8377 + alias arun-8377.Princeton.EDU + address 172.18.78.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8378 + alias arun-8378.Princeton.EDU + address 172.18.78.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8379 + alias arun-8379.Princeton.EDU + address 172.18.78.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8380 + alias arun-8380.Princeton.EDU + address 172.18.78.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8381 + alias arun-8381.Princeton.EDU + address 172.18.78.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8382 + alias arun-8382.Princeton.EDU + address 172.18.78.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8383 + alias arun-8383.Princeton.EDU + address 172.18.78.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8384 + alias arun-8384.Princeton.EDU + address 172.18.78.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8385 + alias arun-8385.Princeton.EDU + address 172.18.78.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8386 + alias arun-8386.Princeton.EDU + address 172.18.78.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8387 + alias arun-8387.Princeton.EDU + address 172.18.78.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8388 + alias arun-8388.Princeton.EDU + address 172.18.78.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8389 + alias arun-8389.Princeton.EDU + address 172.18.78.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8390 + alias arun-8390.Princeton.EDU + address 172.18.78.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8391 + alias arun-8391.Princeton.EDU + address 172.18.78.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8392 + alias arun-8392.Princeton.EDU + address 172.18.78.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8393 + alias arun-8393.Princeton.EDU + address 172.18.80.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8394 + alias arun-8394.Princeton.EDU + address 172.18.80.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8395 + alias arun-8395.Princeton.EDU + address 172.18.80.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8396 + alias arun-8396.Princeton.EDU + address 172.18.80.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8397 + alias arun-8397.Princeton.EDU + address 172.18.80.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8398 + alias arun-8398.Princeton.EDU + address 172.18.80.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8399 + alias arun-8399.Princeton.EDU + address 172.18.80.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8400 + alias arun-8400.Princeton.EDU + address 172.18.80.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8401 + alias arun-8401.Princeton.EDU + address 172.18.80.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8402 + alias arun-8402.Princeton.EDU + address 172.18.80.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8403 + alias arun-8403.Princeton.EDU + address 172.18.80.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8404 + alias arun-8404.Princeton.EDU + address 172.18.80.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8405 + alias arun-8405.Princeton.EDU + address 172.18.80.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8406 + alias arun-8406.Princeton.EDU + address 172.18.80.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8407 + alias arun-8407.Princeton.EDU + address 172.18.80.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8408 + alias arun-8408.Princeton.EDU + address 172.18.80.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8409 + alias arun-8409.Princeton.EDU + address 172.18.80.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8410 + alias arun-8410.Princeton.EDU + address 172.18.80.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8411 + alias arun-8411.Princeton.EDU + address 172.18.80.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8412 + alias arun-8412.Princeton.EDU + address 172.18.64.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8413 + alias arun-8413.Princeton.EDU + address 172.18.67.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8414 + alias arun-8414.Princeton.EDU + address 172.18.67.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8415 + alias arun-8415.Princeton.EDU + address 172.18.67.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8416 + alias arun-8416.Princeton.EDU + address 172.18.67.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8417 + alias arun-8417.Princeton.EDU + address 172.18.68.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8418 + alias arun-8418.Princeton.EDU + address 172.18.68.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8419 + alias arun-8419.Princeton.EDU + address 172.18.68.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8420 + alias arun-8420.Princeton.EDU + address 172.18.68.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8421 + alias arun-8421.Princeton.EDU + address 172.18.78.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8422 + alias arun-8422.Princeton.EDU + address 172.18.78.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8423 + alias arun-8423.Princeton.EDU + address 172.18.78.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8424 + alias arun-8424.Princeton.EDU + address 172.18.80.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8425 + alias arun-8425.Princeton.EDU + address 172.18.80.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8426 + alias arun-8426.Princeton.EDU + address 172.18.80.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8427 + alias arun-8427.Princeton.EDU + address 172.18.80.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8428 + alias arun-8428.Princeton.EDU + address 172.18.80.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8429 + alias arun-8429.Princeton.EDU + address 172.18.80.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8430 + alias arun-8430.Princeton.EDU + address 172.18.80.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8431 + alias arun-8431.Princeton.EDU + address 172.18.80.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8432 + alias arun-8432.Princeton.EDU + address 172.18.80.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8433 + alias arun-8433.Princeton.EDU + address 172.18.80.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8434 + alias arun-8434.Princeton.EDU + address 172.18.80.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8435 + alias arun-8435.Princeton.EDU + address 172.18.80.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8436 + alias arun-8436.Princeton.EDU + address 172.18.80.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8437 + alias arun-8437.Princeton.EDU + address 172.18.80.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8438 + alias arun-8438.Princeton.EDU + address 172.18.80.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8439 + alias arun-8439.Princeton.EDU + address 172.18.80.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8440 + alias arun-8440.Princeton.EDU + address 172.18.80.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8441 + alias arun-8441.Princeton.EDU + address 172.18.80.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8442 + alias arun-8442.Princeton.EDU + address 172.18.80.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8443 + alias arun-8443.Princeton.EDU + address 172.18.80.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8444 + alias arun-8444.Princeton.EDU + address 172.18.80.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8445 + alias arun-8445.Princeton.EDU + address 172.18.80.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8446 + alias arun-8446.Princeton.EDU + address 172.18.80.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8447 + alias arun-8447.Princeton.EDU + address 172.18.80.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8448 + alias arun-8448.Princeton.EDU + address 172.18.80.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8449 + alias arun-8449.Princeton.EDU + address 172.18.80.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8450 + alias arun-8450.Princeton.EDU + address 172.18.80.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8451 + alias arun-8451.Princeton.EDU + address 172.18.80.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8452 + alias arun-8452.Princeton.EDU + address 172.18.80.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8453 + alias arun-8453.Princeton.EDU + address 172.18.80.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8454 + alias arun-8454.Princeton.EDU + address 172.18.78.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8455 + alias arun-8455.Princeton.EDU + address 172.18.78.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8456 + alias arun-8456.Princeton.EDU + address 172.18.78.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8457 + alias arun-8457.Princeton.EDU + address 172.18.78.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8458 + alias arun-8458.Princeton.EDU + address 172.18.78.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8459 + alias arun-8459.Princeton.EDU + address 172.18.78.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8460 + alias arun-8460.Princeton.EDU + address 172.18.78.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8461 + alias arun-8461.Princeton.EDU + address 172.18.78.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8462 + alias arun-8462.Princeton.EDU + address 172.18.78.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8463 + alias arun-8463.Princeton.EDU + address 172.18.78.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8464 + alias arun-8464.Princeton.EDU + address 172.18.78.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8465 + alias arun-8465.Princeton.EDU + address 172.18.78.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8466 + alias arun-8466.Princeton.EDU + address 172.18.78.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8467 + alias arun-8467.Princeton.EDU + address 172.18.78.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8468 + alias arun-8468.Princeton.EDU + address 172.18.78.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8469 + alias arun-8469.Princeton.EDU + address 172.18.78.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8470 + alias arun-8470.Princeton.EDU + address 172.18.78.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8471 + alias arun-8471.Princeton.EDU + address 172.18.78.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8472 + alias arun-8472.Princeton.EDU + address 172.18.78.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8473 + alias arun-8473.Princeton.EDU + address 172.18.78.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8474 + alias arun-8474.Princeton.EDU + address 172.18.80.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8475 + alias arun-8475.Princeton.EDU + address 172.18.78.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8476 + alias arun-8476.Princeton.EDU + address 172.18.78.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8477 + alias arun-8477.Princeton.EDU + address 172.18.78.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8478 + alias arun-8478.Princeton.EDU + address 172.18.78.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8481 + alias arun-8481.Princeton.EDU + address 172.18.80.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8482 + alias arun-8482.Princeton.EDU + address 172.18.80.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8483 + alias arun-8483.Princeton.EDU + address 172.18.80.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8484 + alias arun-8484.Princeton.EDU + address 172.18.80.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8485 + alias arun-8485.Princeton.EDU + address 172.18.80.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8486 + alias arun-8486.Princeton.EDU + address 172.18.80.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8487 + alias arun-8487.Princeton.EDU + address 172.18.80.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8488 + alias arun-8488.Princeton.EDU + address 172.18.80.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8489 + alias arun-8489.Princeton.EDU + address 172.18.80.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8490 + alias arun-8490.Princeton.EDU + address 172.18.80.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8491 + alias arun-8491.Princeton.EDU + address 172.18.80.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8492 + alias arun-8492.Princeton.EDU + address 172.18.80.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8493 + alias arun-8493.Princeton.EDU + address 172.18.80.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8494 + alias arun-8494.Princeton.EDU + address 172.18.80.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8495 + alias arun-8495.Princeton.EDU + address 172.18.80.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8496 + alias arun-8496.Princeton.EDU + address 172.18.80.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8497 + alias arun-8497.Princeton.EDU + address 172.18.80.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8498 + alias arun-8498.Princeton.EDU + address 172.18.80.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8499 + alias arun-8499.Princeton.EDU + address 172.18.80.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8500 + alias arun-8500.Princeton.EDU + address 172.18.80.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8501 + alias arun-8501.Princeton.EDU + address 172.18.80.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8502 + alias arun-8502.Princeton.EDU + address 172.18.80.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8503 + alias arun-8503.Princeton.EDU + address 172.18.80.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8504 + alias arun-8504.Princeton.EDU + address 172.18.64.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8505 + alias arun-8505.Princeton.EDU + address 172.18.80.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8506 + alias arun-8506.Princeton.EDU + address 172.18.80.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8507 + alias arun-8507.Princeton.EDU + address 172.18.67.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8508 + alias arun-8508.Princeton.EDU + address 172.18.68.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8509 + alias arun-8509.Princeton.EDU + address 172.18.68.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8510 + alias arun-8510.Princeton.EDU + address 172.18.68.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8511 + alias arun-8511.Princeton.EDU + address 172.18.68.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8512 + alias arun-8512.Princeton.EDU + address 172.18.68.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8513 + alias arun-8513.Princeton.EDU + address 172.18.68.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8514 + alias arun-8514.Princeton.EDU + address 172.18.68.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8515 + alias arun-8515.Princeton.EDU + address 172.18.68.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8516 + alias arun-8516.Princeton.EDU + address 172.18.68.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8517 + alias arun-8517.Princeton.EDU + address 172.18.68.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8518 + alias arun-8518.Princeton.EDU + address 172.18.68.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8519 + alias arun-8519.Princeton.EDU + address 172.18.68.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8520 + alias arun-8520.Princeton.EDU + address 172.18.68.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8521 + alias arun-8521.Princeton.EDU + address 172.18.68.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8522 + alias arun-8522.Princeton.EDU + address 172.18.68.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8523 + alias arun-8523.Princeton.EDU + address 172.18.68.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8524 + alias arun-8524.Princeton.EDU + address 172.18.68.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8525 + alias arun-8525.Princeton.EDU + address 172.18.68.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8526 + alias arun-8526.Princeton.EDU + address 172.18.68.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8527 + alias arun-8527.Princeton.EDU + address 172.18.68.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8528 + alias arun-8528.Princeton.EDU + address 172.18.64.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8529 + alias arun-8529.Princeton.EDU + address 172.18.82.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8530 + alias arun-8530.Princeton.EDU + address 172.18.82.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8531 + alias arun-8531.Princeton.EDU + address 172.18.82.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8532 + alias arun-8532.Princeton.EDU + address 172.18.82.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8533 + alias arun-8533.Princeton.EDU + address 172.18.82.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8534 + alias arun-8534.Princeton.EDU + address 172.18.82.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8535 + alias arun-8535.Princeton.EDU + address 172.18.82.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8536 + alias arun-8536.Princeton.EDU + address 172.18.82.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8537 + alias arun-8537.Princeton.EDU + address 172.18.82.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8538 + alias arun-8538.Princeton.EDU + address 172.18.82.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8539 + alias arun-8539.Princeton.EDU + address 172.18.82.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8540 + alias arun-8540.Princeton.EDU + address 172.18.82.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8541 + alias arun-8541.Princeton.EDU + address 172.18.82.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8542 + alias arun-8542.Princeton.EDU + address 172.18.82.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8543 + alias arun-8543.Princeton.EDU + address 172.18.82.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8545 + alias arun-8545.Princeton.EDU + address 172.18.66.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8546 + alias arun-8546.Princeton.EDU + address 172.18.66.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8547 + alias arun-8547.Princeton.EDU + address 172.18.65.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8548 + alias arun-8548.Princeton.EDU + address 172.18.66.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8549 + alias arun-8549.Princeton.EDU + address 172.18.66.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8550 + alias arun-8550.Princeton.EDU + address 172.18.67.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8551 + alias arun-8551.Princeton.EDU + address 172.18.73.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8552 + alias arun-8552.Princeton.EDU + address 172.18.65.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8553 + alias arun-8553.Princeton.EDU + address 172.18.65.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8554 + alias arun-8554.Princeton.EDU + address 172.18.65.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8555 + alias arun-8555.Princeton.EDU + address 172.18.82.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8556 + alias arun-8556.Princeton.EDU + address 172.18.82.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8557 + alias arun-8557.Princeton.EDU + address 172.18.82.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8559 + alias arun-8559.Princeton.EDU + address 172.18.72.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8560 + alias arun-8560.Princeton.EDU + address 172.18.82.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8561 + alias arun-8561.Princeton.EDU + address 172.18.82.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8562 + alias arun-8562.Princeton.EDU + address 172.18.82.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8563 + alias arun-8563.Princeton.EDU + address 172.18.82.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8564 + alias arun-8564.Princeton.EDU + address 172.18.82.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8565 + alias arun-8565.Princeton.EDU + address 172.18.82.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8566 + alias arun-8566.Princeton.EDU + address 172.18.82.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8567 + alias arun-8567.Princeton.EDU + address 172.18.82.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8568 + alias arun-8568.Princeton.EDU + address 172.18.82.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8569 + alias arun-8569.Princeton.EDU + address 172.18.82.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8570 + alias arun-8570.Princeton.EDU + address 172.18.82.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8571 + alias arun-8571.Princeton.EDU + address 172.18.82.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8572 + alias arun-8572.Princeton.EDU + address 172.18.82.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8573 + alias arun-8573.Princeton.EDU + address 172.18.82.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8574 + alias arun-8574.Princeton.EDU + address 172.18.82.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8575 + alias arun-8575.Princeton.EDU + address 172.18.82.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8579 + alias arun-8579.Princeton.EDU + address 172.18.82.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8581 + alias arun-8581.Princeton.EDU + address 172.18.82.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8582 + alias arun-8582.Princeton.EDU + address 172.18.82.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8583 + alias arun-8583.Princeton.EDU + address 172.18.82.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8584 + alias arun-8584.Princeton.EDU + address 172.18.82.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8585 + alias arun-8585.Princeton.EDU + address 172.18.82.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8586 + alias arun-8586.Princeton.EDU + address 172.18.85.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8687 + alias arun-8687.Princeton.EDU + address 172.18.80.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8688 + alias arun-8688.Princeton.EDU + address 172.18.80.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8689 + alias arun-8689.Princeton.EDU + address 172.18.68.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8690 + alias arun-8690.Princeton.EDU + address 172.18.84.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8691 + alias arun-8691.Princeton.EDU + address 172.18.80.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8692 + alias arun-8692.Princeton.EDU + address 172.18.80.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8693 + alias arun-8693.Princeton.EDU + address 172.18.80.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8694 + alias arun-8694.Princeton.EDU + address 172.18.80.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8695 + alias arun-8695.Princeton.EDU + address 172.18.80.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8696 + alias arun-8696.Princeton.EDU + address 172.18.80.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8697 + alias arun-8697.Princeton.EDU + address 172.18.80.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8698 + alias arun-8698.Princeton.EDU + address 172.18.80.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8699 + alias arun-8699.Princeton.EDU + address 172.18.80.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8700 + alias arun-8700.Princeton.EDU + address 172.18.80.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8701 + alias arun-8701.Princeton.EDU + address 172.18.84.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8702 + alias arun-8702.Princeton.EDU + address 172.18.84.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8703 + alias arun-8703.Princeton.EDU + address 172.18.84.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8704 + alias arun-8704.Princeton.EDU + address 172.18.84.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8705 + alias arun-8705.Princeton.EDU + address 172.18.84.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8706 + alias arun-8706.Princeton.EDU + address 172.18.84.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8707 + alias arun-8707.Princeton.EDU + address 172.18.84.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8708 + alias arun-8708.Princeton.EDU + address 172.18.84.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8709 + alias arun-8709.Princeton.EDU + address 172.18.84.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8710 + alias arun-8710.Princeton.EDU + address 172.18.84.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8711 + alias arun-8711.Princeton.EDU + address 172.18.84.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8712 + alias arun-8712.Princeton.EDU + address 172.18.84.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8713 + alias arun-8713.Princeton.EDU + address 172.18.84.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8714 + alias arun-8714.Princeton.EDU + address 172.18.84.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8715 + alias arun-8715.Princeton.EDU + address 172.18.84.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8720 + alias arun-8720.Princeton.EDU + address 172.18.66.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8721 + alias arun-8721.Princeton.EDU + address 172.18.66.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8722 + alias arun-8722.Princeton.EDU + address 172.18.66.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8723 + alias arun-8723.Princeton.EDU + address 172.18.66.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8724 + alias arun-8724.Princeton.EDU + address 172.18.66.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8725 + alias arun-8725.Princeton.EDU + address 172.18.66.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8726 + alias arun-8726.Princeton.EDU + address 172.18.66.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8727 + alias arun-8727.Princeton.EDU + address 172.18.67.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8728 + alias arun-8728.Princeton.EDU + address 172.18.67.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8730 + alias arun-8730.Princeton.EDU + address 172.18.67.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8731 + alias arun-8731.Princeton.EDU + address 172.18.80.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8732 + alias arun-8732.Princeton.EDU + address 172.18.80.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8733 + alias arun-8733.Princeton.EDU + address 172.18.80.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8734 + alias arun-8734.Princeton.EDU + address 172.18.80.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8735 + alias arun-8735.Princeton.EDU + address 172.18.80.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8736 + alias arun-8736.Princeton.EDU + address 172.18.67.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8737 + alias arun-8737.Princeton.EDU + address 172.18.76.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8738 + alias arun-8738.Princeton.EDU + address 172.18.76.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8739 + alias arun-8739.Princeton.EDU + address 172.18.76.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8740 + alias arun-8740.Princeton.EDU + address 172.18.78.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8741 + alias arun-8741.Princeton.EDU + address 172.18.80.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8742 + alias arun-8742.Princeton.EDU + address 172.18.80.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8743 + alias arun-8743.Princeton.EDU + address 172.18.80.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8744 + alias arun-8744.Princeton.EDU + address 172.18.80.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8745 + alias arun-8745.Princeton.EDU + address 172.18.80.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8746 + alias arun-8746.Princeton.EDU + address 172.18.80.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8747 + alias arun-8747.Princeton.EDU + address 172.18.80.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8748 + alias arun-8748.Princeton.EDU + address 172.18.80.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8749 + alias arun-8749.Princeton.EDU + address 172.18.80.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8750 + alias arun-8750.Princeton.EDU + address 172.18.80.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8751 + alias arun-8751.Princeton.EDU + address 172.18.80.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8752 + alias arun-8752.Princeton.EDU + address 172.18.80.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8753 + alias arun-8753.Princeton.EDU + address 172.18.80.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8754 + alias arun-8754.Princeton.EDU + address 172.18.80.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8755 + alias arun-8755.Princeton.EDU + address 172.18.80.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8756 + alias arun-8756.Princeton.EDU + address 172.18.80.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8757 + alias arun-8757.Princeton.EDU + address 172.18.80.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8758 + alias arun-8758.Princeton.EDU + address 172.18.80.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8759 + alias arun-8759.Princeton.EDU + address 172.18.80.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8760 + alias arun-8760.Princeton.EDU + address 172.18.80.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8761 + alias arun-8761.Princeton.EDU + address 172.18.80.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8762 + alias arun-8762.Princeton.EDU + address 172.18.80.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8763 + alias arun-8763.Princeton.EDU + address 172.18.80.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8764 + alias arun-8764.Princeton.EDU + address 172.18.80.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8765 + alias arun-8765.Princeton.EDU + address 172.18.80.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8766 + alias arun-8766.Princeton.EDU + address 172.18.80.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8767 + alias arun-8767.Princeton.EDU + address 172.18.80.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8768 + alias arun-8768.Princeton.EDU + address 172.18.80.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8769 + alias arun-8769.Princeton.EDU + address 172.18.80.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8770 + alias arun-8770.Princeton.EDU + address 172.18.80.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8771 + alias arun-8771.Princeton.EDU + address 172.18.80.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8772 + alias arun-8772.Princeton.EDU + address 172.18.80.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8773 + alias arun-8773.Princeton.EDU + address 172.18.80.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8774 + alias arun-8774.Princeton.EDU + address 172.18.80.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8775 + alias arun-8775.Princeton.EDU + address 172.18.80.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8776 + alias arun-8776.Princeton.EDU + address 172.18.80.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8777 + alias arun-8777.Princeton.EDU + address 172.18.80.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8778 + alias arun-8778.Princeton.EDU + address 172.18.80.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8779 + alias arun-8779.Princeton.EDU + address 172.18.80.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8780 + alias arun-8780.Princeton.EDU + address 172.18.80.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8781 + alias arun-8781.Princeton.EDU + address 172.18.80.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8782 + alias arun-8782.Princeton.EDU + address 172.18.80.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8783 + alias arun-8783.Princeton.EDU + address 172.18.81.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8784 + alias arun-8784.Princeton.EDU + address 172.18.81.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8785 + alias arun-8785.Princeton.EDU + address 172.18.81.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8786 + alias arun-8786.Princeton.EDU + address 172.18.81.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8787 + alias arun-8787.Princeton.EDU + address 172.18.81.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8788 + alias arun-8788.Princeton.EDU + address 172.18.81.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8789 + alias arun-8789.Princeton.EDU + address 172.18.81.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8790 + alias arun-8790.Princeton.EDU + address 172.18.81.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8791 + alias arun-8791.Princeton.EDU + address 172.18.81.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8792 + alias arun-8792.Princeton.EDU + address 172.18.81.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8793 + alias arun-8793.Princeton.EDU + address 172.18.81.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8794 + alias arun-8794.Princeton.EDU + address 172.18.81.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8795 + alias arun-8795.Princeton.EDU + address 172.18.81.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8796 + alias arun-8796.Princeton.EDU + address 172.18.81.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8797 + alias arun-8797.Princeton.EDU + address 172.18.81.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8798 + alias arun-8798.Princeton.EDU + address 172.18.81.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8799 + alias arun-8799.Princeton.EDU + address 172.18.81.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8800 + alias arun-8800.Princeton.EDU + address 172.18.81.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8801 + alias arun-8801.Princeton.EDU + address 172.18.88.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8804 + alias arun-8804.Princeton.EDU + address 172.18.84.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8806 + alias arun-8806.Princeton.EDU + address 172.18.64.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8807 + alias arun-8807.Princeton.EDU + address 172.18.64.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8809 + alias arun-8809.Princeton.EDU + address 172.18.84.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8813 + alias arun-8813.Princeton.EDU + address 172.18.88.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8814 + alias arun-8814.Princeton.EDU + address 172.18.88.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8815 + alias arun-8815.Princeton.EDU + address 172.18.88.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8816 + alias arun-8816.Princeton.EDU + address 172.18.81.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8817 + alias arun-8817.Princeton.EDU + address 172.18.64.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8818 + alias arun-8818.Princeton.EDU + address 172.18.65.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8819 + alias arun-8819.Princeton.EDU + address 172.18.82.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8820 + alias arun-8820.Princeton.EDU + address 172.18.82.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8821 + alias arun-8821.Princeton.EDU + address 172.18.88.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8822 + alias arun-8822.Princeton.EDU + address 172.18.81.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8825 + alias arun-8825.Princeton.EDU + address 172.18.75.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8828 + alias arun-8828.Princeton.EDU + address 172.18.76.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8829 + alias arun-8829.Princeton.EDU + address 172.18.84.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8830 + alias arun-8830.Princeton.EDU + address 172.18.83.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8831 + alias arun-8831.Princeton.EDU + address 172.18.82.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8832 + alias arun-8832.Princeton.EDU + address 172.18.82.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8833 + alias arun-8833.Princeton.EDU + address 172.18.66.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8834 + alias arun-8834.Princeton.EDU + address 172.18.80.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8835 + alias arun-8835.Princeton.EDU + address 172.18.65.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8836 + alias arun-8836.Princeton.EDU + address 172.18.66.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8837 + alias arun-8837.Princeton.EDU + address 172.18.81.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8838 + alias arun-8838.Princeton.EDU + address 172.18.81.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8839 + alias arun-8839.Princeton.EDU + address 172.18.82.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8840 + alias arun-8840.Princeton.EDU + address 172.18.83.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8841 + alias arun-8841.Princeton.EDU + address 172.18.81.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8842 + alias arun-8842.Princeton.EDU + address 172.18.81.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8843 + alias arun-8843.Princeton.EDU + address 172.18.81.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8844 + alias arun-8844.Princeton.EDU + address 172.18.81.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8845 + alias arun-8845.Princeton.EDU + address 172.18.81.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8846 + alias arun-8846.Princeton.EDU + address 172.18.81.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8847 + alias arun-8847.Princeton.EDU + address 172.18.81.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8848 + alias arun-8848.Princeton.EDU + address 172.18.81.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8849 + alias arun-8849.Princeton.EDU + address 172.18.81.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8850 + alias arun-8850.Princeton.EDU + address 172.18.81.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8851 + alias arun-8851.Princeton.EDU + address 172.18.81.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8852 + alias arun-8852.Princeton.EDU + address 172.18.81.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8853 + alias arun-8853.Princeton.EDU + address 172.18.81.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8854 + alias arun-8854.Princeton.EDU + address 172.18.81.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8855 + alias arun-8855.Princeton.EDU + address 172.18.81.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8856 + alias arun-8856.Princeton.EDU + address 172.18.81.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8857 + alias arun-8857.Princeton.EDU + address 172.18.81.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8858 + alias arun-8858.Princeton.EDU + address 172.18.81.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8859 + alias arun-8859.Princeton.EDU + address 172.18.81.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8860 + alias arun-8860.Princeton.EDU + address 172.18.81.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8861 + alias arun-8861.Princeton.EDU + address 172.18.81.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8862 + alias arun-8862.Princeton.EDU + address 172.18.81.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8863 + alias arun-8863.Princeton.EDU + address 172.18.81.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8864 + alias arun-8864.Princeton.EDU + address 172.18.81.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8865 + alias arun-8865.Princeton.EDU + address 172.18.81.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8866 + alias arun-8866.Princeton.EDU + address 172.18.81.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8867 + alias arun-8867.Princeton.EDU + address 172.18.81.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8868 + alias arun-8868.Princeton.EDU + address 172.18.81.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8869 + alias arun-8869.Princeton.EDU + address 172.18.81.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8870 + alias arun-8870.Princeton.EDU + address 172.18.81.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8871 + alias arun-8871.Princeton.EDU + address 172.18.66.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8872 + alias arun-8872.Princeton.EDU + address 172.18.66.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8873 + alias arun-8873.Princeton.EDU + address 172.18.81.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8874 + alias arun-8874.Princeton.EDU + address 172.18.81.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8875 + alias arun-8875.Princeton.EDU + address 172.18.81.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8876 + alias arun-8876.Princeton.EDU + address 172.18.66.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8877 + alias arun-8877.Princeton.EDU + address 172.18.66.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8878 + alias arun-8878.Princeton.EDU + address 172.18.66.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8879 + alias arun-8879.Princeton.EDU + address 172.18.66.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8880 + alias arun-8880.Princeton.EDU + address 172.18.66.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8881 + alias arun-8881.Princeton.EDU + address 172.18.66.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8882 + alias arun-8882.Princeton.EDU + address 172.18.81.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8883 + alias arun-8883.Princeton.EDU + address 172.18.81.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8884 + alias arun-8884.Princeton.EDU + address 172.18.68.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8885 + alias arun-8885.Princeton.EDU + address 172.18.68.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8886 + alias arun-8886.Princeton.EDU + address 172.18.68.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8887 + alias arun-8887.Princeton.EDU + address 172.18.68.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8888 + alias arun-8888.Princeton.EDU + address 172.18.81.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8889 + alias arun-8889.Princeton.EDU + address 172.18.81.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8890 + alias arun-8890.Princeton.EDU + address 172.18.81.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8891 + alias arun-8891.Princeton.EDU + address 172.18.81.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8892 + alias arun-8892.Princeton.EDU + address 172.18.81.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8893 + alias arun-8893.Princeton.EDU + address 172.18.81.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8894 + alias arun-8894.Princeton.EDU + address 172.18.81.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8895 + alias arun-8895.Princeton.EDU + address 172.18.81.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8896 + alias arun-8896.Princeton.EDU + address 172.18.81.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8897 + alias arun-8897.Princeton.EDU + address 172.18.81.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8898 + alias arun-8898.Princeton.EDU + address 172.18.81.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8899 + alias arun-8899.Princeton.EDU + address 172.18.81.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8900 + alias arun-8900.Princeton.EDU + address 172.18.81.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8901 + alias arun-8901.Princeton.EDU + address 172.18.81.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8902 + alias arun-8902.Princeton.EDU + address 172.18.81.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8903 + alias arun-8903.Princeton.EDU + address 172.18.81.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8904 + alias arun-8904.Princeton.EDU + address 172.18.81.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8905 + alias arun-8905.Princeton.EDU + address 172.18.81.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8906 + alias arun-8906.Princeton.EDU + address 172.18.81.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8907 + alias arun-8907.Princeton.EDU + address 172.18.81.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8908 + alias arun-8908.Princeton.EDU + address 172.18.81.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8909 + alias arun-8909.Princeton.EDU + address 172.18.81.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8910 + alias arun-8910.Princeton.EDU + address 172.18.81.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8911 + alias arun-8911.Princeton.EDU + address 172.18.81.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8912 + alias arun-8912.Princeton.EDU + address 172.18.81.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8913 + alias arun-8913.Princeton.EDU + address 172.18.81.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8914 + alias arun-8914.Princeton.EDU + address 172.18.81.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8915 + alias arun-8915.Princeton.EDU + address 172.18.81.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8916 + alias arun-8916.Princeton.EDU + address 172.18.81.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8917 + alias arun-8917.Princeton.EDU + address 172.18.81.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8918 + alias arun-8918.Princeton.EDU + address 172.18.78.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8919 + alias arun-8919.Princeton.EDU + address 172.18.81.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8920 + alias arun-8920.Princeton.EDU + address 172.18.81.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8921 + alias arun-8921.Princeton.EDU + address 172.18.81.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8922 + alias arun-8922.Princeton.EDU + address 172.18.81.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8923 + alias arun-8923.Princeton.EDU + address 172.18.81.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8924 + alias arun-8924.Princeton.EDU + address 172.18.81.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8925 + alias arun-8925.Princeton.EDU + address 172.18.81.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8926 + alias arun-8926.Princeton.EDU + address 172.18.81.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8927 + alias arun-8927.Princeton.EDU + address 172.18.81.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8928 + alias arun-8928.Princeton.EDU + address 172.18.81.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8929 + alias arun-8929.Princeton.EDU + address 172.18.81.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8930 + alias arun-8930.Princeton.EDU + address 172.18.81.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8931 + alias arun-8931.Princeton.EDU + address 172.18.81.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8932 + alias arun-8932.Princeton.EDU + address 172.18.81.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8933 + alias arun-8933.Princeton.EDU + address 172.18.81.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8934 + alias arun-8934.Princeton.EDU + address 172.18.81.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8935 + alias arun-8935.Princeton.EDU + address 172.18.81.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8936 + alias arun-8936.Princeton.EDU + address 172.18.81.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8937 + alias arun-8937.Princeton.EDU + address 172.18.81.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8938 + alias arun-8938.Princeton.EDU + address 172.18.81.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8939 + alias arun-8939.Princeton.EDU + address 172.18.81.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8940 + alias arun-8940.Princeton.EDU + address 172.18.81.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8941 + alias arun-8941.Princeton.EDU + address 172.18.81.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8942 + alias arun-8942.Princeton.EDU + address 172.18.81.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8943 + alias arun-8943.Princeton.EDU + address 172.18.81.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8944 + alias arun-8944.Princeton.EDU + address 172.18.81.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8945 + alias arun-8945.Princeton.EDU + address 172.18.81.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8946 + alias arun-8946.Princeton.EDU + address 172.18.81.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8947 + alias arun-8947.Princeton.EDU + address 172.18.81.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8948 + alias arun-8948.Princeton.EDU + address 172.18.81.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8949 + alias arun-8949.Princeton.EDU + address 172.18.81.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8950 + alias arun-8950.Princeton.EDU + address 172.18.81.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8951 + alias arun-8951.Princeton.EDU + address 172.18.81.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8952 + alias arun-8952.Princeton.EDU + address 172.18.81.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8953 + alias arun-8953.Princeton.EDU + address 172.18.81.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8954 + alias arun-8954.Princeton.EDU + address 172.18.81.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8955 + alias arun-8955.Princeton.EDU + address 172.18.81.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8956 + alias arun-8956.Princeton.EDU + address 172.18.81.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8969 + alias arun-8969.Princeton.EDU + address 172.18.81.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8991 + alias arun-8991.Princeton.EDU + address 172.18.81.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8992 + alias arun-8992.Princeton.EDU + address 172.18.81.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8993 + alias arun-8993.Princeton.EDU + address 172.18.81.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8994 + alias arun-8994.Princeton.EDU + address 172.18.81.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8995 + alias arun-8995.Princeton.EDU + address 172.18.81.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8996 + alias arun-8996.Princeton.EDU + address 172.18.81.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8997 + alias arun-8997.Princeton.EDU + address 172.18.81.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8998 + alias arun-8998.Princeton.EDU + address 172.18.81.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-8999 + alias arun-8999.Princeton.EDU + address 172.18.81.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9000 + alias arun-9000.Princeton.EDU + address 172.18.81.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9001 + alias arun-9001.Princeton.EDU + address 172.18.81.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9002 + alias arun-9002.Princeton.EDU + address 172.18.81.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9003 + alias arun-9003.Princeton.EDU + address 172.18.81.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9004 + alias arun-9004.Princeton.EDU + address 172.18.81.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9005 + alias arun-9005.Princeton.EDU + address 172.18.81.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9006 + alias arun-9006.Princeton.EDU + address 172.18.81.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9007 + alias arun-9007.Princeton.EDU + address 172.18.81.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9008 + alias arun-9008.Princeton.EDU + address 172.18.81.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9009 + alias arun-9009.Princeton.EDU + address 172.18.81.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9010 + alias arun-9010.Princeton.EDU + address 172.18.81.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9013 + alias arun-9013.Princeton.EDU + address 172.18.81.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9014 + alias arun-9014.Princeton.EDU + address 172.18.81.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9015 + alias arun-9015.Princeton.EDU + address 172.18.81.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9016 + alias arun-9016.Princeton.EDU + address 172.18.81.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9017 + alias arun-9017.Princeton.EDU + address 172.18.81.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9018 + alias arun-9018.Princeton.EDU + address 172.18.81.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9019 + alias arun-9019.Princeton.EDU + address 172.18.81.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9020 + alias arun-9020.Princeton.EDU + address 172.18.81.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9021 + alias arun-9021.Princeton.EDU + address 172.18.81.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9022 + alias arun-9022.Princeton.EDU + address 172.18.81.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9023 + alias arun-9023.Princeton.EDU + address 172.18.81.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9024 + alias arun-9024.Princeton.EDU + address 172.18.81.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9025 + alias arun-9025.Princeton.EDU + address 172.18.81.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9026 + alias arun-9026.Princeton.EDU + address 172.18.65.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9027 + alias arun-9027.Princeton.EDU + address 172.18.65.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9028 + alias arun-9028.Princeton.EDU + address 172.18.65.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9029 + alias arun-9029.Princeton.EDU + address 172.18.65.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9030 + alias arun-9030.Princeton.EDU + address 172.18.65.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9031 + alias arun-9031.Princeton.EDU + address 172.18.65.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9032 + alias arun-9032.Princeton.EDU + address 172.18.65.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9033 + alias arun-9033.Princeton.EDU + address 172.18.64.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9034 + alias arun-9034.Princeton.EDU + address 172.18.64.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9035 + alias arun-9035.Princeton.EDU + address 172.18.65.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9036 + alias arun-9036.Princeton.EDU + address 172.18.67.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9037 + alias arun-9037.Princeton.EDU + address 172.18.80.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9104 + alias arun-9104.Princeton.EDU + address 172.18.231.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9105 + alias arun-9105.Princeton.EDU + address 172.18.231.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9106 + alias arun-9106.Princeton.EDU + address 172.18.231.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9107 + alias arun-9107.Princeton.EDU + address 172.18.231.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9108 + alias arun-9108.Princeton.EDU + address 172.18.231.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9109 + alias arun-9109.Princeton.EDU + address 172.18.232.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9110 + alias arun-9110.Princeton.EDU + address 172.18.232.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9111 + alias arun-9111.Princeton.EDU + address 172.18.232.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9112 + alias arun-9112.Princeton.EDU + address 172.18.232.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9113 + alias arun-9113.Princeton.EDU + address 172.18.232.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9114 + alias arun-9114.Princeton.EDU + address 172.18.232.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9115 + alias arun-9115.Princeton.EDU + address 172.18.232.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9116 + alias arun-9116.Princeton.EDU + address 172.18.232.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9117 + alias arun-9117.Princeton.EDU + address 172.18.232.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9118 + alias arun-9118.Princeton.EDU + address 172.18.232.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9119 + alias arun-9119.Princeton.EDU + address 172.18.232.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9120 + alias arun-9120.Princeton.EDU + address 172.18.232.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9121 + alias arun-9121.Princeton.EDU + address 172.18.232.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9122 + alias arun-9122.Princeton.EDU + address 172.18.232.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9123 + alias arun-9123.Princeton.EDU + address 172.18.232.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9124 + alias arun-9124.Princeton.EDU + address 172.18.232.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9125 + alias arun-9125.Princeton.EDU + address 172.18.232.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9126 + alias arun-9126.Princeton.EDU + address 172.18.232.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9127 + alias arun-9127.Princeton.EDU + address 172.18.232.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9128 + alias arun-9128.Princeton.EDU + address 172.18.232.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9129 + alias arun-9129.Princeton.EDU + address 172.18.232.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9130 + alias arun-9130.Princeton.EDU + address 172.18.232.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9131 + alias arun-9131.Princeton.EDU + address 172.18.232.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9132 + alias arun-9132.Princeton.EDU + address 172.18.232.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9133 + alias arun-9133.Princeton.EDU + address 172.18.231.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9134 + alias arun-9134.Princeton.EDU + address 172.18.232.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9135 + alias arun-9135.Princeton.EDU + address 172.18.231.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9136 + alias arun-9136.Princeton.EDU + address 172.18.231.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9137 + alias arun-9137.Princeton.EDU + address 172.18.231.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9138 + alias arun-9138.Princeton.EDU + address 172.18.231.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9139 + alias arun-9139.Princeton.EDU + address 172.18.231.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9140 + alias arun-9140.Princeton.EDU + address 172.18.232.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9141 + alias arun-9141.Princeton.EDU + address 172.18.231.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9142 + alias arun-9142.Princeton.EDU + address 172.18.232.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9143 + alias arun-9143.Princeton.EDU + address 172.18.232.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9144 + alias arun-9144.Princeton.EDU + address 172.18.232.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9145 + alias arun-9145.Princeton.EDU + address 172.18.231.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9146 + alias arun-9146.Princeton.EDU + address 172.18.231.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9147 + alias arun-9147.Princeton.EDU + address 172.18.231.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9148 + alias arun-9148.Princeton.EDU + address 172.18.231.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9149 + alias arun-9149.Princeton.EDU + address 172.18.231.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9150 + alias arun-9150.Princeton.EDU + address 172.18.232.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9151 + alias arun-9151.Princeton.EDU + address 172.18.232.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9152 + alias arun-9152.Princeton.EDU + address 172.18.232.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9153 + alias arun-9153.Princeton.EDU + address 172.18.232.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9154 + alias arun-9154.Princeton.EDU + address 172.18.65.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9155 + alias arun-9155.Princeton.EDU + address 172.18.65.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9156 + alias arun-9156.Princeton.EDU + address 172.18.65.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9157 + alias arun-9157.Princeton.EDU + address 172.18.65.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9158 + alias arun-9158.Princeton.EDU + address 172.18.65.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9159 + alias arun-9159.Princeton.EDU + address 172.18.65.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9160 + alias arun-9160.Princeton.EDU + address 172.18.65.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9161 + alias arun-9161.Princeton.EDU + address 172.18.65.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9162 + alias arun-9162.Princeton.EDU + address 172.18.65.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9163 + alias arun-9163.Princeton.EDU + address 172.18.65.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9164 + alias arun-9164.Princeton.EDU + address 172.18.65.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9165 + alias arun-9165.Princeton.EDU + address 172.18.65.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9166 + alias arun-9166.Princeton.EDU + address 172.18.65.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9167 + alias arun-9167.Princeton.EDU + address 172.18.65.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9168 + alias arun-9168.Princeton.EDU + address 172.18.65.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9169 + alias arun-9169.Princeton.EDU + address 172.18.65.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9170 + alias arun-9170.Princeton.EDU + address 172.18.65.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9171 + alias arun-9171.Princeton.EDU + address 172.18.65.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9172 + alias arun-9172.Princeton.EDU + address 172.18.65.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9173 + alias arun-9173.Princeton.EDU + address 172.18.65.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9174 + alias arun-9174.Princeton.EDU + address 172.18.65.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9175 + alias arun-9175.Princeton.EDU + address 172.18.65.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9176 + alias arun-9176.Princeton.EDU + address 172.18.65.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9177 + alias arun-9177.Princeton.EDU + address 172.18.65.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9178 + alias arun-9178.Princeton.EDU + address 172.18.65.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9179 + alias arun-9179.Princeton.EDU + address 172.18.65.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9180 + alias arun-9180.Princeton.EDU + address 172.18.65.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9181 + alias arun-9181.Princeton.EDU + address 172.18.65.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9182 + alias arun-9182.Princeton.EDU + address 172.18.65.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9183 + alias arun-9183.Princeton.EDU + address 172.18.65.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9184 + alias arun-9184.Princeton.EDU + address 172.18.65.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9185 + alias arun-9185.Princeton.EDU + address 172.18.66.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9186 + alias arun-9186.Princeton.EDU + address 172.18.66.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9187 + alias arun-9187.Princeton.EDU + address 172.18.82.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9188 + alias arun-9188.Princeton.EDU + address 172.18.64.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9189 + alias arun-9189.Princeton.EDU + address 172.18.64.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9190 + alias arun-9190.Princeton.EDU + address 172.18.64.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9191 + alias arun-9191.Princeton.EDU + address 172.18.64.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9192 + alias arun-9192.Princeton.EDU + address 172.18.82.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9193 + alias arun-9193.Princeton.EDU + address 172.18.82.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9194 + alias arun-9194.Princeton.EDU + address 172.18.82.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9195 + alias arun-9195.Princeton.EDU + address 172.18.82.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9196 + alias arun-9196.Princeton.EDU + address 172.18.82.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9197 + alias arun-9197.Princeton.EDU + address 172.18.82.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9198 + alias arun-9198.Princeton.EDU + address 172.18.82.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9199 + alias arun-9199.Princeton.EDU + address 172.18.64.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9200 + alias arun-9200.Princeton.EDU + address 172.18.64.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9201 + alias arun-9201.Princeton.EDU + address 172.18.64.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9202 + alias arun-9202.Princeton.EDU + address 172.18.64.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9203 + alias arun-9203.Princeton.EDU + address 172.18.64.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9204 + alias arun-9204.Princeton.EDU + address 172.18.64.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9205 + alias arun-9205.Princeton.EDU + address 172.18.64.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9206 + alias arun-9206.Princeton.EDU + address 172.18.64.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9207 + alias arun-9207.Princeton.EDU + address 172.18.64.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9208 + alias arun-9208.Princeton.EDU + address 172.18.64.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9209 + alias arun-9209.Princeton.EDU + address 172.18.64.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9210 + alias arun-9210.Princeton.EDU + address 172.18.64.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9211 + alias arun-9211.Princeton.EDU + address 172.18.64.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9212 + alias arun-9212.Princeton.EDU + address 172.18.64.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9213 + alias arun-9213.Princeton.EDU + address 172.18.64.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9214 + alias arun-9214.Princeton.EDU + address 172.18.64.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9215 + alias arun-9215.Princeton.EDU + address 172.18.64.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9216 + alias arun-9216.Princeton.EDU + address 172.18.64.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9217 + alias arun-9217.Princeton.EDU + address 172.18.64.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9218 + alias arun-9218.Princeton.EDU + address 172.18.64.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9219 + alias arun-9219.Princeton.EDU + address 172.18.64.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9220 + alias arun-9220.Princeton.EDU + address 172.18.64.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9221 + alias arun-9221.Princeton.EDU + address 172.18.64.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9222 + alias arun-9222.Princeton.EDU + address 172.18.64.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9223 + alias arun-9223.Princeton.EDU + address 172.18.64.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9224 + alias arun-9224.Princeton.EDU + address 172.18.64.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9225 + alias arun-9225.Princeton.EDU + address 172.18.64.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9226 + alias arun-9226.Princeton.EDU + address 172.18.64.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9227 + alias arun-9227.Princeton.EDU + address 172.18.64.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9228 + alias arun-9228.Princeton.EDU + address 172.18.64.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9229 + alias arun-9229.Princeton.EDU + address 172.18.64.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9230 + alias arun-9230.Princeton.EDU + address 172.18.64.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9231 + alias arun-9231.Princeton.EDU + address 172.18.64.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9232 + alias arun-9232.Princeton.EDU + address 172.18.64.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9233 + alias arun-9233.Princeton.EDU + address 172.18.64.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9234 + alias arun-9234.Princeton.EDU + address 172.18.64.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9235 + alias arun-9235.Princeton.EDU + address 172.18.64.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9236 + alias arun-9236.Princeton.EDU + address 172.18.64.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9237 + alias arun-9237.Princeton.EDU + address 172.18.64.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9238 + alias arun-9238.Princeton.EDU + address 172.18.64.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9239 + alias arun-9239.Princeton.EDU + address 172.18.64.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9240 + alias arun-9240.Princeton.EDU + address 172.18.64.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9241 + alias arun-9241.Princeton.EDU + address 172.18.64.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9242 + alias arun-9242.Princeton.EDU + address 172.18.64.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9243 + alias arun-9243.Princeton.EDU + address 172.18.64.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9244 + alias arun-9244.Princeton.EDU + address 172.18.64.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9245 + alias arun-9245.Princeton.EDU + address 172.18.64.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9246 + alias arun-9246.Princeton.EDU + address 172.18.64.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9247 + alias arun-9247.Princeton.EDU + address 172.18.64.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9248 + alias arun-9248.Princeton.EDU + address 172.18.64.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9249 + alias arun-9249.Princeton.EDU + address 172.18.64.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9250 + alias arun-9250.Princeton.EDU + address 172.18.64.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9251 + alias arun-9251.Princeton.EDU + address 172.18.64.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9252 + alias arun-9252.Princeton.EDU + address 172.18.64.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9253 + alias arun-9253.Princeton.EDU + address 172.18.64.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9254 + alias arun-9254.Princeton.EDU + address 172.18.64.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9255 + alias arun-9255.Princeton.EDU + address 172.18.64.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9256 + alias arun-9256.Princeton.EDU + address 172.18.64.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9257 + alias arun-9257.Princeton.EDU + address 172.18.64.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9258 + alias arun-9258.Princeton.EDU + address 172.18.64.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9259 + alias arun-9259.Princeton.EDU + address 172.18.64.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9260 + alias arun-9260.Princeton.EDU + address 172.18.64.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9261 + alias arun-9261.Princeton.EDU + address 172.18.64.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9262 + alias arun-9262.Princeton.EDU + address 172.18.64.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9263 + alias arun-9263.Princeton.EDU + address 172.18.64.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9264 + alias arun-9264.Princeton.EDU + address 172.18.64.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9265 + alias arun-9265.Princeton.EDU + address 172.18.64.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9266 + alias arun-9266.Princeton.EDU + address 172.18.64.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9267 + alias arun-9267.Princeton.EDU + address 172.18.64.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9268 + alias arun-9268.Princeton.EDU + address 172.18.64.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9269 + alias arun-9269.Princeton.EDU + address 172.18.64.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9270 + alias arun-9270.Princeton.EDU + address 172.18.64.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9271 + alias arun-9271.Princeton.EDU + address 172.18.64.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9272 + alias arun-9272.Princeton.EDU + address 172.18.64.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9273 + alias arun-9273.Princeton.EDU + address 172.18.64.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9274 + alias arun-9274.Princeton.EDU + address 172.18.64.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9275 + alias arun-9275.Princeton.EDU + address 172.18.64.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9276 + alias arun-9276.Princeton.EDU + address 172.18.64.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9277 + alias arun-9277.Princeton.EDU + address 172.18.64.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9278 + alias arun-9278.Princeton.EDU + address 172.18.64.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9279 + alias arun-9279.Princeton.EDU + address 172.18.64.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9280 + alias arun-9280.Princeton.EDU + address 172.18.64.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9281 + alias arun-9281.Princeton.EDU + address 172.18.64.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9282 + alias arun-9282.Princeton.EDU + address 172.18.64.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9283 + alias arun-9283.Princeton.EDU + address 172.18.64.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9284 + alias arun-9284.Princeton.EDU + address 172.18.64.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9285 + alias arun-9285.Princeton.EDU + address 172.18.64.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9286 + alias arun-9286.Princeton.EDU + address 172.18.64.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9287 + alias arun-9287.Princeton.EDU + address 172.18.64.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9288 + alias arun-9288.Princeton.EDU + address 172.18.64.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9289 + alias arun-9289.Princeton.EDU + address 172.18.64.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9290 + alias arun-9290.Princeton.EDU + address 172.18.64.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9291 + alias arun-9291.Princeton.EDU + address 172.18.64.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9292 + alias arun-9292.Princeton.EDU + address 172.18.64.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9293 + alias arun-9293.Princeton.EDU + address 172.18.64.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9294 + alias arun-9294.Princeton.EDU + address 172.18.64.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9295 + alias arun-9295.Princeton.EDU + address 172.18.64.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9296 + alias arun-9296.Princeton.EDU + address 172.18.64.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9297 + alias arun-9297.Princeton.EDU + address 172.18.64.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9298 + alias arun-9298.Princeton.EDU + address 172.18.64.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9299 + alias arun-9299.Princeton.EDU + address 172.18.64.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9300 + alias arun-9300.Princeton.EDU + address 172.18.64.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9301 + alias arun-9301.Princeton.EDU + address 172.18.64.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9302 + alias arun-9302.Princeton.EDU + address 172.18.64.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9303 + alias arun-9303.Princeton.EDU + address 172.18.67.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9304 + alias arun-9304.Princeton.EDU + address 172.18.82.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9305 + alias arun-9305.Princeton.EDU + address 172.18.82.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9306 + alias arun-9306.Princeton.EDU + address 172.18.82.29 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9307 + alias arun-9307.Princeton.EDU + address 172.18.67.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9308 + alias arun-9308.Princeton.EDU + address 172.18.67.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9309 + alias arun-9309.Princeton.EDU + address 172.18.82.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9310 + alias arun-9310.Princeton.EDU + address 172.18.67.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9311 + alias arun-9311.Princeton.EDU + address 172.18.82.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9312 + alias arun-9312.Princeton.EDU + address 172.18.82.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9313 + alias arun-9313.Princeton.EDU + address 172.18.67.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9314 + alias arun-9314.Princeton.EDU + address 172.18.67.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9315 + alias arun-9315.Princeton.EDU + address 172.18.82.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9316 + alias arun-9316.Princeton.EDU + address 172.18.67.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9317 + alias arun-9317.Princeton.EDU + address 172.18.67.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9318 + alias arun-9318.Princeton.EDU + address 172.18.68.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9319 + alias arun-9319.Princeton.EDU + address 172.18.68.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9320 + alias arun-9320.Princeton.EDU + address 172.18.82.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9321 + alias arun-9321.Princeton.EDU + address 172.18.81.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9322 + alias arun-9322.Princeton.EDU + address 172.18.81.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9323 + alias arun-9323.Princeton.EDU + address 172.18.81.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9324 + alias arun-9324.Princeton.EDU + address 172.18.82.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9325 + alias arun-9325.Princeton.EDU + address 172.18.82.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9326 + alias arun-9326.Princeton.EDU + address 172.18.82.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9327 + alias arun-9327.Princeton.EDU + address 172.18.82.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9328 + alias arun-9328.Princeton.EDU + address 172.18.82.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9329 + alias arun-9329.Princeton.EDU + address 172.18.82.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9330 + alias arun-9330.Princeton.EDU + address 172.18.82.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9331 + alias arun-9331.Princeton.EDU + address 172.18.66.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9332 + alias arun-9332.Princeton.EDU + address 172.18.66.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9333 + alias arun-9333.Princeton.EDU + address 172.18.82.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9334 + alias arun-9334.Princeton.EDU + address 172.18.82.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9335 + alias arun-9335.Princeton.EDU + address 172.18.67.95 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9336 + alias arun-9336.Princeton.EDU + address 172.18.82.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9337 + alias arun-9337.Princeton.EDU + address 172.18.68.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9338 + alias arun-9338.Princeton.EDU + address 172.18.82.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9339 + alias arun-9339.Princeton.EDU + address 172.18.82.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9340 + alias arun-9340.Princeton.EDU + address 172.18.82.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9341 + alias arun-9341.Princeton.EDU + address 172.18.82.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9342 + alias arun-9342.Princeton.EDU + address 172.18.82.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9343 + alias arun-9343.Princeton.EDU + address 172.18.82.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9344 + alias arun-9344.Princeton.EDU + address 172.18.82.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9345 + alias arun-9345.Princeton.EDU + address 172.18.82.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9346 + alias arun-9346.Princeton.EDU + address 172.18.82.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9347 + alias arun-9347.Princeton.EDU + address 172.18.82.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9348 + alias arun-9348.Princeton.EDU + address 172.18.82.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9349 + alias arun-9349.Princeton.EDU + address 172.18.82.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9350 + alias arun-9350.Princeton.EDU + address 172.18.82.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9351 + alias arun-9351.Princeton.EDU + address 172.18.82.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9352 + alias arun-9352.Princeton.EDU + address 172.18.82.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9353 + alias arun-9353.Princeton.EDU + address 172.18.82.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9354 + alias arun-9354.Princeton.EDU + address 172.18.82.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9355 + alias arun-9355.Princeton.EDU + address 172.18.82.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9356 + alias arun-9356.Princeton.EDU + address 172.18.82.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9357 + alias arun-9357.Princeton.EDU + address 172.18.65.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9358 + alias arun-9358.Princeton.EDU + address 172.18.82.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9359 + alias arun-9359.Princeton.EDU + address 172.18.82.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9360 + alias arun-9360.Princeton.EDU + address 172.18.82.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9361 + alias arun-9361.Princeton.EDU + address 172.18.82.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9362 + alias arun-9362.Princeton.EDU + address 172.18.64.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9363 + alias arun-9363.Princeton.EDU + address 172.18.82.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9364 + alias arun-9364.Princeton.EDU + address 172.18.82.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9365 + alias arun-9365.Princeton.EDU + address 172.18.82.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9366 + alias arun-9366.Princeton.EDU + address 172.18.82.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9367 + alias arun-9367.Princeton.EDU + address 172.18.82.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9368 + alias arun-9368.Princeton.EDU + address 172.18.82.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9369 + alias arun-9369.Princeton.EDU + address 172.18.82.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9370 + alias arun-9370.Princeton.EDU + address 172.18.82.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9371 + alias arun-9371.Princeton.EDU + address 172.18.82.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9372 + alias arun-9372.Princeton.EDU + address 172.18.82.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9373 + alias arun-9373.Princeton.EDU + address 172.18.82.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9374 + alias arun-9374.Princeton.EDU + address 172.18.82.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9375 + alias arun-9375.Princeton.EDU + address 172.18.67.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9376 + alias arun-9376.Princeton.EDU + address 172.18.82.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9377 + alias arun-9377.Princeton.EDU + address 172.18.82.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9378 + alias arun-9378.Princeton.EDU + address 172.18.82.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9379 + alias arun-9379.Princeton.EDU + address 172.18.82.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9380 + alias arun-9380.Princeton.EDU + address 172.18.82.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9381 + alias arun-9381.Princeton.EDU + address 172.18.82.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9382 + alias arun-9382.Princeton.EDU + address 172.18.82.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9383 + alias arun-9383.Princeton.EDU + address 172.18.82.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9384 + alias arun-9384.Princeton.EDU + address 172.18.82.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9385 + alias arun-9385.Princeton.EDU + address 172.18.82.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9386 + alias arun-9386.Princeton.EDU + address 172.18.82.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9387 + alias arun-9387.Princeton.EDU + address 172.18.82.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9388 + alias arun-9388.Princeton.EDU + address 172.18.82.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9389 + alias arun-9389.Princeton.EDU + address 172.18.82.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9390 + alias arun-9390.Princeton.EDU + address 172.18.82.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9391 + alias arun-9391.Princeton.EDU + address 172.18.82.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9392 + alias arun-9392.Princeton.EDU + address 172.18.82.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9393 + alias arun-9393.Princeton.EDU + address 172.18.82.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9394 + alias arun-9394.Princeton.EDU + address 172.18.64.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9395 + alias arun-9395.Princeton.EDU + address 172.18.64.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9396 + alias arun-9396.Princeton.EDU + address 172.18.66.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9397 + alias arun-9397.Princeton.EDU + address 172.18.66.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9398 + alias arun-9398.Princeton.EDU + address 172.18.66.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9399 + alias arun-9399.Princeton.EDU + address 172.18.67.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9400 + alias arun-9400.Princeton.EDU + address 172.18.67.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9401 + alias arun-9401.Princeton.EDU + address 172.18.67.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9402 + alias arun-9402.Princeton.EDU + address 172.18.67.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9403 + alias arun-9403.Princeton.EDU + address 172.18.68.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9404 + alias arun-9404.Princeton.EDU + address 172.18.68.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9405 + alias arun-9405.Princeton.EDU + address 172.18.80.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9406 + alias arun-9406.Princeton.EDU + address 172.18.82.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9407 + alias arun-9407.Princeton.EDU + address 172.18.82.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9408 + alias arun-9408.Princeton.EDU + address 172.18.67.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9409 + alias arun-9409.Princeton.EDU + address 172.18.231.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9410 + alias arun-9410.Princeton.EDU + address 172.18.231.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9411 + alias arun-9411.Princeton.EDU + address 172.18.231.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9412 + alias arun-9412.Princeton.EDU + address 172.18.231.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9413 + alias arun-9413.Princeton.EDU + address 172.18.231.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9414 + alias arun-9414.Princeton.EDU + address 172.18.231.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9415 + alias arun-9415.Princeton.EDU + address 172.18.231.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9416 + alias arun-9416.Princeton.EDU + address 172.18.231.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9417 + alias arun-9417.Princeton.EDU + address 172.18.231.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9418 + alias arun-9418.Princeton.EDU + address 172.18.231.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9419 + alias arun-9419.Princeton.EDU + address 172.18.231.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9420 + alias arun-9420.Princeton.EDU + address 172.18.231.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9421 + alias arun-9421.Princeton.EDU + address 172.18.231.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9422 + alias arun-9422.Princeton.EDU + address 172.18.231.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9423 + alias arun-9423.Princeton.EDU + address 172.18.231.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9424 + alias arun-9424.Princeton.EDU + address 172.18.231.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9425 + alias arun-9425.Princeton.EDU + address 172.18.231.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9426 + alias arun-9426.Princeton.EDU + address 172.18.231.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9427 + alias arun-9427.Princeton.EDU + address 172.18.231.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9428 + alias arun-9428.Princeton.EDU + address 172.18.231.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9429 + alias arun-9429.Princeton.EDU + address 172.18.231.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9430 + alias arun-9430.Princeton.EDU + address 172.18.231.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9431 + alias arun-9431.Princeton.EDU + address 172.18.231.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9432 + alias arun-9432.Princeton.EDU + address 172.18.231.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9433 + alias arun-9433.Princeton.EDU + address 172.18.231.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9434 + alias arun-9434.Princeton.EDU + address 172.18.231.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9435 + alias arun-9435.Princeton.EDU + address 172.18.231.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9436 + alias arun-9436.Princeton.EDU + address 172.18.231.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9437 + alias arun-9437.Princeton.EDU + address 172.18.231.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9438 + alias arun-9438.Princeton.EDU + address 172.18.231.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9439 + alias arun-9439.Princeton.EDU + address 172.18.231.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9440 + alias arun-9440.Princeton.EDU + address 172.18.231.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9441 + alias arun-9441.Princeton.EDU + address 172.18.231.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9442 + alias arun-9442.Princeton.EDU + address 172.18.231.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9443 + alias arun-9443.Princeton.EDU + address 172.18.231.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9444 + alias arun-9444.Princeton.EDU + address 172.18.231.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9445 + alias arun-9445.Princeton.EDU + address 172.18.231.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9446 + alias arun-9446.Princeton.EDU + address 172.18.231.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9447 + alias arun-9447.Princeton.EDU + address 172.18.231.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9448 + alias arun-9448.Princeton.EDU + address 172.18.231.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9449 + alias arun-9449.Princeton.EDU + address 172.18.231.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9450 + alias arun-9450.Princeton.EDU + address 172.18.231.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9451 + alias arun-9451.Princeton.EDU + address 172.18.231.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9452 + alias arun-9452.Princeton.EDU + address 172.18.231.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9453 + alias arun-9453.Princeton.EDU + address 172.18.82.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9454 + alias arun-9454.Princeton.EDU + address 172.18.82.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9455 + alias arun-9455.Princeton.EDU + address 172.18.82.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9456 + alias arun-9456.Princeton.EDU + address 172.18.82.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9457 + alias arun-9457.Princeton.EDU + address 172.18.82.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9458 + alias arun-9458.Princeton.EDU + address 172.18.82.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9459 + alias arun-9459.Princeton.EDU + address 172.18.82.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9460 + alias arun-9460.Princeton.EDU + address 172.18.82.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9461 + alias arun-9461.Princeton.EDU + address 172.18.82.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9462 + alias arun-9462.Princeton.EDU + address 172.18.82.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9463 + alias arun-9463.Princeton.EDU + address 172.18.82.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9464 + alias arun-9464.Princeton.EDU + address 172.18.82.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9465 + alias arun-9465.Princeton.EDU + address 172.18.82.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9466 + alias arun-9466.Princeton.EDU + address 172.18.82.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9467 + alias arun-9467.Princeton.EDU + address 172.18.82.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9468 + alias arun-9468.Princeton.EDU + address 172.18.82.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9469 + alias arun-9469.Princeton.EDU + address 172.18.82.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9470 + alias arun-9470.Princeton.EDU + address 172.18.82.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9471 + alias arun-9471.Princeton.EDU + address 172.18.82.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9472 + alias arun-9472.Princeton.EDU + address 172.18.82.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9473 + alias arun-9473.Princeton.EDU + address 172.18.82.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9474 + alias arun-9474.Princeton.EDU + address 172.18.82.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9475 + alias arun-9475.Princeton.EDU + address 172.18.82.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9476 + alias arun-9476.Princeton.EDU + address 172.18.64.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9477 + alias arun-9477.Princeton.EDU + address 172.18.66.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9478 + alias arun-9478.Princeton.EDU + address 172.18.66.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9479 + alias arun-9479.Princeton.EDU + address 172.18.82.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9480 + alias arun-9480.Princeton.EDU + address 172.18.82.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9481 + alias arun-9481.Princeton.EDU + address 172.18.82.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9482 + alias arun-9482.Princeton.EDU + address 172.18.82.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9483 + alias arun-9483.Princeton.EDU + address 172.18.82.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9484 + alias arun-9484.Princeton.EDU + address 172.18.82.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9485 + alias arun-9485.Princeton.EDU + address 172.18.82.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9486 + alias arun-9486.Princeton.EDU + address 172.18.82.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9487 + alias arun-9487.Princeton.EDU + address 172.18.82.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9488 + alias arun-9488.Princeton.EDU + address 172.18.82.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9489 + alias arun-9489.Princeton.EDU + address 172.18.82.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9490 + alias arun-9490.Princeton.EDU + address 172.18.82.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9491 + alias arun-9491.Princeton.EDU + address 172.18.82.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9492 + alias arun-9492.Princeton.EDU + address 172.18.82.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9493 + alias arun-9493.Princeton.EDU + address 172.18.82.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9494 + alias arun-9494.Princeton.EDU + address 172.18.82.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9495 + alias arun-9495.Princeton.EDU + address 172.18.82.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9496 + alias arun-9496.Princeton.EDU + address 172.18.82.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9497 + alias arun-9497.Princeton.EDU + address 172.18.82.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9498 + alias arun-9498.Princeton.EDU + address 172.18.82.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9499 + alias arun-9499.Princeton.EDU + address 172.18.82.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9500 + alias arun-9500.Princeton.EDU + address 172.18.82.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9501 + alias arun-9501.Princeton.EDU + address 172.18.82.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9502 + alias arun-9502.Princeton.EDU + address 172.18.82.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9503 + alias arun-9503.Princeton.EDU + address 172.18.82.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9504 + alias arun-9504.Princeton.EDU + address 172.18.82.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9505 + alias arun-9505.Princeton.EDU + address 172.18.82.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9506 + alias arun-9506.Princeton.EDU + address 172.18.82.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9507 + alias arun-9507.Princeton.EDU + address 172.18.82.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9508 + alias arun-9508.Princeton.EDU + address 172.18.82.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9509 + alias arun-9509.Princeton.EDU + address 172.18.82.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9510 + alias arun-9510.Princeton.EDU + address 172.18.82.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9511 + alias arun-9511.Princeton.EDU + address 172.18.82.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9512 + alias arun-9512.Princeton.EDU + address 172.18.82.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9513 + alias arun-9513.Princeton.EDU + address 172.18.82.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9514 + alias arun-9514.Princeton.EDU + address 172.18.82.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9515 + alias arun-9515.Princeton.EDU + address 172.18.82.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9516 + alias arun-9516.Princeton.EDU + address 172.18.82.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9517 + alias arun-9517.Princeton.EDU + address 172.18.82.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9518 + alias arun-9518.Princeton.EDU + address 172.18.82.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9519 + alias arun-9519.Princeton.EDU + address 172.18.82.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9520 + alias arun-9520.Princeton.EDU + address 172.18.82.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9521 + alias arun-9521.Princeton.EDU + address 172.18.82.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9522 + alias arun-9522.Princeton.EDU + address 172.18.82.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9523 + alias arun-9523.Princeton.EDU + address 172.18.82.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9524 + alias arun-9524.Princeton.EDU + address 172.18.82.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9525 + alias arun-9525.Princeton.EDU + address 172.18.82.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9526 + alias arun-9526.Princeton.EDU + address 172.18.82.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9527 + alias arun-9527.Princeton.EDU + address 172.18.82.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9528 + alias arun-9528.Princeton.EDU + address 172.18.82.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9529 + alias arun-9529.Princeton.EDU + address 172.18.82.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9530 + alias arun-9530.Princeton.EDU + address 172.18.82.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9531 + alias arun-9531.Princeton.EDU + address 172.18.82.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9532 + alias arun-9532.Princeton.EDU + address 172.18.82.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9533 + alias arun-9533.Princeton.EDU + address 172.18.82.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9534 + alias arun-9534.Princeton.EDU + address 172.18.82.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9535 + alias arun-9535.Princeton.EDU + address 172.18.82.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9536 + alias arun-9536.Princeton.EDU + address 172.18.82.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9537 + alias arun-9537.Princeton.EDU + address 172.18.82.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9538 + alias arun-9538.Princeton.EDU + address 172.18.82.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9539 + alias arun-9539.Princeton.EDU + address 172.18.82.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9540 + alias arun-9540.Princeton.EDU + address 172.18.82.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9541 + alias arun-9541.Princeton.EDU + address 172.18.82.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9542 + alias arun-9542.Princeton.EDU + address 172.18.82.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9543 + alias arun-9543.Princeton.EDU + address 172.18.82.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9544 + alias arun-9544.Princeton.EDU + address 172.18.82.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9545 + alias arun-9545.Princeton.EDU + address 172.18.82.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9546 + alias arun-9546.Princeton.EDU + address 172.18.231.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9547 + alias arun-9547.Princeton.EDU + address 172.18.231.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9548 + alias arun-9548.Princeton.EDU + address 172.18.231.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9549 + alias arun-9549.Princeton.EDU + address 172.18.231.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9550 + alias arun-9550.Princeton.EDU + address 172.18.231.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9551 + alias arun-9551.Princeton.EDU + address 172.18.231.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9552 + alias arun-9552.Princeton.EDU + address 172.18.231.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9553 + alias arun-9553.Princeton.EDU + address 172.18.231.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9554 + alias arun-9554.Princeton.EDU + address 172.18.231.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9555 + alias arun-9555.Princeton.EDU + address 172.18.231.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9556 + alias arun-9556.Princeton.EDU + address 172.18.231.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9557 + alias arun-9557.Princeton.EDU + address 172.18.231.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9558 + alias arun-9558.Princeton.EDU + address 172.18.231.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9559 + alias arun-9559.Princeton.EDU + address 172.18.231.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9560 + alias arun-9560.Princeton.EDU + address 172.18.231.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9561 + alias arun-9561.Princeton.EDU + address 172.18.231.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9562 + alias arun-9562.Princeton.EDU + address 172.18.231.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9563 + alias arun-9563.Princeton.EDU + address 172.18.231.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9564 + alias arun-9564.Princeton.EDU + address 172.18.231.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9565 + alias arun-9565.Princeton.EDU + address 172.18.231.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9566 + alias arun-9566.Princeton.EDU + address 172.18.231.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9567 + alias arun-9567.Princeton.EDU + address 172.18.231.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9568 + alias arun-9568.Princeton.EDU + address 172.18.231.192 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9569 + alias arun-9569.Princeton.EDU + address 172.18.231.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9570 + alias arun-9570.Princeton.EDU + address 172.18.231.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9571 + alias arun-9571.Princeton.EDU + address 172.18.231.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9572 + alias arun-9572.Princeton.EDU + address 172.18.231.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9573 + alias arun-9573.Princeton.EDU + address 172.18.231.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9574 + alias arun-9574.Princeton.EDU + address 172.18.231.198 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9575 + alias arun-9575.Princeton.EDU + address 172.18.231.199 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9576 + alias arun-9576.Princeton.EDU + address 172.18.231.200 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9577 + alias arun-9577.Princeton.EDU + address 172.18.231.201 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9578 + alias arun-9578.Princeton.EDU + address 172.18.231.202 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9579 + alias arun-9579.Princeton.EDU + address 172.18.231.203 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9580 + alias arun-9580.Princeton.EDU + address 172.18.231.205 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9581 + alias arun-9581.Princeton.EDU + address 172.18.231.206 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9582 + alias arun-9582.Princeton.EDU + address 172.18.231.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9583 + alias arun-9583.Princeton.EDU + address 172.18.232.119 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9584 + alias arun-9584.Princeton.EDU + address 172.18.232.120 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9585 + alias arun-9585.Princeton.EDU + address 172.18.232.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9586 + alias arun-9586.Princeton.EDU + address 172.18.232.122 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9587 + alias arun-9587.Princeton.EDU + address 172.18.232.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9588 + alias arun-9588.Princeton.EDU + address 172.18.232.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9589 + alias arun-9589.Princeton.EDU + address 172.18.232.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9590 + alias arun-9590.Princeton.EDU + address 172.18.232.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9591 + alias arun-9591.Princeton.EDU + address 172.18.232.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9592 + alias arun-9592.Princeton.EDU + address 172.18.232.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9593 + alias arun-9593.Princeton.EDU + address 172.18.232.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9594 + alias arun-9594.Princeton.EDU + address 172.18.232.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9595 + alias arun-9595.Princeton.EDU + address 172.18.232.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9596 + alias arun-9596.Princeton.EDU + address 172.18.232.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9597 + alias arun-9597.Princeton.EDU + address 172.18.232.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9598 + alias arun-9598.Princeton.EDU + address 172.18.232.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9599 + alias arun-9599.Princeton.EDU + address 172.18.232.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9600 + alias arun-9600.Princeton.EDU + address 172.18.232.136 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9601 + alias arun-9601.Princeton.EDU + address 172.18.232.137 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9602 + alias arun-9602.Princeton.EDU + address 172.18.232.138 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9603 + alias arun-9603.Princeton.EDU + address 172.18.232.139 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9604 + alias arun-9604.Princeton.EDU + address 172.18.232.140 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9605 + alias arun-9605.Princeton.EDU + address 172.18.232.141 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9606 + alias arun-9606.Princeton.EDU + address 172.18.232.142 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9607 + alias arun-9607.Princeton.EDU + address 172.18.232.143 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9608 + alias arun-9608.Princeton.EDU + address 172.18.232.144 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9609 + alias arun-9609.Princeton.EDU + address 172.18.232.145 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9610 + alias arun-9610.Princeton.EDU + address 172.18.232.146 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9611 + alias arun-9611.Princeton.EDU + address 172.18.232.147 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9612 + alias arun-9612.Princeton.EDU + address 172.18.232.148 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9613 + alias arun-9613.Princeton.EDU + address 172.18.232.149 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9614 + alias arun-9614.Princeton.EDU + address 172.18.232.150 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9615 + alias arun-9615.Princeton.EDU + address 172.18.232.151 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9616 + alias arun-9616.Princeton.EDU + address 172.18.232.152 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9617 + alias arun-9617.Princeton.EDU + address 172.18.232.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9618 + alias arun-9618.Princeton.EDU + address 172.18.232.154 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9619 + alias arun-9619.Princeton.EDU + address 172.18.231.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9620 + alias arun-9620.Princeton.EDU + address 172.18.231.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9621 + alias arun-9621.Princeton.EDU + address 172.18.231.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9622 + alias arun-9622.Princeton.EDU + address 172.18.231.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9623 + alias arun-9623.Princeton.EDU + address 172.18.231.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9624 + alias arun-9624.Princeton.EDU + address 172.18.231.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9625 + alias arun-9625.Princeton.EDU + address 172.18.231.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9626 + alias arun-9626.Princeton.EDU + address 172.18.231.208 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9627 + alias arun-9627.Princeton.EDU + address 172.18.231.210 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9628 + alias arun-9628.Princeton.EDU + address 172.18.231.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9629 + alias arun-9629.Princeton.EDU + address 172.18.231.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9630 + alias arun-9630.Princeton.EDU + address 172.18.231.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9631 + alias arun-9631.Princeton.EDU + address 172.18.231.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9633 + alias arun-9633.Princeton.EDU + address 172.18.231.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9634 + alias arun-9634.Princeton.EDU + address 172.18.231.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9636 + alias arun-9636.Princeton.EDU + address 172.18.232.175 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9637 + alias arun-9637.Princeton.EDU + address 172.18.231.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9638 + alias arun-9638.Princeton.EDU + address 172.18.231.228 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9639 + alias arun-9639.Princeton.EDU + address 172.18.231.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9640 + alias arun-9640.Princeton.EDU + address 172.18.231.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9641 + alias arun-9641.Princeton.EDU + address 172.18.231.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9642 + alias arun-9642.Princeton.EDU + address 172.18.231.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9643 + alias arun-9643.Princeton.EDU + address 172.18.231.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9644 + alias arun-9644.Princeton.EDU + address 172.18.231.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9645 + alias arun-9645.Princeton.EDU + address 172.18.231.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9646 + alias arun-9646.Princeton.EDU + address 172.18.231.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9647 + alias arun-9647.Princeton.EDU + address 172.18.231.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9648 + alias arun-9648.Princeton.EDU + address 172.18.231.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9649 + alias arun-9649.Princeton.EDU + address 172.18.231.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9650 + alias arun-9650.Princeton.EDU + address 172.18.231.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9651 + alias arun-9651.Princeton.EDU + address 172.18.232.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9652 + alias arun-9652.Princeton.EDU + address 172.18.232.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9653 + alias arun-9653.Princeton.EDU + address 172.18.232.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9654 + alias arun-9654.Princeton.EDU + address 172.18.232.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9655 + alias arun-9655.Princeton.EDU + address 172.18.232.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9656 + alias arun-9656.Princeton.EDU + address 172.18.232.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9657 + alias arun-9657.Princeton.EDU + address 172.18.232.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9658 + alias arun-9658.Princeton.EDU + address 172.18.232.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9659 + alias arun-9659.Princeton.EDU + address 172.18.232.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9660 + alias arun-9660.Princeton.EDU + address 172.18.232.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9661 + alias arun-9661.Princeton.EDU + address 172.18.232.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9662 + alias arun-9662.Princeton.EDU + address 172.18.233.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9663 + alias arun-9663.Princeton.EDU + address 172.18.232.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9664 + alias arun-9664.Princeton.EDU + address 172.18.232.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9665 + alias arun-9665.Princeton.EDU + address 172.18.232.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9666 + alias arun-9666.Princeton.EDU + address 172.18.232.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9667 + alias arun-9667.Princeton.EDU + address 172.18.232.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9668 + alias arun-9668.Princeton.EDU + address 172.18.232.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9670 + alias arun-9670.Princeton.EDU + address 172.18.232.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9671 + alias arun-9671.Princeton.EDU + address 172.18.232.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9672 + alias arun-9672.Princeton.EDU + address 172.18.232.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9673 + alias arun-9673.Princeton.EDU + address 172.18.232.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9674 + alias arun-9674.Princeton.EDU + address 172.18.232.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9675 + alias arun-9675.Princeton.EDU + address 172.18.232.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9676 + alias arun-9676.Princeton.EDU + address 172.18.232.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9677 + alias arun-9677.Princeton.EDU + address 172.18.232.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9678 + alias arun-9678.Princeton.EDU + address 172.18.232.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9679 + alias arun-9679.Princeton.EDU + address 172.18.232.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9680 + alias arun-9680.Princeton.EDU + address 172.18.232.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9681 + alias arun-9681.Princeton.EDU + address 172.18.232.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9682 + alias arun-9682.Princeton.EDU + address 172.18.232.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9683 + alias arun-9683.Princeton.EDU + address 172.18.232.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9684 + alias arun-9684.Princeton.EDU + address 172.18.232.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9685 + alias arun-9685.Princeton.EDU + address 172.18.232.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9686 + alias arun-9686.Princeton.EDU + address 172.18.232.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9687 + alias arun-9687.Princeton.EDU + address 172.18.232.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9688 + alias arun-9688.Princeton.EDU + address 172.18.232.69 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9689 + alias arun-9689.Princeton.EDU + address 172.18.232.70 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9690 + alias arun-9690.Princeton.EDU + address 172.18.232.71 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9691 + alias arun-9691.Princeton.EDU + address 172.18.232.72 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9692 + alias arun-9692.Princeton.EDU + address 172.18.232.73 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9693 + alias arun-9693.Princeton.EDU + address 172.18.232.74 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9694 + alias arun-9694.Princeton.EDU + address 172.18.232.75 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9695 + alias arun-9695.Princeton.EDU + address 172.18.232.76 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9696 + alias arun-9696.Princeton.EDU + address 172.18.232.77 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9697 + alias arun-9697.Princeton.EDU + address 172.18.233.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9698 + alias arun-9698.Princeton.EDU + address 172.18.232.78 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9699 + alias arun-9699.Princeton.EDU + address 172.18.232.79 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9700 + alias arun-9700.Princeton.EDU + address 172.18.232.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9701 + alias arun-9701.Princeton.EDU + address 172.18.232.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9702 + alias arun-9702.Princeton.EDU + address 172.18.232.82 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9703 + alias arun-9703.Princeton.EDU + address 172.18.232.83 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9704 + alias arun-9704.Princeton.EDU + address 172.18.232.84 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9705 + alias arun-9705.Princeton.EDU + address 172.18.232.85 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9706 + alias arun-9706.Princeton.EDU + address 172.18.232.86 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9708 + alias arun-9708.Princeton.EDU + address 172.18.233.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9709 + alias arun-9709.Princeton.EDU + address 172.18.232.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9710 + alias arun-9710.Princeton.EDU + address 172.18.232.89 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9711 + alias arun-9711.Princeton.EDU + address 172.18.232.90 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9712 + alias arun-9712.Princeton.EDU + address 172.18.232.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9713 + alias arun-9713.Princeton.EDU + address 172.18.232.92 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9714 + alias arun-9714.Princeton.EDU + address 172.18.232.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9715 + alias arun-9715.Princeton.EDU + address 172.18.232.94 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9716 + alias arun-9716.Princeton.EDU + address 172.18.232.96 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9717 + alias arun-9717.Princeton.EDU + address 172.18.232.97 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9718 + alias arun-9718.Princeton.EDU + address 172.18.232.98 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9719 + alias arun-9719.Princeton.EDU + address 172.18.232.99 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9720 + alias arun-9720.Princeton.EDU + address 172.18.232.100 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9721 + alias arun-9721.Princeton.EDU + address 172.18.232.101 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9722 + alias arun-9722.Princeton.EDU + address 172.18.232.102 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9723 + alias arun-9723.Princeton.EDU + address 172.18.232.103 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9724 + alias arun-9724.Princeton.EDU + address 172.18.232.104 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9725 + alias arun-9725.Princeton.EDU + address 172.18.233.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9726 + alias arun-9726.Princeton.EDU + address 172.18.232.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9727 + alias arun-9727.Princeton.EDU + address 172.18.232.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9728 + alias arun-9728.Princeton.EDU + address 172.18.232.106 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9729 + alias arun-9729.Princeton.EDU + address 172.18.232.107 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9730 + alias arun-9730.Princeton.EDU + address 172.18.232.108 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9731 + alias arun-9731.Princeton.EDU + address 172.18.232.109 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9732 + alias arun-9732.Princeton.EDU + address 172.18.232.110 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9733 + alias arun-9733.Princeton.EDU + address 172.18.232.111 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9734 + alias arun-9734.Princeton.EDU + address 172.18.232.112 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9735 + alias arun-9735.Princeton.EDU + address 172.18.232.113 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9736 + alias arun-9736.Princeton.EDU + address 172.18.232.114 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9737 + alias arun-9737.Princeton.EDU + address 172.18.232.115 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9738 + alias arun-9738.Princeton.EDU + address 172.18.232.116 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9739 + alias arun-9739.Princeton.EDU + address 172.18.232.117 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9740 + alias arun-9740.Princeton.EDU + address 172.18.232.118 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9741 + alias arun-9741.Princeton.EDU + address 172.18.232.155 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9742 + alias arun-9742.Princeton.EDU + address 172.18.232.156 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9743 + alias arun-9743.Princeton.EDU + address 172.18.232.157 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9744 + alias arun-9744.Princeton.EDU + address 172.18.232.158 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9745 + alias arun-9745.Princeton.EDU + address 172.18.232.159 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9746 + alias arun-9746.Princeton.EDU + address 172.18.232.160 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9747 + alias arun-9747.Princeton.EDU + address 172.18.232.161 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9748 + alias arun-9748.Princeton.EDU + address 172.18.232.162 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9749 + alias arun-9749.Princeton.EDU + address 172.18.232.163 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9750 + alias arun-9750.Princeton.EDU + address 172.18.232.164 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9751 + alias arun-9751.Princeton.EDU + address 172.18.232.165 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9752 + alias arun-9752.Princeton.EDU + address 172.18.232.166 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9753 + alias arun-9753.Princeton.EDU + address 172.18.232.167 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9754 + alias arun-9754.Princeton.EDU + address 172.18.232.168 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9755 + alias arun-9755.Princeton.EDU + address 172.18.84.207 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9756 + alias arun-9756.Princeton.EDU + address 172.18.232.169 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9757 + alias arun-9757.Princeton.EDU + address 172.18.232.170 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9758 + alias arun-9758.Princeton.EDU + address 172.18.232.171 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9759 + alias arun-9759.Princeton.EDU + address 172.18.232.172 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9760 + alias arun-9760.Princeton.EDU + address 172.18.232.173 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9761 + alias arun-9761.Princeton.EDU + address 172.18.232.174 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9763 + alias arun-9763.Princeton.EDU + address 172.18.232.176 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9764 + alias arun-9764.Princeton.EDU + address 172.18.232.177 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9765 + alias arun-9765.Princeton.EDU + address 172.18.233.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9766 + alias arun-9766.Princeton.EDU + address 172.18.232.178 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9767 + alias arun-9767.Princeton.EDU + address 172.18.232.179 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9768 + alias arun-9768.Princeton.EDU + address 172.18.232.180 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9769 + alias arun-9769.Princeton.EDU + address 172.18.232.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9770 + alias arun-9770.Princeton.EDU + address 172.18.232.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9771 + alias arun-9771.Princeton.EDU + address 172.18.232.183 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9772 + alias arun-9772.Princeton.EDU + address 172.18.232.184 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9773 + alias arun-9773.Princeton.EDU + address 172.18.232.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9774 + alias arun-9774.Princeton.EDU + address 172.18.232.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9775 + alias arun-9775.Princeton.EDU + address 172.18.232.187 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9776 + alias arun-9776.Princeton.EDU + address 172.18.232.188 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9777 + alias arun-9777.Princeton.EDU + address 172.18.232.189 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9778 + alias arun-9778.Princeton.EDU + address 172.18.232.190 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9779 + alias arun-9779.Princeton.EDU + address 172.18.232.191 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9780 + alias arun-9780.Princeton.EDU + address 172.18.85.80 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9781 + alias arun-9781.Princeton.EDU + address 172.18.232.193 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9782 + alias arun-9782.Princeton.EDU + address 172.18.232.194 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9783 + alias arun-9783.Princeton.EDU + address 172.18.232.195 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9784 + alias arun-9784.Princeton.EDU + address 172.18.232.196 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9785 + alias arun-9785.Princeton.EDU + address 172.18.232.197 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9786 + alias arun-9786.Princeton.EDU + address 172.18.85.87 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9787 + alias arun-9787.Princeton.EDU + address 172.18.85.88 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9792 + alias arun-9792.Princeton.EDU + address 172.18.232.204 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9793 + alias arun-9793.Princeton.EDU + address 172.18.85.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9794 + alias arun-9794.Princeton.EDU + address 172.18.85.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9795 + alias arun-9795.Princeton.EDU + address 172.18.85.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9796 + alias arun-9796.Princeton.EDU + address 172.18.85.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9799 + alias arun-9799.Princeton.EDU + address 172.18.86.185 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9806 + alias arun-9806.Princeton.EDU + address 172.18.232.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9807 + alias arun-9807.Princeton.EDU + address 172.18.232.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9808 + alias arun-9808.Princeton.EDU + address 172.18.233.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9809 + alias arun-9809.Princeton.EDU + address 172.18.232.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9810 + alias arun-9810.Princeton.EDU + address 172.18.232.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9811 + alias arun-9811.Princeton.EDU + address 172.18.232.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9812 + alias arun-9812.Princeton.EDU + address 172.18.232.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9813 + alias arun-9813.Princeton.EDU + address 172.18.232.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9814 + alias arun-9814.Princeton.EDU + address 172.18.232.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9815 + alias arun-9815.Princeton.EDU + address 172.18.232.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9816 + alias arun-9816.Princeton.EDU + address 172.18.232.227 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9818 + alias arun-9818.Princeton.EDU + address 172.18.232.229 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9819 + alias arun-9819.Princeton.EDU + address 172.18.232.230 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9820 + alias arun-9820.Princeton.EDU + address 172.18.232.231 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9821 + alias arun-9821.Princeton.EDU + address 172.18.232.232 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9822 + alias arun-9822.Princeton.EDU + address 172.18.232.233 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9823 + alias arun-9823.Princeton.EDU + address 172.18.232.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9824 + alias arun-9824.Princeton.EDU + address 172.18.232.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9825 + alias arun-9825.Princeton.EDU + address 172.18.232.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9826 + alias arun-9826.Princeton.EDU + address 172.18.232.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9827 + alias arun-9827.Princeton.EDU + address 172.18.232.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9828 + alias arun-9828.Princeton.EDU + address 172.18.232.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9829 + alias arun-9829.Princeton.EDU + address 172.18.232.240 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9830 + alias arun-9830.Princeton.EDU + address 172.18.232.241 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9831 + alias arun-9831.Princeton.EDU + address 172.18.232.242 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9832 + alias arun-9832.Princeton.EDU + address 172.18.232.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9833 + alias arun-9833.Princeton.EDU + address 172.18.232.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9834 + alias arun-9834.Princeton.EDU + address 172.18.232.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9835 + alias arun-9835.Princeton.EDU + address 172.18.232.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9836 + alias arun-9836.Princeton.EDU + address 172.18.232.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9837 + alias arun-9837.Princeton.EDU + address 172.18.232.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9838 + alias arun-9838.Princeton.EDU + address 172.18.232.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9839 + alias arun-9839.Princeton.EDU + address 172.18.232.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9840 + alias arun-9840.Princeton.EDU + address 172.18.232.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9841 + alias arun-9841.Princeton.EDU + address 172.18.232.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9842 + alias arun-9842.Princeton.EDU + address 172.18.232.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9843 + alias arun-9843.Princeton.EDU + address 172.18.232.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9844 + alias arun-9844.Princeton.EDU + address 172.18.233.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9846 + alias arun-9846.Princeton.EDU + address 172.18.233.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9847 + alias arun-9847.Princeton.EDU + address 172.18.233.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9848 + alias arun-9848.Princeton.EDU + address 172.18.233.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9849 + alias arun-9849.Princeton.EDU + address 172.18.233.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9850 + alias arun-9850.Princeton.EDU + address 172.18.233.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9851 + alias arun-9851.Princeton.EDU + address 172.18.233.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9852 + alias arun-9852.Princeton.EDU + address 172.18.233.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9853 + alias arun-9853.Princeton.EDU + address 172.18.233.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9854 + alias arun-9854.Princeton.EDU + address 172.18.233.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9855 + alias arun-9855.Princeton.EDU + address 172.18.233.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9856 + alias arun-9856.Princeton.EDU + address 172.18.233.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9857 + alias arun-9857.Princeton.EDU + address 172.18.233.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9858 + alias arun-9858.Princeton.EDU + address 172.18.233.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9859 + alias arun-9859.Princeton.EDU + address 172.18.233.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9860 + alias arun-9860.Princeton.EDU + address 172.18.233.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9861 + alias arun-9861.Princeton.EDU + address 172.18.233.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9877 + alias arun-9877.Princeton.EDU + address 172.18.66.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9878 + alias arun-9878.Princeton.EDU + address 172.18.66.93 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9879 + alias arun-9879.Princeton.EDU + address 172.18.69.209 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9880 + alias arun-9880.Princeton.EDU + address 172.18.71.123 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9881 + alias arun-9881.Princeton.EDU + address 172.18.71.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9882 + alias arun-9882.Princeton.EDU + address 172.18.71.126 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9883 + alias arun-9883.Princeton.EDU + address 172.18.71.127 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9884 + alias arun-9884.Princeton.EDU + address 172.18.71.128 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9885 + alias arun-9885.Princeton.EDU + address 172.18.71.129 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9886 + alias arun-9886.Princeton.EDU + address 172.18.71.130 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9887 + alias arun-9887.Princeton.EDU + address 172.18.71.131 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9888 + alias arun-9888.Princeton.EDU + address 172.18.71.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9889 + alias arun-9889.Princeton.EDU + address 172.18.71.133 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9890 + alias arun-9890.Princeton.EDU + address 172.18.71.134 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9891 + alias arun-9891.Princeton.EDU + address 172.18.71.211 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9892 + alias arun-9892.Princeton.EDU + address 172.18.71.212 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9893 + alias arun-9893.Princeton.EDU + address 172.18.71.213 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9894 + alias arun-9894.Princeton.EDU + address 172.18.71.214 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9895 + alias arun-9895.Princeton.EDU + address 172.18.71.215 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9896 + alias arun-9896.Princeton.EDU + address 172.18.71.216 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9897 + alias arun-9897.Princeton.EDU + address 172.18.71.217 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9898 + alias arun-9898.Princeton.EDU + address 172.18.71.218 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9899 + alias arun-9899.Princeton.EDU + address 172.18.71.219 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9900 + alias arun-9900.Princeton.EDU + address 172.18.71.220 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9901 + alias arun-9901.Princeton.EDU + address 172.18.71.221 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9902 + alias arun-9902.Princeton.EDU + address 172.18.71.222 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9903 + alias arun-9903.Princeton.EDU + address 172.18.71.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9904 + alias arun-9904.Princeton.EDU + address 172.18.71.224 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9905 + alias arun-9905.Princeton.EDU + address 172.18.71.225 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9906 + alias arun-9906.Princeton.EDU + address 172.18.71.226 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9907 + alias arun-9907.Princeton.EDU + address 172.18.82.181 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9908 + alias arun-9908.Princeton.EDU + address 172.18.82.182 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9909 + alias arun-9909.Princeton.EDU + address 172.18.82.234 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9910 + alias arun-9910.Princeton.EDU + address 172.18.82.235 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9911 + alias arun-9911.Princeton.EDU + address 172.18.82.236 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9912 + alias arun-9912.Princeton.EDU + address 172.18.82.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9913 + alias arun-9913.Princeton.EDU + address 172.18.82.238 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9914 + alias arun-9914.Princeton.EDU + address 172.18.82.239 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9915 + alias arun-9915.Princeton.EDU + address 172.18.82.244 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9916 + alias arun-9916.Princeton.EDU + address 172.18.82.245 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9917 + alias arun-9917.Princeton.EDU + address 172.18.82.246 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9918 + alias arun-9918.Princeton.EDU + address 172.18.66.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9919 + alias arun-9919.Princeton.EDU + address 172.18.82.247 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9920 + alias arun-9920.Princeton.EDU + address 172.18.64.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9921 + alias arun-9921.Princeton.EDU + address 172.18.82.248 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9922 + alias arun-9922.Princeton.EDU + address 172.18.82.249 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9923 + alias arun-9923.Princeton.EDU + address 172.18.82.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9924 + alias arun-9924.Princeton.EDU + address 172.18.82.251 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9925 + alias arun-9925.Princeton.EDU + address 172.18.82.252 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9926 + alias arun-9926.Princeton.EDU + address 172.18.82.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9927 + alias arun-9927.Princeton.EDU + address 172.18.82.254 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9928 + alias arun-9928.Princeton.EDU + address 172.18.83.1 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9929 + alias arun-9929.Princeton.EDU + address 172.18.83.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9930 + alias arun-9930.Princeton.EDU + address 172.18.83.2 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9931 + alias arun-9931.Princeton.EDU + address 172.18.83.3 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9932 + alias arun-9932.Princeton.EDU + address 172.18.83.4 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9933 + alias arun-9933.Princeton.EDU + address 172.18.83.5 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9934 + alias arun-9934.Princeton.EDU + address 172.18.83.6 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9935 + alias arun-9935.Princeton.EDU + address 172.18.83.7 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9936 + alias arun-9936.Princeton.EDU + address 172.18.83.8 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9937 + alias arun-9937.Princeton.EDU + address 172.18.83.9 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9938 + alias arun-9938.Princeton.EDU + address 172.18.83.10 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9939 + alias arun-9939.Princeton.EDU + address 172.18.83.12 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9940 + alias arun-9940.Princeton.EDU + address 172.18.83.13 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9941 + alias arun-9941.Princeton.EDU + address 172.18.83.14 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9942 + alias arun-9942.Princeton.EDU + address 172.18.83.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9943 + alias arun-9943.Princeton.EDU + address 172.18.83.16 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9944 + alias arun-9944.Princeton.EDU + address 172.18.83.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9945 + alias arun-9945.Princeton.EDU + address 172.18.83.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9946 + alias arun-9946.Princeton.EDU + address 172.18.83.19 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9947 + alias arun-9947.Princeton.EDU + address 172.18.83.20 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9948 + alias arun-9948.Princeton.EDU + address 172.18.83.21 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9949 + alias arun-9949.Princeton.EDU + address 172.18.83.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9950 + alias arun-9950.Princeton.EDU + address 172.18.83.24 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9951 + alias arun-9951.Princeton.EDU + address 172.18.83.23 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9952 + alias arun-9952.Princeton.EDU + address 172.18.83.25 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9953 + alias arun-9953.Princeton.EDU + address 172.18.83.26 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9954 + alias arun-9954.Princeton.EDU + address 172.18.83.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9955 + alias arun-9955.Princeton.EDU + address 172.18.83.28 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9956 + alias arun-9956.Princeton.EDU + address 172.18.64.17 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9961 + alias arun-9961.Princeton.EDU + address 172.18.83.30 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9962 + alias arun-9962.Princeton.EDU + address 172.18.83.31 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9963 + alias arun-9963.Princeton.EDU + address 172.18.83.32 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9964 + alias arun-9964.Princeton.EDU + address 172.18.83.33 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9965 + alias arun-9965.Princeton.EDU + address 172.18.83.34 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9966 + alias arun-9966.Princeton.EDU + address 172.18.83.35 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9967 + alias arun-9967.Princeton.EDU + address 172.18.83.36 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9968 + alias arun-9968.Princeton.EDU + address 172.18.83.37 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9969 + alias arun-9969.Princeton.EDU + address 172.18.83.38 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9970 + alias arun-9970.Princeton.EDU + address 172.18.83.39 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9971 + alias arun-9971.Princeton.EDU + address 172.18.83.40 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9972 + alias arun-9972.Princeton.EDU + address 172.18.83.41 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9973 + alias arun-9973.Princeton.EDU + address 172.18.83.42 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9974 + alias arun-9974.Princeton.EDU + address 172.18.83.43 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9975 + alias arun-9975.Princeton.EDU + address 172.18.83.44 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9976 + alias arun-9976.Princeton.EDU + address 172.18.83.45 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9977 + alias arun-9977.Princeton.EDU + address 172.18.83.46 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9978 + alias arun-9978.Princeton.EDU + address 172.18.83.47 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9979 + alias arun-9979.Princeton.EDU + address 172.18.83.48 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9980 + alias arun-9980.Princeton.EDU + address 172.18.83.49 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9981 + alias arun-9981.Princeton.EDU + address 172.18.83.50 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9982 + alias arun-9982.Princeton.EDU + address 172.18.83.51 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9983 + alias arun-9983.Princeton.EDU + address 172.18.83.52 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9984 + alias arun-9984.Princeton.EDU + address 172.18.83.53 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9985 + alias arun-9985.Princeton.EDU + address 172.18.83.54 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9986 + alias arun-9986.Princeton.EDU + address 172.18.83.55 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9987 + alias arun-9987.Princeton.EDU + address 172.18.83.56 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9988 + alias arun-9988.Princeton.EDU + address 172.18.83.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9989 + alias arun-9989.Princeton.EDU + address 172.18.83.58 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9990 + alias arun-9990.Princeton.EDU + address 172.18.83.59 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9991 + alias arun-9991.Princeton.EDU + address 172.18.83.60 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9992 + alias arun-9992.Princeton.EDU + address 172.18.83.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9993 + alias arun-9993.Princeton.EDU + address 172.18.83.62 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9994 + alias arun-9994.Princeton.EDU + address 172.18.83.63 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9995 + alias arun-9995.Princeton.EDU + address 172.18.83.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9996 + alias arun-9996.Princeton.EDU + address 172.18.83.65 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9997 + alias arun-9997.Princeton.EDU + address 172.18.83.66 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9998 + alias arun-9998.Princeton.EDU + address 172.18.83.67 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name arun-9999 + alias arun-9999.Princeton.EDU + address 172.18.83.68 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0007 + alias ca12-0007.Princeton.EDU + address 172.18.33.121 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0029 + alias ca12-0029.Princeton.EDU + address 172.18.33.124 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0042 + alias ca12-0042.Princeton.EDU + address 172.18.32.243 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0093 + alias ca12-0093.Princeton.EDU + address 172.18.1.81 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0190 + alias ca12-0190.Princeton.EDU + address 172.18.32.253 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0192 + alias ca12-0192.Princeton.EDU + address 172.18.1.125 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0292 + alias ca12-0292.Princeton.EDU + address 172.18.192.22 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0311 + alias ca12-0311.Princeton.EDU + address 172.18.32.223 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0330 + alias ca12-0330.Princeton.EDU + address 172.18.33.105 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0382 + alias ca12-0382.Princeton.EDU + address 172.18.1.135 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0437 + alias ca12-0437.Princeton.EDU + address 172.18.0.237 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-0657 + alias ca12-0657.Princeton.EDU + address 172.18.32.18 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1015 + alias ca12-1015.Princeton.EDU + address 172.18.2.15 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1070 + alias ca12-1070.Princeton.EDU + address 172.18.4.11 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1080 + alias ca12-1080.Princeton.EDU + address 172.18.192.57 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1109 + alias ca12-1109.Princeton.EDU + address 172.18.194.91 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1159 + alias ca12-1159.Princeton.EDU + address 172.18.2.153 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1160 + alias ca12-1160.Princeton.EDU + address 172.18.192.27 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1170 + alias ca12-1170.Princeton.EDU + address 172.18.32.61 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1190 + alias ca12-1190.Princeton.EDU + address 172.18.32.250 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1198 + alias ca12-1198.Princeton.EDU + address 172.18.0.186 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1336 + alias ca12-1336.Princeton.EDU + address 172.18.32.64 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name ca12-1355 + alias ca12-1355.Princeton.EDU + address 172.18.194.132 + hostgroups OIT Aruba WAP, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-8 + alias gate-core-cdn-router-8.Princeton.EDU + address 128.112.8.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-16 + alias gate-core-cdn-router-16.Princeton.EDU + address 128.112.16.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-20 + alias gate-core-cdn-router-20.Princeton.EDU + address 128.112.20.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-24 + alias gate-core-cdn-router-24.Princeton.EDU + address 128.112.24.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-28 + alias gate-core-cdn-router-28.Princeton.EDU + address 128.112.28.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-32 + alias gate-core-cdn-router-32.Princeton.EDU + address 128.112.32.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-40 + alias gate-core-cdn-router-40.Princeton.EDU + address 128.112.40.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-48 + alias gate-core-cdn-router-48.Princeton.EDU + address 128.112.48.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-52 + alias gate-core-cdn-router-52.Princeton.EDU + address 128.112.52.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-56 + alias gate-core-cdn-router-56.Princeton.EDU + address 128.112.56.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-64 + alias gate-core-cdn-router-64.Princeton.EDU + address 128.112.64.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-72 + alias gate-core-cdn-router-72.Princeton.EDU + address 128.112.72.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-84 + alias gate-core-cdn-router-84.Princeton.EDU + address 128.112.84.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-88 + alias gate-core-cdn-router-88.Princeton.EDU + address 128.112.88.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-100 + alias gate-core-cdn-router-100.Princeton.EDU + address 128.112.100.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-101 + alias gate-core-cdn-router-101.Princeton.EDU + address 128.112.101.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-102 + alias gate-core-cdn-router-102.Princeton.EDU + address 128.112.102.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-108 + alias gate-core-cdn-router-108.Princeton.EDU + address 128.112.108.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-112 + alias gate-core-cdn-router-112.Princeton.EDU + address 128.112.112.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-116 + alias gate-core-cdn-router-116.Princeton.EDU + address 128.112.116.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-120 + alias gate-core-cdn-router-120.Princeton.EDU + address 128.112.120.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-128 + alias gate-core-cdn-router-128.Princeton.EDU + address 128.112.128.114 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-140 + alias gate-core-cdn-router-140.Princeton.EDU + address 128.112.140.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-144 + alias gate-core-cdn-router-144.Princeton.EDU + address 128.112.144.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-148 + alias gate-core-cdn-router-148.Princeton.EDU + address 128.112.148.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-156 + alias gate-core-cdn-router-156.Princeton.EDU + address 128.112.156.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-160 + alias gate-core-cdn-router-160.Princeton.EDU + address 128.112.160.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-164 + alias gate-core-cdn-router-164.Princeton.EDU + address 128.112.164.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-172 + alias gate-core-cdn-router-172.Princeton.EDU + address 128.112.172.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-176 + alias gate-core-cdn-router-176.Princeton.EDU + address 128.112.176.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-184 + alias gate-core-cdn-router-184.Princeton.EDU + address 128.112.184.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-192 + alias gate-core-cdn-router-192.Princeton.EDU + address 128.112.192.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-196 + alias gate-core-cdn-router-196.Princeton.EDU + address 128.112.196.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-200 + alias gate-core-cdn-router-200.Princeton.EDU + address 128.112.200.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-208 + alias gate-core-cdn-router-208.Princeton.EDU + address 128.112.208.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-216 + alias gate-core-cdn-router-216.Princeton.EDU + address 128.112.216.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-224 + alias gate-core-cdn-router-224.Princeton.EDU + address 128.112.224.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-228 + alias gate-core-cdn-router-228.Princeton.EDU + address 128.112.228.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-232 + alias gate-core-cdn-router-232.Princeton.EDU + address 128.112.232.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-240 + alias gate-core-cdn-router-240.Princeton.EDU + address 128.112.240.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-252 + alias gate-core-cdn-router-252.Princeton.EDU + address 128.112.252.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-athvideonet + alias gate-core-cdn-router-athvideonet.Princeton.EDU + address 128.112.1.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-basnet + alias gate-core-cdn-router-basnet.Princeton.EDU + address 172.20.48.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-beacon-net + alias gate-core-cdn-router-beacon-net.Princeton.EDU + address 140.180.224.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-directornet + alias gate-core-cdn-router-directornet.Princeton.EDU + address 172.20.240.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-dormnet + alias gate-core-cdn-router-dormnet.Princeton.EDU + address 140.180.128.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-dotdotdashnet + alias gate-core-cdn-router-dotdotdashnet.Princeton.EDU + address 172.20.32.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-firenet + alias gate-core-cdn-router-firenet.Princeton.EDU + address 192.168.30.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-guestnet + alias gate-core-cdn-router-guestnet.Princeton.EDU + address 66.180.176.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-infranet1 + alias gate-core-cdn-router-infranet1.Princeton.EDU + address 172.18.0.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-infranet2 + alias gate-core-cdn-router-infranet2.Princeton.EDU + address 172.18.32.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-infranet3 + alias gate-core-cdn-router-infranet3.Princeton.EDU + address 172.18.64.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-infranet7 + alias gate-core-cdn-router-infranet7.Princeton.EDU + address 172.18.224.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-lca-theatrical-lighting + alias gate-core-cdn-router-lca-theatrical-lighting.Princeton.EDU + address 172.19.76.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet16 + alias gate-core-cdn-router-linknet16.Princeton.EDU + address 128.112.12.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet20 + alias gate-core-cdn-router-linknet20.Princeton.EDU + address 128.112.12.81 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet24 + alias gate-core-cdn-router-linknet24.Princeton.EDU + address 128.112.12.97 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet28 + alias gate-core-cdn-router-linknet28.Princeton.EDU + address 128.112.12.113 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet36 + alias gate-core-cdn-router-linknet36.Princeton.EDU + address 128.112.12.145 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-linknet48 + alias gate-core-cdn-router-linknet48.Princeton.EDU + address 128.112.12.193 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-mosquitonet + alias gate-core-cdn-router-mosquitonet.Princeton.EDU + address 172.19.70.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-plinknet40 + alias gate-core-cdn-router-plinknet40.Princeton.EDU + address 192.168.9.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-lca-clear-com-helixnet + alias core-cdn-router-lca-clear-com-helixnet.Princeton.EDU + address 192.168.22.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-lca-dante-audio + alias core-cdn-router-lca-dante-audio.Princeton.EDU + address 192.168.26.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-lca-dante-audio-secondary + alias core-cdn-router-lca-dante-audio-secondary.Princeton.EDU + address 192.168.28.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-linknet40 + alias core-cdn-router-linknet40.Princeton.EDU + address 128.112.12.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet4 + alias core-cdn-router-plinknet4.Princeton.EDU + address 192.168.9.17 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet20 + alias core-cdn-router-plinknet20.Princeton.EDU + address 192.168.9.81 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet28 + alias core-cdn-router-plinknet28.Princeton.EDU + address 192.168.9.113 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet32 + alias core-cdn-router-plinknet32.Princeton.EDU + address 192.168.9.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet34 + alias core-cdn-router-plinknet34.Princeton.EDU + address 192.168.9.137 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-plinknet36 + alias core-cdn-router-plinknet36.Princeton.EDU + address 192.168.9.145 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-cdn-router-pony-express-net + alias core-cdn-router-pony-express-net.Princeton.EDU + address 172.20.72.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-pppl-microwave-linknet + alias gate-core-cdn-router-pppl-microwave-linknet.Princeton.EDU + address 192.168.8.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-pulpnet + alias gate-core-cdn-router-pulpnet.Princeton.EDU + address 10.254.0.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-ringnet + alias gate-core-cdn-router-ringnet.Princeton.EDU + address 192.168.4.33 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-rutherenet + alias gate-core-cdn-router-rutherenet.Princeton.EDU + address 192.168.4.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-smoke-signals-net + alias gate-core-cdn-router-smoke-signals-net.Princeton.EDU + address 172.20.94.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-sonnet + alias gate-core-cdn-router-sonnet.Princeton.EDU + address 192.168.24.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-tbnnet + alias gate-core-cdn-router-tbnnet.Princeton.EDU + address 172.19.0.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-unt-servernet-1 + alias gate-core-cdn-router-unt-servernet-1.Princeton.EDU + address 128.112.101.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-cdn-router-videonet + alias gate-core-cdn-router-videonet.Princeton.EDU + address 66.180.177.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87 + alias gate-core-87.Princeton.EDU + address 172.18.174.11 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-mgmt + alias gate-core-87-mgmt.Princeton.EDU + address 172.18.193.19 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-8 + alias gate-core-87-router-8.Princeton.EDU + address 128.112.8.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-16 + alias gate-core-87-router-16.Princeton.EDU + address 128.112.16.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-20 + alias gate-core-87-router-20.Princeton.EDU + address 128.112.20.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-24 + alias gate-core-87-router-24.Princeton.EDU + address 128.112.24.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-28 + alias gate-core-87-router-28.Princeton.EDU + address 128.112.28.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-32 + alias gate-core-87-router-32.Princeton.EDU + address 128.112.32.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-40 + alias gate-core-87-router-40.Princeton.EDU + address 128.112.40.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-48 + alias gate-core-87-router-48.Princeton.EDU + address 128.112.48.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-52 + alias gate-core-87-router-52.Princeton.EDU + address 128.112.52.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-56 + alias gate-core-87-router-56.Princeton.EDU + address 128.112.56.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-64 + alias gate-core-87-router-64.Princeton.EDU + address 128.112.64.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-72 + alias gate-core-87-router-72.Princeton.EDU + address 128.112.72.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-84 + alias gate-core-87-router-84.Princeton.EDU + address 128.112.84.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-88 + alias gate-core-87-router-88.Princeton.EDU + address 128.112.88.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-100 + alias gate-core-87-router-100.Princeton.EDU + address 128.112.100.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-101 + alias gate-core-87-router-101.Princeton.EDU + address 128.112.101.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-102 + alias gate-core-87-router-102.Princeton.EDU + address 128.112.102.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-108 + alias gate-core-87-router-108.Princeton.EDU + address 128.112.108.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-112 + alias gate-core-87-router-112.Princeton.EDU + address 128.112.112.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-116 + alias gate-core-87-router-116.Princeton.EDU + address 128.112.116.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-120 + alias gate-core-87-router-120.Princeton.EDU + address 128.112.120.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-128 + alias gate-core-87-router-128.Princeton.EDU + address 128.112.128.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-140 + alias gate-core-87-router-140.Princeton.EDU + address 128.112.140.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-144 + alias gate-core-87-router-144.Princeton.EDU + address 128.112.144.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-148 + alias gate-core-87-router-148.Princeton.EDU + address 128.112.148.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-156 + alias gate-core-87-router-156.Princeton.EDU + address 128.112.156.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-160 + alias gate-core-87-router-160.Princeton.EDU + address 128.112.160.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-164 + alias gate-core-87-router-164.Princeton.EDU + address 128.112.164.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-172 + alias gate-core-87-router-172.Princeton.EDU + address 128.112.172.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-176 + alias gate-core-87-router-176.Princeton.EDU + address 128.112.176.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-184 + alias gate-core-87-router-184.Princeton.EDU + address 128.112.184.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-192 + alias gate-core-87-router-192.Princeton.EDU + address 128.112.192.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-196 + alias gate-core-87-router-196.Princeton.EDU + address 128.112.196.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-200 + alias gate-core-87-router-200.Princeton.EDU + address 128.112.200.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-208 + alias gate-core-87-router-208.Princeton.EDU + address 128.112.208.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-216 + alias gate-core-87-router-216.Princeton.EDU + address 128.112.216.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-224 + alias gate-core-87-router-224.Princeton.EDU + address 128.112.224.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-228 + alias gate-core-87-router-228.Princeton.EDU + address 128.112.228.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-232 + alias gate-core-87-router-232.Princeton.EDU + address 128.112.232.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-240 + alias gate-core-87-router-240.Princeton.EDU + address 128.112.240.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-252 + alias gate-core-87-router-252.Princeton.EDU + address 128.112.252.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-athvideonet + alias gate-core-87-router-athvideonet.Princeton.EDU + address 128.112.1.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-basnet + alias gate-core-87-router-basnet.Princeton.EDU + address 172.20.48.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-beacon-net + alias gate-core-87-router-beacon-net.Princeton.EDU + address 140.180.224.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-directornet + alias gate-core-87-router-directornet.Princeton.EDU + address 172.20.240.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-dormnet + alias gate-core-87-router-dormnet.Princeton.EDU + address 140.180.128.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-dotdotdashnet + alias gate-core-87-router-dotdotdashnet.Princeton.EDU + address 172.20.32.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-firenet + alias gate-core-87-router-firenet.Princeton.EDU + address 192.168.30.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-guestnet + alias gate-core-87-router-guestnet.Princeton.EDU + address 66.180.176.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-infranet1 + alias gate-core-87-router-infranet1.Princeton.EDU + address 172.18.0.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-infranet2 + alias gate-core-87-router-infranet2.Princeton.EDU + address 172.18.32.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-infranet3 + alias gate-core-87-router-infranet3.Princeton.EDU + address 172.18.64.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-infranet7 + alias gate-core-87-router-infranet7.Princeton.EDU + address 172.18.224.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-lca-theatrical-lighting + alias gate-core-87-router-lca-theatrical-lighting.Princeton.EDU + address 172.19.76.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet11 + alias gate-core-87-router-linknet11.Princeton.EDU + address 128.112.12.45 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet13 + alias gate-core-87-router-linknet13.Princeton.EDU + address 128.112.12.53 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet14 + alias gate-core-87-router-linknet14.Princeton.EDU + address 128.112.12.57 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet16 + alias gate-core-87-router-linknet16.Princeton.EDU + address 128.112.12.66 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet20 + alias gate-core-87-router-linknet20.Princeton.EDU + address 128.112.12.82 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet24 + alias gate-core-87-router-linknet24.Princeton.EDU + address 128.112.12.98 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet28 + alias gate-core-87-router-linknet28.Princeton.EDU + address 128.112.12.114 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet36 + alias gate-core-87-router-linknet36.Princeton.EDU + address 128.112.12.146 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-linknet48 + alias gate-core-87-router-linknet48.Princeton.EDU + address 128.112.12.194 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-mosquitonet + alias gate-core-87-router-mosquitonet.Princeton.EDU + address 172.19.70.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-plinknet40 + alias gate-core-87-router-plinknet40.Princeton.EDU + address 192.168.9.162 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-unt-servernet-1 + alias gate-core-87-router-unt-servernet-1.Princeton.EDU + address 128.112.101.130 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-lca-clear-com-helixnet + alias core-87-router-lca-clear-com-helixnet.Princeton.EDU + address 192.168.22.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-lca-dante-audio + alias core-87-router-lca-dante-audio.Princeton.EDU + address 192.168.26.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-lca-dante-audio-secondary + alias core-87-router-lca-dante-audio-secondary.Princeton.EDU + address 192.168.28.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-linknet40 + alias core-87-router-linknet40.Princeton.EDU + address 128.112.12.162 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet20 + alias core-87-router-plinknet20.Princeton.EDU + address 192.168.9.82 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet28 + alias core-87-router-plinknet28.Princeton.EDU + address 192.168.9.114 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet3 + alias core-87-router-plinknet3.Princeton.EDU + address 192.168.9.14 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet32 + alias core-87-router-plinknet32.Princeton.EDU + address 192.168.9.130 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet34 + alias core-87-router-plinknet34.Princeton.EDU + address 192.168.9.138 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-plinknet36 + alias core-87-router-plinknet36.Princeton.EDU + address 192.168.9.146 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name core-87-router-pony-express-net + alias core-87-router-pony-express-net.Princeton.EDU + address 172.20.72.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-pppl-microwave-linknet + alias gate-core-87-router-pppl-microwave-linknet.Princeton.EDU + address 192.168.8.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-pulpnet + alias gate-core-87-router-pulpnet.Princeton.EDU + address 10.254.0.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-ringnet + alias gate-core-87-router-ringnet.Princeton.EDU + address 192.168.4.34 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-rutherenet + alias gate-core-87-router-rutherenet.Princeton.EDU + address 192.168.4.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-smoke-signals-net + alias gate-core-87-router-smoke-signals-net.Princeton.EDU + address 172.20.94.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-sonnet + alias gate-core-87-router-sonnet.Princeton.EDU + address 192.168.24.130 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-tbnnet + alias gate-core-87-router-tbnnet.Princeton.EDU + address 172.19.0.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-87-router-videonet + alias gate-core-87-router-videonet.Princeton.EDU + address 66.180.177.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-lewis-mgmt + alias gate-core-lewis-mgmt.Princeton.EDU + address 172.18.3.187 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-ns + alias gate-core-ns.Princeton.EDU + address 172.18.174.13 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-ns-mgmt + alias gate-core-ns-mgmt.Princeton.EDU + address 172.18.193.130 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-core-ns-router-linknet11 + alias gate-core-ns-router-linknet11.Princeton.EDU + address 128.112.12.46 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-gigagate6-mgmt + alias gate-gigagate6-mgmt.Princeton.EDU + address 172.18.0.81 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87 + alias gate-border-87.Princeton.EDU + address 172.18.174.12 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-cogent + alias gate-rtr-border-hpcrc-router-cogent.Princeton.EDU + address 38.122.150.2 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-hurricane-electric + alias gate-rtr-border-87-router-hurricane-electric.Princeton.EDU + address 216.66.49.74 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-extern-linknet62 + alias gate-border-87-router-extern-linknet62.Princeton.EDU + address 204.153.48.249 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-extern-linknet11 + alias gate-border-87-router-extern-linknet11.Princeton.EDU + address 204.153.48.45 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-extern-linknet4 + alias gate-border-87-router-extern-linknet4.Princeton.EDU + address 204.153.48.17 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-magpi + alias gate-rtr-border-hpcrc-router-magpi.Princeton.EDU + address 216.27.98.114 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-mccarternet + alias gate-rtr-border-router-mccarternet.Princeton.EDU + address 205.172.164.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-vrf-aws-vpcs-plinknet40 + alias gate-border-87-router-vrf-aws-vpcs-plinknet40.Princeton.EDU + address 192.168.9.174 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-vrf-aws-vpcs-plinknet44 + alias gate-border-87-router-vrf-aws-vpcs-plinknet44.Princeton.EDU + address 192.168.9.177 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-router-vrf-aws-vpcs-plinknet46 + alias gate-border-87-router-vrf-aws-vpcs-plinknet46.Princeton.EDU + address 192.168.9.185 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-esnet + alias gate-rtr-border-hpcrc-router-esnet.Princeton.EDU + address 204.153.48.33 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-40 + alias gate-rtr-border-router-ext-cust-net-40.Princeton.EDU + address 204.153.51.145 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-41 + alias gate-rtr-border-router-ext-cust-net-41.Princeton.EDU + address 204.153.51.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-42 + alias gate-rtr-border-router-ext-cust-net-42.Princeton.EDU + address 204.153.51.177 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-43 + alias gate-rtr-border-router-ext-cust-net-43.Princeton.EDU + address 204.153.51.193 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-44 + alias gate-rtr-border-router-ext-cust-net-44.Princeton.EDU + address 204.153.51.209 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-45 + alias gate-rtr-border-router-ext-cust-net-45.Princeton.EDU + address 204.153.51.225 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-46 + alias gate-rtr-border-router-ext-cust-net-46.Princeton.EDU + address 204.153.51.241 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-47 + alias gate-rtr-border-router-ext-cust-net-47.Princeton.EDU + address 204.153.50.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-48 + alias gate-rtr-border-router-ext-cust-net-48.Princeton.EDU + address 204.153.50.33 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-49 + alias gate-rtr-border-router-ext-cust-net-49.Princeton.EDU + address 204.153.50.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-50 + alias gate-rtr-border-router-ext-cust-net-50.Princeton.EDU + address 204.153.50.97 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-51 + alias gate-rtr-border-router-ext-cust-net-51.Princeton.EDU + address 204.153.50.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-52 + alias gate-rtr-border-router-ext-cust-net-52.Princeton.EDU + address 204.153.50.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-53 + alias gate-rtr-border-router-ext-cust-net-53.Princeton.EDU + address 204.153.50.193 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-54 + alias gate-rtr-border-router-ext-cust-net-54.Princeton.EDU + address 204.153.50.225 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-55 + alias gate-rtr-border-router-ext-cust-net-55.Princeton.EDU + address 66.180.179.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-56 + alias gate-rtr-border-router-ext-cust-net-56.Princeton.EDU + address 66.180.179.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-57 + alias gate-rtr-border-router-ext-cust-net-57.Princeton.EDU + address 66.180.179.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-58 + alias gate-rtr-border-router-ext-cust-net-58.Princeton.EDU + address 66.180.179.193 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-59 + alias gate-rtr-border-router-ext-cust-net-59.Princeton.EDU + address 66.180.178.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-60 + alias gate-rtr-border-router-ext-cust-net-60.Princeton.EDU + address 66.180.178.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-61 + alias gate-rtr-border-router-ext-cust-net-61.Princeton.EDU + address 204.153.51.73 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-31 + alias gate-rtr-border-router-ext-cust-net-31.Princeton.EDU + address 204.153.51.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-32 + alias gate-rtr-border-router-ext-cust-net-32.Princeton.EDU + address 204.153.51.17 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-33 + alias gate-rtr-border-router-ext-cust-net-33.Princeton.EDU + address 204.153.51.33 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-34 + alias gate-rtr-border-router-ext-cust-net-34.Princeton.EDU + address 204.153.51.49 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-35 + alias gate-rtr-border-router-ext-cust-net-35.Princeton.EDU + address 204.153.51.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-36 + alias gate-rtr-border-router-ext-cust-net-36.Princeton.EDU + address 204.153.51.81 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-37 + alias gate-rtr-border-router-ext-cust-net-37.Princeton.EDU + address 204.153.51.97 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-38 + alias gate-rtr-border-router-ext-cust-net-38.Princeton.EDU + address 204.153.51.113 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-ext-cust-net-39 + alias gate-rtr-border-router-ext-cust-net-39.Princeton.EDU + address 204.153.51.129 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-border-87-mgmt + alias gate-border-87-mgmt.Princeton.EDU + address 172.18.194.70 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-ppn-router-infranet4 + alias gate-ppn-router-infranet4.Princeton.EDU + address 172.18.192.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-ppplrouter-microwave-linknet + alias gate-ppplrouter-microwave-linknet.Princeton.EDU + address 192.168.8.254 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-151-router-vrf-esnet-ext-linknet24 + alias gate-rtr-border-151-router-vrf-esnet-ext-linknet24.Princeton.EDU + address 204.153.48.98 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-extern-linknet12 + alias gate-rtr-border-87-router-extern-linknet12.Princeton.EDU + address 204.153.48.49 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-linknet16 + alias gate-rtr-border-87-router-linknet16.Princeton.EDU + address 128.112.12.78 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-vrf-esnet-ext-linknet24 + alias gate-rtr-border-87-router-vrf-esnet-ext-linknet24.Princeton.EDU + address 204.153.48.97 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-extern-linknet12 + alias gate-rtr-border-hpcrc-router-extern-linknet12.Princeton.EDU + address 204.153.48.54 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-extern-linknet16 + alias gate-rtr-border-hpcrc-router-extern-linknet16.Princeton.EDU + address 204.153.48.67 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-extern-linknet6 + alias gate-rtr-border-hpcrc-router-extern-linknet6.Princeton.EDU + address 204.153.48.25 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-extern-linknet7 + alias gate-rtr-border-hpcrc-router-extern-linknet7.Princeton.EDU + address 204.153.48.29 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-router-linknet24 + alias gate-rtr-border-hpcrc-router-linknet24.Princeton.EDU + address 128.112.12.110 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc + alias gate-rtr-border-hpcrc.Princeton.EDU + address 172.18.174.15 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-mgmt + alias gate-rtr-border-hpcrc-mgmt.Princeton.EDU + address 172.18.192.226 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-mgmt0 + alias gate-rtr-border-hpcrc-mgmt0.Princeton.EDU + address 172.18.192.148 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-hpcrc-mgmt1 + alias gate-rtr-border-hpcrc-mgmt1.Princeton.EDU + address 172.18.192.161 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-router-extern-linknet16 + alias gate-rtr-border-router-extern-linknet16.Princeton.EDU + address 204.153.48.65 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-extern-linknet16 + alias gate-rtr-border-87-router-extern-linknet16.Princeton.EDU + address 204.153.48.66 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-router-extern-linknet62 + alias gate-rtr-border-87-router-extern-linknet62.Princeton.EDU + address 204.153.48.250 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87 + alias gate-rtr-border-87.Princeton.EDU + address 172.18.174.14 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-mgmt + alias gate-rtr-border-87-mgmt.Princeton.EDU + address 172.18.192.205 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-mgmt0 + alias gate-rtr-border-87-mgmt0.Princeton.EDU + address 172.18.192.49 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-rtr-border-87-mgmt1 + alias gate-rtr-border-87-mgmt1.Princeton.EDU + address 172.18.192.106 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-fw-border-87-router-extern-linknet16 + alias gate-fw-border-87-router-extern-linknet16.Princeton.EDU + address 204.153.48.94 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-fw-border-87-router-linknet48 + alias gate-fw-border-87-router-linknet48.Princeton.EDU + address 128.112.12.222 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-fw-border-hpcrc-router-extern-linknet16 + alias gate-fw-border-hpcrc-router-extern-linknet16.Princeton.EDU + address 204.153.48.93 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-fw-border-hpcrc-router-linknet48 + alias gate-fw-border-hpcrc-router-linknet48.Princeton.EDU + address 128.112.12.221 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-tms-87-extern-linknet11 + alias gate-tms-87-extern-linknet11.Princeton.EDU + address 204.153.48.46 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-tms-87-extern-linknet4 + alias gate-tms-87-extern-linknet4.Princeton.EDU + address 204.153.48.18 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-tms-hpcrc-extern-linknet6 + alias gate-tms-hpcrc-extern-linknet6.Princeton.EDU + address 204.153.48.26 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-tms-hpcrc-extern-linknet7 + alias gate-tms-hpcrc-extern-linknet7.Princeton.EDU + address 204.153.48.30 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-ppn-router-knockknocknet + alias gate-ppn-router-knockknocknet.Princeton.EDU + address 172.19.192.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name gate-ppn-router-opensesamenet + alias gate-ppn-router-opensesamenet.Princeton.EDU + address 172.19.68.1 + hostgroups OIT Core Routers-Switches, Rover hosts + use Rover device +} + +define host { + host_name convert-87prospect + alias convert-87prospect.Princeton.EDU + address 172.18.3.178 + hostgroups OIT CWDM, Rover hosts + use Rover device +} + +define host { + host_name convert-hpcrc1 + alias convert-hpcrc1.Princeton.EDU + address 172.18.1.231 + hostgroups OIT CWDM, Rover hosts + use Rover device +} + +define host { + host_name ct32-2561 + alias ct32-2561.Princeton.EDU + address 172.18.4.156 + hostgroups OIT CWDM, Rover hosts + use Rover device +} + +define host { + host_name ct32-2957 + alias ct32-2957.Princeton.EDU + address 172.18.4.155 + hostgroups OIT CWDM, Rover hosts + use Rover device +} + +define host { + host_name ca12-1454 + alias ca12-1454.Princeton.EDU + address 172.18.194.71 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1465 + alias ca12-1465.Princeton.EDU + address 172.18.32.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1501 + alias ca12-1501.Princeton.EDU + address 172.18.1.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1541 + alias ca12-1541.Princeton.EDU + address 172.18.194.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1545 + alias ca12-1545.Princeton.EDU + address 172.18.192.46 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1622 + alias ca12-1622.Princeton.EDU + address 172.18.194.110 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1628 + alias ca12-1628.Princeton.EDU + address 172.18.194.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1630 + alias ca12-1630.Princeton.EDU + address 172.18.194.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1654 + alias ca12-1654.Princeton.EDU + address 172.18.194.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1674 + alias ca12-1674.Princeton.EDU + address 172.18.194.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1692 + alias ca12-1692.Princeton.EDU + address 172.18.194.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1698 + alias ca12-1698.Princeton.EDU + address 172.18.194.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1699 + alias ca12-1699.Princeton.EDU + address 172.18.194.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1729 + alias ca12-1729.Princeton.EDU + address 172.18.192.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1771 + alias ca12-1771.Princeton.EDU + address 172.18.1.1 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1901 + alias ca12-1901.Princeton.EDU + address 172.18.194.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1927 + alias ca12-1927.Princeton.EDU + address 172.18.194.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1942 + alias ca12-1942.Princeton.EDU + address 172.18.33.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1969 + alias ca12-1969.Princeton.EDU + address 172.18.194.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1973 + alias ca12-1973.Princeton.EDU + address 172.18.194.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-1991 + alias ca12-1991.Princeton.EDU + address 172.18.194.62 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2032 + alias ca12-2032.Princeton.EDU + address 172.18.194.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2251 + alias ca12-2251.Princeton.EDU + address 172.18.192.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2303 + alias ca12-2303.Princeton.EDU + address 172.18.192.239 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2351 + alias ca12-2351.Princeton.EDU + address 172.18.192.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2360 + alias ca12-2360.Princeton.EDU + address 172.18.32.188 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2464 + alias ca12-2464.Princeton.EDU + address 172.18.192.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2507 + alias ca12-2507.Princeton.EDU + address 172.18.192.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2629 + alias ca12-2629.Princeton.EDU + address 172.18.194.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-2964 + alias ca12-2964.Princeton.EDU + address 172.18.193.147 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca12-3032 + alias ca12-3032.Princeton.EDU + address 172.18.192.144 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0002 + alias ca24-0002.Princeton.EDU + address 172.18.32.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0010 + alias ca24-0010.Princeton.EDU + address 172.18.32.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0038 + alias ca24-0038.Princeton.EDU + address 172.18.193.169 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0165 + alias ca24-0165.Princeton.EDU + address 172.18.32.201 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0525 + alias ca24-0525.Princeton.EDU + address 172.18.1.105 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0648 + alias ca24-0648.Princeton.EDU + address 172.18.32.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0039 + alias cb12-0039.Princeton.EDU + address 172.18.1.109 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0291 + alias cb12-0291.Princeton.EDU + address 172.18.3.147 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0835 + alias cb12-0835.Princeton.EDU + address 172.18.2.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0883 + alias cb12-0883.Princeton.EDU + address 172.18.1.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0909 + alias cb12-0909.Princeton.EDU + address 172.18.2.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0912 + alias cb12-0912.Princeton.EDU + address 172.18.2.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0956 + alias cb12-0956.Princeton.EDU + address 172.18.3.26 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-0983 + alias cb12-0983.Princeton.EDU + address 172.18.192.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1050 + alias cb12-1050.Princeton.EDU + address 172.18.1.71 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1293 + alias cb12-1293.Princeton.EDU + address 172.18.3.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1565 + alias cb12-1565.Princeton.EDU + address 172.18.0.17 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1570 + alias cb12-1570.Princeton.EDU + address 172.18.0.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1617 + alias cb12-1617.Princeton.EDU + address 172.18.2.183 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-1980 + alias cb12-1980.Princeton.EDU + address 172.18.3.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb12-2349 + alias cb12-2349.Princeton.EDU + address 172.18.2.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-0155 + alias cb24-0155.Princeton.EDU + address 172.18.0.245 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-0251 + alias cb24-0251.Princeton.EDU + address 172.18.2.146 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-0950 + alias cb24-0950.Princeton.EDU + address 172.18.0.49 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1100 + alias cb24-1100.Princeton.EDU + address 172.18.3.4 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1150 + alias cb24-1150.Princeton.EDU + address 172.18.2.147 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1210 + alias cb24-1210.Princeton.EDU + address 172.18.0.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1257 + alias cb24-1257.Princeton.EDU + address 172.18.2.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1443 + alias cb24-1443.Princeton.EDU + address 172.18.2.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1444 + alias cb24-1444.Princeton.EDU + address 172.18.3.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1445 + alias cb24-1445.Princeton.EDU + address 172.18.3.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1446 + alias cb24-1446.Princeton.EDU + address 172.18.3.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1569 + alias cb24-1569.Princeton.EDU + address 172.18.0.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1571 + alias cb24-1571.Princeton.EDU + address 172.18.0.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1663 + alias cb24-1663.Princeton.EDU + address 172.18.4.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1717 + alias cb24-1717.Princeton.EDU + address 172.18.1.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1719 + alias cb24-1719.Princeton.EDU + address 172.18.1.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-1960 + alias cb24-1960.Princeton.EDU + address 172.18.0.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-2520 + alias cb24-2520.Princeton.EDU + address 172.18.3.189 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cb24-2583 + alias cb24-2583.Princeton.EDU + address 172.18.1.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct16-0014 + alias ct16-0014.Princeton.EDU + address 172.18.1.172 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0006 + alias cx24-0006.Princeton.EDU + address 172.18.194.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0016 + alias cy48-0016.Princeton.EDU + address 172.18.0.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0021 + alias cy48-0021.Princeton.EDU + address 172.18.32.128 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0023 + alias cy48-0023.Princeton.EDU + address 172.18.32.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0024 + alias cy48-0024.Princeton.EDU + address 172.18.3.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0030 + alias cy48-0030.Princeton.EDU + address 172.18.32.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0036 + alias cy48-0036.Princeton.EDU + address 172.18.4.61 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0040 + alias cy48-0040.Princeton.EDU + address 172.18.1.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0041 + alias cy48-0041.Princeton.EDU + address 172.18.0.213 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0046 + alias cy48-0046.Princeton.EDU + address 172.18.1.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0048 + alias cy48-0048.Princeton.EDU + address 172.18.1.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0049 + alias cy48-0049.Princeton.EDU + address 172.18.1.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0050 + alias cy48-0050.Princeton.EDU + address 172.18.33.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0055 + alias cy48-0055.Princeton.EDU + address 172.18.1.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0058 + alias cy48-0058.Princeton.EDU + address 172.18.32.238 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0060 + alias cy48-0060.Princeton.EDU + address 172.18.32.101 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0065 + alias cy48-0065.Princeton.EDU + address 172.18.2.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0066 + alias cy48-0066.Princeton.EDU + address 172.18.1.206 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0068 + alias cy48-0068.Princeton.EDU + address 172.18.4.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0075 + alias cy48-0075.Princeton.EDU + address 172.18.0.212 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0076 + alias cy48-0076.Princeton.EDU + address 172.18.32.43 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0017 + alias cx48-0017.Princeton.EDU + address 172.18.2.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0044 + alias cy24-0044.Princeton.EDU + address 172.18.1.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0052 + alias cy24-0052.Princeton.EDU + address 172.18.33.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0032 + alias cx24-0032.Princeton.EDU + address 172.18.193.243 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0054 + alias cx48-0054.Princeton.EDU + address 172.18.5.34 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0061 + alias cx48-0061.Princeton.EDU + address 172.18.5.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0069 + alias cx48-0069.Princeton.EDU + address 172.18.4.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0070 + alias cx48-0070.Princeton.EDU + address 172.18.2.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0073 + alias cx24-0073.Princeton.EDU + address 172.18.192.158 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0078 + alias cy48-0078.Princeton.EDU + address 172.18.33.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0079 + alias cy48-0079.Princeton.EDU + address 172.18.2.4 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0080 + alias cy24-0080.Princeton.EDU + address 172.18.3.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0082 + alias cy24-0082.Princeton.EDU + address 172.18.1.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0084 + alias cy24-0084.Princeton.EDU + address 172.18.194.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0088 + alias cy24-0088.Princeton.EDU + address 172.18.1.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0099 + alias cy24-0099.Princeton.EDU + address 172.18.32.95 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0113 + alias cy24-0113.Princeton.EDU + address 172.18.1.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0118 + alias cy24-0118.Princeton.EDU + address 172.18.33.104 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0120 + alias cy24-0120.Princeton.EDU + address 172.18.32.96 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0128 + alias cy24-0128.Princeton.EDU + address 172.18.32.202 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0130 + alias cy24-0130.Princeton.EDU + address 172.18.1.148 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0131 + alias cy24-0131.Princeton.EDU + address 172.18.192.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0139 + alias cy24-0139.Princeton.EDU + address 172.18.33.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0143 + alias cy24-0143.Princeton.EDU + address 172.18.33.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0166 + alias cy24-0166.Princeton.EDU + address 172.18.32.203 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0170 + alias cy24-0170.Princeton.EDU + address 172.18.32.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0176 + alias cy24-0176.Princeton.EDU + address 172.18.32.97 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0177 + alias cy24-0177.Princeton.EDU + address 172.18.1.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0178 + alias cy24-0178.Princeton.EDU + address 172.18.192.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0179 + alias cy24-0179.Princeton.EDU + address 172.18.32.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0180 + alias cy24-0180.Princeton.EDU + address 172.18.32.206 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0236 + alias cy24-0236.Princeton.EDU + address 172.18.33.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0246 + alias cy24-0246.Princeton.EDU + address 172.18.32.207 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0259 + alias cy24-0259.Princeton.EDU + address 172.18.32.208 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0261 + alias cy24-0261.Princeton.EDU + address 172.18.32.212 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0264 + alias cy24-0264.Princeton.EDU + address 172.18.32.216 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0266 + alias cy24-0266.Princeton.EDU + address 172.18.194.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0296 + alias cy24-0296.Princeton.EDU + address 172.18.32.219 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0337 + alias cy24-0337.Princeton.EDU + address 172.18.0.246 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0339 + alias cy24-0339.Princeton.EDU + address 172.18.32.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0344 + alias cy24-0344.Princeton.EDU + address 172.18.33.46 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0352 + alias cy24-0352.Princeton.EDU + address 172.18.32.220 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0081 + alias cy48-0081.Princeton.EDU + address 172.18.33.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0091 + alias cy48-0091.Princeton.EDU + address 172.18.3.153 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0097 + alias cy48-0097.Princeton.EDU + address 172.18.3.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0107 + alias cy48-0107.Princeton.EDU + address 172.18.32.148 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0108 + alias cy48-0108.Princeton.EDU + address 172.18.32.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0109 + alias cy48-0109.Princeton.EDU + address 172.18.33.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0114 + alias cy48-0114.Princeton.EDU + address 172.18.1.110 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0115 + alias cy48-0115.Princeton.EDU + address 172.18.1.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0121 + alias cy48-0121.Princeton.EDU + address 172.18.2.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0125 + alias cy48-0125.Princeton.EDU + address 172.18.0.166 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0127 + alias cy48-0127.Princeton.EDU + address 172.18.1.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0129 + alias cy48-0129.Princeton.EDU + address 172.18.4.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0132 + alias cy48-0132.Princeton.EDU + address 172.18.2.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0138 + alias cy48-0138.Princeton.EDU + address 172.18.3.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0083 + alias cx24-0083.Princeton.EDU + address 172.18.192.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0085 + alias cx48-0085.Princeton.EDU + address 172.18.5.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0092 + alias cx48-0092.Princeton.EDU + address 172.18.4.248 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0094 + alias cx48-0094.Princeton.EDU + address 172.18.5.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0096 + alias cx24-0096.Princeton.EDU + address 172.18.192.197 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0104 + alias cx48-0104.Princeton.EDU + address 172.18.5.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0105 + alias cx48-0105.Princeton.EDU + address 172.18.5.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0106 + alias cx48-0106.Princeton.EDU + address 172.18.5.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0110 + alias cx48-0110.Princeton.EDU + address 172.18.0.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0123 + alias cx48-0123.Princeton.EDU + address 172.18.0.198 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0126 + alias cx24-0126.Princeton.EDU + address 172.18.193.141 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0133 + alias cx48-0133.Princeton.EDU + address 172.18.5.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0136 + alias cx48-0136.Princeton.EDU + address 172.18.194.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0140 + alias cy48-0140.Princeton.EDU + address 172.18.33.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0141 + alias cy48-0141.Princeton.EDU + address 172.18.1.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0167 + alias cy48-0167.Princeton.EDU + address 172.18.3.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0168 + alias cy48-0168.Princeton.EDU + address 172.18.1.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0169 + alias cy48-0169.Princeton.EDU + address 172.18.3.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0171 + alias cy48-0171.Princeton.EDU + address 172.18.3.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0172 + alias cy48-0172.Princeton.EDU + address 172.18.4.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0142 + alias cy48-0142.Princeton.EDU + address 172.18.1.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0150 + alias cy48-0150.Princeton.EDU + address 172.18.32.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0154 + alias cy48-0154.Princeton.EDU + address 172.18.32.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0164 + alias cy48-0164.Princeton.EDU + address 172.18.1.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0156 + alias cx48-0156.Princeton.EDU + address 172.18.0.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0158 + alias cx48-0158.Princeton.EDU + address 172.18.1.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0159 + alias cx24-0159.Princeton.EDU + address 172.18.193.175 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0161 + alias cx24-0161.Princeton.EDU + address 172.18.192.201 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0162 + alias cx24-0162.Princeton.EDU + address 172.18.193.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0173 + alias cy48-0173.Princeton.EDU + address 172.18.4.152 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0181 + alias cy48-0181.Princeton.EDU + address 172.18.3.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0183 + alias cy48-0183.Princeton.EDU + address 172.18.0.160 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0186 + alias cy48-0186.Princeton.EDU + address 172.18.33.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0191 + alias cy48-0191.Princeton.EDU + address 172.18.1.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0198 + alias cy48-0198.Princeton.EDU + address 172.18.32.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0201 + alias cy48-0201.Princeton.EDU + address 172.18.1.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0202 + alias cy48-0202.Princeton.EDU + address 172.18.1.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0203 + alias cy48-0203.Princeton.EDU + address 172.18.3.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0204 + alias cy48-0204.Princeton.EDU + address 172.18.2.102 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0206 + alias cy48-0206.Princeton.EDU + address 172.18.1.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0207 + alias cy48-0207.Princeton.EDU + address 172.18.1.179 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0218 + alias cy48-0218.Princeton.EDU + address 172.18.0.205 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0226 + alias cy48-0226.Princeton.EDU + address 172.18.32.189 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0228 + alias cy48-0228.Princeton.EDU + address 172.18.32.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0231 + alias cy48-0231.Princeton.EDU + address 172.18.1.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0195 + alias cx24-0195.Princeton.EDU + address 172.18.193.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0196 + alias cx24-0196.Princeton.EDU + address 172.18.193.177 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct16-0197 + alias ct16-0197.Princeton.EDU + address 172.18.5.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0209 + alias cx48-0209.Princeton.EDU + address 172.18.5.46 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0212 + alias cy48-0212.Princeton.EDU + address 172.18.0.154 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0215 + alias cx24-0215.Princeton.EDU + address 172.18.193.178 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0217 + alias cx24-0217.Princeton.EDU + address 172.18.193.165 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0219 + alias cx48-0219.Princeton.EDU + address 172.18.5.49 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0224 + alias cx48-0224.Princeton.EDU + address 172.18.1.201 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0225 + alias cx48-0225.Princeton.EDU + address 172.18.4.249 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0230 + alias cx24-0230.Princeton.EDU + address 172.18.193.105 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0233 + alias cy48-0233.Princeton.EDU + address 172.18.0.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0234 + alias cx24-0234.Princeton.EDU + address 172.18.193.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0241 + alias cy48-0241.Princeton.EDU + address 172.18.1.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0244 + alias cy48-0244.Princeton.EDU + address 172.18.1.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0247 + alias cy48-0247.Princeton.EDU + address 172.18.33.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0249 + alias cy48-0249.Princeton.EDU + address 172.18.32.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0250 + alias cy48-0250.Princeton.EDU + address 172.18.32.145 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0262 + alias cy48-0262.Princeton.EDU + address 172.18.32.230 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0245 + alias cx48-0245.Princeton.EDU + address 172.18.1.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0255 + alias cx24-0255.Princeton.EDU + address 172.18.192.184 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0257 + alias cx24-0257.Princeton.EDU + address 172.18.192.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0260 + alias cx24-0260.Princeton.EDU + address 172.18.192.202 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0263 + alias cx24-0263.Princeton.EDU + address 172.18.193.179 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0267 + alias cx24-0267.Princeton.EDU + address 172.18.192.206 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0271 + alias cy48-0271.Princeton.EDU + address 172.18.33.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0274 + alias cy48-0274.Princeton.EDU + address 172.18.0.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0276 + alias cy48-0276.Princeton.EDU + address 172.18.1.34 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0279 + alias cy48-0279.Princeton.EDU + address 172.18.2.179 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0282 + alias cy48-0282.Princeton.EDU + address 172.18.192.33 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0272 + alias cx24-0272.Princeton.EDU + address 172.18.193.244 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0280 + alias cx48-0280.Princeton.EDU + address 172.18.0.27 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0290 + alias cy48-0290.Princeton.EDU + address 172.18.0.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0295 + alias cy48-0295.Princeton.EDU + address 172.18.33.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0300 + alias cy48-0300.Princeton.EDU + address 172.18.3.162 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0301 + alias cy48-0301.Princeton.EDU + address 172.18.1.205 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0308 + alias cy48-0308.Princeton.EDU + address 172.18.32.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0309 + alias cy48-0309.Princeton.EDU + address 172.18.3.171 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0312 + alias cy48-0312.Princeton.EDU + address 172.18.33.99 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0314 + alias cy48-0314.Princeton.EDU + address 172.18.3.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0320 + alias cy48-0320.Princeton.EDU + address 172.18.3.232 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0322 + alias cy48-0322.Princeton.EDU + address 172.18.1.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0294 + alias cx48-0294.Princeton.EDU + address 172.18.2.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0305 + alias cx24-0305.Princeton.EDU + address 172.18.192.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0310 + alias cx24-0310.Princeton.EDU + address 172.18.128.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0321 + alias cx48-0321.Princeton.EDU + address 172.18.5.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0323 + alias cy48-0323.Princeton.EDU + address 172.18.33.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0325 + alias cy48-0325.Princeton.EDU + address 172.18.3.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0331 + alias cy48-0331.Princeton.EDU + address 172.18.0.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0333 + alias cx48-0333.Princeton.EDU + address 172.18.5.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0334 + alias cx48-0334.Princeton.EDU + address 172.18.32.135 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0335 + alias cy48-0335.Princeton.EDU + address 172.18.33.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0342 + alias cy48-0342.Princeton.EDU + address 172.18.4.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0348 + alias cy48-0348.Princeton.EDU + address 172.18.3.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0354 + alias cy48-0354.Princeton.EDU + address 172.18.3.143 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0356 + alias cy48-0356.Princeton.EDU + address 172.18.3.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0357 + alias cy48-0357.Princeton.EDU + address 172.18.1.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0372 + alias cy48-0372.Princeton.EDU + address 172.18.32.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0374 + alias cy48-0374.Princeton.EDU + address 172.18.2.10 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0376 + alias cy48-0376.Princeton.EDU + address 172.18.3.148 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0390 + alias cy48-0390.Princeton.EDU + address 172.18.33.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0393 + alias cy48-0393.Princeton.EDU + address 172.18.2.6 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0394 + alias cy48-0394.Princeton.EDU + address 172.18.32.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0395 + alias cy48-0395.Princeton.EDU + address 172.18.0.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0336 + alias cx24-0336.Princeton.EDU + address 172.18.194.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0340 + alias cx24-0340.Princeton.EDU + address 172.18.193.180 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0347 + alias cx24-0347.Princeton.EDU + address 172.18.193.152 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0350 + alias cx48-0350.Princeton.EDU + address 172.18.5.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0351 + alias cx48-0351.Princeton.EDU + address 172.18.5.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0355 + alias cx48-0355.Princeton.EDU + address 172.18.5.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0358 + alias cy24-0358.Princeton.EDU + address 172.18.3.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0366 + alias cy24-0366.Princeton.EDU + address 172.18.32.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0367 + alias cy24-0367.Princeton.EDU + address 172.18.32.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0387 + alias cy24-0387.Princeton.EDU + address 172.18.0.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0419 + alias cy24-0419.Princeton.EDU + address 172.18.32.221 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0424 + alias cy24-0424.Princeton.EDU + address 172.18.1.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0438 + alias cy24-0438.Princeton.EDU + address 172.18.32.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0469 + alias cy24-0469.Princeton.EDU + address 172.18.194.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0471 + alias cy24-0471.Princeton.EDU + address 172.18.33.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0478 + alias cy24-0478.Princeton.EDU + address 172.18.1.62 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0516 + alias cy24-0516.Princeton.EDU + address 172.18.32.226 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0560 + alias cy24-0560.Princeton.EDU + address 172.18.32.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0562 + alias cy24-0562.Princeton.EDU + address 172.18.194.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0568 + alias cy24-0568.Princeton.EDU + address 172.18.33.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0573 + alias cy24-0573.Princeton.EDU + address 172.18.32.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0583 + alias cy24-0583.Princeton.EDU + address 172.18.32.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0591 + alias cy24-0591.Princeton.EDU + address 172.18.32.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0593 + alias cy24-0593.Princeton.EDU + address 172.18.32.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0594 + alias cy24-0594.Princeton.EDU + address 172.18.32.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0595 + alias cy24-0595.Princeton.EDU + address 172.18.32.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0600 + alias cy24-0600.Princeton.EDU + address 172.18.32.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0617 + alias cy24-0617.Princeton.EDU + address 172.18.33.128 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0360 + alias cx48-0360.Princeton.EDU + address 172.18.1.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0361 + alias cx48-0361.Princeton.EDU + address 172.18.3.247 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0369 + alias cx48-0369.Princeton.EDU + address 172.18.1.218 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0370 + alias cx48-0370.Princeton.EDU + address 172.18.5.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0378 + alias cx48-0378.Princeton.EDU + address 172.18.5.1 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0379 + alias cx24-0379.Princeton.EDU + address 172.18.192.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0380 + alias cx48-0380.Princeton.EDU + address 172.18.4.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0388 + alias cx48-0388.Princeton.EDU + address 172.18.5.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0399 + alias cy48-0399.Princeton.EDU + address 172.18.3.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0404 + alias cy48-0404.Princeton.EDU + address 172.18.4.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0417 + alias cy48-0417.Princeton.EDU + address 172.18.194.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0427 + alias cy48-0427.Princeton.EDU + address 172.18.2.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0433 + alias cy48-0433.Princeton.EDU + address 172.18.4.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0434 + alias cy48-0434.Princeton.EDU + address 172.18.2.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0439 + alias cy48-0439.Princeton.EDU + address 172.18.4.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0401 + alias cx24-0401.Princeton.EDU + address 172.18.192.62 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0402 + alias cx48-0402.Princeton.EDU + address 172.18.5.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0403 + alias cx24-0403.Princeton.EDU + address 172.18.192.97 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0405 + alias cx48-0405.Princeton.EDU + address 172.18.5.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0409 + alias cx24-0409.Princeton.EDU + address 172.18.192.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0411 + alias cx24-0411.Princeton.EDU + address 172.18.193.181 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0414 + alias cx24-0414.Princeton.EDU + address 172.18.192.195 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0415 + alias cx24-0415.Princeton.EDU + address 172.18.193.101 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0422 + alias cx24-0422.Princeton.EDU + address 172.18.194.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0428 + alias cx48-0428.Princeton.EDU + address 172.18.0.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0441 + alias cx48-0441.Princeton.EDU + address 172.18.2.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0443 + alias cx24-0443.Princeton.EDU + address 172.18.193.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0452 + alias cx24-0452.Princeton.EDU + address 172.18.193.142 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0456 + alias cy48-0456.Princeton.EDU + address 172.18.0.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0474 + alias cy48-0474.Princeton.EDU + address 172.18.3.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0475 + alias cy48-0475.Princeton.EDU + address 172.18.3.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0480 + alias cy48-0480.Princeton.EDU + address 172.18.3.159 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0494 + alias cy48-0494.Princeton.EDU + address 172.18.2.3 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0457 + alias cy48-0457.Princeton.EDU + address 172.18.0.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0464 + alias cy48-0464.Princeton.EDU + address 172.18.4.109 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0468 + alias cy48-0468.Princeton.EDU + address 172.18.1.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0461 + alias cx48-0461.Princeton.EDU + address 172.18.5.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0473 + alias cx24-0473.Princeton.EDU + address 172.18.193.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0485 + alias cx24-0485.Princeton.EDU + address 172.18.193.245 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0487 + alias cx48-0487.Princeton.EDU + address 172.18.4.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0489 + alias cx48-0489.Princeton.EDU + address 172.18.0.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0498 + alias cy48-0498.Princeton.EDU + address 172.18.33.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0499 + alias cy48-0499.Princeton.EDU + address 172.18.32.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0503 + alias cy48-0503.Princeton.EDU + address 172.18.4.112 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0504 + alias cy48-0504.Princeton.EDU + address 172.18.0.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0506 + alias cy48-0506.Princeton.EDU + address 172.18.4.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0517 + alias cy48-0517.Princeton.EDU + address 172.18.1.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0520 + alias cy48-0520.Princeton.EDU + address 172.18.3.139 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0522 + alias cy48-0522.Princeton.EDU + address 172.18.3.144 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0523 + alias cy48-0523.Princeton.EDU + address 172.18.0.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0500 + alias cx24-0500.Princeton.EDU + address 172.18.193.166 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0509 + alias cx24-0509.Princeton.EDU + address 172.18.193.162 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0511 + alias cx24-0511.Princeton.EDU + address 172.18.193.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0527 + alias cy48-0527.Princeton.EDU + address 172.18.0.226 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0531 + alias cy48-0531.Princeton.EDU + address 172.18.3.248 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0535 + alias cy48-0535.Princeton.EDU + address 172.18.32.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0538 + alias cy48-0538.Princeton.EDU + address 172.18.32.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0540 + alias cy48-0540.Princeton.EDU + address 172.18.32.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0541 + alias cy48-0541.Princeton.EDU + address 172.18.32.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0534 + alias cx48-0534.Princeton.EDU + address 172.18.32.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0537 + alias cx24-0537.Princeton.EDU + address 172.18.193.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0539 + alias cx48-0539.Princeton.EDU + address 172.18.33.1 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0542 + alias cx48-0542.Princeton.EDU + address 172.18.32.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0549 + alias cy48-0549.Princeton.EDU + address 172.18.33.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0551 + alias cy48-0551.Princeton.EDU + address 172.18.0.208 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0554 + alias cy48-0554.Princeton.EDU + address 172.18.0.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0558 + alias cy48-0558.Princeton.EDU + address 172.18.4.92 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0559 + alias cy48-0559.Princeton.EDU + address 172.18.2.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0561 + alias cy48-0561.Princeton.EDU + address 172.18.3.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0566 + alias cy48-0566.Princeton.EDU + address 172.18.1.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0553 + alias cx24-0553.Princeton.EDU + address 172.18.192.175 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0565 + alias cx48-0565.Princeton.EDU + address 172.18.1.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0567 + alias cx24-0567.Princeton.EDU + address 172.18.193.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0570 + alias cx24-0570.Princeton.EDU + address 172.18.192.220 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0571 + alias cy48-0571.Princeton.EDU + address 172.18.33.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0574 + alias cy48-0574.Princeton.EDU + address 172.18.32.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0575 + alias cy48-0575.Princeton.EDU + address 172.18.32.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0579 + alias cy48-0579.Princeton.EDU + address 172.18.2.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0584 + alias cy48-0584.Princeton.EDU + address 172.18.3.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0586 + alias cy48-0586.Princeton.EDU + address 172.18.3.163 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0587 + alias cy48-0587.Princeton.EDU + address 172.18.3.156 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0588 + alias cy48-0588.Princeton.EDU + address 172.18.3.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0589 + alias cy48-0589.Princeton.EDU + address 172.18.2.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0590 + alias cy48-0590.Princeton.EDU + address 172.18.32.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0596 + alias cy48-0596.Princeton.EDU + address 172.18.32.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0597 + alias cy48-0597.Princeton.EDU + address 172.18.32.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0598 + alias cy48-0598.Princeton.EDU + address 172.18.32.60 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0599 + alias cy48-0599.Princeton.EDU + address 172.18.32.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0601 + alias cy48-0601.Princeton.EDU + address 172.18.32.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0602 + alias cy48-0602.Princeton.EDU + address 172.18.32.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0603 + alias cy48-0603.Princeton.EDU + address 172.18.32.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0605 + alias cy48-0605.Princeton.EDU + address 172.18.0.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0612 + alias cy48-0612.Princeton.EDU + address 172.18.3.109 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0616 + alias cy48-0616.Princeton.EDU + address 172.18.0.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0637 + alias cy48-0637.Princeton.EDU + address 172.18.0.165 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0638 + alias cy48-0638.Princeton.EDU + address 172.18.4.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0640 + alias cy48-0640.Princeton.EDU + address 172.18.0.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0643 + alias cy48-0643.Princeton.EDU + address 172.18.0.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0646 + alias cy48-0646.Princeton.EDU + address 172.18.3.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0647 + alias cy48-0647.Princeton.EDU + address 172.18.2.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0655 + alias cy48-0655.Princeton.EDU + address 172.18.32.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0660 + alias cy48-0660.Princeton.EDU + address 172.18.0.102 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0662 + alias cy48-0662.Princeton.EDU + address 172.18.1.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0664 + alias cy48-0664.Princeton.EDU + address 172.18.1.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0673 + alias cy48-0673.Princeton.EDU + address 172.18.3.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0674 + alias cy48-0674.Princeton.EDU + address 172.18.1.17 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0681 + alias cy48-0681.Princeton.EDU + address 172.18.1.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0685 + alias cy48-0685.Princeton.EDU + address 172.18.4.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0620 + alias cx48-0620.Princeton.EDU + address 172.18.1.214 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0622 + alias cx48-0622.Princeton.EDU + address 172.18.3.56 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0623 + alias cx48-0623.Princeton.EDU + address 172.18.193.135 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0624 + alias cx24-0624.Princeton.EDU + address 172.18.193.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0653 + alias cy24-0653.Princeton.EDU + address 172.18.3.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0691 + alias cy24-0691.Princeton.EDU + address 172.18.194.59 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0692 + alias cy24-0692.Princeton.EDU + address 172.18.2.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0759 + alias cy24-0759.Princeton.EDU + address 172.18.194.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0778 + alias cy24-0778.Princeton.EDU + address 172.18.32.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0787 + alias cy24-0787.Princeton.EDU + address 172.18.33.9 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0789 + alias cy24-0789.Princeton.EDU + address 172.18.33.4 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0795 + alias cy24-0795.Princeton.EDU + address 172.18.32.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0796 + alias cy24-0796.Princeton.EDU + address 172.18.2.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0806 + alias cy24-0806.Princeton.EDU + address 172.18.2.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0819 + alias cy24-0819.Princeton.EDU + address 172.18.2.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0820 + alias cy24-0820.Princeton.EDU + address 172.18.2.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0821 + alias cy24-0821.Princeton.EDU + address 172.18.2.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0839 + alias cy24-0839.Princeton.EDU + address 172.18.2.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0844 + alias cy24-0844.Princeton.EDU + address 172.18.2.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0845 + alias cy24-0845.Princeton.EDU + address 172.18.2.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0659 + alias cx48-0659.Princeton.EDU + address 172.18.3.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0672 + alias cx24-0672.Princeton.EDU + address 172.18.193.167 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0675 + alias cx48-0675.Princeton.EDU + address 172.18.2.93 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0682 + alias cx24-0682.Princeton.EDU + address 172.18.193.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0683 + alias cx24-0683.Princeton.EDU + address 172.18.192.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0688 + alias cx24-0688.Princeton.EDU + address 172.18.193.183 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0690 + alias cx24-0690.Princeton.EDU + address 172.18.193.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0693 + alias cx24-0693.Princeton.EDU + address 172.18.193.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0694 + alias cx48-0694.Princeton.EDU + address 172.18.0.231 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0698 + alias cx48-0698.Princeton.EDU + address 172.18.0.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0700 + alias cx48-0700.Princeton.EDU + address 172.18.0.192 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0703 + alias cy48-0703.Princeton.EDU + address 172.18.0.249 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0704 + alias cy48-0704.Princeton.EDU + address 172.18.3.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0705 + alias cx24-0705.Princeton.EDU + address 172.18.193.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0707 + alias cx48-0707.Princeton.EDU + address 172.18.0.185 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0708 + alias cy48-0708.Princeton.EDU + address 172.18.33.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0709 + alias cy48-0709.Princeton.EDU + address 172.18.0.99 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0710 + alias cy48-0710.Princeton.EDU + address 172.18.33.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0711 + alias cy48-0711.Princeton.EDU + address 172.18.33.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0718 + alias cy48-0718.Princeton.EDU + address 172.18.3.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0721 + alias cy48-0721.Princeton.EDU + address 172.18.0.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0730 + alias cy48-0730.Princeton.EDU + address 172.18.0.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0736 + alias cy48-0736.Princeton.EDU + address 172.18.3.243 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0737 + alias cy48-0737.Princeton.EDU + address 172.18.3.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0739 + alias cy48-0739.Princeton.EDU + address 172.18.3.240 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0741 + alias cy48-0741.Princeton.EDU + address 172.18.32.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0742 + alias cy48-0742.Princeton.EDU + address 172.18.3.244 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0746 + alias cy48-0746.Princeton.EDU + address 172.18.3.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0766 + alias cy48-0766.Princeton.EDU + address 172.18.32.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0713 + alias cx24-0713.Princeton.EDU + address 172.18.193.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0715 + alias cx48-0715.Princeton.EDU + address 172.18.0.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0717 + alias cx24-0717.Princeton.EDU + address 172.18.4.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0720 + alias cx48-0720.Princeton.EDU + address 172.18.4.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0722 + alias cx24-0722.Princeton.EDU + address 172.18.0.180 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0726 + alias cx24-0726.Princeton.EDU + address 172.18.192.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0734 + alias cx48-0734.Princeton.EDU + address 172.18.4.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0758 + alias cx48-0758.Princeton.EDU + address 172.18.4.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0763 + alias cx24-0763.Princeton.EDU + address 172.18.193.83 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0764 + alias cx48-0764.Princeton.EDU + address 172.18.4.254 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0765 + alias cx48-0765.Princeton.EDU + address 172.18.0.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0767 + alias cx48-0767.Princeton.EDU + address 172.18.0.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0772 + alias cy48-0772.Princeton.EDU + address 172.18.33.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0773 + alias cy48-0773.Princeton.EDU + address 172.18.0.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0774 + alias cy48-0774.Princeton.EDU + address 172.18.3.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0777 + alias cy48-0777.Princeton.EDU + address 172.18.0.171 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0779 + alias cy48-0779.Princeton.EDU + address 172.18.32.244 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0784 + alias cy48-0784.Princeton.EDU + address 172.18.32.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0786 + alias cy48-0786.Princeton.EDU + address 172.18.32.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0776 + alias cx24-0776.Princeton.EDU + address 172.18.193.49 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0791 + alias cx24-0791.Princeton.EDU + address 172.18.192.240 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0793 + alias cy48-0793.Princeton.EDU + address 172.18.4.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0798 + alias cy48-0798.Princeton.EDU + address 172.18.0.232 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0799 + alias cy48-0799.Princeton.EDU + address 172.18.0.234 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0802 + alias cy48-0802.Princeton.EDU + address 172.18.2.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0803 + alias cy48-0803.Princeton.EDU + address 172.18.0.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0807 + alias cy48-0807.Princeton.EDU + address 172.18.3.128 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0814 + alias cy48-0814.Princeton.EDU + address 172.18.2.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0816 + alias cy48-0816.Princeton.EDU + address 172.18.2.26 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0817 + alias cy48-0817.Princeton.EDU + address 172.18.2.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0818 + alias cy48-0818.Princeton.EDU + address 172.18.1.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0811 + alias cx24-0811.Princeton.EDU + address 172.18.193.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0813 + alias cx24-0813.Princeton.EDU + address 172.18.194.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0824 + alias cx24-0824.Princeton.EDU + address 172.18.193.230 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0827 + alias cx24-0827.Princeton.EDU + address 172.18.192.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0850 + alias cy24-0850.Princeton.EDU + address 172.18.194.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0851 + alias cy24-0851.Princeton.EDU + address 172.18.194.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0834 + alias cy48-0834.Princeton.EDU + address 172.18.3.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0837 + alias cy48-0837.Princeton.EDU + address 172.18.32.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0849 + alias cy48-0849.Princeton.EDU + address 172.18.2.178 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-0836 + alias ca24-0836.Princeton.EDU + address 172.18.32.181 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-1091 + alias ca24-1091.Princeton.EDU + address 172.18.32.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0854 + alias cy48-0854.Princeton.EDU + address 172.18.3.112 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0855 + alias cx24-0855.Princeton.EDU + address 172.18.192.141 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0859 + alias cy48-0859.Princeton.EDU + address 172.18.0.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0864 + alias cy48-0864.Princeton.EDU + address 172.18.1.133 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0876 + alias cy48-0876.Princeton.EDU + address 172.18.0.239 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0878 + alias cy48-0878.Princeton.EDU + address 172.18.0.238 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0879 + alias cy48-0879.Princeton.EDU + address 172.18.0.240 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0880 + alias cy48-0880.Princeton.EDU + address 172.18.0.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0882 + alias cy48-0882.Princeton.EDU + address 172.18.1.162 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0905 + alias cy48-0905.Princeton.EDU + address 172.18.0.59 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0906 + alias cy48-0906.Princeton.EDU + address 172.18.2.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0907 + alias cy48-0907.Princeton.EDU + address 172.18.0.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0908 + alias cy48-0908.Princeton.EDU + address 172.18.1.9 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0910 + alias cy48-0910.Princeton.EDU + address 172.18.2.151 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0913 + alias cy48-0913.Princeton.EDU + address 172.18.2.148 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0914 + alias cy48-0914.Princeton.EDU + address 172.18.2.152 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0915 + alias cy48-0915.Princeton.EDU + address 172.18.3.176 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0919 + alias cy48-0919.Princeton.EDU + address 172.18.4.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0873 + alias cx48-0873.Princeton.EDU + address 172.18.0.195 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0874 + alias cy24-0874.Princeton.EDU + address 172.18.193.163 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0875 + alias cy24-0875.Princeton.EDU + address 172.18.2.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0884 + alias cy24-0884.Princeton.EDU + address 172.18.2.209 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0886 + alias cy24-0886.Princeton.EDU + address 172.18.2.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0893 + alias cy24-0893.Princeton.EDU + address 172.18.1.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0903 + alias cy24-0903.Princeton.EDU + address 172.18.3.61 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0918 + alias cy24-0918.Princeton.EDU + address 172.18.3.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0927 + alias cy24-0927.Princeton.EDU + address 172.18.194.133 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0930 + alias cy24-0930.Princeton.EDU + address 172.18.2.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0931 + alias cy24-0931.Princeton.EDU + address 172.18.194.134 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0932 + alias cy24-0932.Princeton.EDU + address 172.18.194.135 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0933 + alias cy24-0933.Princeton.EDU + address 172.18.194.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0939 + alias cy24-0939.Princeton.EDU + address 172.18.4.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0942 + alias cy24-0942.Princeton.EDU + address 172.18.1.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0943 + alias cy24-0943.Princeton.EDU + address 172.18.194.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0945 + alias cy24-0945.Princeton.EDU + address 172.18.3.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0949 + alias cy24-0949.Princeton.EDU + address 172.18.192.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0953 + alias cy24-0953.Princeton.EDU + address 172.18.1.169 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0954 + alias cy24-0954.Princeton.EDU + address 172.18.3.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0955 + alias cy24-0955.Princeton.EDU + address 172.18.3.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0957 + alias cy24-0957.Princeton.EDU + address 172.18.3.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0959 + alias cy24-0959.Princeton.EDU + address 172.18.192.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0976 + alias cy24-0976.Princeton.EDU + address 172.18.33.10 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0982 + alias cy24-0982.Princeton.EDU + address 172.18.0.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1024 + alias cy24-1024.Princeton.EDU + address 172.18.2.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1026 + alias cy24-1026.Princeton.EDU + address 172.18.194.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1027 + alias cy24-1027.Princeton.EDU + address 172.18.1.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1028 + alias cy24-1028.Princeton.EDU + address 172.18.1.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1043 + alias cy24-1043.Princeton.EDU + address 172.18.192.61 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1044 + alias cy24-1044.Princeton.EDU + address 172.18.33.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1045 + alias cy24-1045.Princeton.EDU + address 172.18.33.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1046 + alias cy24-1046.Princeton.EDU + address 172.18.192.207 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1052 + alias cy24-1052.Princeton.EDU + address 172.18.32.246 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1068 + alias cy24-1068.Princeton.EDU + address 172.18.3.151 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1069 + alias cy24-1069.Princeton.EDU + address 172.18.194.66 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1078 + alias cy24-1078.Princeton.EDU + address 172.18.0.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1083 + alias cy24-1083.Princeton.EDU + address 172.18.3.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1102 + alias cy24-1102.Princeton.EDU + address 172.18.3.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1127 + alias cy24-1127.Princeton.EDU + address 172.18.194.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1130 + alias cy24-1130.Princeton.EDU + address 172.18.3.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1141 + alias cy24-1141.Princeton.EDU + address 172.18.3.92 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1156 + alias cy24-1156.Princeton.EDU + address 172.18.194.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1174 + alias cy24-1174.Princeton.EDU + address 172.18.32.218 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1197 + alias cy24-1197.Princeton.EDU + address 172.18.3.98 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1200 + alias cy24-1200.Princeton.EDU + address 172.18.2.234 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1201 + alias cy24-1201.Princeton.EDU + address 172.18.192.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1204 + alias cy24-1204.Princeton.EDU + address 172.18.1.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1253 + alias cy24-1253.Princeton.EDU + address 172.18.3.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1273 + alias cy24-1273.Princeton.EDU + address 172.18.0.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1288 + alias cy24-1288.Princeton.EDU + address 172.18.2.134 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1329 + alias cy24-1329.Princeton.EDU + address 172.18.3.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1330 + alias cy24-1330.Princeton.EDU + address 172.18.3.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1379 + alias cy24-1379.Princeton.EDU + address 172.18.192.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1380 + alias cy24-1380.Princeton.EDU + address 172.18.0.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1387 + alias cy24-1387.Princeton.EDU + address 172.18.3.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1418 + alias cy24-1418.Princeton.EDU + address 172.18.3.99 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1421 + alias cy24-1421.Princeton.EDU + address 172.18.3.3 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1425 + alias cy24-1425.Princeton.EDU + address 172.18.192.42 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1426 + alias cy24-1426.Princeton.EDU + address 172.18.3.142 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1431 + alias cy24-1431.Princeton.EDU + address 172.18.2.254 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1432 + alias cy24-1432.Princeton.EDU + address 172.18.3.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1433 + alias cy24-1433.Princeton.EDU + address 172.18.3.5 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1434 + alias cy24-1434.Princeton.EDU + address 172.18.3.6 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1437 + alias cy24-1437.Princeton.EDU + address 172.18.3.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0881 + alias cx24-0881.Princeton.EDU + address 172.18.193.207 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0924 + alias cy48-0924.Princeton.EDU + address 172.18.3.132 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0934 + alias cy48-0934.Princeton.EDU + address 172.18.2.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0951 + alias cy48-0951.Princeton.EDU + address 172.18.3.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0958 + alias cy48-0958.Princeton.EDU + address 172.18.2.60 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0977 + alias cy48-0977.Princeton.EDU + address 172.18.2.157 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0891 + alias cx48-0891.Princeton.EDU + address 172.18.1.186 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0895 + alias cx24-0895.Princeton.EDU + address 172.18.194.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0896 + alias cx24-0896.Princeton.EDU + address 172.18.192.145 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0897 + alias cx24-0897.Princeton.EDU + address 172.18.3.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0898 + alias cx24-0898.Princeton.EDU + address 172.18.4.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0902 + alias cx24-0902.Princeton.EDU + address 172.18.193.216 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0925 + alias cx48-0925.Princeton.EDU + address 172.18.193.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0929 + alias cx48-0929.Princeton.EDU + address 172.18.194.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0969 + alias cx24-0969.Princeton.EDU + address 172.18.193.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0973 + alias cx48-0973.Princeton.EDU + address 172.18.3.175 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-0975 + alias cx48-0975.Princeton.EDU + address 172.18.4.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0978 + alias cy48-0978.Princeton.EDU + address 172.18.1.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0979 + alias cy48-0979.Princeton.EDU + address 172.18.2.172 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0984 + alias cy48-0984.Princeton.EDU + address 172.18.3.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0987 + alias cy48-0987.Princeton.EDU + address 172.18.3.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0988 + alias cy48-0988.Princeton.EDU + address 172.18.3.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0989 + alias cy48-0989.Princeton.EDU + address 172.18.3.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0990 + alias cy48-0990.Princeton.EDU + address 172.18.3.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0999 + alias cy48-0999.Princeton.EDU + address 172.18.32.134 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1007 + alias cy48-1007.Princeton.EDU + address 172.18.33.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1016 + alias cy48-1016.Princeton.EDU + address 172.18.2.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1017 + alias cy48-1017.Princeton.EDU + address 172.18.2.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1018 + alias cy48-1018.Princeton.EDU + address 172.18.2.139 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1019 + alias cy48-1019.Princeton.EDU + address 172.18.2.43 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1029 + alias cy48-1029.Princeton.EDU + address 172.18.1.8 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0991 + alias cx24-0991.Princeton.EDU + address 172.18.192.163 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-0996 + alias cx24-0996.Princeton.EDU + address 172.18.192.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1008 + alias cx48-1008.Princeton.EDU + address 172.18.2.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1009 + alias cx48-1009.Princeton.EDU + address 172.18.1.239 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1014 + alias cx24-1014.Princeton.EDU + address 172.18.192.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1031 + alias cx24-1031.Princeton.EDU + address 172.18.193.203 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1032 + alias cx24-1032.Princeton.EDU + address 172.18.193.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1033 + alias cx48-1033.Princeton.EDU + address 172.18.193.205 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1034 + alias cy48-1034.Princeton.EDU + address 172.18.3.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1036 + alias cy48-1036.Princeton.EDU + address 172.18.33.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1037 + alias cy48-1037.Princeton.EDU + address 172.18.32.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1040 + alias cy48-1040.Princeton.EDU + address 172.18.32.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1051 + alias cy48-1051.Princeton.EDU + address 172.18.1.210 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1056 + alias cy48-1056.Princeton.EDU + address 172.18.32.49 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1058 + alias cy48-1058.Princeton.EDU + address 172.18.32.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1060 + alias cy48-1060.Princeton.EDU + address 172.18.32.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1064 + alias cy48-1064.Princeton.EDU + address 172.18.4.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1042 + alias cx24-1042.Princeton.EDU + address 172.18.193.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1048 + alias cx24-1048.Princeton.EDU + address 172.18.192.128 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1067 + alias cy48-1067.Princeton.EDU + address 172.18.3.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1071 + alias cy48-1071.Princeton.EDU + address 172.18.4.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1074 + alias cy48-1074.Princeton.EDU + address 172.18.1.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1072 + alias cx24-1072.Princeton.EDU + address 172.18.193.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1084 + alias cy48-1084.Princeton.EDU + address 172.18.0.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1085 + alias cy48-1085.Princeton.EDU + address 172.18.32.66 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1086 + alias cy48-1086.Princeton.EDU + address 172.18.32.63 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1090 + alias cy48-1090.Princeton.EDU + address 172.18.32.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1092 + alias cy48-1092.Princeton.EDU + address 172.18.33.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1093 + alias cy48-1093.Princeton.EDU + address 172.18.33.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1094 + alias cy48-1094.Princeton.EDU + address 172.18.33.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1095 + alias cy48-1095.Princeton.EDU + address 172.18.33.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1096 + alias cy48-1096.Princeton.EDU + address 172.18.33.56 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1097 + alias cy48-1097.Princeton.EDU + address 172.18.33.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1098 + alias cy48-1098.Princeton.EDU + address 172.18.33.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1099 + alias cy48-1099.Princeton.EDU + address 172.18.33.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1110 + alias cy48-1110.Princeton.EDU + address 172.18.0.177 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1104 + alias cx24-1104.Princeton.EDU + address 172.18.193.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1105 + alias cx24-1105.Princeton.EDU + address 172.18.193.184 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1106 + alias cx24-1106.Princeton.EDU + address 172.18.194.1 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1107 + alias cx24-1107.Princeton.EDU + address 172.18.193.185 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1111 + alias cx24-1111.Princeton.EDU + address 172.18.193.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1112 + alias cx24-1112.Princeton.EDU + address 172.18.193.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1115 + alias cx24-1115.Princeton.EDU + address 172.18.193.186 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1116 + alias cx24-1116.Princeton.EDU + address 172.18.193.218 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1117 + alias cx24-1117.Princeton.EDU + address 172.18.193.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1118 + alias cx24-1118.Princeton.EDU + address 172.18.193.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1123 + alias cx24-1123.Princeton.EDU + address 172.18.193.187 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1124 + alias cx24-1124.Princeton.EDU + address 172.18.193.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1125 + alias cx48-1125.Princeton.EDU + address 172.18.4.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1126 + alias cx24-1126.Princeton.EDU + address 172.18.192.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1128 + alias cx24-1128.Princeton.EDU + address 172.18.193.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1129 + alias cx24-1129.Princeton.EDU + address 172.18.193.188 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1131 + alias cy48-1131.Princeton.EDU + address 172.18.33.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1132 + alias cy48-1132.Princeton.EDU + address 172.18.1.221 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1147 + alias cy48-1147.Princeton.EDU + address 172.18.4.98 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1149 + alias cy48-1149.Princeton.EDU + address 172.18.4.110 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1134 + alias cx24-1134.Princeton.EDU + address 172.18.193.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1135 + alias cx24-1135.Princeton.EDU + address 172.18.193.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1136 + alias cx24-1136.Princeton.EDU + address 172.18.193.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1139 + alias cx24-1139.Princeton.EDU + address 172.18.193.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1143 + alias cx24-1143.Princeton.EDU + address 172.18.193.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1146 + alias cx24-1146.Princeton.EDU + address 172.18.193.198 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1154 + alias cy48-1154.Princeton.EDU + address 172.18.33.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1155 + alias cy48-1155.Princeton.EDU + address 172.18.33.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1157 + alias cy48-1157.Princeton.EDU + address 172.18.33.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1163 + alias cy48-1163.Princeton.EDU + address 172.18.32.117 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1165 + alias cy48-1165.Princeton.EDU + address 172.18.32.99 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1167 + alias cy48-1167.Princeton.EDU + address 172.18.32.98 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1171 + alias cy48-1171.Princeton.EDU + address 172.18.32.166 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1175 + alias cy48-1175.Princeton.EDU + address 172.18.32.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1177 + alias cy48-1177.Princeton.EDU + address 172.18.32.165 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1183 + alias cy48-1183.Princeton.EDU + address 172.18.33.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1186 + alias cy48-1186.Princeton.EDU + address 172.18.33.109 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1187 + alias cy48-1187.Princeton.EDU + address 172.18.33.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1189 + alias cy48-1189.Princeton.EDU + address 172.18.4.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1191 + alias cy48-1191.Princeton.EDU + address 172.18.32.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1194 + alias cy48-1194.Princeton.EDU + address 172.18.32.144 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1195 + alias cy48-1195.Princeton.EDU + address 172.18.32.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1196 + alias cy48-1196.Princeton.EDU + address 172.18.32.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1205 + alias cy48-1205.Princeton.EDU + address 172.18.3.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1256 + alias cy48-1256.Princeton.EDU + address 172.18.1.209 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1261 + alias cy48-1261.Princeton.EDU + address 172.18.3.71 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1281 + alias cy48-1281.Princeton.EDU + address 172.18.3.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1292 + alias cy48-1292.Princeton.EDU + address 172.18.0.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1169 + alias cx24-1169.Princeton.EDU + address 172.18.193.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1214 + alias cx24-1214.Princeton.EDU + address 172.18.193.139 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1217 + alias cx24-1217.Princeton.EDU + address 172.18.193.149 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1218 + alias cx24-1218.Princeton.EDU + address 172.18.193.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1220 + alias cx24-1220.Princeton.EDU + address 172.18.192.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1222 + alias cx24-1222.Princeton.EDU + address 172.18.192.17 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1224 + alias cx24-1224.Princeton.EDU + address 172.18.192.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1225 + alias cx24-1225.Princeton.EDU + address 172.18.192.242 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1233 + alias cx24-1233.Princeton.EDU + address 172.18.192.248 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1234 + alias cx24-1234.Princeton.EDU + address 172.18.192.249 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1235 + alias cx24-1235.Princeton.EDU + address 172.18.192.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1236 + alias cx24-1236.Princeton.EDU + address 172.18.192.252 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1237 + alias cx24-1237.Princeton.EDU + address 172.18.192.246 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1238 + alias cx24-1238.Princeton.EDU + address 172.18.192.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1239 + alias cx24-1239.Princeton.EDU + address 172.18.192.254 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1240 + alias cx24-1240.Princeton.EDU + address 172.18.193.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1241 + alias cx24-1241.Princeton.EDU + address 172.18.193.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1246 + alias cx48-1246.Princeton.EDU + address 172.18.1.3 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1247 + alias cx48-1247.Princeton.EDU + address 172.18.1.254 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1249 + alias cx24-1249.Princeton.EDU + address 172.18.193.151 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1250 + alias cx24-1250.Princeton.EDU + address 172.18.2.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1254 + alias cx48-1254.Princeton.EDU + address 172.18.5.43 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1270 + alias cx24-1270.Princeton.EDU + address 172.18.193.87 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1271 + alias cx24-1271.Princeton.EDU + address 172.18.193.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1272 + alias cx24-1272.Princeton.EDU + address 172.18.193.86 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1283 + alias cx24-1283.Princeton.EDU + address 172.18.193.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1290 + alias cx24-1290.Princeton.EDU + address 172.18.192.130 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1291 + alias cx24-1291.Princeton.EDU + address 172.18.192.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1295 + alias cx24-1295.Princeton.EDU + address 172.18.193.132 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1296 + alias cy48-1296.Princeton.EDU + address 172.18.4.153 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1337 + alias cy48-1337.Princeton.EDU + address 172.18.32.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1339 + alias cy48-1339.Princeton.EDU + address 172.18.32.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1340 + alias cy48-1340.Princeton.EDU + address 172.18.32.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1342 + alias cy48-1342.Princeton.EDU + address 172.18.32.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1364 + alias cy48-1364.Princeton.EDU + address 172.18.1.158 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1406 + alias cy48-1406.Princeton.EDU + address 172.18.1.249 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1407 + alias cy48-1407.Princeton.EDU + address 172.18.1.251 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1422 + alias cy48-1422.Princeton.EDU + address 172.18.4.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1460 + alias cy48-1460.Princeton.EDU + address 172.18.0.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1476 + alias cy48-1476.Princeton.EDU + address 172.18.3.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1478 + alias cy48-1478.Princeton.EDU + address 172.18.4.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1299 + alias cx48-1299.Princeton.EDU + address 172.18.0.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1302 + alias cx24-1302.Princeton.EDU + address 172.18.192.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1305 + alias cx24-1305.Princeton.EDU + address 172.18.193.154 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1306 + alias cx24-1306.Princeton.EDU + address 172.18.193.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1307 + alias cx24-1307.Princeton.EDU + address 172.18.193.156 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1310 + alias cx48-1310.Princeton.EDU + address 172.18.4.123 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1312 + alias cx24-1312.Princeton.EDU + address 172.18.192.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1317 + alias cx24-1317.Princeton.EDU + address 172.18.192.159 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1318 + alias cx24-1318.Princeton.EDU + address 172.18.192.168 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1344 + alias cx24-1344.Princeton.EDU + address 172.18.192.179 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1345 + alias cx24-1345.Princeton.EDU + address 172.18.192.149 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1346 + alias cx24-1346.Princeton.EDU + address 172.18.192.151 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1351 + alias cx24-1351.Princeton.EDU + address 172.18.192.180 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1352 + alias cx24-1352.Princeton.EDU + address 172.18.192.183 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1353 + alias cx24-1353.Princeton.EDU + address 172.18.192.181 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1354 + alias cx24-1354.Princeton.EDU + address 172.18.192.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1377 + alias cx24-1377.Princeton.EDU + address 172.18.193.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1390 + alias cx48-1390.Princeton.EDU + address 172.18.4.165 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1489 + alias cx48-1489.Princeton.EDU + address 172.18.2.216 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1428 + alias cx24-1428.Princeton.EDU + address 172.18.192.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-1447 + alias ca24-1447.Princeton.EDU + address 172.18.32.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1448 + alias cy24-1448.Princeton.EDU + address 172.18.32.26 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1449 + alias cy24-1449.Princeton.EDU + address 172.18.32.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1450 + alias cy24-1450.Princeton.EDU + address 172.18.32.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1451 + alias cy24-1451.Princeton.EDU + address 172.18.32.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1452 + alias cy24-1452.Princeton.EDU + address 172.18.32.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1453 + alias cy24-1453.Princeton.EDU + address 172.18.32.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1455 + alias cy24-1455.Princeton.EDU + address 172.18.192.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1456 + alias cy24-1456.Princeton.EDU + address 172.18.194.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1457 + alias cy24-1457.Princeton.EDU + address 172.18.194.56 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1458 + alias cy24-1458.Princeton.EDU + address 172.18.192.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1459 + alias cy24-1459.Princeton.EDU + address 172.18.194.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1461 + alias cy24-1461.Princeton.EDU + address 172.18.32.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1462 + alias cy24-1462.Princeton.EDU + address 172.18.32.133 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1463 + alias cy24-1463.Princeton.EDU + address 172.18.32.106 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1464 + alias cy24-1464.Princeton.EDU + address 172.18.32.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1466 + alias cy24-1466.Princeton.EDU + address 172.18.32.102 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1468 + alias cy24-1468.Princeton.EDU + address 172.18.32.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1473 + alias cy24-1473.Princeton.EDU + address 172.18.2.250 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1475 + alias cy24-1475.Princeton.EDU + address 172.18.192.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1512 + alias cy24-1512.Princeton.EDU + address 172.18.194.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1525 + alias cy24-1525.Princeton.EDU + address 172.18.194.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1548 + alias cy24-1548.Princeton.EDU + address 172.18.194.73 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1594 + alias cy24-1594.Princeton.EDU + address 172.18.192.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1624 + alias cy24-1624.Princeton.EDU + address 172.18.2.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1625 + alias cy24-1625.Princeton.EDU + address 172.18.2.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1626 + alias cy24-1626.Princeton.EDU + address 172.18.192.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1632 + alias cy24-1632.Princeton.EDU + address 172.18.1.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1652 + alias cy24-1652.Princeton.EDU + address 172.18.192.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1653 + alias cy24-1653.Princeton.EDU + address 172.18.194.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1659 + alias cy24-1659.Princeton.EDU + address 172.18.192.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1662 + alias cy24-1662.Princeton.EDU + address 172.18.192.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1664 + alias cy24-1664.Princeton.EDU + address 172.18.192.215 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1666 + alias cy24-1666.Princeton.EDU + address 172.18.1.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1682 + alias cy24-1682.Princeton.EDU + address 172.18.3.221 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1685 + alias cy24-1685.Princeton.EDU + address 172.18.194.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1686 + alias cy24-1686.Princeton.EDU + address 172.18.2.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1695 + alias cy24-1695.Princeton.EDU + address 172.18.192.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1704 + alias cy24-1704.Princeton.EDU + address 172.18.192.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1706 + alias cy24-1706.Princeton.EDU + address 172.18.32.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1725 + alias cy24-1725.Princeton.EDU + address 172.18.2.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1756 + alias cy24-1756.Princeton.EDU + address 172.18.193.6 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1757 + alias cy24-1757.Princeton.EDU + address 172.18.194.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1758 + alias cy24-1758.Princeton.EDU + address 172.18.194.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1759 + alias cy24-1759.Princeton.EDU + address 172.18.194.137 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1760 + alias cy24-1760.Princeton.EDU + address 172.18.194.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1769 + alias cy24-1769.Princeton.EDU + address 172.18.194.105 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1905 + alias cy24-1905.Princeton.EDU + address 172.18.3.186 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1907 + alias cy24-1907.Princeton.EDU + address 172.18.2.27 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1908 + alias cy24-1908.Princeton.EDU + address 172.18.2.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1916 + alias cy24-1916.Princeton.EDU + address 172.18.192.177 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1495 + alias cx48-1495.Princeton.EDU + address 172.18.2.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1496 + alias cx48-1496.Princeton.EDU + address 172.18.192.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1502 + alias cy48-1502.Princeton.EDU + address 172.18.0.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1503 + alias cy48-1503.Princeton.EDU + address 172.18.0.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1504 + alias cy48-1504.Princeton.EDU + address 172.18.0.220 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1505 + alias cy48-1505.Princeton.EDU + address 172.18.0.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1510 + alias cy48-1510.Princeton.EDU + address 172.18.1.18 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1517 + alias cy48-1517.Princeton.EDU + address 172.18.3.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1528 + alias cy48-1528.Princeton.EDU + address 172.18.1.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1549 + alias cy48-1549.Princeton.EDU + address 172.18.32.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1556 + alias cy48-1556.Princeton.EDU + address 172.18.32.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1593 + alias cy48-1593.Princeton.EDU + address 172.18.1.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1616 + alias cy48-1616.Princeton.EDU + address 172.18.194.112 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1618 + alias cy48-1618.Princeton.EDU + address 172.18.2.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1619 + alias cy48-1619.Princeton.EDU + address 172.18.3.27 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1621 + alias cy48-1621.Princeton.EDU + address 172.18.3.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1627 + alias cy48-1627.Princeton.EDU + address 172.18.1.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1643 + alias cy48-1643.Princeton.EDU + address 172.18.1.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1651 + alias cy48-1651.Princeton.EDU + address 172.18.4.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1655 + alias cy48-1655.Princeton.EDU + address 172.18.0.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1660 + alias cy48-1660.Princeton.EDU + address 172.18.3.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1678 + alias cy48-1678.Princeton.EDU + address 172.18.3.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1684 + alias cy48-1684.Princeton.EDU + address 172.18.2.184 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1693 + alias cy48-1693.Princeton.EDU + address 172.18.1.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1694 + alias cy48-1694.Princeton.EDU + address 172.18.0.42 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1696 + alias cy48-1696.Princeton.EDU + address 172.18.2.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1700 + alias cy48-1700.Princeton.EDU + address 172.18.1.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1705 + alias cy48-1705.Princeton.EDU + address 172.18.3.211 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1718 + alias cy48-1718.Princeton.EDU + address 172.18.1.241 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1720 + alias cy48-1720.Princeton.EDU + address 172.18.1.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1726 + alias cy48-1726.Princeton.EDU + address 172.18.1.152 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1740 + alias cy48-1740.Princeton.EDU + address 172.18.3.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1741 + alias cy48-1741.Princeton.EDU + address 172.18.2.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1515 + alias cx48-1515.Princeton.EDU + address 172.18.2.71 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1519 + alias cx24-1519.Princeton.EDU + address 172.18.192.170 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1526 + alias cx24-1526.Princeton.EDU + address 172.18.192.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1527 + alias cx24-1527.Princeton.EDU + address 172.18.192.157 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1532 + alias cx24-1532.Princeton.EDU + address 172.18.193.18 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-1540 + alias ca24-1540.Princeton.EDU + address 172.18.0.219 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-2495 + alias ca24-2495.Princeton.EDU + address 172.18.192.108 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ca24-2960 + alias ca24-2960.Princeton.EDU + address 172.18.2.141 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1546 + alias cx24-1546.Princeton.EDU + address 172.18.192.164 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1547 + alias cx24-1547.Princeton.EDU + address 172.18.192.162 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1550 + alias cx24-1550.Princeton.EDU + address 172.18.192.143 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1552 + alias cx24-1552.Princeton.EDU + address 172.18.193.195 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1553 + alias cx24-1553.Princeton.EDU + address 172.18.193.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1554 + alias cx24-1554.Princeton.EDU + address 172.18.193.197 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct32-1589 + alias ct32-1589.Princeton.EDU + address 172.18.4.245 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1590 + alias cx48-1590.Princeton.EDU + address 172.18.3.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1595 + alias cx24-1595.Princeton.EDU + address 172.18.4.102 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1602 + alias cx24-1602.Princeton.EDU + address 172.18.192.194 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1603 + alias cx24-1603.Princeton.EDU + address 172.18.192.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1604 + alias cx24-1604.Princeton.EDU + address 172.18.192.192 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1605 + alias cx24-1605.Princeton.EDU + address 172.18.192.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1606 + alias cx24-1606.Princeton.EDU + address 172.18.193.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1607 + alias cx24-1607.Princeton.EDU + address 172.18.193.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1608 + alias cx24-1608.Princeton.EDU + address 172.18.193.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1610 + alias cx24-1610.Princeton.EDU + address 172.18.193.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1611 + alias cx24-1611.Princeton.EDU + address 172.18.193.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1612 + alias cx24-1612.Princeton.EDU + address 172.18.193.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1613 + alias cx24-1613.Princeton.EDU + address 172.18.193.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1614 + alias cx24-1614.Princeton.EDU + address 172.18.193.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1615 + alias cx24-1615.Princeton.EDU + address 172.18.193.42 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1629 + alias cx24-1629.Princeton.EDU + address 172.18.193.172 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1644 + alias cx48-1644.Princeton.EDU + address 172.18.5.62 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1656 + alias cx48-1656.Princeton.EDU + address 172.18.1.202 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1646 + alias cx24-1646.Princeton.EDU + address 172.18.193.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1647 + alias cx24-1647.Princeton.EDU + address 172.18.193.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1657 + alias cx24-1657.Princeton.EDU + address 172.18.0.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1665 + alias cx24-1665.Princeton.EDU + address 172.18.193.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1667 + alias cx24-1667.Princeton.EDU + address 172.18.193.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1669 + alias cx24-1669.Princeton.EDU + address 172.18.193.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1670 + alias cx24-1670.Princeton.EDU + address 172.18.193.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1671 + alias cx24-1671.Princeton.EDU + address 172.18.193.110 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1673 + alias cx24-1673.Princeton.EDU + address 172.18.192.221 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1675 + alias cx24-1675.Princeton.EDU + address 172.18.193.111 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1676 + alias cx24-1676.Princeton.EDU + address 172.18.193.112 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1677 + alias cx24-1677.Princeton.EDU + address 172.18.193.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1680 + alias cx48-1680.Princeton.EDU + address 172.18.4.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1681 + alias cx24-1681.Princeton.EDU + address 172.18.193.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1707 + alias cx48-1707.Princeton.EDU + address 172.18.5.19 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1708 + alias cx24-1708.Princeton.EDU + address 172.18.193.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1713 + alias cx24-1713.Princeton.EDU + address 172.18.192.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1715 + alias cx24-1715.Princeton.EDU + address 172.18.192.29 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1724 + alias cx24-1724.Princeton.EDU + address 172.18.193.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1727 + alias cx24-1727.Princeton.EDU + address 172.18.193.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1728 + alias cx24-1728.Princeton.EDU + address 172.18.193.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1730 + alias cx24-1730.Princeton.EDU + address 172.18.193.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1731 + alias cx24-1731.Princeton.EDU + address 172.18.193.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1732 + alias cx24-1732.Princeton.EDU + address 172.18.193.54 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1735 + alias cx24-1735.Princeton.EDU + address 172.18.193.55 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1736 + alias cx24-1736.Princeton.EDU + address 172.18.193.56 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1737 + alias cx24-1737.Princeton.EDU + address 172.18.193.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1738 + alias cx24-1738.Princeton.EDU + address 172.18.193.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1739 + alias cx24-1739.Princeton.EDU + address 172.18.193.59 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1883 + alias cx24-1883.Princeton.EDU + address 172.18.193.190 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1902 + alias cx24-1902.Princeton.EDU + address 172.18.193.176 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1903 + alias cy48-1903.Princeton.EDU + address 172.18.3.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1928 + alias cy48-1928.Princeton.EDU + address 172.18.32.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1929 + alias cy48-1929.Princeton.EDU + address 172.18.33.20 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1909 + alias cx24-1909.Princeton.EDU + address 172.18.193.206 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct16-1921 + alias ct16-1921.Princeton.EDU + address 172.18.5.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1931 + alias cy48-1931.Princeton.EDU + address 172.18.4.154 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1953 + alias cy48-1953.Princeton.EDU + address 172.18.32.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1954 + alias cy48-1954.Princeton.EDU + address 172.18.32.42 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1955 + alias cy48-1955.Princeton.EDU + address 172.18.33.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1946 + alias cx24-1946.Princeton.EDU + address 172.18.4.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name ct16-2426 + alias ct16-2426.Princeton.EDU + address 172.18.0.169 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1961 + alias cy48-1961.Princeton.EDU + address 172.18.1.234 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1962 + alias cy48-1962.Princeton.EDU + address 172.18.0.210 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1963 + alias cy48-1963.Princeton.EDU + address 172.18.2.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1965 + alias cy48-1965.Princeton.EDU + address 172.18.2.92 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1966 + alias cy48-1966.Princeton.EDU + address 172.18.1.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1967 + alias cy48-1967.Princeton.EDU + address 172.18.2.97 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-1984 + alias cy48-1984.Princeton.EDU + address 172.18.0.26 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1970 + alias cy24-1970.Princeton.EDU + address 172.18.194.17 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1971 + alias cy24-1971.Princeton.EDU + address 172.18.194.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1972 + alias cy24-1972.Princeton.EDU + address 172.18.194.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1974 + alias cy24-1974.Princeton.EDU + address 172.18.194.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1979 + alias cy24-1979.Princeton.EDU + address 172.18.193.77 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-1985 + alias cy24-1985.Princeton.EDU + address 172.18.192.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2013 + alias cy24-2013.Princeton.EDU + address 172.18.193.133 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2031 + alias cy24-2031.Princeton.EDU + address 172.18.194.75 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2035 + alias cy24-2035.Princeton.EDU + address 172.18.192.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2048 + alias cy24-2048.Princeton.EDU + address 172.18.193.144 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2049 + alias cy24-2049.Princeton.EDU + address 172.18.194.101 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2061 + alias cy24-2061.Princeton.EDU + address 172.18.33.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2125 + alias cy24-2125.Princeton.EDU + address 172.18.194.60 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2139 + alias cy24-2139.Princeton.EDU + address 172.18.194.61 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2174 + alias cy24-2174.Princeton.EDU + address 172.18.194.139 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2211 + alias cy24-2211.Princeton.EDU + address 172.18.194.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2225 + alias cy24-2225.Princeton.EDU + address 172.18.193.145 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2232 + alias cy24-2232.Princeton.EDU + address 172.18.192.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2234 + alias cy24-2234.Princeton.EDU + address 172.18.192.60 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2235 + alias cy24-2235.Princeton.EDU + address 172.18.192.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2236 + alias cy24-2236.Princeton.EDU + address 172.18.192.58 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2238 + alias cy24-2238.Princeton.EDU + address 172.18.194.33 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2239 + alias cy24-2239.Princeton.EDU + address 172.18.194.35 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2240 + alias cy24-2240.Princeton.EDU + address 172.18.192.68 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2241 + alias cy24-2241.Princeton.EDU + address 172.18.192.59 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2242 + alias cy24-2242.Princeton.EDU + address 172.18.192.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2243 + alias cy24-2243.Princeton.EDU + address 172.18.194.31 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2244 + alias cy24-2244.Princeton.EDU + address 172.18.192.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2252 + alias cy24-2252.Princeton.EDU + address 172.18.192.66 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2278 + alias cy24-2278.Princeton.EDU + address 172.18.192.34 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2283 + alias cy24-2283.Princeton.EDU + address 172.18.1.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2314 + alias cy24-2314.Princeton.EDU + address 172.18.194.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2323 + alias cy24-2323.Princeton.EDU + address 172.18.194.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2325 + alias cy24-2325.Princeton.EDU + address 172.18.0.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2328 + alias cy24-2328.Princeton.EDU + address 172.18.194.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2347 + alias cy24-2347.Princeton.EDU + address 172.18.194.88 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2364 + alias cy24-2364.Princeton.EDU + address 172.18.32.191 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2370 + alias cy24-2370.Princeton.EDU + address 172.18.32.198 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2371 + alias cy24-2371.Princeton.EDU + address 172.18.32.192 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2415 + alias cy24-2415.Princeton.EDU + address 172.18.3.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2465 + alias cy24-2465.Princeton.EDU + address 172.18.192.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2466 + alias cy24-2466.Princeton.EDU + address 172.18.192.114 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2467 + alias cy24-2467.Princeton.EDU + address 172.18.192.211 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2468 + alias cy24-2468.Princeton.EDU + address 172.18.193.10 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2494 + alias cy24-2494.Princeton.EDU + address 172.18.192.12 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2505 + alias cy24-2505.Princeton.EDU + address 172.18.33.45 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2506 + alias cy24-2506.Princeton.EDU + address 172.18.0.172 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2530 + alias cy24-2530.Princeton.EDU + address 172.18.194.125 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2531 + alias cy24-2531.Princeton.EDU + address 172.18.194.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2550 + alias cy24-2550.Princeton.EDU + address 172.18.0.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2641 + alias cy24-2641.Princeton.EDU + address 172.18.194.100 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2799 + alias cy24-2799.Princeton.EDU + address 172.18.194.95 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2800 + alias cy24-2800.Princeton.EDU + address 172.18.194.84 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2950 + alias cy24-2950.Princeton.EDU + address 172.18.194.107 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2952 + alias cy24-2952.Princeton.EDU + address 172.18.194.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2953 + alias cy24-2953.Princeton.EDU + address 172.18.194.90 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-2954 + alias cy24-2954.Princeton.EDU + address 172.18.194.89 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-3031 + alias cy24-3031.Princeton.EDU + address 172.18.194.52 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-csips-inside + alias cy24-csips-inside.Princeton.EDU + address 172.20.32.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-csips-outside + alias cy24-csips-outside.Princeton.EDU + address 172.20.32.16 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0004 + alias cy48-0004.Princeton.EDU + address 172.18.32.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0008 + alias cy48-0008.Princeton.EDU + address 172.18.0.104 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-0015 + alias cy48-0015.Princeton.EDU + address 172.18.1.113 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1981 + alias cx48-1981.Princeton.EDU + address 172.18.4.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1982 + alias cx24-1982.Princeton.EDU + address 172.18.193.215 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1983 + alias cx24-1983.Princeton.EDU + address 172.18.194.51 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1992 + alias cx24-1992.Princeton.EDU + address 172.18.192.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1993 + alias cx24-1993.Princeton.EDU + address 172.18.193.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1994 + alias cx24-1994.Princeton.EDU + address 172.18.193.116 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-1995 + alias cx48-1995.Princeton.EDU + address 172.18.192.225 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1996 + alias cx24-1996.Princeton.EDU + address 172.18.193.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1997 + alias cx24-1997.Princeton.EDU + address 172.18.193.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1998 + alias cx24-1998.Princeton.EDU + address 172.18.193.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-1999 + alias cx24-1999.Princeton.EDU + address 172.18.193.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2000 + alias cx24-2000.Princeton.EDU + address 172.18.193.122 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2002 + alias cx48-2002.Princeton.EDU + address 172.18.193.134 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2018 + alias cy48-2018.Princeton.EDU + address 172.18.0.50 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2030 + alias cy48-2030.Princeton.EDU + address 172.18.0.214 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2063 + alias cy48-2063.Princeton.EDU + address 172.18.0.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2095 + alias cy48-2095.Princeton.EDU + address 172.18.32.132 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2105 + alias cy48-2105.Princeton.EDU + address 172.18.33.25 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2110 + alias cy48-2110.Princeton.EDU + address 172.18.2.142 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2111 + alias cy48-2111.Princeton.EDU + address 172.18.194.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2112 + alias cy48-2112.Princeton.EDU + address 172.18.194.15 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2113 + alias cy48-2113.Princeton.EDU + address 172.18.194.36 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2027 + alias cx48-2027.Princeton.EDU + address 172.18.33.8 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2076 + alias cx24-2076.Princeton.EDU + address 172.18.192.150 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2079 + alias cx24-2079.Princeton.EDU + address 172.18.193.11 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2086 + alias cx24-2086.Princeton.EDU + address 172.18.192.142 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2096 + alias cx24-2096.Princeton.EDU + address 172.18.192.176 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2098 + alias cx24-2098.Princeton.EDU + address 172.18.192.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2171 + alias cx24-2171.Princeton.EDU + address 172.18.192.198 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2186 + alias cy48-2186.Princeton.EDU + address 172.18.3.185 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2208 + alias cy48-2208.Princeton.EDU + address 172.18.1.33 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2188 + alias cx24-2188.Princeton.EDU + address 172.18.193.253 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2210 + alias cx48-2210.Princeton.EDU + address 172.18.1.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2213 + alias cx24-2213.Princeton.EDU + address 172.18.193.13 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2215 + alias cx24-2215.Princeton.EDU + address 172.18.193.217 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2219 + alias cx24-2219.Princeton.EDU + address 172.18.193.247 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2221 + alias cy48-2221.Princeton.EDU + address 172.18.1.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2222 + alias cy48-2222.Princeton.EDU + address 172.18.2.105 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2249 + alias cy48-2249.Princeton.EDU + address 172.18.1.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2253 + alias cy48-2253.Princeton.EDU + address 172.18.3.190 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2257 + alias cy48-2257.Princeton.EDU + address 172.18.3.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2260 + alias cy48-2260.Princeton.EDU + address 172.18.3.219 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2262 + alias cy48-2262.Princeton.EDU + address 172.18.3.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2264 + alias cy48-2264.Princeton.EDU + address 172.18.3.192 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2266 + alias cy48-2266.Princeton.EDU + address 172.18.3.199 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2268 + alias cy48-2268.Princeton.EDU + address 172.18.3.226 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2272 + alias cy48-2272.Princeton.EDU + address 172.18.3.195 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2274 + alias cy48-2274.Princeton.EDU + address 172.18.3.213 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2279 + alias cy48-2279.Princeton.EDU + address 172.18.194.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2305 + alias cy48-2305.Princeton.EDU + address 172.18.2.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2308 + alias cy48-2308.Princeton.EDU + address 172.18.2.138 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2310 + alias cy48-2310.Princeton.EDU + address 172.18.2.136 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2311 + alias cy48-2311.Princeton.EDU + address 172.18.192.85 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2227 + alias cx24-2227.Princeton.EDU + address 172.18.193.157 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2228 + alias cx24-2228.Princeton.EDU + address 172.18.193.160 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2229 + alias cx24-2229.Princeton.EDU + address 172.18.193.158 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2230 + alias cx24-2230.Princeton.EDU + address 172.18.193.14 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2231 + alias cx24-2231.Princeton.EDU + address 172.18.193.159 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2281 + alias cx24-2281.Princeton.EDU + address 172.18.193.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2282 + alias cx24-2282.Princeton.EDU + address 172.18.193.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2299 + alias cx24-2299.Princeton.EDU + address 172.18.193.173 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2300 + alias cx24-2300.Princeton.EDU + address 172.18.193.237 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2301 + alias cx24-2301.Princeton.EDU + address 172.18.193.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2302 + alias cx24-2302.Princeton.EDU + address 172.18.193.227 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2312 + alias cy48-2312.Princeton.EDU + address 172.18.3.124 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2315 + alias cx24-2315.Princeton.EDU + address 172.18.192.140 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2318 + alias cy48-2318.Princeton.EDU + address 172.18.3.82 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2324 + alias cy48-2324.Princeton.EDU + address 172.18.3.67 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2330 + alias cy48-2330.Princeton.EDU + address 172.18.1.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2356 + alias cy48-2356.Princeton.EDU + address 172.18.0.158 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2357 + alias cy48-2357.Princeton.EDU + address 172.18.4.115 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2358 + alias cy48-2358.Princeton.EDU + address 172.18.4.103 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2361 + alias cy48-2361.Princeton.EDU + address 172.18.32.190 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2366 + alias cy48-2366.Princeton.EDU + address 172.18.32.196 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2369 + alias cy48-2369.Princeton.EDU + address 172.18.32.197 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2413 + alias cy48-2413.Princeton.EDU + address 172.18.1.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2414 + alias cy48-2414.Princeton.EDU + address 172.18.1.121 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2326 + alias cx24-2326.Princeton.EDU + address 172.18.194.4 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2329 + alias cx24-2329.Princeton.EDU + address 172.18.193.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2348 + alias cx24-2348.Princeton.EDU + address 172.18.193.170 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2352 + alias cx24-2352.Princeton.EDU + address 172.18.192.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2353 + alias cx24-2353.Princeton.EDU + address 172.18.193.24 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2374 + alias cx24-2374.Princeton.EDU + address 172.18.192.127 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2375 + alias cx24-2375.Princeton.EDU + address 172.18.192.126 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2377 + alias cx48-2377.Princeton.EDU + address 172.18.4.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2378 + alias cx48-2378.Princeton.EDU + address 172.18.4.212 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2379 + alias cx48-2379.Princeton.EDU + address 172.18.4.209 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2380 + alias cx24-2380.Princeton.EDU + address 172.18.192.153 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2381 + alias cx24-2381.Princeton.EDU + address 172.18.192.169 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2382 + alias cx48-2382.Princeton.EDU + address 172.18.4.215 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2383 + alias cx48-2383.Princeton.EDU + address 172.18.4.216 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2384 + alias cx48-2384.Princeton.EDU + address 172.18.4.220 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2385 + alias cx48-2385.Princeton.EDU + address 172.18.4.219 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2386 + alias cx48-2386.Princeton.EDU + address 172.18.4.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2387 + alias cx48-2387.Princeton.EDU + address 172.18.4.200 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2388 + alias cx48-2388.Princeton.EDU + address 172.18.4.201 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2389 + alias cx48-2389.Princeton.EDU + address 172.18.4.202 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2390 + alias cx48-2390.Princeton.EDU + address 172.18.4.228 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2391 + alias cx48-2391.Princeton.EDU + address 172.18.4.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2392 + alias cx48-2392.Princeton.EDU + address 172.18.4.230 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2424 + alias cy48-2424.Princeton.EDU + address 172.18.2.155 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2427 + alias cy48-2427.Princeton.EDU + address 172.18.1.21 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2428 + alias cy48-2428.Princeton.EDU + address 172.18.1.23 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2431 + alias cy48-2431.Princeton.EDU + address 172.18.1.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2432 + alias cy48-2432.Princeton.EDU + address 172.18.1.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2433 + alias cy48-2433.Princeton.EDU + address 172.18.1.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2438 + alias cy48-2438.Princeton.EDU + address 172.18.1.5 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2439 + alias cy48-2439.Princeton.EDU + address 172.18.0.175 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2440 + alias cy48-2440.Princeton.EDU + address 172.18.0.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2447 + alias cy48-2447.Princeton.EDU + address 172.18.0.173 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2454 + alias cy48-2454.Princeton.EDU + address 172.18.2.40 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2456 + alias cy48-2456.Princeton.EDU + address 172.18.33.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2521 + alias cy48-2521.Princeton.EDU + address 172.18.3.120 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2523 + alias cy48-2523.Princeton.EDU + address 172.18.3.69 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2526 + alias cy48-2526.Princeton.EDU + address 172.18.3.157 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2529 + alias cy48-2529.Princeton.EDU + address 172.18.3.94 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2532 + alias cy48-2532.Princeton.EDU + address 172.18.3.184 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2535 + alias cy48-2535.Princeton.EDU + address 172.18.4.27 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2538 + alias cy48-2538.Princeton.EDU + address 172.18.4.44 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2541 + alias cy48-2541.Princeton.EDU + address 172.18.3.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2544 + alias cy48-2544.Princeton.EDU + address 172.18.4.78 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2547 + alias cy48-2547.Princeton.EDU + address 172.18.4.65 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2551 + alias cy48-2551.Princeton.EDU + address 172.18.4.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2564 + alias cy48-2564.Princeton.EDU + address 172.18.4.76 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2584 + alias cy48-2584.Princeton.EDU + address 172.18.1.92 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2585 + alias cy48-2585.Princeton.EDU + address 172.18.1.98 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2586 + alias cy48-2586.Princeton.EDU + address 172.18.1.131 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2587 + alias cy48-2587.Princeton.EDU + address 172.18.2.64 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2588 + alias cy48-2588.Princeton.EDU + address 172.18.1.129 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2589 + alias cy48-2589.Princeton.EDU + address 172.18.2.41 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2590 + alias cy48-2590.Princeton.EDU + address 172.18.1.204 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2591 + alias cy48-2591.Princeton.EDU + address 172.18.2.74 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2592 + alias cy48-2592.Princeton.EDU + address 172.18.2.91 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2593 + alias cy48-2593.Princeton.EDU + address 172.18.2.2 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2594 + alias cy48-2594.Princeton.EDU + address 172.18.1.154 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2595 + alias cy48-2595.Princeton.EDU + address 172.18.1.188 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2596 + alias cy48-2596.Princeton.EDU + address 172.18.1.244 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2597 + alias cy48-2597.Princeton.EDU + address 172.18.2.81 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2598 + alias cy48-2598.Princeton.EDU + address 172.18.1.193 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2642 + alias cy48-2642.Princeton.EDU + address 172.18.3.72 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2644 + alias cy48-2644.Princeton.EDU + address 172.18.1.147 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2645 + alias cy48-2645.Princeton.EDU + address 172.18.1.153 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-2998 + alias cy48-2998.Princeton.EDU + address 172.18.32.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3004 + alias cy48-3004.Princeton.EDU + address 172.18.0.174 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3005 + alias cy48-3005.Princeton.EDU + address 172.18.2.143 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3016 + alias cy48-3016.Princeton.EDU + address 172.18.2.53 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2474 + alias cx24-2474.Princeton.EDU + address 172.18.193.171 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2487 + alias cx24-2487.Princeton.EDU + address 172.18.192.119 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2488 + alias cx24-2488.Princeton.EDU + address 172.18.192.118 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2489 + alias cx24-2489.Princeton.EDU + address 172.18.192.146 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2508 + alias cx24-2508.Princeton.EDU + address 172.18.194.30 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2509 + alias cx24-2509.Princeton.EDU + address 172.18.194.48 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2510 + alias cx24-2510.Princeton.EDU + address 172.18.194.32 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2511 + alias cx24-2511.Princeton.EDU + address 172.18.193.208 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2563 + alias cx24-2563.Princeton.EDU + address 172.18.193.161 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2575 + alias cx24-2575.Princeton.EDU + address 172.18.194.3 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2576 + alias cx24-2576.Princeton.EDU + address 172.18.194.5 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2630 + alias cx24-2630.Princeton.EDU + address 172.18.192.229 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2631 + alias cx24-2631.Princeton.EDU + address 172.18.192.230 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2632 + alias cx24-2632.Princeton.EDU + address 172.18.192.231 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2633 + alias cx24-2633.Princeton.EDU + address 172.18.192.232 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2634 + alias cx24-2634.Princeton.EDU + address 172.18.192.233 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2635 + alias cx24-2635.Princeton.EDU + address 172.18.192.234 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2636 + alias cx24-2636.Princeton.EDU + address 172.18.192.235 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2637 + alias cx24-2637.Princeton.EDU + address 172.18.192.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2638 + alias cx24-2638.Princeton.EDU + address 172.18.192.237 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2639 + alias cx24-2639.Princeton.EDU + address 172.18.192.238 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2647 + alias cx24-2647.Princeton.EDU + address 172.18.193.236 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-2891 + alias cx24-2891.Princeton.EDU + address 172.18.192.224 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-2916 + alias cx48-2916.Princeton.EDU + address 172.18.5.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-3006 + alias cx48-3006.Princeton.EDU + address 172.18.4.239 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx48-701-lab + alias cx48-701-lab.Princeton.EDU + address 172.18.0.182 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0003 + alias cy24-0003.Princeton.EDU + address 172.18.33.37 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0020 + alias cy24-0020.Princeton.EDU + address 172.18.32.57 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0025 + alias cy24-0025.Princeton.EDU + address 172.18.33.38 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0027 + alias cy24-0027.Princeton.EDU + address 172.18.33.18 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0031 + alias cy24-0031.Princeton.EDU + address 172.18.33.47 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy24-0035 + alias cy24-0035.Princeton.EDU + address 172.18.33.39 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-3033 + alias cx24-3033.Princeton.EDU + address 172.18.192.222 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-3034 + alias cx24-3034.Princeton.EDU + address 172.18.192.223 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cx24-3039 + alias cx24-3039.Princeton.EDU + address 172.18.194.22 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3042 + alias cy48-3042.Princeton.EDU + address 172.18.33.70 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3043 + alias cy48-3043.Princeton.EDU + address 172.18.33.79 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name cy48-3044 + alias cy48-3044.Princeton.EDU + address 172.18.33.80 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name mini-swch-ppn + alias mini-swch-ppn.Princeton.EDU + address 172.18.193.28 + hostgroups OIT Ethernet switches-repeaters, Rover hosts + use Rover device +} + +define host { + host_name airwave-console + alias airwave-console.Princeton.EDU + address 128.112.133.193 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name airwave-administrative + alias airwave-administrative.Princeton.EDU + address 128.112.129.16 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name airwave-dormnet + alias airwave-dormnet.Princeton.EDU + address 128.112.133.136 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name configczar + alias configczar.Princeton.EDU + address 128.112.134.21 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name configczar-sn96 + alias configczar-sn96.Princeton.EDU + address 128.112.96.113 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name ernie + alias ernie.Princeton.EDU + address 128.112.129.178 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name eyeinthesky-subnet96 + alias eyeinthesky-subnet96.Princeton.EDU + address 128.112.97.82 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-bargainnet + alias heymon-bargainnet.Princeton.EDU + address 172.20.16.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-ppnnet + alias heymon-ppnnet.Princeton.EDU + address 128.112.96.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-smilenet + alias heymon-smilenet.Princeton.EDU + address 172.19.128.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-stellanet + alias heymon-stellanet.Princeton.EDU + address 172.19.160.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name heymon-voip-servernet + alias heymon-voip-servernet.Princeton.EDU + address 172.19.64.152 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-bargainnet + alias new-heymon-bargainnet.Princeton.EDU + address 172.20.16.10 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-opensesamenet + alias new-heymon-opensesamenet.Princeton.EDU + address 172.19.68.10 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-ppnnet + alias new-heymon-ppnnet.Princeton.EDU + address 128.112.96.80 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-smilenet + alias new-heymon-smilenet.Princeton.EDU + address 172.19.128.124 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-stellanet + alias new-heymon-stellanet.Princeton.EDU + address 172.19.160.178 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-heymon-voip-servernet + alias new-heymon-voip-servernet.Princeton.EDU + address 172.19.64.20 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name puaccess + alias puaccess.Princeton.EDU + address 140.180.222.101 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name smtp-f5 + alias smtp-f5.Princeton.EDU + address 140.180.222.58 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name statseeker + alias statseeker.Princeton.EDU + address 128.112.131.123 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name statseeker-ppnnet + alias statseeker-ppnnet.Princeton.EDU + address 128.112.99.69 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name new-www.net + alias new-www.net.Princeton.EDU + address 128.112.134.149 + hostgroups OIT hosts, Rover hosts + use Rover device +} + +define host { + host_name gate-eis202lb-router1-plinknet20 + alias gate-eis202lb-router1-plinknet20.Princeton.EDU + address 192.168.9.93 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eis203lb-router1-plinknet20 + alias gate-eis203lb-router1-plinknet20.Princeton.EDU + address 192.168.9.92 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-lb-prod-float-1-plinknet20 + alias gate-lb-prod-float-1-plinknet20.Princeton.EDU + address 192.168.9.94 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eis202lb-router-fw-plinknet8 + alias gate-eis202lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.45 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eis203lb-router-fw-plinknet8 + alias gate-eis203lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.44 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-lb-prod-float-fw-plinknet8 + alias gate-lb-prod-float-fw-plinknet8.Princeton.EDU + address 192.168.9.46 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-linknet28 + alias gate-eisfw-linknet28.Princeton.EDU + address 128.112.12.126 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-1 + alias gate-eisfw-fw-servernet-1.Princeton.EDU + address 140.180.220.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-2 + alias gate-eisfw-fw-servernet-2.Princeton.EDU + address 10.6.48.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-3 + alias gate-eisfw-fw-servernet-3.Princeton.EDU + address 10.6.52.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-4 + alias gate-eisfw-fw-servernet-4.Princeton.EDU + address 10.6.63.65 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-6 + alias gate-eisfw-fw-servernet-6.Princeton.EDU + address 10.6.63.129 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-fw-servernet-7 + alias gate-eisfw-fw-servernet-7.Princeton.EDU + address 140.180.219.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name gate-eisfw-plinknet8 + alias gate-eisfw-plinknet8.Princeton.EDU + address 192.168.9.33 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-linknet36 + alias eispcifw-linknet36.Princeton.EDU + address 128.112.12.158 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-1 + alias eispcifw-pci-servernet-1.Princeton.EDU + address 10.6.59.1 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-2 + alias eispcifw-pci-servernet-2.Princeton.EDU + address 10.6.59.17 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-3 + alias eispcifw-pci-servernet-3.Princeton.EDU + address 10.6.59.33 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-4 + alias eispcifw-pci-servernet-4.Princeton.EDU + address 10.6.59.49 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-5 + alias eispcifw-pci-servernet-5.Princeton.EDU + address 10.6.59.65 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-6 + alias eispcifw-pci-servernet-6.Princeton.EDU + address 10.6.59.81 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-7 + alias eispcifw-pci-servernet-7.Princeton.EDU + address 10.6.59.97 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-8 + alias eispcifw-pci-servernet-8.Princeton.EDU + address 10.6.59.113 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-9 + alias eispcifw-pci-servernet-9.Princeton.EDU + address 10.6.59.129 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-10 + alias eispcifw-pci-servernet-10.Princeton.EDU + address 10.6.59.145 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-11 + alias eispcifw-pci-servernet-11.Princeton.EDU + address 10.6.59.161 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-12 + alias eispcifw-pci-servernet-12.Princeton.EDU + address 10.6.59.177 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-13 + alias eispcifw-pci-servernet-13.Princeton.EDU + address 10.6.59.193 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-servernet-14 + alias eispcifw-pci-servernet-14.Princeton.EDU + address 10.6.59.209 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw-pci-vm-mgmt + alias eispcifw-pci-vm-mgmt.Princeton.EDU + address 10.6.59.225 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name eispcifw1-linknet36 + alias eispcifw1-linknet36.Princeton.EDU + address 128.112.12.157 + hostgroups OIT Non-core routers, Rover hosts + use Rover device +} + +define host { + host_name infoblox-87-voip-servernet + alias infoblox-87-voip-servernet.Princeton.EDU + address 172.19.64.11 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name infoblox-frist-voip-servernet + alias infoblox-frist-voip-servernet.Princeton.EDU + address 172.19.64.10 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name md-central-admin-87p-1 + alias md-central-admin-87p-1.Princeton.EDU + address 172.18.255.247 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name md-central-admin-87p-2 + alias md-central-admin-87p-2.Princeton.EDU + address 172.18.255.246 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name md-central-admin-ns-1 + alias md-central-admin-ns-1.Princeton.EDU + address 172.18.255.228 + hostgroups OIT Telephone-VoIP Servers and Appliances, Rover hosts + use Rover device +} + +define host { + host_name ups-120prospect-b12idf + alias ups-120prospect-b12idf.Princeton.EDU + address 172.18.4.166 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-158nassau-bdf + alias ups-158nassau-bdf.Princeton.EDU + address 172.18.4.37 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-15dickinson + alias ups-15dickinson.Princeton.EDU + address 172.18.33.150 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-16dickinson + alias ups-16dickinson.Princeton.EDU + address 172.18.33.149 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-16stockton-bdf + alias ups-16stockton-bdf.Princeton.EDU + address 172.18.3.202 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-169nassau-bdf + alias ups-169nassau-bdf.Princeton.EDU + address 172.18.1.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-171broadmead + alias ups-171broadmead.Princeton.EDU + address 172.18.1.235 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-179nassau + alias ups-179nassau.Princeton.EDU + address 172.18.1.208 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-185broadmead-bdf + alias ups-185broadmead-bdf.Princeton.EDU + address 172.18.3.210 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-185nassau-bdf + alias ups-185nassau-bdf.Princeton.EDU + address 172.18.3.15 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-185nassau-215idf + alias ups-185nassau-215idf.Princeton.EDU + address 172.18.3.16 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1901-idfs7-ppn + alias ups-1901-idfs7-ppn.Princeton.EDU + address 172.18.193.108 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1901-t2-bdf + alias ups-1901-t2-bdf.Princeton.EDU + address 172.18.32.150 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1901-idfm2-ppn + alias ups-1901-idfm2-ppn.Princeton.EDU + address 172.18.193.109 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1903 + alias ups-1903.Princeton.EDU + address 172.18.33.153 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1903-idf400-ppn + alias ups-1903-idf400-ppn.Princeton.EDU + address 172.18.193.71 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1903-idf210-ppn + alias ups-1903-idf210-ppn.Princeton.EDU + address 172.18.193.72 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1903-idfs2-ppn + alias ups-1903-idfs2-ppn.Princeton.EDU + address 172.18.193.73 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1912pavilion-idf + alias ups-1912pavilion-idf.Princeton.EDU + address 172.18.194.68 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1915hall-bdf + alias ups-1915hall-bdf.Princeton.EDU + address 172.18.32.146 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1927-bdf + alias ups-1927-bdf.Princeton.EDU + address 172.18.32.21 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1937-idf208-ppn + alias ups-1937-idf208-ppn.Princeton.EDU + address 172.18.192.210 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1937hall-bdf + alias ups-1937hall-bdf.Princeton.EDU + address 172.18.32.163 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1938-bdf + alias ups-1938-bdf.Princeton.EDU + address 172.18.33.132 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1938-idf101-ppn + alias ups-1938-idf101-ppn.Princeton.EDU + address 172.18.192.160 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1939-bdf + alias ups-1939-bdf.Princeton.EDU + address 172.18.33.33 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-194-nassau-bdf + alias ups-194-nassau-bdf.Princeton.EDU + address 172.18.0.84 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-194nassau-010idf + alias ups-194nassau-010idf.Princeton.EDU + address 172.18.2.73 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-194nassau-255idf + alias ups-194nassau-255idf.Princeton.EDU + address 172.18.1.25 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1952-fieldhouse-bdf + alias ups-1952-fieldhouse-bdf.Princeton.EDU + address 172.18.1.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-1981-idffb14-ppn + alias ups-1981-idffb14-ppn.Princeton.EDU + address 172.18.193.66 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-201nassau-bdf + alias ups-201nassau-bdf.Princeton.EDU + address 172.18.0.183 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-111-idf + alias ups-20washington-111-idf.Princeton.EDU + address 172.18.0.57 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-135-idf + alias ups-20washington-135-idf.Princeton.EDU + address 172.18.0.60 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-169-idf + alias ups-20washington-169-idf.Princeton.EDU + address 172.18.0.61 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-188-idf + alias ups-20washington-188-idf.Princeton.EDU + address 172.18.0.62 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-211-idf + alias ups-20washington-211-idf.Princeton.EDU + address 172.18.0.65 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-235-idf + alias ups-20washington-235-idf.Princeton.EDU + address 172.18.0.66 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-269-idf + alias ups-20washington-269-idf.Princeton.EDU + address 172.18.0.68 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-288-idf + alias ups-20washington-288-idf.Princeton.EDU + address 172.18.0.69 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-311-idf + alias ups-20washington-311-idf.Princeton.EDU + address 172.18.0.77 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-388-idf + alias ups-20washington-388-idf.Princeton.EDU + address 172.18.0.82 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-a11-idf + alias ups-20washington-a11-idf.Princeton.EDU + address 172.18.0.28 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-a35-bdf + alias ups-20washington-a35-bdf.Princeton.EDU + address 172.18.0.29 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-a69-idf + alias ups-20washington-a69-idf.Princeton.EDU + address 172.18.0.83 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-a88-idf + alias ups-20washington-a88-idf.Princeton.EDU + address 172.18.0.33 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-20washington-b47a-idf + alias ups-20washington-b47a-idf.Princeton.EDU + address 172.18.0.54 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-221nassau-bdf + alias ups-221nassau-bdf.Princeton.EDU + address 172.18.3.141 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-228alexander-202b-idf + alias ups-228alexander-202b-idf.Princeton.EDU + address 172.18.0.120 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-22chambers-bdf + alias ups-22chambers-bdf.Princeton.EDU + address 172.18.4.67 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-22chambers-bdf-2 + alias ups-22chambers-bdf-2.Princeton.EDU + address 172.18.4.69 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-22chambers-idf + alias ups-22chambers-idf.Princeton.EDU + address 172.18.3.48 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-24dickinson-idf + alias ups-24dickinson-idf.Princeton.EDU + address 172.18.32.162 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-2dickinson-bdf + alias ups-2dickinson-bdf.Princeton.EDU + address 172.18.32.112 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-228alexander-bdf + alias ups-228alexander-bdf.Princeton.EDU + address 172.18.1.219 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-262alexander-bdf + alias ups-262alexander-bdf.Princeton.EDU + address 172.18.3.165 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-26collegeroadwest + alias ups-26collegeroadwest.Princeton.EDU + address 172.18.0.136 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-282alexander + alias ups-282alexander.Princeton.EDU + address 172.18.1.77 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-294alexander-bdf + alias ups-294alexander-bdf.Princeton.EDU + address 172.18.1.184 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-29edwards + alias ups-29edwards.Princeton.EDU + address 172.18.32.92 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-306alexanderst-bdf + alias ups-306alexanderst-bdf.Princeton.EDU + address 172.18.1.97 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-31edwards + alias ups-31edwards.Princeton.EDU + address 172.18.33.147 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-34chambers-bdf + alias ups-34chambers-bdf.Princeton.EDU + address 172.18.3.134 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-350alexander + alias ups-350alexander.Princeton.EDU + address 172.18.2.165 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-350alexander-idf122a + alias ups-350alexander-idf122a.Princeton.EDU + address 172.18.3.24 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-35university-place + alias ups-35university-place.Princeton.EDU + address 172.18.33.144 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-36uplace-idf015 + alias ups-36uplace-idf015.Princeton.EDU + address 172.18.1.224 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-45universityplace-bdf + alias ups-45universityplace-bdf.Princeton.EDU + address 172.18.32.29 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-4mercer-bdf + alias ups-4mercer-bdf.Princeton.EDU + address 172.18.0.215 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-58pros-bdf + alias ups-58pros-bdf.Princeton.EDU + address 172.18.3.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-48universityplace + alias ups-48universityplace.Princeton.EDU + address 172.18.3.158 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-693alex-bdf + alias ups-693alex-bdf.Princeton.EDU + address 172.18.1.159 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-693alex-cwing-idf + alias ups-693alex-cwing-idf.Princeton.EDU + address 172.18.1.252 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-5ivy-bdf + alias ups-5ivy-bdf.Princeton.EDU + address 172.18.2.194 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-693alexander-bdf + alias ups-693alexander-bdf.Princeton.EDU + address 172.18.0.80 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701carnegie-106tele + alias ups-701carnegie-106tele.Princeton.EDU + address 172.18.4.87 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-bdf-1 + alias ups-701c-bdf-1.Princeton.EDU + address 172.18.1.126 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-bdf-2 + alias ups-701c-bdf-2.Princeton.EDU + address 172.18.1.198 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-2ndfl-idf-1 + alias ups-701c-2ndfl-idf-1.Princeton.EDU + address 172.18.1.128 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-2ndfl-idf-2 + alias ups-701c-2ndfl-idf-2.Princeton.EDU + address 172.18.1.181 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-3rdfl-idf-1 + alias ups-701c-3rdfl-idf-1.Princeton.EDU + address 172.18.1.130 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-3rdfl-idf-2 + alias ups-701c-3rdfl-idf-2.Princeton.EDU + address 172.18.1.167 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-701c-4thfl-idf + alias ups-701c-4thfl-idf.Princeton.EDU + address 172.18.1.132 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-71universityplace-bdf104a + alias ups-71universityplace-bdf104a.Princeton.EDU + address 172.18.1.176 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-755alex-bdf + alias ups-755alex-bdf.Princeton.EDU + address 172.18.3.197 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-755alexander-idf + alias ups-755alexander-idf.Princeton.EDU + address 172.18.0.78 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-8dickinson-bdf + alias ups-8dickinson-bdf.Princeton.EDU + address 172.18.32.240 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-87prospect-bdf1 + alias ups-87prospect-bdf1.Princeton.EDU + address 172.18.0.38 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-87prospect-bdf2 + alias ups-87prospect-bdf2.Princeton.EDU + address 172.18.1.173 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-87prospect-rm032lab + alias ups-87prospect-rm032lab.Princeton.EDU + address 172.18.0.217 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-91prospect-bdf + alias ups-91prospect-bdf.Princeton.EDU + address 172.18.0.178 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-99alexander-bdf-ppn + alias ups-99alexander-bdf-ppn.Princeton.EDU + address 172.18.192.107 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-aaronburr-bdf + alias ups-aaronburr-bdf.Princeton.EDU + address 172.18.1.136 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-aaronburr-idf304 + alias ups-aaronburr-idf304.Princeton.EDU + address 172.18.1.137 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-alexanderhall-bdf + alias ups-alexanderhall-bdf.Princeton.EDU + address 172.18.0.121 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-andlinger-018-idf2 + alias ups-andlinger-018-idf2.Princeton.EDU + address 172.18.1.164 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-andlinger-166-idf3 + alias ups-andlinger-166-idf3.Princeton.EDU + address 172.18.1.165 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-andlinger-236-idf4 + alias ups-andlinger-236-idf4.Princeton.EDU + address 172.18.1.166 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-andlinger-bdf + alias ups-andlinger-bdf.Princeton.EDU + address 172.18.1.142 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-arch-idfn303b + alias ups-arch-idfn303b.Princeton.EDU + address 172.18.3.19 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-arch-idfn304a + alias ups-arch-idfn304a.Princeton.EDU + address 172.18.3.20 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-arch-idfpit + alias ups-arch-idfpit.Princeton.EDU + address 172.18.3.31 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-architecture + alias ups-architecture.Princeton.EDU + address 172.18.3.101 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-architecture-lab + alias ups-architecture-lab.Princeton.EDU + address 172.18.1.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-art-museum-storage-fac-bdf + alias ups-art-museum-storage-fac-bdf.Princeton.EDU + address 172.18.0.148 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-artscenter-bdf0m02-das + alias ups-artscenter-bdf0m02-das.Princeton.EDU + address 172.18.0.112 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-artscenter-idf033-das + alias ups-artscenter-idf033-das.Princeton.EDU + address 172.18.0.110 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-artscenterbdf-das + alias ups-artscenterbdf-das.Princeton.EDU + address 172.18.0.108 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-awing-bdfa126 + alias ups-awing-bdfa126.Princeton.EDU + address 172.18.3.150 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-awing-idfa502 + alias ups-awing-idfa502.Princeton.EDU + address 172.18.3.152 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bakere-idfmezz-ppn + alias ups-bakere-idfmezz-ppn.Princeton.EDU + address 172.18.193.65 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bakerrink-bdf + alias ups-bakerrink-bdf.Princeton.EDU + address 172.18.0.206 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bakerrink-idf106 + alias ups-bakerrink-idf106.Princeton.EDU + address 172.18.1.6 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bcf-idf202a + alias ups-bcf-idf202a.Princeton.EDU + address 172.18.1.160 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bendheimctrfin-bdf + alias ups-bendheimctrfin-bdf.Princeton.EDU + address 172.18.0.140 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-blair-bdf + alias ups-blair-bdf.Princeton.EDU + address 172.18.32.71 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-blair-idf-312-ppn + alias ups-blair-idf-312-ppn.Princeton.EDU + address 172.18.192.50 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-bdf + alias ups-bloomberg-bdf.Princeton.EDU + address 172.18.32.118 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf054-ppn + alias ups-bloomberg-idf054-ppn.Princeton.EDU + address 172.18.192.190 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf255-ppn + alias ups-bloomberg-idf255-ppn.Princeton.EDU + address 172.18.192.189 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf355-ppn + alias ups-bloomberg-idf355-ppn.Princeton.EDU + address 172.18.192.188 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf455-ppn + alias ups-bloomberg-idf455-ppn.Princeton.EDU + address 172.18.192.187 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bobst-bdf + alias ups-bobst-bdf.Princeton.EDU + address 172.18.0.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf030h-ppn + alias ups-bloomberg-idf030h-ppn.Princeton.EDU + address 172.18.192.186 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bloomberg-idf001c-ppn + alias ups-bloomberg-idf001c-ppn.Princeton.EDU + address 172.18.192.185 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bowen-bdf + alias ups-bowen-bdf.Princeton.EDU + address 172.18.2.251 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bowenhall-idf202 + alias ups-bowenhall-idf202.Princeton.EDU + address 172.18.0.23 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bowenhall-idf302 + alias ups-bowenhall-idf302.Princeton.EDU + address 172.18.1.112 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bowenhall-idf402 + alias ups-bowenhall-idf402.Princeton.EDU + address 172.18.2.175 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-brown-hall + alias ups-brown-hall.Princeton.EDU + address 172.18.32.139 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-butlercollege-bdf + alias ups-butlercollege-bdf.Princeton.EDU + address 172.18.32.104 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-buyershall-idfb11b-ppn + alias ups-buyershall-idfb11b-ppn.Princeton.EDU + address 172.18.192.83 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bwing-idf108 + alias ups-bwing-idf108.Princeton.EDU + address 172.18.3.160 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-bwing-idfb501 + alias ups-bwing-idfb501.Princeton.EDU + address 172.18.3.169 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cafeteria-powerhouse9a-idf + alias ups-cafeteria-powerhouse9a-idf.Princeton.EDU + address 172.18.3.188 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-caldwell-bdf + alias ups-caldwell-bdf.Princeton.EDU + address 172.18.0.170 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-caldwell-fieldhouse-idf-a1b + alias ups-caldwell-fieldhouse-idf-a1b.Princeton.EDU + address 172.18.1.10 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-campbell-bdf + alias ups-campbell-bdf.Princeton.EDU + address 172.18.33.58 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-campus-club-bdf + alias ups-campus-club-bdf.Princeton.EDU + address 172.18.2.46 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cannonclub-bdf + alias ups-cannonclub-bdf.Princeton.EDU + address 172.18.32.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-capandgownclub-bdf + alias ups-capandgownclub-bdf.Princeton.EDU + address 172.18.32.155 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-carlichan-bdfm05 + alias ups-carlichan-bdfm05.Princeton.EDU + address 172.18.2.232 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-carlichan-idfm10 + alias ups-carlichan-idfm10.Princeton.EDU + address 172.18.2.210 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-carlichan-idfm33 + alias ups-carlichan-idfm33.Princeton.EDU + address 172.18.2.231 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-carlichan-idfm37 + alias ups-carlichan-idfm37.Princeton.EDU + address 172.18.2.230 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-chancegreen-002idf-ppn + alias ups-chancegreen-002idf-ppn.Princeton.EDU + address 172.18.193.201 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-chapel-bdf + alias ups-chapel-bdf.Princeton.EDU + address 172.18.1.168 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-charltonstreetsubstation-bdf + alias ups-charltonstreetsubstation-bdf.Princeton.EDU + address 172.18.2.133 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-charterclub-bdf + alias ups-charterclub-bdf.Princeton.EDU + address 172.18.32.159 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-chemsciencebldg-idf + alias ups-chemsciencebldg-idf.Princeton.EDU + address 172.18.3.205 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-chilled-water-bdf + alias ups-chilled-water-bdf.Princeton.EDU + address 172.18.1.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cjl-bdf + alias ups-cjl-bdf.Princeton.EDU + address 172.18.3.138 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-clio-bdf + alias ups-clio-bdf.Princeton.EDU + address 172.18.4.174 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cloisterclub-bdf + alias ups-cloisterclub-bdf.Princeton.EDU + address 172.18.32.160 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cogen-121idf + alias ups-cogen-121idf.Princeton.EDU + address 172.18.2.109 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cogen-swgearidf-ppn + alias ups-cogen-swgearidf-ppn.Princeton.EDU + address 172.18.193.234 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-community-idfh005b-ppn + alias ups-community-idfh005b-ppn.Princeton.EDU + address 172.18.193.62 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cordishfampav-idf + alias ups-cordishfampav-idf.Princeton.EDU + address 172.18.192.55 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-corwin-bdf + alias ups-corwin-bdf.Princeton.EDU + address 172.18.0.134 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-corwinhall-idf029a + alias ups-corwinhall-idf029a.Princeton.EDU + address 172.18.2.241 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-corwinhall-idf128a + alias ups-corwinhall-idf128a.Princeton.EDU + address 172.18.2.242 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cuyler-bdf + alias ups-cuyler-bdf.Princeton.EDU + address 172.18.32.33 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cuyler-idf301-ppn + alias ups-cuyler-idf301-ppn.Princeton.EDU + address 172.18.193.74 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cwing-idfc214a + alias ups-cwing-idfc214a.Princeton.EDU + address 172.18.3.172 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-cwing-idfc502 + alias ups-cwing-idfc502.Princeton.EDU + address 172.18.3.173 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-fine-bdf + alias ups-das-fine-bdf.Princeton.EDU + address 172.18.1.255 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-fine1205a-idf + alias ups-das-fine1205a-idf.Princeton.EDU + address 172.18.1.123 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-firestoneb11g-bdf + alias ups-das-firestoneb11g-bdf.Princeton.EDU + address 172.18.1.141 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-fisherhall-idfb30b + alias ups-das-fisherhall-idfb30b.Princeton.EDU + address 172.18.1.183 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-das-hoyt-bdf + alias ups-das-hoyt-bdf.Princeton.EDU + address 172.18.1.122 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-denunzio-pool-bdf + alias ups-denunzio-pool-bdf.Princeton.EDU + address 172.18.3.251 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dickinson-bdf + alias ups-dickinson-bdf.Princeton.EDU + address 172.18.1.116 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillioncourteast-bdf + alias ups-dillioncourteast-bdf.Princeton.EDU + address 172.18.1.245 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillioncourtwest-idf + alias ups-dillioncourtwest-idf.Princeton.EDU + address 172.18.2.5 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillongym-bdf + alias ups-dillongym-bdf.Princeton.EDU + address 172.18.1.41 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillongym-idfa30 + alias ups-dillongym-idfa30.Princeton.EDU + address 172.18.4.18 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillongym-idfc01 + alias ups-dillongym-idfc01.Princeton.EDU + address 172.18.2.192 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dillongym-idfc03 + alias ups-dillongym-idfc03.Princeton.EDU + address 172.18.2.213 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dod + alias ups-dod.Princeton.EDU + address 172.18.33.155 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dodgehall-bdf + alias ups-dodgehall-bdf.Princeton.EDU + address 172.18.0.133 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-dodgeosborn-bdf + alias ups-dodgeosborn-bdf.Princeton.EDU + address 172.18.33.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-eastpyne-007idf-ppn + alias ups-eastpyne-007idf-ppn.Princeton.EDU + address 172.18.193.202 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-eastpyne-idf320 + alias ups-eastpyne-idf320.Princeton.EDU + address 172.18.3.180 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-eastpyne-idf363 + alias ups-eastpyne-idf363.Princeton.EDU + address 172.18.3.68 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-edwards + alias ups-edwards.Princeton.EDU + address 172.18.32.11 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-edwards-idf001-ppn + alias ups-edwards-idf001-ppn.Princeton.EDU + address 172.18.192.213 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-edwards-idf007-ppn + alias ups-edwards-idf007-ppn.Princeton.EDU + address 172.18.192.214 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-elmdrsub-101idf-ppn + alias ups-elmdrsub-101idf-ppn.Princeton.EDU + address 172.18.193.232 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-enohall-bdf + alias ups-enohall-bdf.Princeton.EDU + address 172.18.0.56 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-elem-part-lab-bdf + alias ups-elem-part-lab-bdf.Princeton.EDU + address 172.18.1.189 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equaddwing-idfd202 + alias ups-equaddwing-idfd202.Princeton.EDU + address 172.18.3.107 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equaddwing-idfd501 + alias ups-equaddwing-idfd501.Princeton.EDU + address 172.18.3.201 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadewing-bdfe114a + alias ups-equadewing-bdfe114a.Princeton.EDU + address 172.18.3.203 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadewing-idfe104a + alias ups-equadewing-idfe104a.Princeton.EDU + address 172.18.0.122 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadewing-idfe502 + alias ups-equadewing-idfe502.Princeton.EDU + address 172.18.3.204 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadfwing-idff217c + alias ups-equadfwing-idff217c.Princeton.EDU + address 172.18.3.212 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadgwing-ga01 + alias ups-equadgwing-ga01.Princeton.EDU + address 172.18.3.215 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadjwing-bdfj119b + alias ups-equadjwing-bdfj119b.Princeton.EDU + address 172.18.3.230 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equadjwing-idfj425a + alias ups-equadjwing-idfj425a.Princeton.EDU + address 172.18.3.231 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-feinberg-bdf + alias ups-feinberg-bdf.Princeton.EDU + address 172.18.32.17 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equad-j215d-idf + alias ups-equad-j215d-idf.Princeton.EDU + address 172.18.0.105 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-equad-j321c-idf + alias ups-equad-j321c-idf.Princeton.EDU + address 172.18.0.106 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine1005a-idf + alias ups-fine1005a-idf.Princeton.EDU + address 172.18.0.98 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine1205a-idf + alias ups-fine1205a-idf.Princeton.EDU + address 172.18.0.144 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine216-idf + alias ups-fine216-idf.Princeton.EDU + address 172.18.0.97 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine405a-idf + alias ups-fine405a-idf.Princeton.EDU + address 172.18.0.176 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fine705a-idf + alias ups-fine705a-idf.Princeton.EDU + address 172.18.0.187 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fineb2a-idf + alias ups-fineb2a-idf.Princeton.EDU + address 172.18.0.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-finehall-bdf + alias ups-finehall-bdf.Princeton.EDU + address 172.18.0.95 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-bfloorreno-idf-ppn + alias ups-firestone-bfloorreno-idf-ppn.Princeton.EDU + address 172.18.194.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-b9f-idf + alias ups-firestone-b9f-idf.Princeton.EDU + address 172.18.4.77 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c14f2-idf + alias ups-firestone-c14f2-idf.Princeton.EDU + address 172.18.3.249 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c18m2-idf + alias ups-firestone-c18m2-idf.Princeton.EDU + address 172.18.0.236 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c9f1-idf + alias ups-firestone-c9f1-idf.Princeton.EDU + address 172.18.2.145 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c-1-h + alias ups-firestone-c-1-h.Princeton.EDU + address 172.18.0.248 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-c-14f-2 + alias ups-firestone-c-14f-2.Princeton.EDU + address 172.18.3.135 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-idf-b18n3 + alias ups-firestone-idf-b18n3.Princeton.EDU + address 172.18.1.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-idf-c4p1 + alias ups-firestone-idf-c4p1.Princeton.EDU + address 172.18.1.54 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestonelib-idf-1-6f-1 + alias ups-firestonelib-idf-1-6f-1.Princeton.EDU + address 172.18.0.85 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisher-bdf + alias ups-fisher-bdf.Princeton.EDU + address 172.18.0.184 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherhall-idf317a + alias ups-fisherhall-idf317a.Princeton.EDU + address 172.18.1.178 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherhall-idfb125c + alias ups-fisherhall-idfb125c.Princeton.EDU + address 172.18.1.170 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherhall-idfb215a + alias ups-fisherhall-idfb215a.Princeton.EDU + address 172.18.1.171 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherhall-idfb30b + alias ups-fisherhall-idfb30b.Princeton.EDU + address 172.18.1.163 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-214f2-idf + alias ups-firestone-214f2-idf.Princeton.EDU + address 172.18.5.21 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-2f92-idf + alias ups-firestone-2f92-idf.Princeton.EDU + address 172.18.3.60 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-314f2-idf + alias ups-firestone-314f2-idf.Princeton.EDU + address 172.18.5.75 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-3f92-idf + alias ups-firestone-3f92-idf.Princeton.EDU + address 172.18.5.23 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-a-12c-1 + alias ups-firestone-a-12c-1.Princeton.EDU + address 172.18.2.9 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-fisherwt-idfa006a-ppn + alias ups-fisherwt-idfa006a-ppn.Princeton.EDU + address 172.18.193.63 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-annex + alias ups-forbes-annex.Princeton.EDU + address 172.18.32.143 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-bdf + alias ups-forbes-bdf.Princeton.EDU + address 172.18.32.178 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idf026-ppn + alias ups-forbes-idf026-ppn.Princeton.EDU + address 172.18.193.32 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idf360-ppn + alias ups-forbes-idf360-ppn.Princeton.EDU + address 172.18.193.34 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa166oit-ppn + alias ups-forbes-idfa166oit-ppn.Princeton.EDU + address 172.18.193.46 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa315oit-ppn + alias ups-forbes-idfa315oit-ppn.Princeton.EDU + address 172.18.193.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa325oit-ppn + alias ups-forbes-idfa325oit-ppn.Princeton.EDU + address 172.18.193.44 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa335oit-ppn + alias ups-forbes-idfa335oit-ppn.Princeton.EDU + address 172.18.193.45 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfa375oit-ppn + alias ups-forbes-idfa375oit-ppn.Princeton.EDU + address 172.18.193.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbes-idfattic-ppn + alias ups-forbes-idfattic-ppn.Princeton.EDU + address 172.18.193.35 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-forbesmain-idf221-ppn + alias ups-forbesmain-idf221-ppn.Princeton.EDU + address 172.18.192.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-foulkehall-bdf + alias ups-foulkehall-bdf.Princeton.EDU + address 172.18.32.119 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-friend-center-bdf + alias ups-friend-center-bdf.Princeton.EDU + address 172.18.1.207 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-friend-m102-idf + alias ups-friend-m102-idf.Princeton.EDU + address 172.18.0.19 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-a14f2-idf + alias ups-firestone-a14f2-idf.Princeton.EDU + address 172.18.4.247 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-a9f1-idf + alias ups-firestone-a9f1-idf.Princeton.EDU + address 172.18.1.95 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-b14f2-idf + alias ups-firestone-b14f2-idf.Princeton.EDU + address 172.18.1.40 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-firestone-1-14f-2-idf + alias ups-firestone-1-14f-2-idf.Princeton.EDU + address 172.18.4.75 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-125c-bdf + alias ups-frist-125c-bdf.Princeton.EDU + address 172.18.0.142 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-idf-m38 + alias ups-frist-idf-m38.Princeton.EDU + address 172.18.2.42 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m22-idf + alias ups-frist-m22-idf.Princeton.EDU + address 172.18.2.32 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-gasdyn140a-idf + alias ups-gasdyn140a-idf.Princeton.EDU + address 172.18.3.108 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-gasdynamics-bdf + alias ups-gasdynamics-bdf.Princeton.EDU + address 172.18.3.198 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m24-bdf + alias ups-frist-m24-bdf.Princeton.EDU + address 172.18.0.141 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m24-bdf-1 + alias ups-frist-m24-bdf-1.Princeton.EDU + address 172.18.2.33 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m26-idf + alias ups-frist-m26-idf.Princeton.EDU + address 172.18.2.24 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-m36-idf + alias ups-frist-m36-idf.Princeton.EDU + address 172.18.2.39 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-frist-ma4-idf + alias ups-frist-ma4-idf.Princeton.EDU + address 172.18.2.18 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-gauss-bdf + alias ups-gauss-bdf.Princeton.EDU + address 172.18.33.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-gbmtrailer-bdf + alias ups-gbmtrailer-bdf.Princeton.EDU + address 172.18.1.134 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-bdf-0s10 + alias ups-green-bdf-0s10.Princeton.EDU + address 172.18.2.8 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-0n4 + alias ups-green-idf-0n4.Princeton.EDU + address 172.18.2.52 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-1e3a + alias ups-green-idf-1e3a.Princeton.EDU + address 172.18.2.55 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-1n18 + alias ups-green-idf-1n18.Princeton.EDU + address 172.18.2.56 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-2n15 + alias ups-green-idf-2n15.Princeton.EDU + address 172.18.2.59 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-2s18 + alias ups-green-idf-2s18.Princeton.EDU + address 172.18.2.62 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-3n3 + alias ups-green-idf-3n3.Princeton.EDU + address 172.18.2.66 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-green-idf-3s25 + alias ups-green-idf-3s25.Princeton.EDU + address 172.18.2.65 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-bdf + alias ups-guyot-bdf.Princeton.EDU + address 172.18.0.41 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-bdf-2 + alias ups-guyot-bdf-2.Princeton.EDU + address 172.18.3.235 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idf14elr + alias ups-guyot-idf14elr.Princeton.EDU + address 172.18.2.202 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idf201 + alias ups-guyot-idf201.Princeton.EDU + address 172.18.2.205 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idf221 + alias ups-guyot-idf221.Princeton.EDU + address 172.18.2.206 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idf312 + alias ups-guyot-idf312.Princeton.EDU + address 172.18.2.207 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idfa70 + alias ups-guyot-idfa70.Princeton.EDU + address 172.18.2.203 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idfb84 + alias ups-guyot-idfb84.Princeton.EDU + address 172.18.2.201 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-guyot-idfm37 + alias ups-guyot-idfm37.Princeton.EDU + address 172.18.2.204 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-haagahouse-idf + alias ups-haagahouse-idf.Princeton.EDU + address 172.18.4.238 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-hamilton-bdf + alias ups-hamilton-bdf.Princeton.EDU + address 172.18.32.100 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-helm-bdf + alias ups-helm-bdf.Princeton.EDU + address 172.18.0.189 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-helmbuilding-idf245 + alias ups-helmbuilding-idf245.Princeton.EDU + address 172.18.1.7 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-helmbuilding-idf346 + alias ups-helmbuilding-idf346.Princeton.EDU + address 172.18.2.89 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-helmbuilding-idf439 + alias ups-helmbuilding-idf439.Princeton.EDU + address 172.18.2.177 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-henry + alias ups-henry.Princeton.EDU + address 172.18.33.162 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-henry-idf208-ppn + alias ups-henry-idf208-ppn.Princeton.EDU + address 172.18.192.172 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-henry-idf212-ppn + alias ups-henry-idf212-ppn.Princeton.EDU + address 172.18.192.171 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-holder-idfb10e-ppn + alias ups-holder-idfb10e-ppn.Princeton.EDU + address 172.18.192.133 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-holderhall-bdf-b1e + alias ups-holderhall-bdf-b1e.Princeton.EDU + address 172.18.32.147 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-hoyt-bdf + alias ups-hoyt-bdf.Princeton.EDU + address 172.18.3.32 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-icahn-m10idf + alias ups-icahn-m10idf.Princeton.EDU + address 172.18.2.176 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwingym-bdf + alias ups-jadwingym-bdf.Princeton.EDU + address 172.18.0.149 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwingym-idfa-s1a + alias ups-jadwingym-idfa-s1a.Princeton.EDU + address 172.18.0.15 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwingym-m-j1 + alias ups-jadwingym-m-j1.Princeton.EDU + address 172.18.3.254 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwingym-m-j2 + alias ups-jadwingym-m-j2.Princeton.EDU + address 172.18.4.7 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-315aidf + alias ups-jadwinhall-315aidf.Princeton.EDU + address 172.18.2.168 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-332idf-1 + alias ups-jadwinhall-332idf-1.Princeton.EDU + address 172.18.2.185 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-332idf-2 + alias ups-jadwinhall-332idf-2.Princeton.EDU + address 172.18.3.10 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-468oitidf-1 + alias ups-jadwinhall-468oitidf-1.Princeton.EDU + address 172.18.3.78 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-468oitidf-2 + alias ups-jadwinhall-468oitidf-2.Princeton.EDU + address 172.18.3.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-468oitidf-3 + alias ups-jadwinhall-468oitidf-3.Princeton.EDU + address 172.18.3.246 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-a55idf-1 + alias ups-jadwinhall-a55idf-1.Princeton.EDU + address 172.18.2.86 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-a55idf-2 + alias ups-jadwinhall-a55idf-2.Princeton.EDU + address 172.18.2.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-a55idf-3 + alias ups-jadwinhall-a55idf-3.Princeton.EDU + address 172.18.2.99 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-mb1idf + alias ups-jadwinhall-mb1idf.Princeton.EDU + address 172.18.2.85 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-mb3bdf-1 + alias ups-jadwinhall-mb3bdf-1.Princeton.EDU + address 172.18.2.83 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jadwinhall-mb3bdf-2 + alias ups-jadwinhall-mb3bdf-2.Princeton.EDU + address 172.18.2.84 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-jones-hall + alias ups-jones-hall.Princeton.EDU + address 172.18.0.86 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-josephhenry-house + alias ups-josephhenry-house.Princeton.EDU + address 172.18.1.197 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg11-idf + alias ups-lakeside-bldg11-idf.Princeton.EDU + address 172.18.32.179 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg2-idf + alias ups-lakeside-bldg2-idf.Princeton.EDU + address 172.18.32.110 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg4-bdf + alias ups-lakeside-bldg4-bdf.Princeton.EDU + address 172.18.32.109 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg6-idf + alias ups-lakeside-bldg6-idf.Princeton.EDU + address 172.18.32.111 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg9-idf + alias ups-lakeside-bldg9-idf.Princeton.EDU + address 172.18.32.151 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lakeside-bldg13-idf + alias ups-lakeside-bldg13-idf.Princeton.EDU + address 172.18.32.180 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lawrence-apartments + alias ups-lawrence-apartments.Princeton.EDU + address 172.18.33.168 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lawrence-bldg2idf-ppn + alias ups-lawrence-bldg2idf-ppn.Princeton.EDU + address 172.18.192.80 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lawrence-bldg6-idf-ppn + alias ups-lawrence-bldg6-idf-ppn.Princeton.EDU + address 172.18.192.243 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lawrence-building-12 + alias ups-lawrence-building-12.Princeton.EDU + address 172.18.33.169 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lca-bdf + alias ups-lca-bdf.Princeton.EDU + address 172.18.3.206 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lca-idf1 + alias ups-lca-idf1.Princeton.EDU + address 172.18.3.209 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lca-idf2 + alias ups-lca-idf2.Princeton.EDU + address 172.18.3.207 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lca-idf3 + alias ups-lca-idf3.Princeton.EDU + address 172.18.3.208 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewis-thomas-lab-bdf + alias ups-lewis-thomas-lab-bdf.Princeton.EDU + address 172.18.0.126 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm102 + alias ups-lewislib-idfm102.Princeton.EDU + address 172.18.2.219 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm104 + alias ups-lewislib-idfm104.Princeton.EDU + address 172.18.2.220 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm106 + alias ups-lewislib-idfm106.Princeton.EDU + address 172.18.2.221 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm202 + alias ups-lewislib-idfm202.Princeton.EDU + address 172.18.2.224 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm204 + alias ups-lewislib-idfm204.Princeton.EDU + address 172.18.2.225 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm205 + alias ups-lewislib-idfm205.Princeton.EDU + address 172.18.3.252 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm302 + alias ups-lewislib-idfm302.Princeton.EDU + address 172.18.2.227 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislib-idfm303 + alias ups-lewislib-idfm303.Princeton.EDU + address 172.18.2.228 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lauritzen-idfmezz-ppn + alias ups-lauritzen-idfmezz-ppn.Princeton.EDU + address 172.18.193.64 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lewislibrary-bdf + alias ups-lewislibrary-bdf.Princeton.EDU + address 172.18.0.199 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-little-bdf + alias ups-little-bdf.Princeton.EDU + address 172.18.32.34 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-little-idfa11-ppn + alias ups-little-idfa11-ppn.Princeton.EDU + address 172.18.192.209 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lockhart-bdf + alias ups-lockhart-bdf.Princeton.EDU + address 172.18.32.123 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-lowriehouse-bdf + alias ups-lowriehouse-bdf.Princeton.EDU + address 172.18.0.128 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-maclean-bdf + alias ups-maclean-bdf.Princeton.EDU + address 172.18.0.247 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macm-annex + alias ups-macm-annex.Princeton.EDU + address 172.18.0.124 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macmb09-idf + alias ups-macmb09-idf.Princeton.EDU + address 172.18.4.74 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macncheese + alias ups-macncheese.Princeton.EDU + address 172.18.0.243 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-madison-bdf + alias ups-madison-bdf.Princeton.EDU + address 172.18.0.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macmb12-idf + alias ups-macmb12-idf.Princeton.EDU + address 172.18.0.79 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macmb29-paint-idf + alias ups-macmb29-paint-idf.Princeton.EDU + address 172.18.0.203 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-macmillan-bdf + alias ups-macmillan-bdf.Princeton.EDU + address 172.18.1.4 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-madisonhall-111oitidf-ppn + alias ups-madisonhall-111oitidf-ppn.Princeton.EDU + address 172.18.193.254 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-marxhall-bdf + alias ups-marxhall-bdf.Princeton.EDU + address 172.18.1.187 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-marxhall-idf011 + alias ups-marxhall-idf011.Princeton.EDU + address 172.18.2.215 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-marxhall-idfa02 + alias ups-marxhall-idfa02.Princeton.EDU + address 172.18.2.214 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccarter-idf010b-ppn + alias ups-mccarter-idf010b-ppn.Princeton.EDU + address 172.18.192.111 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshinf-112idf-ppn + alias ups-mccoshinf-112idf-ppn.Princeton.EDU + address 172.18.194.81 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshinf-307aidf-ppn + alias ups-mccoshinf-307aidf-ppn.Princeton.EDU + address 172.18.194.82 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshinf-bdf + alias ups-mccoshinf-bdf.Princeton.EDU + address 172.18.1.26 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshinf-idf212 + alias ups-mccoshinf-idf212.Princeton.EDU + address 172.18.1.27 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormick + alias ups-mccormick.Princeton.EDU + address 172.18.1.44 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormick-137a-idf + alias ups-mccormick-137a-idf.Princeton.EDU + address 172.18.2.246 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormickhall-bdfma2 + alias ups-mccormickhall-bdfma2.Princeton.EDU + address 172.18.2.68 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormickhall-idf317 + alias ups-mccormickhall-idf317.Princeton.EDU + address 172.18.2.88 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormickhall-idfm21 + alias ups-mccormickhall-idfm21.Princeton.EDU + address 172.18.2.87 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccormickhall-idfmb2 + alias ups-mccormickhall-idfmb2.Princeton.EDU + address 172.18.2.79 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshhall-bdfb57 + alias ups-mccoshhall-bdfb57.Princeton.EDU + address 172.18.2.191 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshhall-idf-b20 + alias ups-mccoshhall-idf-b20.Princeton.EDU + address 172.18.2.187 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshhall-idf10 + alias ups-mccoshhall-idf10.Princeton.EDU + address 172.18.2.189 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccoshhall-idfb36 + alias ups-mccoshhall-idfb36.Princeton.EDU + address 172.18.2.188 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccrmck-idfm21-ppn + alias ups-mccrmck-idfm21-ppn.Princeton.EDU + address 172.18.192.18 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mcdonnell-m22idf + alias ups-mcdonnell-m22idf.Princeton.EDU + address 172.18.4.17 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mcdonnell-mb2bbdf + alias ups-mcdonnell-mb2bbdf.Princeton.EDU + address 172.18.4.15 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-moffett-idf110cor + alias ups-moffett-idf110cor.Princeton.EDU + address 172.18.2.196 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-moffett-idf225cor + alias ups-moffett-idf225cor.Princeton.EDU + address 172.18.2.197 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-moffett-idf325cor + alias ups-moffett-idf325cor.Princeton.EDU + address 172.18.2.198 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-moffett-idf425cor + alias ups-moffett-idf425cor.Princeton.EDU + address 172.18.2.199 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-morrison-hall-bdf + alias ups-morrison-hall-bdf.Princeton.EDU + address 172.18.0.129 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-morrison-hall-idf215a + alias ups-morrison-hall-idf215a.Princeton.EDU + address 172.18.0.130 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-morrison-hall-idf307a + alias ups-morrison-hall-idf307a.Princeton.EDU + address 172.18.0.131 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-morrison-hall-idfattic + alias ups-morrison-hall-idfattic.Princeton.EDU + address 172.18.0.139 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mudd + alias ups-mudd.Princeton.EDU + address 172.18.1.217 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-murray-bdf + alias ups-murray-bdf.Princeton.EDU + address 172.18.1.56 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-nassau-bdf + alias ups-nassau-bdf.Princeton.EDU + address 172.18.0.230 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-bdf + alias ups-neuro-bdf.Princeton.EDU + address 172.18.4.194 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-nassau-hall + alias ups-nassau-hall.Princeton.EDU + address 172.18.1.49 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-c37oit-idf + alias ups-neuro-c37oit-idf.Princeton.EDU + address 172.18.4.213 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-101idf + alias ups-newchemistry-101idf.Princeton.EDU + address 172.18.2.23 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-102idf + alias ups-newchemistry-102idf.Princeton.EDU + address 172.18.2.20 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-201idf + alias ups-newchemistry-201idf.Princeton.EDU + address 172.18.1.248 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-202idf + alias ups-newchemistry-202idf.Princeton.EDU + address 172.18.1.192 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-301idf + alias ups-newchemistry-301idf.Princeton.EDU + address 172.18.1.191 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-302idf + alias ups-newchemistry-302idf.Princeton.EDU + address 172.18.1.190 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-a01idf + alias ups-newchemistry-a01idf.Princeton.EDU + address 172.18.2.19 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-a02idf + alias ups-newchemistry-a02idf.Princeton.EDU + address 172.18.2.21 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-b02idf + alias ups-newchemistry-b02idf.Princeton.EDU + address 172.18.1.232 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-a30oit-idf + alias ups-neuro-a30oit-idf.Princeton.EDU + address 172.18.4.210 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-a62oit-idf + alias ups-neuro-a62oit-idf.Princeton.EDU + address 172.18.4.217 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-130oit-idf + alias ups-neuro-130oit-idf.Princeton.EDU + address 172.18.4.221 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-162oit-idf + alias ups-neuro-162oit-idf.Princeton.EDU + address 172.18.4.224 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-230oit-idf + alias ups-neuro-230oit-idf.Princeton.EDU + address 172.18.4.199 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-262oit-idf + alias ups-neuro-262oit-idf.Princeton.EDU + address 172.18.4.198 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-340mec-idf-ppn + alias ups-neuro-340mec-idf-ppn.Princeton.EDU + address 172.18.192.26 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-425oit-idf + alias ups-neuro-425oit-idf.Princeton.EDU + address 172.18.3.13 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-neuro-425oit-idf-2 + alias ups-neuro-425oit-idf-2.Princeton.EDU + address 172.18.1.31 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-bdf + alias ups-newchemistry-bdf.Princeton.EDU + address 172.18.1.144 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newchemistry-bdf-2 + alias ups-newchemistry-bdf-2.Princeton.EDU + address 172.18.2.25 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-bdf + alias ups-newgrad-bdf.Princeton.EDU + address 172.18.32.149 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm002idf-ppn + alias ups-newgrad-rm002idf-ppn.Princeton.EDU + address 172.18.192.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm010aidf-ppn + alias ups-newgrad-rm010aidf-ppn.Princeton.EDU + address 172.18.192.95 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm020idf-ppn + alias ups-newgrad-rm020idf-ppn.Princeton.EDU + address 172.18.192.94 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm024aidf-ppn + alias ups-newgrad-rm024aidf-ppn.Princeton.EDU + address 172.18.192.93 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newgrad-rm040idf-ppn + alias ups-newgrad-rm040idf-ppn.Princeton.EDU + address 172.18.192.92 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-200a-idf + alias ups-newsouth-200a-idf.Princeton.EDU + address 172.18.4.157 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-400a-idf + alias ups-newsouth-400a-idf.Princeton.EDU + address 172.18.5.3 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-600a-idf + alias ups-newsouth-600a-idf.Princeton.EDU + address 172.18.5.4 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-728-idf + alias ups-newsouth-728-idf.Princeton.EDU + address 172.18.5.66 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-afl-bdf + alias ups-newsouth-afl-bdf.Princeton.EDU + address 172.18.0.119 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-gatecontrol + alias ups-newsouth-gatecontrol.Princeton.EDU + address 172.18.192.76 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-idf-5fl + alias ups-newsouth-idf-5fl.Princeton.EDU + address 172.18.0.216 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-newsouth-idf300a + alias ups-newsouth-idf300a.Princeton.EDU + address 172.18.2.195 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-northgarage-bdf + alias ups-northgarage-bdf.Princeton.EDU + address 172.18.2.162 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ogadc + alias ups-ogadc.Princeton.EDU + address 172.18.4.89 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-oldgrad-b16d-idf + alias ups-oldgrad-b16d-idf.Princeton.EDU + address 172.18.32.125 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-oldgrad-bdf + alias ups-oldgrad-bdf.Princeton.EDU + address 172.18.32.36 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf120b-ppn + alias ups-scully-idf120b-ppn.Princeton.EDU + address 172.18.193.95 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf138a-ppn + alias ups-scully-idf138a-ppn.Princeton.EDU + address 172.18.193.94 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf220a-ppn + alias ups-scully-idf220a-ppn.Princeton.EDU + address 172.18.193.97 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf238a-ppn + alias ups-scully-idf238a-ppn.Princeton.EDU + address 172.18.193.96 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf246-ppn + alias ups-scully-idf246-ppn.Princeton.EDU + address 172.18.193.91 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf255a-ppn + alias ups-scully-idf255a-ppn.Princeton.EDU + address 172.18.193.90 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf318a-ppn + alias ups-scully-idf318a-ppn.Princeton.EDU + address 172.18.193.99 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf338a-ppn + alias ups-scully-idf338a-ppn.Princeton.EDU + address 172.18.193.98 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf346-ppn + alias ups-scully-idf346-ppn.Princeton.EDU + address 172.18.193.93 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-idf355a-ppn + alias ups-scully-idf355a-ppn.Princeton.EDU + address 172.18.193.92 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-shearowingcenter-idf132 + alias ups-shearowingcenter-idf132.Princeton.EDU + address 172.18.0.181 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-shearowingctr-bdf.princeton.edu + alias ups-shearowingctr-bdf.princeton.edu.Princeton.EDU + address 172.18.2.156 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-sherrerd-316oitidf-ppn + alias ups-sherrerd-316oitidf-ppn.Princeton.EDU + address 172.18.194.6 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-sherrerd-bdf + alias ups-sherrerd-bdf.Princeton.EDU + address 172.18.0.63 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-sherrerd-218oitidf-ppn + alias ups-sherrerd-218oitidf-ppn.Princeton.EDU + address 172.18.194.7 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslabs-143idf-ppn + alias ups-thomaslabs-143idf-ppn.Princeton.EDU + address 172.18.193.231 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-tigerinnclub-bdf + alias ups-tigerinnclub-bdf.Princeton.EDU + address 172.18.32.154 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-towerclub-bdf + alias ups-towerclub-bdf.Princeton.EDU + address 172.18.32.161 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-vonneumann-bdfh002 + alias ups-vonneumann-bdfh002.Princeton.EDU + address 172.18.3.214 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-vonneumann-h115 + alias ups-vonneumann-h115.Princeton.EDU + address 172.18.3.218 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-vonneumann-h200a + alias ups-vonneumann-h200a.Princeton.EDU + address 172.18.3.216 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-patton-idfa06b-ppn + alias ups-patton-idfa06b-ppn.Princeton.EDU + address 172.18.193.113 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-peyton-bdf + alias ups-peyton-bdf.Princeton.EDU + address 172.18.0.167 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-patton-idf309a-ppn + alias ups-patton-idf309a-ppn.Princeton.EDU + address 172.18.193.114 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-116prospect-bdf + alias ups-ppn-116prospect-bdf.Princeton.EDU + address 172.18.192.40 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-1915-a14idf + alias ups-ppn-1915-a14idf.Princeton.EDU + address 172.18.192.38 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-1967-018oit-idf + alias ups-ppn-1967-018oit-idf.Princeton.EDU + address 172.18.192.135 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-auxiliarylibrary-bdf + alias ups-ppn-auxiliarylibrary-bdf.Princeton.EDU + address 172.18.192.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mathey-idfa16a + alias ups-mathey-idfa16a.Princeton.EDU + address 172.18.2.149 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-mccarter-bdf-040a + alias ups-mccarter-bdf-040a.Princeton.EDU + address 172.18.0.101 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-palmerhouse-ppn + alias ups-palmerhouse-ppn.Princeton.EDU + address 172.18.194.102 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-particlelab-east + alias ups-particlelab-east.Princeton.EDU + address 172.18.2.67 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-patton-bdf + alias ups-patton-bdf.Princeton.EDU + address 172.18.32.37 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-wymanhouse-bdf + alias ups-ppn-wymanhouse-bdf.Princeton.EDU + address 172.18.192.109 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ppn-yoseloff-006oit-idf + alias ups-ppn-yoseloff-006oit-idf.Princeton.EDU + address 172.18.192.124 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-bdf + alias ups-princetonstadium-bdf.Princeton.EDU + address 172.18.4.3 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-idf1 + alias ups-princetonstadium-idf1.Princeton.EDU + address 172.18.4.4 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-idf2 + alias ups-princetonstadium-idf2.Princeton.EDU + address 172.18.4.6 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-idf3 + alias ups-princetonstadium-idf3.Princeton.EDU + address 172.18.4.8 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-princetonstadium-idf4 + alias ups-princetonstadium-idf4.Princeton.EDU + address 172.18.4.12 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-printingservices-bdf + alias ups-printingservices-bdf.Princeton.EDU + address 172.18.1.30 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-prospecthouse + alias ups-prospecthouse.Princeton.EDU + address 172.18.1.213 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-pu-press-idf157 + alias ups-pu-press-idf157.Princeton.EDU + address 172.18.2.135 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-pupress-bdf + alias ups-pupress-bdf.Princeton.EDU + address 172.18.3.0 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-pyne-bdf + alias ups-pyne-bdf.Princeton.EDU + address 172.18.32.105 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-pyne-idf708-ppn + alias ups-pyne-idf708-ppn.Princeton.EDU + address 172.18.192.165 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-quadrangleclub-bdf + alias ups-quadrangleclub-bdf.Princeton.EDU + address 172.18.32.157 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-20washington-a35-bdf + alias ups-radio-20washington-a35-bdf.Princeton.EDU + address 172.18.0.228 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-20washington-a69-idf + alias ups-radio-20washington-a69-idf.Princeton.EDU + address 172.18.0.244 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-andlinger-bdf + alias ups-radio-andlinger-bdf.Princeton.EDU + address 172.18.0.12 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-andlinger-idf2 + alias ups-radio-andlinger-idf2.Princeton.EDU + address 172.18.0.145 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-radio-andlinger-idf3 + alias ups-radio-andlinger-idf3.Princeton.EDU + address 172.18.0.146 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-recap-031-idf + alias ups-recap-031-idf.Princeton.EDU + address 172.18.3.110 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-recap-bdf + alias ups-recap-bdf.Princeton.EDU + address 172.18.1.240 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-roberts-stadium-bdf + alias ups-roberts-stadium-bdf.Princeton.EDU + address 172.18.4.53 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-recap-800cor-idf-ppn + alias ups-recap-800cor-idf-ppn.Princeton.EDU + address 172.18.193.128 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-robertsonhall-007-bdf + alias ups-robertsonhall-007-bdf.Princeton.EDU + address 172.18.3.1 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-robertsonhall-024a-idf + alias ups-robertsonhall-024a-idf.Princeton.EDU + address 172.18.2.247 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-robertsstadium-idf121elr + alias ups-robertsstadium-idf121elr.Princeton.EDU + address 172.18.4.1 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-sayrehall-bdf + alias ups-sayrehall-bdf.Princeton.EDU + address 172.18.0.157 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scheidecaldwell-bdf1 + alias ups-scheidecaldwell-bdf1.Princeton.EDU + address 172.18.1.55 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully + alias ups-scully.Princeton.EDU + address 172.18.32.47 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-scully-161idf-ppn + alias ups-scully-161idf-ppn.Princeton.EDU + address 172.18.192.37 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-bdf + alias ups-spelman-bdf.Princeton.EDU + address 172.18.32.108 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfa32b-ppn + alias ups-spelman-idfa32b-ppn.Princeton.EDU + address 172.18.192.56 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg1-ppn + alias ups-spelman-idfbldg1-ppn.Princeton.EDU + address 172.18.192.36 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg2-ppn + alias ups-spelman-idfbldg2-ppn.Princeton.EDU + address 172.18.192.247 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg4-ppn + alias ups-spelman-idfbldg4-ppn.Princeton.EDU + address 172.18.193.1 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg6-ppn + alias ups-spelman-idfbldg6-ppn.Princeton.EDU + address 172.18.193.3 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg7-ppn + alias ups-spelman-idfbldg7-ppn.Princeton.EDU + address 172.18.193.4 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-spelman-idfbldg8-ppn + alias ups-spelman-idfbldg8-ppn.Princeton.EDU + address 172.18.193.5 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-stadium-022a-idf-ppn + alias ups-stadium-022a-idf-ppn.Princeton.EDU + address 172.18.192.74 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-stanhope-bdf + alias ups-stanhope-bdf.Princeton.EDU + address 172.18.3.43 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-terraceclub-bdf + alias ups-terraceclub-bdf.Princeton.EDU + address 172.18.32.153 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf106 + alias ups-thomaslab-idf106.Princeton.EDU + address 172.18.1.79 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf143 + alias ups-thomaslab-idf143.Princeton.EDU + address 172.18.1.87 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf206 + alias ups-thomaslab-idf206.Princeton.EDU + address 172.18.1.88 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf250 + alias ups-thomaslab-idf250.Princeton.EDU + address 172.18.1.89 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf306 + alias ups-thomaslab-idf306.Princeton.EDU + address 172.18.1.90 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-thomaslab-idf350 + alias ups-thomaslab-idf350.Princeton.EDU + address 172.18.1.93 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-walker-bdf + alias ups-walker-bdf.Princeton.EDU + address 172.18.32.173 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wallace-bdf + alias ups-wallace-bdf.Princeton.EDU + address 172.18.0.188 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wallace-idf100j + alias ups-wallace-idf100j.Princeton.EDU + address 172.18.3.46 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wallace-idf225b + alias ups-wallace-idf225b.Princeton.EDU + address 172.18.3.50 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wallace-idf321a + alias ups-wallace-idf321a.Princeton.EDU + address 172.18.1.20 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-walker-idf306-ppn + alias ups-walker-idf306-ppn.Princeton.EDU + address 172.18.192.147 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wendellb-idfmezz-ppn + alias ups-wendellb-idfmezz-ppn.Princeton.EDU + address 172.18.193.60 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wendellc-idfattic-ppn + alias ups-wendellc-idfattic-ppn.Princeton.EDU + address 172.18.193.61 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-westgarage-bdf + alias ups-westgarage-bdf.Princeton.EDU + address 172.18.2.170 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-westwindsorsubstation-bdf + alias ups-westwindsorsubstation-bdf.Princeton.EDU + address 172.18.4.14 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-westwindsorsubstation-bdf2 + alias ups-westwindsorsubstation-bdf2.Princeton.EDU + address 172.18.1.185 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-whig + alias ups-whig.Princeton.EDU + address 172.18.1.151 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-whitman-bdf + alias ups-whitman-bdf.Princeton.EDU + address 172.18.32.14 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wilcox-201idf-ppn + alias ups-wilcox-201idf-ppn.Princeton.EDU + address 172.18.193.51 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-wilcoxhall-bdf005 + alias ups-wilcoxhall-bdf005.Princeton.EDU + address 172.18.2.244 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-witherspoon + alias ups-witherspoon.Princeton.EDU + address 172.18.32.141 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-woolworth-206-idf + alias ups-woolworth-206-idf.Princeton.EDU + address 172.18.2.51 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-woolworth-bdf + alias ups-woolworth-bdf.Princeton.EDU + address 172.18.2.1 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name ups-ww-maint-yard-bdf + alias ups-ww-maint-yard-bdf.Princeton.EDU + address 172.18.4.237 + hostgroups OIT UPS, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-infranet5 + alias gate-voipgate-infranet5.Princeton.EDU + address 172.18.128.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-linknet13 + alias gate-voipgate-linknet13.Princeton.EDU + address 128.112.12.54 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-plinknet3 + alias gate-voipgate-plinknet3.Princeton.EDU + address 192.168.9.13 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voip-servernet + alias gate-voipgate-voip-servernet.Princeton.EDU + address 172.19.64.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voip-servernet2 + alias gate-voipgate-voip-servernet2.Princeton.EDU + address 172.19.69.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet1 + alias gate-voipgate-voipnet1.Princeton.EDU + address 10.2.0.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet2 + alias gate-voipgate-voipnet2.Princeton.EDU + address 10.2.4.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet3 + alias gate-voipgate-voipnet3.Princeton.EDU + address 10.2.5.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet4 + alias gate-voipgate-voipnet4.Princeton.EDU + address 10.2.6.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet5 + alias gate-voipgate-voipnet5.Princeton.EDU + address 10.2.8.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet6 + alias gate-voipgate-voipnet6.Princeton.EDU + address 10.2.10.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet7 + alias gate-voipgate-voipnet7.Princeton.EDU + address 10.2.9.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet8 + alias gate-voipgate-voipnet8.Princeton.EDU + address 10.2.12.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet9 + alias gate-voipgate-voipnet9.Princeton.EDU + address 10.2.13.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet10 + alias gate-voipgate-voipnet10.Princeton.EDU + address 10.2.14.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet11 + alias gate-voipgate-voipnet11.Princeton.EDU + address 10.2.8.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet12 + alias gate-voipgate-voipnet12.Princeton.EDU + address 10.2.8.97 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet13 + alias gate-voipgate-voipnet13.Princeton.EDU + address 10.2.16.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet14 + alias gate-voipgate-voipnet14.Princeton.EDU + address 10.2.16.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet15 + alias gate-voipgate-voipnet15.Princeton.EDU + address 10.2.16.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet16 + alias gate-voipgate-voipnet16.Princeton.EDU + address 10.2.17.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet17 + alias gate-voipgate-voipnet17.Princeton.EDU + address 10.2.17.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet18 + alias gate-voipgate-voipnet18.Princeton.EDU + address 10.2.18.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet19 + alias gate-voipgate-voipnet19.Princeton.EDU + address 10.2.18.33 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet20 + alias gate-voipgate-voipnet20.Princeton.EDU + address 10.2.18.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet21 + alias gate-voipgate-voipnet21.Princeton.EDU + address 10.2.18.97 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet22 + alias gate-voipgate-voipnet22.Princeton.EDU + address 10.2.18.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet23 + alias gate-voipgate-voipnet23.Princeton.EDU + address 10.2.18.161 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet24 + alias gate-voipgate-voipnet24.Princeton.EDU + address 10.2.18.193 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet25 + alias gate-voipgate-voipnet25.Princeton.EDU + address 10.2.18.225 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet26 + alias gate-voipgate-voipnet26.Princeton.EDU + address 10.2.19.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet27 + alias gate-voipgate-voipnet27.Princeton.EDU + address 10.2.19.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet28 + alias gate-voipgate-voipnet28.Princeton.EDU + address 10.2.19.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet29 + alias gate-voipgate-voipnet29.Princeton.EDU + address 10.2.19.193 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet30 + alias gate-voipgate-voipnet30.Princeton.EDU + address 10.2.20.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet31 + alias gate-voipgate-voipnet31.Princeton.EDU + address 10.2.20.65 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet32 + alias gate-voipgate-voipnet32.Princeton.EDU + address 10.2.20.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet33 + alias gate-voipgate-voipnet33.Princeton.EDU + address 10.2.20.193 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet34 + alias gate-voipgate-voipnet34.Princeton.EDU + address 10.2.21.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet35 + alias gate-voipgate-voipnet35.Princeton.EDU + address 10.2.21.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet36 + alias gate-voipgate-voipnet36.Princeton.EDU + address 10.2.22.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet37 + alias gate-voipgate-voipnet37.Princeton.EDU + address 10.2.22.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet38 + alias gate-voipgate-voipnet38.Princeton.EDU + address 10.2.23.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet39 + alias gate-voipgate-voipnet39.Princeton.EDU + address 10.2.23.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet40 + alias gate-voipgate-voipnet40.Princeton.EDU + address 10.2.24.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet41 + alias gate-voipgate-voipnet41.Princeton.EDU + address 10.2.24.129 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet42 + alias gate-voipgate-voipnet42.Princeton.EDU + address 10.2.25.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet43 + alias gate-voipgate-voipnet43.Princeton.EDU + address 10.2.26.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet44 + alias gate-voipgate-voipnet44.Princeton.EDU + address 10.2.27.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet45 + alias gate-voipgate-voipnet45.Princeton.EDU + address 10.2.28.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet46 + alias gate-voipgate-voipnet46.Princeton.EDU + address 10.2.29.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet47 + alias gate-voipgate-voipnet47.Princeton.EDU + address 10.2.30.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet48 + alias gate-voipgate-voipnet48.Princeton.EDU + address 10.2.31.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet49 + alias gate-voipgate-voipnet49.Princeton.EDU + address 10.2.32.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet50 + alias gate-voipgate-voipnet50.Princeton.EDU + address 10.2.34.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet51 + alias gate-voipgate-voipnet51.Princeton.EDU + address 10.2.36.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet52 + alias gate-voipgate-voipnet52.Princeton.EDU + address 10.2.38.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet53 + alias gate-voipgate-voipnet53.Princeton.EDU + address 10.2.40.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet54 + alias gate-voipgate-voipnet54.Princeton.EDU + address 10.2.42.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet55 + alias gate-voipgate-voipnet55.Princeton.EDU + address 10.2.44.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet56 + alias gate-voipgate-voipnet56.Princeton.EDU + address 10.2.46.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet57 + alias gate-voipgate-voipnet57.Princeton.EDU + address 10.2.48.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet58 + alias gate-voipgate-voipnet58.Princeton.EDU + address 10.2.52.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet59 + alias gate-voipgate-voipnet59.Princeton.EDU + address 10.2.56.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name gate-voipgate-voipnet60 + alias gate-voipgate-voipnet60.Princeton.EDU + address 10.2.60.1 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name voipgate2 + alias voipgate2.Princeton.EDU + address 172.18.128.11 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name voipgate3 + alias voipgate3.Princeton.EDU + address 172.18.128.13 + hostgroups OIT VOIP routers, Rover hosts + use Rover device +} + +define host { + host_name Arizona_Cluster + alias Arizona Cluster VIP + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name csg_host + alias faux webcheck csg host + address 140.180.223.42 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name email-end2end + alias End-to-end email testing + address 127.0.0.1 + use generic-host + notifications_enabled 0 + contacts nobody +} + +define host { + host_name epoxy + alias epoxy.Princeton.EDU + address 140.180.222.35 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + check_command check_ssh + check_interval 10 + notification_interval 30 + retry_interval 5 + contact_groups null + contacts ESS Page + _contacts unix@princeton.edu + use UNIX Production +} + +define host { + host_name Kaltura Live + alias kaltura live virtual host + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody + #contacts Dwight D. Bashore, CSG OnCall +} + +define host { + host_name tsm + alias tsm session counter + address 127.0.0.1 + use generic-host + contacts nobody +} + +define host { + host_name Webcheck_Firefox + alias Pseudo host for Firefox webchecks + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name Webcheck_host + alias Webcheck_host.princeton.edu + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name Webhead_Cluster + alias Webhead Cluster VIP + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name www_roxen + alias faux host for Roxen pages + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name autumn-dev + alias autumn-dev.Princeton.EDU + display_name F5 VIP to autom100l and autom101l + address 10.6.58.46 + use generic-host + check_interval 0 + contacts Networking +} + +define host { + host_name autumn + alias autumn.Princeton.EDU + display_name F5 VIP to autom200l and autom201l + address 10.6.58.20 + use generic-host + check_interval 0 + contact_groups Networking Pager +} + +define host { + host_name roxdb01 + alias roxdb01.Princeton.EDU + address 10.6.52.14 + use UNIX Production 151 Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb01qa + alias roxdb01qa.Princeton.EDU + address 10.6.52.71 + use UNIX Dev/QA Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb02 + alias roxdb02.Princeton.EDU + address 10.6.52.72 + use UNIX Production NS Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb02qa + alias roxdb02qa.Princeton.EDU + address 10.6.52.73 + use UNIX Dev/QA Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name alumni-ldap + alias alumni-ldap.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni-ldap1 + alias alumni-ldap1.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni-ldap2 + alias alumni-ldap2.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni05 + alias alumni05.Princeton.EDU + address 10.6.63.109 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni06 + alias alumni06.Princeton.EDU + address 10.6.63.110 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name dsml + alias dsml.Princeton.EDU + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name fed + alias fed.Princeton.EDU + address 140.180.222.18 + use generic-host + # address 3.220.234.24,3.211.185.100 + # use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name fedqa + alias fedqa.Princeton.EDU + address 3.220.168.135,3.220.168.44 + use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name idp + alias idp.Princeton.EDU + address 140.180.222.55 + use generic-host + # address 18.235.250.95,54.159.202.168 + # use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name idpqa + alias idpqa.Princeton.EDU + address 100.24.220.125,18.215.32.83 + use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name webservices + alias webservices.Princeton.EDU + address 140.180.222.61 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap + alias ldap.Princeton.EDU + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name dumper05 + alias dumper05.Princeton.EDU + address 10.6.63.108 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name dumper06 + alias dumper06.Princeton.EDU + address 10.6.63.111 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapprime + alias ldapprime.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapproxyqa + alias ldapproxyqa.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapremote + alias ldapremote.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap05 + alias ldap05.Princeton.edu + address 10.6.63.112 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap06 + alias ldap06.Princeton.edu + address 10.6.63.113 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapupdate + alias ldapupdate.Princeton.EDU + address 140.180.222.45 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name newdumper + alias newdumper.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name ovdprod + alias ovdprod.Princeton.EDU + address 140.180.222.103 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name qaovd + alias qaovd.Princeton.EDU + address 10.6.58.25 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name PUAccess + alias puaccess.Princeton.EDU + address 140.180.222.101 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name PUAccessQA + alias puaccessqa.Princeton.EDU + address 10.6.58.12 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name tools + alias tools.Princeton.EDU + address 140.180.222.56 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name sp + alias sp.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + +define host { + host_name sp2010prod + alias sp2010prod.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + +define host { + host_name sp2016 + alias sp2016.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + +define host { + host_name EP-Poe-Field-9019-Phone + alias Mini-Tower 1 (EP-Poe-Field-9019-Phone) + address 10.2.48.201 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location Poe Field + _Phone 077-9019 + contacts EBT + use generic-host +} + +define host { + host_name EP-Princeton-Station-9076-Phone + alias Mini-Tower 2 (EP-Princeton-Station-9076-Phone) + address 10.2.48.202 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location WAWA Parking Lot (EP Princeton Station) + _Phone 077-9076 + contacts EBT + use generic-host +} + +define host { + host_name EP-Lakeside-1232-Phone + alias Mini-Tower 3 (EP-Lakeside-1232-Phone) + address 10.2.22.39 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location Lakeside + _Phone 077-1232 + contacts EBT + use generic-host +} + +define host { + host_name test-border-router-hpcrc-science-dmz-net + alias test-border-router-hpcrc-science-dmz-net.Princeton.EDU + address 128.112.229.1 + hostgroups test-border-router, Rover hosts + use Rover device +} + +define host { + host_name ups-100overlookcenter-bdf-c401 + alias ups-100overlookcenter-bdf-c401.Princeton.EDU + address 172.18.1.63 + hostgroups test-border-router, Rover hosts + use Rover device +} + +define host { + host_name test-border-hpcrc-router-plinknet36 + alias test-border-hpcrc-router-plinknet36.Princeton.EDU + address 192.168.9.158 + hostgroups test-border-router, Rover hosts + use Rover device +} + +define host { + host_name nwn-cisco-uc-vpn-server-plinknet32 + alias nwn-cisco-uc-vpn-server-plinknet32.Princeton.EDU + address 192.168.9.134 + hostgroups VPN Tunnel Endpoints, Rover hosts + use Rover device +} + +define host { + name Out of band interface + use generic-host + check_interval 60 + max_check_attempts 12 + retry_interval 30 + process_perf_data 0 + register 0 + contacts dummy +} + +define host { + name template-ping + use generic-host + max_check_attempts 3 + notification_interval 60 + contact_groups nagiosadmin + register 0 +} + +define host { + name Router/Switch/Load Balancer + process_perf_data 1 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 0 + check_command check-host-alive + max_check_attempts 3 + check_interval 10 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 60 + notification_period 24x7 + notification_options d,r + icon_image router.png + icon_image_alt Router, Switch, Firewall, or a Load Balancer + vrml_image router.jpg + statusmap_image router.gd2 + contacts nobody + register 0 +} + +define host { + name UNIX Production + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 3 + check_interval 4 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 7 + notification_period 24x7 + notification_options d,r,s + icon_image redhat.jpg + icon_image_alt Oracle Enterprise Linux + vrml_image redhat.jpg + statusmap_image redhat.gd2 + notes Linux Server + contacts dummy + register 0 +} + +define host { + name Solaris Production + use UNIX Production + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris Server + register 0 +} + +define host { + name UNIX Production Untrust + use UNIX Production + parents Monitor Untrust +} + +define host { + name UNIX Production PrivateDMZ + use UNIX Production + parents Monitor PrivateDMZ +} + +define host { + name UNIX Production PublicDMZ + use UNIX Production + parents Monitor PublicDMZ +} + +define host { + name UNIX Production Trust + use UNIX Production + parents Monitor Trust +} + +define host { + name UNIX Production EISFW + use UNIX Production + parents Monitor Eisfw F5 +} + +define host { + name UNIX Dev/QA + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 3 + check_interval 2 + retry_interval 2 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 360 + notification_period 7x4 + notification_options d,r,s + icon_image redhat.jpg + icon_image_alt Oracle Enterprise Linux + vrml_image redhat.jpg + statusmap_image redhat.gd2 + notes Linux Server + contacts dummy + register 0 +} + +define host { + name Solaris Dev/QA + use UNIX Dev/QA + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Solaris Server + register 0 +} + +define host { + name UNIX Dev/QA Untrust + use UNIX Dev/QA + parents Monitor Untrust +} + +define host { + name UNIX Dev/QA PrivateDMZ + use UNIX Dev/QA + parents Monitor PrivateDMZ +} + +define host { + name UNIX Dev/QA PublicDMZ + use UNIX Dev/QA + parents Monitor PublicDMZ +} + +define host { + name UNIX Dev/QA Trust + use UNIX Dev/QA + parents Monitor Trust +} + +define host { + name UNIX Dev/QA EISFW + use UNIX Dev/QA + parents Monitor Eisfw F5 +} + +define host { + name Windows Production + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 4 + check_interval 4 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 7 + notification_period 24x7 + notification_options d,r,s + icon_image win40.png + icon_image_alt Windows + vrml_image win40.png + statusmap_image win40.gd2 + notes Windows Server + contacts dummy + register 0 +} + +define host { + name Windows Production Untrust + use Windows Production + parents Monitor Untrust +} + +define host { + name Windows Production Restricted + use Windows Production + parents Monitor Untrust +} + +define host { + name Windows Production PublicDMZ + use Windows Production + parents Monitor PublicDMZ +} + +define host { + name Windows Production PrivateDMZ + use Windows Production + parents Monitor PrivateDMZ +} + +define host { + name Windows Production Trust + use Windows Production + parents Monitor Trust +} + +define host { + name Windows Production EISFW + use Windows Production + parents Monitor Eisfw F5 +} + +define host { + name Windows Dev/QA + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 4 + check_interval 3 + retry_interval 2 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 1440 + notification_period 7x4 + notification_options d,r,s + icon_image win40.png + icon_image_alt Windows + vrml_image win40.png + statusmap_image win40.gd2 + notes Windows Server + contacts dummy + register 0 +} + +define host { + name Windows Dev/QA Untrust + use Windows Dev/QA + parents Monitor Untrust +} + +define host { + name Windows Dev/QA Restricted + use Windows Dev/QA + parents Monitor Untrust +} + +define host { + name Windows Dev/QA PublicDMZ + use Windows Dev/QA + parents Monitor PublicDMZ +} + +define host { + name Windows Dev/QA PrivateDMZ + use Windows Dev/QA + parents Monitor PrivateDMZ +} + +define host { + name Windows Dev/QA Trust + use Windows Dev/QA + parents Monitor Trust +} + +define host { + name Windows Dev/QA EISFW + use Windows Dev/QA + parents Monitor Eisfw F5 +} + +define host { + name Gearman Worker Dev/QA + use UNIX Dev/QA + event_handler gearman_host_recovery + contacts Igor V. Gubenko + register 0 +} + +define host { + name Gearman Worker Production + use UNIX Production + event_handler gearman_host_recovery + contacts Joseph M. Karam, Igor V. Gubenko + register 0 +} + +define host { + name Gearman + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 0 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 1 + check_interval 1 + retry_interval 1 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options d,r + contact_groups nagiosadmin + contacts nagiosadmin + register 0 +} + +define host { + name UNIX Dev/QA AWS Untrust + use UNIX Dev/QA + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name UNIX Production AWS Untrust + use UNIX Production + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name Windows Dev/QA AWS Untrust + use Windows Dev/QA + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name Windows Production AWS Untrust + use Windows Production + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name AWS Load Balancer + use Router/Switch/Load Balancer + check_command check_dns + parents Gearman 151 Untrust, Gearman NS Untrust +} + +define host { + name UNIX Dev/QA 151 PrivateDMZ + use UNIX Dev/QA + parents Gearman 151 PrivateDMZ +} + +define host { + name UNIX Production 151 PrivateDMZ + use UNIX Production + parents Gearman 151 PrivateDMZ +} + +define host { + name Windows Dev/QA 151 PrivateDMZ + use Windows Dev/QA + parents Gearman 151 PrivateDMZ +} + +define host { + name Windows Production 151 PrivateDMZ + use Windows Production + parents Gearman 151 PrivateDMZ +} + +define host { + name UNIX Dev/QA 151 PublicDMZ + use UNIX Dev/QA + parents Gearman 151 PublicDMZ +} + +define host { + name UNIX Production 151 PublicDMZ + use UNIX Production + parents Gearman 151 PublicDMZ +} + +define host { + name Windows Dev/QA 151 PublicDMZ + use Windows Dev/QA + parents Gearman 151 PublicDMZ +} + +define host { + name Windows Production 151 PublicDMZ + use Windows Production + parents Gearman 151 PublicDMZ +} + +define host { + name UNIX Dev/QA 151 Trust + use UNIX Dev/QA + parents Gearman 151 Trust +} + +define host { + name UNIX Production 151 Trust + use UNIX Production + parents Gearman 151 Trust +} + +define host { + name Windows Dev/QA 151 Trust + use Windows Dev/QA + parents Gearman 151 Trust +} + +define host { + name Windows Production 151 Trust + use Windows Production + parents Gearman 151 Trust +} + +define host { + name UNIX Dev/QA 151 Untrust + use UNIX Dev/QA + parents Gearman 151 Untrust +} + +define host { + name UNIX Dev/QA 151 Restricted + use UNIX Dev/QA + parents Gearman 151 Untrust +} + +define host { + name UNIX Production 151 Untrust + use UNIX Production + parents Gearman 151 Untrust +} + +define host { + name Windows Dev/QA 151 Untrust + use Windows Dev/QA + parents Gearman 151 Untrust +} + +define host { + name Windows Dev/QA 151 Restricted + use Windows Dev/QA + parents Gearman 151 Untrust +} + +define host { + name Windows Production 151 Untrust + use Windows Production + parents Gearman 151 Untrust +} + +define host { + name Windows Production 151 Restricted + use Windows Production + parents Gearman 151 Untrust +} + +define host { + name UNIX Dev/QA 151 EISFW + use UNIX Dev/QA + parents Gearman 151 PrivateDMZ, Gearman 151 Trust, Gearman 151 PublicDMZ +} + +define host { + name UNIX Production 151 EISFW + use UNIX Production + parents Gearman 151 PrivateDMZ, Gearman 151 Trust, Gearman 151 PublicDMZ +} + +define host { + name Windows Dev/QA 151 EISFW + use Windows Dev/QA + parents Gearman 151 PrivateDMZ, Gearman 151 Trust, Gearman 151 PublicDMZ +} + +define host { + name Windows Production 151 EISFW + use Windows Production + parents Gearman 151 PrivateDMZ, Gearman 151 Trust, Gearman 151 PublicDMZ +} + +define host { + name UNIX Dev/QA NS PrivateDMZ + use UNIX Dev/QA + parents Gearman NS PrivateDMZ +} + +define host { + name UNIX Production NS PrivateDMZ + use UNIX Production + parents Gearman NS PrivateDMZ +} + +define host { + name Windows Dev/QA NS PrivateDMZ + use Windows Dev/QA + parents Gearman NS PrivateDMZ +} + +define host { + name Windows Production NS PrivateDMZ + use Windows Production + parents Gearman NS PrivateDMZ +} + +define host { + name UNIX Dev/QA NS PublicDMZ + use UNIX Dev/QA + parents Gearman NS PublicDMZ +} + +define host { + name UNIX Production NS PublicDMZ + use UNIX Production + parents Gearman NS PublicDMZ +} + +define host { + name Windows Dev/QA NS PublicDMZ + use Windows Dev/QA + parents Gearman NS PublicDMZ +} + +define host { + name Windows Production NS PublicDMZ + use Windows Production + parents Gearman NS PublicDMZ +} + +define host { + name UNIX Dev/QA NS Trust + use UNIX Dev/QA + parents Gearman NS Trust +} + +define host { + name UNIX Production NS Trust + use UNIX Production + parents Gearman NS Trust +} + +define host { + name Windows Dev/QA NS Trust + use Windows Dev/QA + parents Gearman NS Trust +} + +define host { + name Windows Production NS Trust + use Windows Production + parents Gearman NS Trust +} + +define host { + name UNIX Dev/QA NS Untrust + use UNIX Dev/QA + parents Gearman NS Untrust +} + +define host { + name UNIX Dev/QA NS Restricted + use UNIX Dev/QA + parents Gearman NS Untrust +} + +define host { + name UNIX Production NS Untrust + use UNIX Production + parents Gearman NS Untrust +} + +define host { + name Windows Dev/QA NS Untrust + use Windows Dev/QA + parents Gearman NS Untrust +} + +define host { + name Windows Dev/QA NS Restricted + use Windows Dev/QA + parents Gearman NS Untrust +} + +define host { + name Windows Production NS Untrust + use Windows Production + parents Gearman NS Untrust +} + +define host { + name Windows Production NS Restricted + use Windows Production + parents Gearman NS Untrust +} + +define host { + name UNIX Dev/QA NS EISFW + use UNIX Dev/QA + parents Gearman NS PrivateDMZ, Gearman NS Trust, Gearman NS PublicDMZ +} + +define host { + name UNIX Production NS EISFW + use UNIX Production + parents Gearman NS PrivateDMZ, Gearman NS Trust, Gearman NS PublicDMZ +} + +define host { + name Windows Dev/QA NS EISFW + use Windows Dev/QA + parents Gearman NS PrivateDMZ, Gearman NS Trust, Gearman NS PublicDMZ +} + +define host { + name Windows Production NS EISFW + use Windows Production + parents Gearman NS PrivateDMZ, Gearman NS Trust, Gearman NS PublicDMZ +} + +define host { + name Networking device + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 3 + check_interval 3 + retry_interval 5 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options d,r + contacts Networking + hostgroups Net + icon_image router.png + icon_image_alt Router, Switch, Firewall, or a Load Balancer + vrml_image router.jpg + statusmap_image router.gd2 + register 0 +} + +define host { + name Rover device + process_perf_data 0 + retain_status_information 1 + flap_detection_enabled 1 + retain_nonstatus_information 1 + active_checks_enabled 1 + passive_checks_enabled 1 + check_period 24x7 + obsess_over_host 0 + check_freshness 1 + check_command check-host-alive + max_check_attempts 3 + check_interval 1 + event_handler_enabled 1 + notifications_enabled 1 + notification_interval 10080 + notification_period 24x7 + notification_options d,r + contact_groups nobody + contacts nobody + hostgroups Rover hosts + icon_image router.png + icon_image_alt Router, Switch, Firewall, or a Load Balancer + vrml_image router.jpg + statusmap_image router.gd2 + register 0 +} + +define host { + name OIT Core Router-Switch + hostgroups OIT Core Routers/Switches + use Networking device +} + +define host { + name OIT Non-Core Router + hostgroups OIT Non-Core Routers + use Networking device +} + +define host { + name ISP Router + hostgroups ISP Routers + use Networking device +} + +define host { + name OIT CWDM + hostgroups OIT CWDM + use Networking device +} + +define host { + name OIT VPN Tunnel + hostgroups OIT VPN Tunnel Endpoints + use Networking device +} + +define host { + name OIT DSL Modem + hostgroups OIT DSL Modems + use Networking device +} + +define host { + name OIT Ethernet Switch/Repeater + hostgroups OIT Ethernet Switches/Repeaters + use Networking device +} + +define host { + name OIT Wireless Access Point (Aruba) + hostgroups OIT Wireless Access Points - Aruba + use Networking device +} + +define host { + name OIT Wireless Access Point (Cisco) + hostgroups OIT Wireless Access Points - Cisco + use Networking device +} + +define host { + name OIT UPS Networking + hostgroups OIT UPS Networking + use Networking device +} + +define host { + name OIT APC Switched Rack PDU + hostgroups OIT APC Switched Rack PDU + use Networking device +} + +define host { + name OIT APC Redundant Power Auto Transfer Switch + hostgroups OIT APC Redundant Power Auto Transfer Switches + use Networking device +} + +define host { + name Lantronix Serial-to-IP Terminal Server Gateway + hostgroups Lantronix Serial-to-IP Terminal Server Gateways + use Networking device +} + +define host { + name NAT + hostgroups NATs + use Networking device +} + +define host { + name VPN + hostgroups VPN Servers + use Networking device +} + +define host { + name Aruba Controller + hostgroups Aruba controllers + use Networking device +} + +define host { + name Aruba Remote Access Controller + hostgroups Aruba remote access controllers + use Networking device +} + +define host { + name Aruba Remote Access Point + hostgroups Aruba remote access points + use Networking device +} + +define host { + name Aruba ClearPass + hostgroups Aruba ClearPass Appliances + use Networking device + contacts Networking +} + +define host { + name Remote Cable Modem + hostgroups Remote cable modems + use Networking device +} + +define host { + name OIT POE Power Injector + hostgroups OIT POE Power Injectors + use Networking device +} + +define host { + name OIT Server + hostgroups OIT Servers + use Networking device +} + +define host { + name OIT Telephony + hostgroups OIT Telephony + use Networking device +} + +define host { + name Public Safety + hostgroups Public Safety + use Networking device +} + +define host { + name Dining Services + hostgroups Dining Services + use Networking device +} + +define host { + name InfoBlox + hostgroups InfoBlox + use Networking device + contacts Networking +} + +define host { + name Oracle Exadata Dev/QA 151 Trust + use UNIX Dev/QA + parents Gearman 151 Trust + notification_period 24x7 +} + diff --git a/cfg/new/hostdependency.cfg b/cfg/new/hostdependency.cfg new file mode 100644 index 0000000..1d2a138 --- /dev/null +++ b/cfg/new/hostdependency.cfg @@ -0,0 +1,48 @@ +define hostdependency { + dependent_hostgroup_name NS PrivateDMZ + host_name Gearman NS PrivateDMZ + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name NS PublicDMZ + host_name Gearman NS PublicDMZ + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name NS Trust + host_name Gearman NS Trust + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name NS Untrust, NS Restricted + host_name Gearman NS Untrust + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name 151 PrivateDMZ + host_name Gearman 151 PrivateDMZ + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name 151 PublicDMZ + host_name Gearman 151 PublicDMZ + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name 151 Trust + host_name Gearman 151 Trust + notification_failure_criteria d +} + +define hostdependency { + dependent_hostgroup_name 151 Untrust, 151 Restricted, Clusters, CISDR, Email, ESX, F5 Load Balancers, Firewalls, Kaltura Live, KMA, Net, Netmgmt, IAM, SharePoint, Solaris, TSM, Webcheck, Webcheck_csg, Webcheck_Roxen + host_name Gearman 151 Untrust + notification_failure_criteria d +} + diff --git a/cfg/new/hostescalation.cfg b/cfg/new/hostescalation.cfg new file mode 100644 index 0000000..aacd9a9 --- /dev/null +++ b/cfg/new/hostescalation.cfg @@ -0,0 +1,122 @@ +define hostescalation { + use Prod 8x5 escalation + hostgroup_name Prod 8x5 Linux, Prod 8x5 Windows + contact_groups ESS_8x5 +} + +define hostescalation { + use Prod outside 8x5 escalation + hostgroup_name Prod 8x5 Linux, Prod 8x5 Windows + contact_groups ESS_8x5 +} + +define hostescalation { + use Delay Dev + hostgroup_name Linux Dev/QA, !Oracle Exadata Dev/QA + contacts ESS UNIX List +} + +define hostescalation { + use Delay Dev + hostgroup_name Oracle Exadata Dev/QA + contact_groups DBA Page +} + +define hostescalation { + use Delay Dev + escalation_period 8x5 + hostgroup_name Windows Dev/QA + contacts ESS Windows List +} + +define hostescalation { + use Delay Production + hostgroup_name DBA Windows Prod, DBA UNIX Prod, Solaris, Linux Prod, Windows Prod, ESX, !Oracle Exadata, !TSM Production, !Prod 8x5 Linux, !Prod 8x5 Windows + contacts ESS Page +} + +define hostescalation { + use Delay Exadata Production + hostgroup_name Oracle Exadata + contact_groups DBA Page +} + +define hostescalation { + use Delay Production + hostgroup_name TSM Production + contact_groups TSM, TSM Page +} + +define hostescalation { + use host_notify_once + hostgroup_name Netmgmt + contacts ESS Ops +} + +define hostescalation { + use host_notify_once + hostgroup_name Netmgmt + escalation_options r + contacts ESS UNIX List +} + +define hostescalation { + name Prod 8x5 escalation + first_notification 2 + last_notification 24 + notification_interval 360 + escalation_period 8x5 + escalation_options r,d,u + register 0 +} + +define hostescalation { + name Prod outside 8x5 escalation + first_notification 2 + last_notification 24 + notification_interval 360 + escalation_period Outside 8x5 + escalation_options r,d,u + register 0 +} + +define hostescalation { + name Delay Dev + first_notification 1 + last_notification 30 + notification_interval 1440 + escalation_period 24x7 + escalation_options r,d + register 0 +} + +define hostescalation { + name Delay Production + first_notification 2 + last_notification 6 + notification_interval 360 + escalation_period 24x7 + escalation_options r,d,u + register 0 +} + +define hostescalation { + name Delay Exadata Production + first_notification 1 + last_notification 6 + notification_interval 360 + escalation_period 24x7 + escalation_options r,d,u + register 0 +} + +define hostescalation { + name host_notify_once + first_notification 1 + last_notification 1 + notification_interval 0 + escalation_period 24x7 + escalation_options d,u + register 0 +} + diff --git a/cfg/new/hostgroup.cfg b/cfg/new/hostgroup.cfg new file mode 100644 index 0000000..9394606 --- /dev/null +++ b/cfg/new/hostgroup.cfg @@ -0,0 +1,2230 @@ +define hostgroup { + hostgroup_name Dell Agent-free Servers + alias Dell Agent-free Servers +} + +define hostgroup { + hostgroup_name AWS + alias All hosts in Amazon Cloud + hostgroup_members AWS Dev/QA, AWS Prod +} + +define hostgroup { + hostgroup_name AWS Dev/QA + alias Dev/QA hosts in Amazon Cloud + hostgroup_members AWS Dev/QA ELB, AWS Untrust Dev/QA Windows, AWS Untrust Pre-Production Windows, AWS Untrust Dev/QA Linux OEL6, AWS Untrust Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name AWS Prod + alias Production hosts in Amazon Cloud + hostgroup_members AWS Untrust Prod Windows, AWS Untrust Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name PublicDMZ + alias All hosts in PublicDMZ + hostgroup_members PublicDMZ Dev/QA, PublicDMZ Prod +} + +define hostgroup { + hostgroup_name PublicDMZ Dev/QA + alias Dev/QA hosts in PublicDMZ + hostgroup_members PublicDMZ Dev/QA Windows, PublicDMZ Dev/QA Linux +} + +define hostgroup { + hostgroup_name PublicDMZ Prod + alias Production hosts in PublicDMZ + hostgroup_members PublicDMZ Prod Windows, PublicDMZ Prod Linux +} + +define hostgroup { + hostgroup_name PublicDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PublicDMZ + hostgroup_members 151 PublicDMZ Dev/QA Windows, 151 PublicDMZ Pre-Production Windows, NS PublicDMZ Dev/QA Windows, NS PublicDMZ Pre-Production Windows +} + +define hostgroup { + hostgroup_name PublicDMZ Dev/QA Linux + alias Linux Dev/QA hosts in PublicDMZ + hostgroup_members PublicDMZ Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name PublicDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PublicDMZ + hostgroup_members 151 PublicDMZ Dev/QA Linux OEL6, NS PublicDMZ Dev/QA Linux OEL6, 151 PublicDMZ Pre-Production Linux OEL6, NS PublicDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name PublicDMZ Prod Windows + alias Windows Production hosts in PublicDMZ + hostgroup_members 151 PublicDMZ Prod Windows, NS PublicDMZ Prod Windows +} + +define hostgroup { + hostgroup_name PublicDMZ Prod Linux + alias Linux Production hosts in PublicDMZ + hostgroup_members PublicDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name PublicDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PublicDMZ + hostgroup_members 151 PublicDMZ Prod Linux OEL6, NS PublicDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 PublicDMZ + alias All hosts in PublicDMZ and 151 Forrestal + hostgroup_members 151 PublicDMZ Dev/QA, 151 PublicDMZ Prod +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Dev/QA + alias Dev/QA hosts in PublicDMZ and 151 Forrestal + hostgroup_members 151 PublicDMZ Dev/QA Windows, 151 PublicDMZ Pre-Production Windows, 151 PublicDMZ Dev/QA Linux OEL6, 151 PublicDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Prod + alias Production hosts in PublicDMZ and 151 Forrestal + hostgroup_members 151 PublicDMZ Prod Windows, 151 PublicDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS PublicDMZ + alias All hosts in PublicDMZ and New South + hostgroup_members NS PublicDMZ Dev/QA, NS PublicDMZ Prod +} + +define hostgroup { + hostgroup_name NS PublicDMZ Dev/QA + alias Dev/QA hosts in PublicDMZ and New South + hostgroup_members NS PublicDMZ Dev/QA Windows, NS PublicDMZ Dev/QA Linux OEL6, NS PublicDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name NS PublicDMZ Prod + alias Production hosts in PublicDMZ and New South + hostgroup_members NS PublicDMZ Prod Windows, NS PublicDMZ Prod Linux OEL6 + members eisnet200l +} + +define hostgroup { + hostgroup_name PrivateDMZ + alias All hosts in PrivateDMZ + hostgroup_members PrivateDMZ Dev/QA, PrivateDMZ Prod +} + +define hostgroup { + hostgroup_name PrivateDMZ Dev/QA + alias Dev/QA hosts in PrivateDMZ + hostgroup_members PrivateDMZ Dev/QA Windows, MSSQL Dev Clusters, PrivateDMZ Dev/QA Linux +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod + alias Production hosts in PrivateDMZ + hostgroup_members PrivateDMZ Prod Windows, PrivateDMZ Prod Linux + #members +} + +define hostgroup { + hostgroup_name PrivateDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PrivateDMZ + hostgroup_members 151 PrivateDMZ Dev/QA Windows, 151 PrivateDMZ Pre-Production Windows, NS PrivateDMZ Dev/QA Windows, NS PrivateDMZ Pre-Production Windows +} + +define hostgroup { + hostgroup_name PrivateDMZ Dev/QA Linux + alias Linux Dev/QA hosts in PrivateDMZ + hostgroup_members PrivateDMZ Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name PrivateDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PrivateDMZ + hostgroup_members 151 PrivateDMZ Dev/QA Linux OEL6, NS PrivateDMZ Dev/QA Linux OEL6, 151 PrivateDMZ Pre-Production Linux OEL6, NS PrivateDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod Windows + alias Windows Production hosts in PrivateDMZ + hostgroup_members 151 PrivateDMZ Prod Windows, NS PrivateDMZ Prod Windows +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod Linux + alias Linux Production hosts in PrivateDMZ + hostgroup_members PrivateDMZ Prod Linux OEL6, PrivateDMZ Prod Linux OEL5 + members sdprsa200l, sdprsa201l +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PrivateDMZ + hostgroup_members 151 PrivateDMZ Prod Linux OEL6, NS PrivateDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name PrivateDMZ Prod Linux OEL5 + alias Oracle Enterprise Linux 5 Production hosts in PrivateDMZ + hostgroup_members NS PrivateDMZ Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ + alias All hosts in PrivateDMZ and 151 Forrestal + hostgroup_members 151 PrivateDMZ Dev/QA, 151 PrivateDMZ Prod +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Dev/QA + alias Dev/QA hosts in PrivateDMZ and 151 Forrestal + hostgroup_members 151 PrivateDMZ Dev/QA Windows, 151 PrivateDMZ Pre-Production Windows, 151 PrivateDMZ Pre-Production Linux OEL6, 151 PrivateDMZ Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Prod + alias Production hosts in PrivateDMZ and 151 Forrestal + hostgroup_members 151 PrivateDMZ Prod Windows, 151 PrivateDMZ Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS PrivateDMZ + alias All hosts in PrivateDMZ and New South + hostgroup_members NS PrivateDMZ Dev/QA, NS PrivateDMZ Prod +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Dev/QA + alias Dev/QA hosts in PrivateDMZ and New South + hostgroup_members NS PrivateDMZ Dev/QA Windows, NS PrivateDMZ Pre-Production Windows, NS PrivateDMZ Dev/QA Linux OEL6, NS PrivateDMZ Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Prod + alias Production hosts in PrivateDMZ and New South + hostgroup_members NS PrivateDMZ Prod Windows, NS PrivateDMZ Prod Linux OEL6, NS PrivateDMZ Prod Linux OEL5 + members essvc201w, sdprsa200l, sdprsa201l +} + +define hostgroup { + hostgroup_name Trust + alias All hosts in Trust + hostgroup_members Trust Dev/QA, Trust Prod +} + +define hostgroup { + hostgroup_name Trust Dev/QA + alias Dev/QA hosts in Trust + hostgroup_members Trust Dev/QA Windows, Trust Dev/QA Linux +} + +define hostgroup { + hostgroup_name Trust Prod + alias Production hosts in Trust + hostgroup_members Trust Prod Windows, Trust Prod Linux + #members +} + +define hostgroup { + hostgroup_name Trust Dev/QA Windows + alias Windows Dev/QA hosts in Trust + hostgroup_members 151 Trust Dev/QA Windows, NS Trust Dev/QA Windows, 151 Trust Pre-Production Windows, NS Trust Pre-Production Windows +} + +define hostgroup { + hostgroup_name Trust Dev/QA Linux + alias Linux Dev/QA hosts in Trust + hostgroup_members Trust Dev/QA Linux OEL6, Trust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Trust Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in Trust + hostgroup_members 151 Trust Dev/QA Linux OEL6, 151 Trust Pre-Production Linux OEL6, NS Trust Dev/QA Linux OEL6, NS Trust Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name Trust Dev/QA Linux OEL5 + alias Oracle Enterprise Linux 5 Dev/QA hosts in Trust + hostgroup_members 151 Trust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Trust Prod Windows + alias Windows Production hosts in Trust + hostgroup_members 151 Trust Prod Windows, NS Trust Prod Windows +} + +define hostgroup { + hostgroup_name Trust Prod Linux + alias Linux Production hosts in Trust + hostgroup_members Trust Prod Linux OEL6, Trust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name Trust Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in Trust + hostgroup_members 151 Trust Prod Linux OEL6, NS Trust Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name Trust Prod Linux OEL5 + alias Oracle Enterprise Linux 5 Production hosts in Trust + hostgroup_members NS Trust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name 151 Trust + alias All hosts in Trust and 151 Forrestal + hostgroup_members 151 Trust Dev/QA, 151 Trust Prod +} + +define hostgroup { + hostgroup_name 151 Trust Dev/QA + alias Dev/QA hosts in Trust and 151 Forrestal + hostgroup_members 151 Trust Dev/QA Windows, 151 Trust Pre-Production Windows, 151 Trust Dev/QA Linux OEL6, 151 Trust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name 151 Trust Prod + alias Production hosts in Trust and 151 Forrestal + hostgroup_members 151 Trust Prod Windows, 151 Trust Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Trust + alias All hosts in Trust and New South + hostgroup_members NS Trust Dev/QA, NS Trust Prod +} + +define hostgroup { + hostgroup_name NS Trust Dev/QA + alias Dev/QA hosts in Trust and New South + hostgroup_members NS Trust Dev/QA Windows, NS Trust Pre-Production Windows, NS Trust Dev/QA Linux OEL6, NS Trust Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Trust Prod + alias Production hosts in Trust and New South + hostgroup_members NS Trust Prod Windows, NS Trust Prod Linux OEL6, NS Trust Prod Linux OEL5 + #members +} + +define hostgroup { + hostgroup_name Restricted Dev/QA + alias Dev/QA hosts behind Restricted + hostgroup_members Restricted Dev/QA Windows, Restricted Dev/QA Linux +} + +define hostgroup { + hostgroup_name Restricted Prod + alias Production hosts behind Restricted + hostgroup_members Restricted Prod Windows, Restricted Prod Linux +} + +define hostgroup { + hostgroup_name Restricted Dev/QA Windows + alias Windows Dev/QA hosts behind Restricted + hostgroup_members 151 Restricted Dev/QA Windows, NS Restricted Dev/QA Windows, 151 Restricted Pre-Production Windows, NS Restricted Pre-Production Windows +} + +define hostgroup { + hostgroup_name Restricted Dev/QA Linux + alias Linux OEL7 Dev/QA hosts behind Restricted + hostgroup_members 151 Restricted Dev/QA Linux OEL7, NS Restricted Dev/QA Linux OEL7, 151 Restricted Pre-Production Linux OEL7, NS Restricted Pre-Production Linux OEL7 +} + +define hostgroup { + hostgroup_name Restricted Prod Windows + alias Windows Production hosts behind Restricted + hostgroup_members 151 Restricted Prod Windows, NS Restricted Prod Windows +} + +define hostgroup { + hostgroup_name Restricted Prod Linux + alias Linux OEL7 Production hosts behind Restricted + hostgroup_members 151 Restricted Prod Linux OEL7, NS Restricted Prod Linux OEL7 +} + +define hostgroup { + hostgroup_name NS Restricted + alias Hosts behind Restricted in New South + hostgroup_members NS Restricted Dev/QA Windows, NS Restricted Prod Windows, NS Restricted Dev/QA Linux OEL7, NS Restricted Pre-Production Linux OEL7, NS Restricted Prod Linux OEL7 +} + +define hostgroup { + hostgroup_name 151 Restricted + alias Hosts behind Restricted in 151 Forrestal + hostgroup_members 151 Restricted Dev/QA Windows, 151 Restricted Prod Windows, 151 Restricted Dev/QA Linux OEL7, 151 Restricted Pre-Production Linux OEL7, 151 Restricted Prod Linux OEL7 +} + +define hostgroup { + hostgroup_name Restricted + alias Hosts behind Restricted + hostgroup_members Restricted Dev/QA, Restricted Prod +} + +define hostgroup { + hostgroup_name Untrust F5 + alias All hosts behind the F5 + hostgroup_members Untrust F5 Dev/QA, Untrust F5 Prod +} + +define hostgroup { + hostgroup_name Untrust F5 Dev/QA + alias Dev/QA hosts behind F5 + hostgroup_members Untrust F5 Dev/QA Windows, Untrust F5 Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust F5 Dev/QA Windows + alias Windows Dev/QA hosts outside the firewall, behind the F5 + hostgroup_members 151 Untrust F5 Dev/QA Windows, NS Untrust F5 Dev/QA Windows, NS Untrust F5 Pre-Production Windows +} + +define hostgroup { + hostgroup_name Untrust F5 Dev/QA Linux OEL6 + alias Linux OEL6 Dev/QA hosts outside the firewall, behind the F5 + hostgroup_members 151 Untrust F5 Dev/QA Linux OEL6, NS Untrust F5 Dev/QA Linux OEL6, 151 Untrust F5 Pre-Production Linux OEL6, NS Untrust F5 Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust F5 Prod + alias Production hosts behind F5 + hostgroup_members Untrust F5 Prod Windows, Untrust F5 Prod Linux +} + +define hostgroup { + hostgroup_name Untrust F5 Prod Windows + alias Windows Production hosts outside the firewall, behind the F5 + hostgroup_members 151 Untrust F5 Prod Windows, NS Untrust F5 Prod Windows +} + +define hostgroup { + hostgroup_name Untrust F5 Prod Linux + alias Linux Production hosts outside the firewall, behind the F5 + hostgroup_members 151 Untrust F5 Prod Linux OEL6, NS Untrust F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust Dev/QA + alias Dev/QA hosts outside the firewall + hostgroup_members Untrust F5 Dev/QA, Untrust Dev/QA Windows, Untrust Dev/QA Linux OEL6, Untrust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Untrust Dev/QA Windows + alias Windows Dev/QA hosts outside the firewall + hostgroup_members Untrust F5 Dev/QA Windows, 151 Untrust Dev/QA Windows, NS Untrust Dev/QA Windows, NS Untrust Pre-Production Windows + # 87 Prospect +} + +define hostgroup { + hostgroup_name Untrust Dev/QA Linux OEL6 + alias Linux Dev/QA OEL6 hosts outside the firewall + hostgroup_members 151 Untrust Dev/QA Linux OEL6, NS Untrust Dev/QA Linux OEL6, Untrust F5 Dev/QA Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust Dev/QA Linux OEL5 + alias Linux Dev/QA OEL5 hosts outside the firewall + hostgroup_members 151 Untrust Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Untrust Prod + alias Production hosts outside the firewall + hostgroup_members Untrust Prod Windows, Untrust Prod Linux OEL6, Untrust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name Untrust Prod Windows + alias Windows Production hosts outside the firewall + hostgroup_members 151 Untrust Prod Windows, NS Untrust Prod Windows, Untrust F5 Prod Windows +} + +define hostgroup { + hostgroup_name Untrust Prod Linux OEL6 + alias Linux Production OEL6 hosts outside the firewall + hostgroup_members 151 Untrust Prod Linux OEL6, NS Untrust Prod Linux OEL6, 151 Untrust F5 Prod Linux OEL6, NS Untrust F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name Untrust Prod Linux OEL5 + alias Linux Production OEL5 hosts outside the firewall + hostgroup_members 151 Untrust Prod Linux OEL5, NS Untrust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name NS Untrust Dev/QA + alias Dev/QA hosts outside the firewall in New South + hostgroup_members NS Untrust Dev/QA Windows, NS Untrust F5 Dev/QA Windows, NS Untrust Dev/QA Linux OEL6, NS Untrust F5 Dev/QA Linux OEL6 + members ims205, ims317, receiver02 +} + +define hostgroup { + hostgroup_name NS Untrust Prod + alias Production hosts outside the firewall in New South + hostgroup_members NS Untrust Prod Windows, NS Untrust F5 Prod Windows, NS Untrust Prod Linux OEL6, NS Untrust Prod Linux OEL5, NS Untrust F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Untrust + alias All hosts outside the firewall in New South + hostgroup_members NS Untrust Dev/QA, NS Untrust Prod +} + +define hostgroup { + hostgroup_name 151 Untrust Dev/QA + alias Dev/QA hosts outside the firewall in 151 Forrestal + hostgroup_members 151 Untrust Dev/QA Windows, 151 Untrust F5 Dev/QA Windows, 151 Untrust Dev/QA Linux OEL6, 151 Untrust F5 Dev/QA Linux OEL6, 151 Untrust Dev/QA Linux OEL5 + members harris, ims204, ims316 +} + +define hostgroup { + hostgroup_name 151 Untrust Prod + alias Production hosts outside the firewall in 151 Forrestal + hostgroup_members 151 Untrust Prod Windows, 151 Untrust F5 Prod Windows, 151 Untrust Prod Linux OEL6, 151 Untrust Prod Linux OEL5, 151 Untrust F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 Untrust + alias All hosts outside the firewall in 151 Forrestal + hostgroup_members 151 Untrust Dev/QA, 151 Untrust Prod +} + +define hostgroup { + hostgroup_name Eisfw F5 + alias All hosts in Eisfw F5 + hostgroup_members Eisfw F5 Dev/QA, Eisfw F5 Prod +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA + alias Dev/QA hosts in Eisfw F5 + hostgroup_members Eisfw F5 Dev/QA Windows, Eisfw F5 Dev/QA Linux +} + +define hostgroup { + hostgroup_name Eisfw F5 Prod + alias Production hosts in Eisfw F5 + hostgroup_members Eisfw F5 Prod Windows, Eisfw F5 Prod Linux +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA Windows + alias Windows Dev/QA hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Dev/QA Windows, 151 Eisfw F5 Pre-Production Windows, NS Eisfw F5 Dev/QA Windows, NS Eisfw F5 Pre-Production Windows +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA Linux + alias Linux Dev/QA hosts in Eisfw F5 + hostgroup_members Eisfw F5 Dev/QA Linux OEL6, Eisfw F5 Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Dev/QA Linux OEL6, 151 Eisfw F5 Pre-Production Linux OEL6, NS Eisfw F5 Dev/QA Linux OEL6, NS Eisfw F5 Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name Eisfw F5 Dev/QA Linux OEL5 + alias Oracle Enterprise Linux 5 Dev/QA hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name Eisfw F5 Prod Windows + alias Windows Production hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Prod Windows, NS Eisfw F5 Prod Windows +} + +define hostgroup { + hostgroup_name Eisfw F5 Prod Linux + alias Linux Production hosts in Eisfw F5 + # hostgroup_members Eisfw F5 Prod Linux OEL6, Eisfw F5 Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name Eisfw F5 Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in Eisfw F5 + hostgroup_members 151 Eisfw F5 Prod Linux OEL6, NS Eisfw F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 + alias All hosts in Eisfw F5 and 151 Forrestal + hostgroup_members 151 Eisfw F5 Dev/QA, 151 Eisfw F5 Prod +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Dev/QA + alias Dev/QA hosts in Eisfw F5 and 151 Forrestal + hostgroup_members 151 Eisfw F5 Dev/QA Windows, 151 Eisfw F5 Pre-Production Windows, 151 Eisfw F5 Dev/QA Linux OEL6, 151 Eisfw F5 Pre-Production Linux OEL6, 151 Eisfw F5 Dev/QA Linux OEL5 +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Prod + alias Production hosts in Eisfw F5 and 151 Forrestal + hostgroup_members 151 Eisfw F5 Prod Windows, 151 Eisfw F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Eisfw F5 + alias All hosts in Eisfw F5 and New South + hostgroup_members NS Eisfw F5 Dev/QA, NS Eisfw F5 Prod +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Dev/QA + alias Dev/QA hosts in Eisfw F5 and New South + hostgroup_members NS Eisfw F5 Dev/QA Windows, NS Eisfw F5 Pre-Production Windows, NS Eisfw F5 Dev/QA Linux OEL6, NS Eisfw F5 Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Prod + alias Production hosts in Eisfw F5 and New South + hostgroup_members NS Eisfw F5 Prod Windows, NS Eisfw F5 Prod Linux OEL6 +} + +define hostgroup { + hostgroup_name 151 + alias All hosts in 151 Forrestal + hostgroup_members 151 Restricted, 151 Untrust, 151 Eisfw F5, 151 PublicDMZ, 151 PrivateDMZ, 151 Trust +} + +define hostgroup { + hostgroup_name NS + alias All hosts in New South + hostgroup_members NS Restricted, NS Untrust, NS Eisfw F5, NS PublicDMZ, NS PrivateDMZ, NS Trust +} + +define hostgroup { + hostgroup_name Windows Application Disks Production + alias Windows Production hosts with application disks + members aisiw205w, aisstargate200w, amu202w, ats201w, cisdr200w, das211w, dev-webprod-tt, eis-fwmgr, hou201w, iamcas200w, iamcas201w, iamweb200w, lsscvms207w, odoc201w, sdp202w, sdp205w, sdpalc200w, sdpenc200w, sdpepo200w, socconsole, ss214w, ss215w, ss217w, telswitch, uhs207w, upkvm, vpft201w +} + +define hostgroup { + hostgroup_name Windows Application Disks Dev/QA + alias Windows Dev/QA hosts with application disks + members cisdr300w, csgmbx300w, dba300w, dba301w, devtools, dev-webqa-tt, eissql102w, eissql304w, iamshib300w, itms300w, odoc101w, odoc301w, pei300w, sql-zeta2, ss306w, uhs107w, uhs109w, uhs110w, uss302w-sndbx08, uss304w +} + +define hostgroup { + hostgroup_name CISDR + alias CISDR Hosts + members csghubprod, deptbedit, lists, oldsmtp, ppa01, ppa02, ppa03, ppa04, ppsqm, ppvm, smtp, www-dept-edit, aisedit +} + +define hostgroup { + hostgroup_name Clusters + alias Cluster VIP's + members Webhead_Cluster, epoxy +} + +define hostgroup { + hostgroup_name CPanel + hostgroup_members CPanel Dev/QA, CPanel Prod +} + +define hostgroup { + hostgroup_name CPanel Dev/QA + alias CPanel Dev/QA machines + members dascpan100l +} + +define hostgroup { + hostgroup_name CPanel Prod + alias CPanel Production machines + # members +} + +define hostgroup { + hostgroup_name DBA Windows Dev/QA + alias DBA Windows Dev/QA hosts + members csgspdb100w, csgspdb101w, dba300w, dba301w, eissql102w, eissql104w, eissql105w, eissql304w, sasspdb308w, sasspdb309w, wasspdb100w, wasspdb101w + hostgroup_members DBA SQLServer Dev/QA, MSSQL Dev Clusters +} + +define hostgroup { + hostgroup_name DBA SQLServer Dev/QA + alias Servers running MS SQL Server in Dev/QA + members aisob117w, aisob317w, aissimfony7101w, aissimfony7301w, cisdr300w, eissql113w, facsaltodb100w, facsaltodb101w, iammimdb101w, iammimdb301w, pcocrdb106w, sasob100w, sasob300w, sasob300tstw, sql-zeta2, uhs107w, uhs109w, uhs110w +} + +define hostgroup { + hostgroup_name DBA UNIX Dev/QA + alias DBA UNIX Dev/QA Hosts + members ais309l, ais310l, ais311l, ais318l, aisiw338l, eis319l, eis344l, eisdba301l, eisdba302l, eisdba303l, roxdb01qa, roxdb02qa +} + +define hostgroup { + hostgroup_name DBA Windows Prod + alias DBA Windows Production hosts + members eissql203w, eissql204w, eissql205w, eissql206w, eissql207w, wasspdb200w, wasspdb201w + hostgroup_members DBA SQLServer Prod, MSSQL Prod Clusters +} + +define hostgroup { + hostgroup_name DBA SQLServer Prod + alias Servers running MS SQL Server in Production + members aisob217w, aissimfony7201w, asrv201w, asrv202w, cisdr200w, dev205w, eissql202w, eissql213w, fac-spcacfdb207, fac-spcacsdb205, facsaltodb200w, facsaltodb201w, pcocrdb206w, sasob200w, uhs207w, uhs209w, uhs210w, uhs214w +} + +define hostgroup { + hostgroup_name DBA UNIX Prod + alias DBA UNIX Production Hosts + members aisiw207l, aisiw208l, eis208l, eis230l, eis254l, eis256l, eis286l, eis289l, eis290l, isserv216, roxdb01, roxdb02 +} + +define hostgroup { + hostgroup_name DBA + alias All DBA hosts + hostgroup_members DBA Windows Dev/QA, DBA UNIX Dev/QA, DBA Windows Prod, DBA UNIX Prod +} + +define hostgroup { + hostgroup_name ESX + alias ESX Server + members essesx200v, essesx201v, essesx202v, essesx203v, essesx204v, essesx205v, essesx206v, essesx207v, essesx208v, essesx209v, essesx210v, essesx211v, essesx212v, essesx213v, essesx214v, essesx215v, essesx216v, essesx217v, essesx218v, essesx220v, essesx221v, essesx222v, essesx224v, essesx225v, essesx226v, essesx227v, essesx228v, essesx229v, essesx250v, essesx251v, essesx260v, essesx261v, essesx262v, essesx263v, essesx240v, essesx241v, essesx242v, essesx270v, essesx290v, essesx291v, essesx292v + hostgroup_members ESX oob +} + +define hostgroup { + hostgroup_name ESX oob + alias ESX Out of bound interfaces + hostgroup_members ESX HPE oob + members essesx200v-netmgt, essesx201v-netmgt, essesx202v-netmgt, essesx203v-netmgt, essesx204v-netmgt, essesx205v-netmgt, essesx206v-netmgt, essesx207v-netmgt, essesx208v-netmgt, essesx209v-netmgt, essesx210v-netmgt, essesx211v-netmgt, essesx212v-netmgt, essesx213v-netmgt, essesx214v-netmgt, essesx215v-netmgt, essesx216v-netmgt, essesx217v-netmgt, essesx218v-netmgt, essesx220v-netmgt, essesx221v-netmgt, essesx222v-netmgt, essesx224v-netmgt, essesx225v-netmgt, essesx226v-netmgt, essesx227v-netmgt, essesx240v-netmgt, essesx241v-netmgt, essesx242v-netmgt, essesx270v-netmgt, essesx290v-netmgt, essesx291v-netmgt, essesx292v-netmgt +} + +define hostgroup { + hostgroup_name ESX HPE oob + alias HPE ProLiants ESX servers + members essesx228v-netmgt, essesx229v-netmgt, essesx250v-netmgt, essesx251v-netmgt, essesx260v-netmgt, essesx261v-netmgt, essesx262v-netmgt, essesx263v-netmgt +} + +define hostgroup { + hostgroup_name Email + alias Email end-to-end testing + members email-end2end +} + +define hostgroup { + hostgroup_name Emergency Broadcast Towers + alias Emergency Broadcast Towers + members ebt-185-nassau-audio.voip, ebt-185-nassau-phone.voip, ebt-1915-hall-audio.voip, ebt-1915-hall-phone.voip, ebt-1937-hall-audio.voip, ebt-1937-hall-phone.voip, ebt-200-elm-net-page-t01-t04.voip, ebt-200-elm-net-page-t05-t08.voip, ebt-200-elm-net-page-t09-t12.voip, ebt-200-elm-net-page-t13-t16.voip, ebt-200-elm-net-page-t17-t20.voip, ebt-200-elm-net-page-t21-t24.voip, ebt-200-elm-net-page-t25-t28.voip, ebt-200-elm-net-page-t29-t32.voip, ebt-200-elm-webs-server.voip, ebt-alexander-hall-audio.voip, ebt-alexander-hall-phone.voip, ebt-andlinger-79077-audio.voip, ebt-andlinger-79077-phone.voip, ebt-corwin-hall-audio.voip, ebt-corwin-hall-phone.voip, ebt-denunzio-pool-audio.voip, ebt-denunzio-pool-phone.voip, ebt-dickinson-audio.voip, ebt-dickinson-phone.voip, ebt-forbes-college-audio.voip, ebt-forbes-college-phone.voip, ebt-grad-college-audio.voip, ebt-grad-college-phone.voip, ebt-lake-71231-audio.voip, ebt-lake-71231-phone.voip, ebt-lca-79078-phone.voip, ebt-lca-79078-audio.voip, ebt-lawrence-apt-audio.voip, ebt-lawrence-apt-phone.voip, ebt-lewis-library-audio.voip, ebt-lewis-library-phone.voip, ebt-lightning-shelter-audio.voip, ebt-lightning-shelter-phone.voip, ebt-little-hall-audio.voip, ebt-little-hall-phone.voip, ebt-lot-23-audio.voip, ebt-lot-23-phone.voip, ebt-marx-audio.voip, ebt-marx-phone.voip, ebt-murray-dodge-audio.voip, ebt-murray-dodge-phone.voip, ebt-new-south-audio.voip, ebt-new-south-phone.voip, ebt-nuero-science-south-audio.voip, ebt-nuero-science-south-phone.voip, ebt-princeton-stadium-audio.voip, ebt-princeton-stadium-phone.voip, ebt-princeton-station-lot-audio.voip, ebt-princeton-station-lot-phone.voip, ebt-roberts-stadium-audio.voip, ebt-roberts-stadium-phone.voip, ebt-scully-goheen-walk-audio.voip, ebt-scully-goheen-walk-phone.voip, ebt-spelman-hall-audio.voip, ebt-spelman-hall-phone.voip, ebt-u-store-audio.voip, ebt-u-store-phone.voip +} + +define hostgroup { + hostgroup_name Exchange_2010 + alias Exchange 2010 servers + members csgcas204w, csgcas205w, csgcas206w, csgcas207w, csghub208w, csghub209w, exchangeimap + hostgroup_members Exchange Mailbox +} + +define hostgroup { + hostgroup_name Exchange Mailbox + alias Exchange Mailbox servers + members csgmbx206w, csgmbx207w +} + +define hostgroup { + hostgroup_name Exchange_Test + alias Exchange Test Servers + members csgcas104w, csgcas105w, csgcas301w, csghub102w, csghub103w, csghub302w, csgmbx100w, csgmbx300w, csgmbx303w +} + +define hostgroup { + hostgroup_name F5 Load Balancers + alias All F5 Load Balancers + hostgroup_members F5 Production Load Balancers, F5 QA Load Balancers +} + +define hostgroup { + hostgroup_name F5 Load Balancer MPs + alias All F5 Load Balancer Management Ports + hostgroup_members F5 Production Load Balancer MPs, F5 QA Load Balancer MPs +} + +define hostgroup { + hostgroup_name F5 Load Balancer VLANs + alias All F5 Load Balancer VLAN connections + hostgroup_members F5 Production Load Balancer VLANs, F5 QA Load Balancer VLANs +} + +define hostgroup { + hostgroup_name F5 Production Load Balancers + alias F5 Production Load Balancers + hostgroup_members F5 Production Load Balancer MPs, F5 Production Load Balancer VLANs, F5 Production Load Balancer Interfaces + members eis202lb-ha, eis202lb-router-fw, eis202lb-router1, eis203lb-ha, eis203lb-router-fw, eis203lb-router1 +} + +define hostgroup { + hostgroup_name F5 Production Load Balancer MPs + alias F5 Production Load Balancer Management Ports + members eis202lb, eis203lb +} + +define hostgroup { + hostgroup_name F5 Production Load Balancer VLANs + alias F5 Production Load Balancer VLAN connections + #members +} + +define hostgroup { + hostgroup_name F5 Production Load Balancer Interfaces + alias F5 Production Load Balancer Interfaces + members eis202lb-router1-lb-servernet-1, eis202lb-router1-lb-servernet-1-direct, eis202lb-router1-lb-servernet-2, eis202lb-router1-lb-servernet-2-direct, eis202lb-router1-lb-servernet-7, eis202lb-router1-lb-servernet-7-direct, eis202lb-router1-lb-servernet-8, eis202lb-router1-lb-servernet-8-direct, eis202lb-router1-plinknet20, eis202lb-router-fw-lb-servernet-10, eis202lb-router-fw-lb-servernet-10-direct, eis202lb-router-fw-lb-servernet-11, eis202lb-router-fw-lb-servernet-11-direct, eis202lb-router-fw-lb-servernet-3, eis202lb-router-fw-lb-servernet-3-direct, eis202lb-router-fw-lb-servernet-4, eis202lb-router-fw-lb-servernet-4-direct, eis202lb-router-fw-lb-servernet-5, eis202lb-router-fw-lb-servernet-5-direct, eis202lb-router-fw-lb-servernet-6, eis202lb-router-fw-lb-servernet-6-direct, eis202lb-router-fw-lb-servernet-9, eis202lb-router-fw-lb-servernet-9-direct, eis202lb-router-fw-plinknet8, eis203lb-router1-lb-servernet-1, eis203lb-router1-lb-servernet-1-direct, eis203lb-router1-lb-servernet-2, eis203lb-router1-lb-servernet-2-direct, eis203lb-router1-lb-servernet-7, eis203lb-router1-lb-servernet-7-direct, eis203lb-router1-lb-servernet-8, eis203lb-router1-lb-servernet-8-direct, eis203lb-router1-plinknet20, eis203lb-router-fw-lb-servernet-10, eis203lb-router-fw-lb-servernet-10-direct, eis203lb-router-fw-lb-servernet-11, eis203lb-router-fw-lb-servernet-11-direct, eis203lb-router-fw-lb-servernet-3, eis203lb-router-fw-lb-servernet-3-direct, eis203lb-router-fw-lb-servernet-4, eis203lb-router-fw-lb-servernet-4-direct, eis203lb-router-fw-lb-servernet-5, eis203lb-router-fw-lb-servernet-5-direct, eis203lb-router-fw-lb-servernet-6, eis203lb-router-fw-lb-servernet-6-direct, eis203lb-router-fw-lb-servernet-9, eis203lb-router-fw-lb-servernet-9-direct, eis203lb-router-fw-plinknet8, lb-prod-float-1-lb-servernet-1, lb-prod-float-1-lb-servernet-2, lb-prod-float-1-lb-servernet-7, lb-prod-float-1-lb-servernet-8, lb-prod-float-1-plinknet20, lb-prod-float-fw-lb-servernet-10, lb-prod-float-fw-lb-servernet-11, lb-prod-float-fw-lb-servernet-3, lb-prod-float-fw-lb-servernet-4, lb-prod-float-fw-lb-servernet-5, lb-prod-float-fw-lb-servernet-6, lb-prod-float-fw-lb-servernet-9, lb-prod-float-fw-plinknet8 +} + +define hostgroup { + hostgroup_name F5 QA Load Balancers + alias F5 QA Load Balancers + hostgroup_members F5 QA Load Balancer MPs, F5 QA Load Balancer VLANs +} + +define hostgroup { + hostgroup_name F5 QA Load Balancer MPs + alias F5 QA Load Balancer Management Ports + members eis300lb,eis301lb +} + +define hostgroup { + hostgroup_name F5 QA Load Balancer VLANs + alias F5 QA Load Balancer VLAN connections + #members +} + +define hostgroup { + hostgroup_name Facilities Maximo Production + alias Facilities Maximo Production hosts + members fac211w, fac212w, fac213w, fac214w +} + +define hostgroup { + hostgroup_name Facilities Maximo Dev/QA + alias Facilities Maximo Dev/QA hosts + members fac111w, fac112w, fac113w, fac114w, fac312w, fac313w +} + +define hostgroup { + hostgroup_name Facilities Production + alias OIT Managed Production Facilities hosts + members fac-geoprod, fac-infoctr1, fac-lssxibo, fac-lutronprod2, fac-rds-200w, fac-rds-201w, fac-stprosvcs, fac-trimble, fac201w, fac203w-gisprod, fac207w, fac208w-afprod, fac209w-awprod, fac214w-centric, lar-watchdog2 +} + +define hostgroup { + hostgroup_name Facilities Dev/QA + alias OIT Managed Development and QA Facilities hosts + members fac-eng-301w, fac-willow2, fac101w, fac103w-gisqa, fac107w-afqa, fac108w-awqa, fac303w-gisdev, fac307w-afdev, fac308w-awdev +} + +define hostgroup { + hostgroup_name Firewalls + alias All firewalls + hostgroup_members Forcepoint Firewalls + members eisfw +} + +define hostgroup { + hostgroup_name Forcepoint Firewalls + alias OIT Firewalls + members eisfw1-mgmt, eisfw2-mgmt, eisfwqa1-mgmt +} + +define hostgroup { + hostgroup_name H_Umansky + alias Henry Umansky + members webhead01, webhead02 +} + +define hostgroup { + hostgroup_name IMS + alias IMS Hosts + members ims211, ims214, ims215, ims302, ims303, ims311, tsm +} + +define hostgroup { + hostgroup_name Monitoring + alias Monitoring Hosts + hostgroup_members Monitoring Dev/QA, Monitoring Production + members !ims204, !ims205 +} + +define hostgroup { + hostgroup_name Monitoring Dev/QA + alias Monitoring Dev/QA Hosts + hostgroup_members Monitoring Masters Dev/QA, Monitoring Workers Dev/QA + members mon300w, mon301w +} + +define hostgroup { + hostgroup_name Monitoring Production + alias Monitoring Production Hosts + hostgroup_members Monitoring Masters, Monitoring Workers + members mon200w, mon201w, mon202w, mon203w +} + +define hostgroup { + hostgroup_name Monitor + alias Local monitoring checks + members monitor, monitor-dev, Gearman 151 Untrust, Gearman NS Untrust, Gearman 151 PrivateDMZ, Gearman NS PrivateDMZ, Gearman 151 PublicDMZ, Gearman NS PublicDMZ, Gearman 151 Trust, Gearman NS Trust, Gearman 151 Eisfw F5, Gearman NS Eisfw F5, Monitor Untrust, Monitor PrivateDMZ, Monitor PublicDMZ, Monitor Trust, Monitor Eisfw F5 +} + +define hostgroup { + hostgroup_name Monitoring Masters + alias Monitoring master hosts + hostgroup_members Monitoring Masters alef, Monitoring Masters bet +} + +define hostgroup { + hostgroup_name Monitoring Masters Dev/QA + alias Monitoring master Dev/QA hosts + hostgroup_members Monitoring Masters Dev/QA alef, Monitoring Masters Dev/QA bet +} + +define hostgroup { + hostgroup_name Monitoring Masters alef + alias Monitoring Masters alef + members ims204, mon204l +} + +define hostgroup { + hostgroup_name Monitoring Masters Dev/QA alef + alias Monitoring Masters Dev/QA alef + members ims318, mon302l +} + +define hostgroup { + hostgroup_name Monitoring Masters bet + alias Monitoring Masters bet + members ims205, mon205l +} + +define hostgroup { + hostgroup_name Monitoring Masters Dev/QA bet + alias Monitoring Masters Dev/QA bet + members ims319, mon303l +} + +define hostgroup { + hostgroup_name Monitoring Workers + alias All monitoring workers + hostgroup_members Monitoring Workers Production, Monitoring Workers Dev/QA +} + +define hostgroup { + hostgroup_name Monitoring Workers Production + alias All monitoring production mod_gearman workers + hostgroup_members Monitoring Workers 151, Monitoring Workers NS +} + +define hostgroup { + hostgroup_name Monitoring Workers Dev/QA + alias All monitoring dev/qa mod_gearman workers + hostgroup_members Monitoring Workers 151 Dev/QA, Monitoring Workers NS Dev/QA +} + +define hostgroup { + hostgroup_name Monitoring Workers 151 + alias Monitoring worker hosts in 151 Forrestal + members ims218, ims220, ims222, ims224 +} + +define hostgroup { + hostgroup_name Monitoring Workers 151 Dev/QA + alias Monitoring worker hosts in 151 Forrestal + members ims314, ims316, ims320 +} + +define hostgroup { + hostgroup_name Monitoring Workers NS + alias Monitoring worker hosts in New South + members ims219, ims221, ims223, ims225 +} + +define hostgroup { + hostgroup_name Monitoring Workers NS Dev/QA + alias Monitoring worker hosts in New South + members ims315, ims317, ims319, ims321 +} + +define hostgroup { + hostgroup_name All Servers + alias All OIT servers + hostgroup_members All Production Servers, All Dev/QA Servers +} + +define hostgroup { + hostgroup_name All Production Servers + alias All OIT Production Servers + hostgroup_members Linux Prod, Solaris, Windows Prod +} + +define hostgroup { + hostgroup_name All Pre-Production Servers + alias All OIT Pre-Production Servers + hostgroup_members Linux Pre-Production, Windows Pre-Production +} + +define hostgroup { + hostgroup_name All Dev/QA Servers + alias All OIT Dev/QA Servers + hostgroup_members Linux Dev/QA, Windows Dev/QA +} + +define hostgroup { + hostgroup_name Linux Prod + alias Linux production systems + hostgroup_members Linux Prod OEL5, Linux Prod OEL6 +} + +define hostgroup { + hostgroup_name Linux Prod - no SNMP + alias Linux Prod systems that do not support SNMP + # members +} + +define hostgroup { + hostgroup_name Linux Dev/QA + alias Non-production Linux systems + hostgroup_members Linux Dev/QA OEL5, Linux Dev/QA OEL6 +} + +define hostgroup { + hostgroup_name Linux DevQA - no SNMP + alias Linux DevQA systems that do not support SNMP + members harris +} + +define hostgroup { + hostgroup_name Linux Prod OEL5 + alias Oracle Enterprise Linux 5 Production hosts + hostgroup_members Untrust Prod Linux OEL5, PrivateDMZ Prod Linux OEL5, Trust Prod Linux OEL5 +} + +define hostgroup { + hostgroup_name Linux Dev/QA OEL5 + alias Oracle Enterprise Linux 5 Dev/QA hosts + hostgroup_members Untrust Dev/QA Linux OEL5, Trust Dev/QA Linux OEL5, Eisfw F5 Dev/QA Linux OEL5 + members harris +} + +define hostgroup { + hostgroup_name Linux Prod OEL6 + alias Oracle Enterprise Linux 6 Production hosts + hostgroup_members Untrust Prod Linux OEL6, Eisfw F5 Prod Linux OEL6, Trust Prod Linux OEL6, PublicDMZ Prod Linux OEL6, PrivateDMZ Prod Linux OEL6, Restricted Prod Linux, AWS Untrust Prod Linux OEL6 + members ims204, ims205, ims218, ims219, ims220, ims221, ims222, ims223, ims224, ims225, ims314, ims315 +} + +define hostgroup { + hostgroup_name Linux Dev/QA OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts + hostgroup_members Untrust Dev/QA Linux OEL6, PrivateDMZ Dev/QA Linux OEL6, Trust Dev/QA Linux OEL6, PublicDMZ Dev/QA Linux OEL6, Restricted Dev/QA Linux, Linux Pre-Production, Eisfw F5 Dev/QA Linux OEL6, AWS Untrust Dev/QA Linux OEL6, AWS Untrust Pre-Production Linux OEL6 + members ims316, ims317 +} + +define hostgroup { + hostgroup_name Maestro Masters + alias Maestro Hosts + # members +} + +define hostgroup { + hostgroup_name Net + alias Network Devices + members border-87-router, core-87-router, core-cdn-router, core-ns, core-ns NS switch, gigagate6, gigagate6 151 switch +} + +define hostgroup { + hostgroup_name Network and Monitoring + alias Network and Monitoring servers + hostgroup_members Airwave, Aruba ClearPass Appliances, Backup VPN, Network ESX, Network Solaris + members eisnet200l, netbmfctrl1, netbmfctrl2 +} + +define hostgroup { + hostgroup_name Airwave + alias Airwave Devices + members airwave1, airwave2, airwave4, airwave5, airwave6, airwave7, airwave-development, airwave-failover, airwave-rap +} + +define hostgroup { + hostgroup_name Backup VPN + alias Hosts providing backup VPN service + members backupvpn, backupvpn1, backupvpn2 +} + +define hostgroup { + hostgroup_name Network ESX + alias Networking ESXi servers + members netvirtu01, netvirtu02 +} + +define hostgroup { + hostgroup_name Network Solaris + alias Network and Monitoring Solaris servers + members alfrente, capserver, eyeinthesky, eyeinthesky-infranet1, eyeinthesky-infranet2, eyeinthesky-infranet3, eyeinthesky-infranet4, eyeinthesky-infranet5, eyeinthesky-infranet7, four11, heymon, heymon-infranet1, heymon-infranet2, heymon-infranet3, heymon-infranet4, heymon-infranet5, heymon-infranet7, kirby, mrtg.net, new-heymon, new-heymon-infranet1, new-heymon-infranet2, new-heymon-infranet3, new-heymon-infranet4, new-heymon-infranet5, new-heymon-infranet7, oznot, www.net +} + +define hostgroup { + hostgroup_name Network NTP + alias Network and Monitoring NTP servers + members alfrente, capserver, cuckoo, four11, iblox1-vrrp, iblox2-vrrp, ibddipv6-vrrp, netvclock200l, oznot +} + +define hostgroup { + hostgroup_name Raritan + alias Raritan console devices + members raritan-87pr-core, raritan-87pr-core2, raritan-hpcrc, raritan-newsouth-machineroom, raritan-newsouth-machineroom-oob, raritan-87pr-network-lab +} + +define hostgroup { + hostgroup_name PUaccess + alias PUaccess servers + members sdpoam200l, sdpoam201l, sdpohs200l, sdpohs201l, sdpovd200l, sdpovd201l +} + +define hostgroup { + hostgroup_name Prod 8x5 Linux + alias Production Linux 8am - 5pm + # members +} + +define hostgroup { + hostgroup_name Prod 8x5 Windows + alias Production Windows 8am - 5pm + members eisrds201w, essdhcp200w, essosd202w, upkvm +} + +define hostgroup { + hostgroup_name Ping + alias Ping only + members essvc201w +} + +define hostgroup { + hostgroup_name SharePoint 2016 + alias SharePoint 2016 Production + members wassp200w, wasspapp200w, wasspapp201w, wasspfe202w, wasspfe203w, wasspfe204w, wasspss206w +} + +define hostgroup { + hostgroup_name SharePoint 2K10 + alias SharePoint 2010 Production + members csgsp200w, csgsp201w, csgsp202w, csgsp203w, csgsp204w +} + +define hostgroup { + hostgroup_name SharePoint 2K10 Dev/QA + alias SharePoint 2010 Dev/QA + members csgspapp102w, csgspapp103w, csgspdb100w, csgspdb101w, csgspfe100w, csgspfe101w +} + +define hostgroup { + hostgroup_name SP CSG on call + alias Sharepoint sites to be alerted to CSG on call + members sp +} + +define hostgroup { + hostgroup_name SP Critical + alias Sharepoint sites to be alerted on CRITICAL state + members sp, sp2010prod, sp2016 +} + +define hostgroup { + hostgroup_name SP Warning + alias Sharepoint sites to be alerted on WARNING state + members sp, sp2010prod, sp2016 +} + +define hostgroup { + hostgroup_name SharePoint + alias All SharePoint web services + hostgroup_members SP Warning, SP Critical, SP CSG on call +} + +define hostgroup { + hostgroup_name MSSQL Prod Clusters + alias MS-SQL Production Clusters + members csgspdb2a, csgspdb2a-c, eissql2a, eissql2b, wasspdb2a +} + +define hostgroup { + hostgroup_name MSSQL Dev Clusters + alias MS-SQL Clusters + members csgspdb1a, csgspdb1a-c, eissql1b, eissql1c, eissql3a, sasspdb3a, wasspdb1a +} + +define hostgroup { + hostgroup_name MSSQL Clusters + alias All MS-SQL Clusters + hostgroup_members MSSQL Prod Clusters, MSSQL Dev Clusters +} + +define hostgroup { + hostgroup_name Kaltura Live + alias Kaltura Live Streaming + members Kaltura Live +} + +define hostgroup { + hostgroup_name TSM + alias All TSM servers + hostgroup_members TSM Dev/QA, TSM Production +} + +define hostgroup { + hostgroup_name TSM Production + alias TSM Production servers + members eistsm200l, eistsm206l, eistsm207l, eistsm208l, eistsm210l, eistsm211l +} + +define hostgroup { + hostgroup_name TSM Dev/QA + alias TSM Dev/QA servers + # members +} + +define hostgroup { + hostgroup_name Web Services + alias Roxen and Hulk Web Systems + members cisdrroxen200l, cisdrroxen201l, cisdrroxen202l, cisdrroxen203l, cisdrroxen204l, cisdrroxen205l, cisdrroxen206l +} + +define hostgroup { + hostgroup_name Web_Services_Dev + alias Non-production Roxen and Hulk Web Systems + members cisdrroxen100l, cisdrroxen101l, iamroxen300l, iamroxen301l +} + +define hostgroup { + hostgroup_name Webcheck + alias Basic http(s) checks + members Webcheck_host +} + +define hostgroup { + hostgroup_name Webcheck_Roxen + alias Roxen webchecks + members www_roxen +} + +define hostgroup { + hostgroup_name Webcheck_csg + alias All csg monitors except main Princeton pages + members csg_host +} + +define hostgroup { + hostgroup_name Web Checks + alias Web Checks + members alumnicas, fed, puwebp, PUAccess, PUAccessQA, webspace, webspaceqa +} + +define hostgroup { + hostgroup_name Windows Prod + alias Windows Production Servers + hostgroup_members Untrust Prod Windows, Restricted Prod Windows, PrivateDMZ Prod Windows, Trust Prod Windows, PublicDMZ Prod Windows, Eisfw F5 Prod Windows, AWS Untrust Prod Windows +} + +define hostgroup { + hostgroup_name Windows Dev/QA + alias Windows Development Servers + hostgroup_members Restricted Dev/QA Windows, Untrust Dev/QA Windows, Eisfw F5 Dev/QA Windows, PrivateDMZ Dev/QA Windows, PublicDMZ Dev/QA Windows, Trust Dev/QA Windows, AWS Untrust Dev/QA Windows +} + +define hostgroup { + hostgroup_name Physical Hosts + alias Physical hosts with SNMP OpenManage + hostgroup_members Physical Prod Windows, Physical Dev/QA Windows, Physical Prod Linux, Physical Dev/QA Linux +} + +define hostgroup { + hostgroup_name Windows Dev/QA Patching + alias Group for Windows Dev/QA patching for downtime purposes + members devtabtools, eisrds201w, fac-rds-201w +} + +define hostgroup { + hostgroup_name Post Windows Dev/QA Patching + alias Group for post Windows Dev/QA patching for downtime purposes + members essdem200w, ss225w +} + +define hostgroup { + hostgroup_name Site Protection Production Patching + alias Group for Site Protection Production patching for downtime purposes + members fac-spcacs204w, fac-spcacsdb205, lsscvms207w, spcacsa202w, spcvms1nvr201w, spcvms2nvr202w, spcvms3nvr203w, spcvms4nvr204w, spcvms5nvr205w, spcvms6nvr206w, spcvms7nvr207w, spcvms8nvr208w, spcvms9nvr209w, spcvms10nvr210w, spcvms11nvr211w, spcvms12nvr212w, spcvmsm200w +} + +define hostgroup { + hostgroup_name Facilities Production Patching + alias Group for Facilities Production patching for downtime purposes + members fac-rds-200w, lar-watchdog2 +} + +define hostgroup { + hostgroup_name KMA + alias Martin's KMA hosts + members kma-151-1, kma-151-2, kma-ns-1, kma-ns-2 +} + +define hostgroup { + hostgroup_name Linux Pre-Production OEL6 + alias Pre-Production OEL6 Linux hosts + hostgroup_members 151 Untrust Pre-Production Linux OEL6, NS Untrust Pre-Production Linux OEL6, 151 Untrust F5 Pre-Production Linux OEL6, NS Untrust F5 Pre-Production Linux OEL6, 151 Eisfw F5 Pre-Production Linux OEL6, NS Eisfw F5 Pre-Production Linux OEL6, 151 Trust Pre-Production Linux OEL6, NS Trust Pre-Production Linux OEL6, NS PrivateDMZ Pre-Production Linux OEL6, 151 PublicDMZ Pre-Production Linux OEL6, NS PublicDMZ Pre-Production Linux OEL6, AWS Untrust Pre-Production Linux OEL6 +} + +define hostgroup { + hostgroup_name Linux Pre-Production + alias Pre-Production Linux hosts + hostgroup_members Linux Pre-Production OEL6, 151 Restricted Pre-Production Linux OEL7, NS Restricted Pre-Production Linux OEL7 +} + +define hostgroup { + hostgroup_name Windows Pre-Production + alias Pre-Production Windows hosts + hostgroup_members NS PublicDMZ Pre-Production Windows, 151 PrivateDMZ Pre-Production Windows, NS PrivateDMZ Pre-Production Windows, NS Trust Pre-Production Windows, NS Untrust Pre-Production Windows, NS Untrust F5 Pre-Production Windows, 151 Eisfw F5 Pre-Production Windows, NS Eisfw F5 Pre-Production Windows, AWS Untrust Pre-Production Windows +} + +define hostgroup { + hostgroup_name IAM + alias IAM VIP's + members alumni-ldap, alumni-ldap1, alumni-ldap2, alumni05, alumni06, dsml, dumper05, dumper06, idp, ldap, ldap05, ldap06, ldapprime, ldapproxyqa, ldapremote, ldapupdate, newdumper, ovdprod, qaovd, tools, webservices +} + +define hostgroup { + hostgroup_name Active Directory + alias Active Directory servers + members pdom05.pu.win, pdom06.pu.win, pdom07.pu.win, pdom08.pu.win +} + +define hostgroup { + hostgroup_name LDAP + alias LDAP servers + members alumni-ldap1, alumni-ldap2, alumni05, alumni06, dumper05, dumper06, ldap05, ldap06, sdpldap200l, sdpldap201l +} + +define hostgroup { + hostgroup_name Maestro Dev/QA + alias TWS Maestro Dev/QA hosts + members ais101l, ais302l, ais309l, ais310l, ais318l, ais320l, eis176l, sis300l, sis301l, sis302l +} + +define hostgroup { + hostgroup_name Maestro + alias TWS Maestro Production hosts + members ais204l, ais211l, ais212l, sis200l, sis202l +} + +define hostgroup { + hostgroup_name Oracle Exadata + alias Oracle Exadata appliances + members x210client01, x210client02 +} + +define hostgroup { + hostgroup_name Oracle Exadata Dev/QA + alias Oracle Exadata Dev/QA appliances + members x110client01, x110client02 +} + +define hostgroup { + hostgroup_name SIEM + alias McAffee SIEM + members esm, siem-ace, siem-elm, siem-adm, siem-dem, receiver01, receiver02, receiver03 +} + +define hostgroup { + hostgroup_name Aruba ClearPass Appliances + alias Aruba ClearPass Appliances +} + +define hostgroup { + hostgroup_name InfoBlox + alias InfoBlox appliances +} + +define hostgroup { + hostgroup_name InfoBlox DNS + alias InfoBlox appliances providing DNS services + members ibddipv6-vrrp, iblox-external, iblox1-vrrp, iblox2-vrrp, ibvoip-a, ibvoip-b, ibwlan-87-a, ibwlan-87-b, ibwlan-ns-a, ibwlan-ns-b +} + +define hostgroup { + hostgroup_name Local + alias Servers to be checked from ims204 only + members csgtools300l, sdpprox301l +} + +define hostgroup { + hostgroup_name Cognos Test Users + alias User workstations for Cognos latency tests +} + +define hostgroup { + hostgroup_name Rover hosts + alias All hosts automatically imported from Rover +} + +define hostgroup { + hostgroup_name Talk-A-Phone Mini-Towers + alias Talk-A-Phone Mini-Towers (Site Protection VOIP Emergency Phones) +} + +define hostgroup { + hostgroup_name SOC Downtime + alias Hosts that SOC can schedule downtime on + members ntprintserver, printdell, printgpd, printhp, fincopiers200w, fincopiers100w, eisprtmgt201w, essprintsrvqa +} + +define hostgroup { + hostgroup_name SRA + alias Secure Remote Access Dell VPN + members aventailsslvpn-sra-n1, aventailsslvpn-sra-n2, eisnet-sra-cms, eisnet-sra-n1.remote, eisnet-sra-n2.remote +} + +define hostgroup { + hostgroup_name Arbor TMS + alias Arbor TMS + members tms-87-mgmt0, tms-87-mgmt1, sightline-NS +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PublicDMZ in 151 Forrestal + members aisfrevvo100w, aisfrevvo300w, aisfsaprtl100w, aisgold6web300w, aisgold7100w, aisgold7101w, aisgold7102w, aisgold7300w, aisgold7301w, aisgold7302w, aishmsres110w, aishmsres111w, aisinfoed120w, aisob101w, aissimfony7100w, aissimfony7102w, aissimfony7103w, aissimfony7300w, aissimfony7302w, aissimfony7303w, ats-dia112w, ats-fvs112w, ats101w, cch100w, cisdredge102w, cisdrex100w, cisdrex101w, csla100w, css300w, css328w, das101w, das110w, das111w, das300w, dasdia112w, dev-webqa-ogv, dev102w, dng203w, dng305w, fac111w, fac112w, fac113w, fac114w, fac115w, fac312w, fac313w, fin103w, gso100w, gso300w, gso301w, iamlds300w, iamlds301w, isogate100w, itms301w, opr302w, pei300w, sasemsws100w, sasspdc305w, sasspdc316w, sassunapsis100w, ss116w, ss303w, vpft101w +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Pre-Production Windows + alias Windows Pre-Production hosts in PublicDMZ in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS PublicDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PublicDMZ in New South + members aisgold6web100w, aishmsres101w, aishmsres121w, aishmsres301w, iamdirsync100w, ss106w, wassp104w +} + +define hostgroup { + hostgroup_name NS PublicDMZ Pre-Production Windows + alias Windows Pre-Production hosts in PublicDMZ in New South + members cisdrex200w, cisdrex201w, csi200w, css228w, dev206w, dng205w, fac215w, iamcert200w, pol202w +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Prod Windows + alias Windows Production hosts in PublicDMZ in 151 Forrestal + members aisgold6web200w, aishmsres201w, aishmsres211w, ant-had200w, art201w, ath201w, csla200w, das210w, dev201w, dev202w, dng202w, dps203w, eas200w, eeb-had201w, eishpdm200w, eng200w, fac209w-awprod, fac226-olive, geo-had-server, iamdirsync200w, isoproxy200w, maximo1, maximo2, maximo3, oa, pni-had-server, prz204w, psy200w, sasemsws200w, sassunapsis201w, soc-had200w, ss224w, ss225w, uhs211w, uss202w-win08, ussitfile200w, wasspdc205w +} + +define hostgroup { + hostgroup_name NS PublicDMZ Prod Windows + alias Windows Production hosts in PublicDMZ in New South + members aisfrevvo200w, aisfsa201w, aisfsaprtl200w, aisgold6web200w, aisgold7200w, aisgold7201w, aisgold7202w, aisiw209w, aisparking201w, amu206w, as-fmp, asrv201w, ats-dia212w, ats-fvs212w, ats201w, cch200w, ces201w-ts, chm200w, cisdr205w, cseslicense02, csgechoess200w, csgechomp201w, csgechomp202w, das211w, dascrl200w, dasdia212w, dasweb228w, dev-webprod, dev-webprod-ogv, dev-webprod-tt, devdesk, devtabguest, dsl200w, fac203w-gisprod, fac211w, fac212w, fac213w, fac214w, fac214w-centric, fin203w, gso200w, gso201w, iamweb200w, isocconsole200w, itms201w, lar-watchdog2, mccdigrec207w, mccweb200w, mus200w, odoc201w, oocphotos200w, prz201w, prz205w, prz206w, sassunapsis200w, sdpepo200w, spcvmsts214w, ss211w, ss215w, ssepo223w, ssepo224w, ssvr208w, tax200w, uhs-bhs200w, uss201w, vpft201w +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PublicDMZ in 151 Forrestal + members andlchaos300l, asbb106l, asbb107l, asoar301l, cisdrroxen100l, csgsmtp101l, eiscpan100l, eiscpan101l, eisglob100l, ele303l, ele304l, ele305l, mol103l, oaamx101l, pcs300l, prson-proj-dev, sas112l, ss100l, ss304l, ss308l, uss310l +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in PublicDMZ in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS PublicDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PublicDMZ in New South + members aisiw110l, art200l, iamshib303l, waseqa03l +} + +define hostgroup { + hostgroup_name NS PublicDMZ Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in PublicDMZ in New South + members erp200l, sas207l, sasiw224l +} + +define hostgroup { + hostgroup_name 151 PublicDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PublicDMZ in 151 Forrestal + members aisiw212l, amu203l, cisdrroxen201l, mol201l, mol203l +} + +define hostgroup { + hostgroup_name NS PublicDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PublicDMZ in New South + members ais216l, andvlab200l, as202l, asbb208l, asetc206l, asoar201l, asweb200l, cisdr202l, cisdr204l, cisdrroxen200l, cisdrroxen206l, cla200l, eisess205l, eisnet202l, ele201l.ee, ele203l, esspup200l, iso200l-rencif, jefspecial200l, mcgrawect200l, mol200l, netvclock200l, oaamx201l, oaamx202l, oaapcvm203l, odoc200l, opr202l, pol202l, pol203l, prson-proj-prod, ss200l, ss209l, stuportal200l, waspprod03l +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PrivateDMZ in 151 Forrestal + members ais320w, ais331w, aishmsres102w, aisinfoed300w, aisiw105w, aisiw106w, aisob102w, aisob119w, aisob301tstw, aisob301w, aisob302tstw, aisob302w, aisob315tstw, aisob315w, aisob319tstw, aisob319w, aisparking100w, aisparking101w, aissimfony7101w, aissimfony7301w, aistopaz110w, aistopaz300w, aistopaz310w, aisupc310w, asmobile101w, cisdr-prep, cisdr105w, cisdr301w, dev-webqa, dev-webqa-tt, dev101w, devc, devtabtoolsqa, devtools, dng306w, dsl300w, eis105w, eis155w, eis345w, eisctxpvs100w, eisctxpvs101w, eisiws300w, eissql100w, eissql101w, eissql102w, eissql104w, eissql105w, eissql302w, eissql303w, eissql304w, eiswszeta102w, eisxendc100w, eisxendc101w, eiszeta100w, epm300w, erp302w, erp330w, ess-2008r2test, ess-2012r2test, ess-2016test, ess100w, essnick2019test, essosd302w, essprintsrvqa, essvmbkp100w, essvprox100w, essvprox101w, esswsus300w, fac-egn-desigo, fac-eng-301w, fac-geodev, fac-geoqa, fac-lutronqa, fac-spcacst101w, fac-spcacst102w, fac-spcacst103w, fac-spcacsts108, fac-spcactdb102, fac-spcactdb103, fac-spcactha105, fac-spcactha106, fac-webctrl100w, fac-webctrl300w, fac101w, fac102w, fac103w-gisqa, fac103wsaltots, fac108w-awqa, fac115w-x100, fac303w-esridev, fac303w-gisdev, fac309wsaltodev, fac314w, fin302w, fincopiers100w, fint300w, fint301w, fint302w, fint303w, iamcacomp100w, iamload100w, iamload101w, iammim300w, iammimweb100w, iammimweb101w, iamtools100w, iamwebsvc100w, iss128w, iss129w, itms300w, landrdev, lss110w-tqa, maximosourceqa, mccweb100w, mccweb101w, mol102w, mol302w, mon300w, mon301w, netnsm100w, odoc301w, out301w, pcocr104w, pcocr105w, psm101w, pudev02.pudev.windev, puqa01.zeta.adtest, sas305w, sas306w, sasemsterm100w, sasspapp300w, sasspapp301w, sasspapp310w, sasspapp312w, sasspdc306w, sasspss316w, sastopaz100w, sastopaz110w, sastopaz300w, sdp102w, sdp300w, sdpepo100w, sis313w, smo301w, sql-zeta2, ss101w, ss103w, ss104w, ss105w, ss305w, ss306w, ssvr108w, ssvr308w, tmetrics, tmetsdevlab, tps101w-garage, ufa300w, uhs104w, uhs114w, uss300w-willow, uss301w-sandbox, uss302w-sndbx08, uss303w, uss304w, winqa01.adtest +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Pre-Production Windows + alias Windows Pre-Production hosts in PrivateDMZ in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Prod Windows + alias Windows Production hosts in PrivateDMZ in 151 Forrestal + members ais201w, ais217w, aisdvcts200w, aishmsres200w, aishmsres210w, aishwscbord200w, aisiw210w, amu209w, amu210w, asmobile203w, cas201w, dev200w, devp1, devp3, dps201w, eisctxappdna200, eisctxddc200w, eisctxddc201w, eisctxdir200w, eisctxlic200w, eisctxsf200w, eisctxsf201w, eisctxwem200w, eisctxwem201w, eissql209w, eissql212w, essonsm200w, essvmbkp200w, fac-anaqua1, fac-goshin200w, fac-lumewave200, fac-spcacsts209, fac-spreports, fac-willow2, fac208w-afprod, fincopiers200w, iamencoder204w, iamencoder205w, iamencoder206w, isoconsole, itms200w, lsscvms207w, mol202w, mol205w, mol206w, ocs201w, odoc202w, pcords201w, pdom07.pu.win, pni201w, printdell, prz203w, saconsole200w, sasemsterm200w, sdp205w, smo200w, spcvms10nvr210w, spcvms11nvr211w, spcvms12nvr212w, spcvms3nvr203w, spcvms4nvr204w, spcvms5nvr205w, spcvms6nvr206w, spcvms7nvr207w, spcvms8nvr208w, spcvms9nvr209w, tmetsciscodigi2, top200w, top201w, uss204w, wasspapp200w, wasspapp201w, wasspss206w, win04.win +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PrivateDMZ in 151 Forrestal + members ais103l, ais104l, ais113l, ais302l, ais309l, ais310l, ais312l, ais315l, ais318l, ais320l, ais321l, ais322l, ais323l, ais324l, ais325l, ais326l, ais327l, ais330l, aisiw303l, aisiw344l, aisiw345l, aissmb325l, asweb100l, asweb300l, autom102l, cisdr103l, csgtools300l, eis344l, eiscups300l, eisdba303l, eisvnet300l, ele301l, epm100l, epm302l, ess307l, essgit100l, essgit101l, essoel300l, esspup101l, iamcaproxy100l, iamroxen300l, ims320, mol100l, mol101l, mol300l, mol301l, odoc100l, odoc300l, sas104l, sas105l, sas106l, sas108l, sas109l, sas111l, sas113l, sas114l, sas115l, sas116l, sas300l, sas301l, sas302l, sas303l, sas307l, sas308l, sas309l, sas310l, sas311l, sas312l, sasiw103l, sasiw113l, sasiw117l, sasiw119l, sasiw350l, sdn-ctrl-vm, sdpobi100l, sdpprox300l, sdppua300l, sdppua301l, ssohdcsp100l, timeline103l, timeline104l, timeline105l, timeline301l, timeline302l, updatespace +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in PrivateDMZ in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name 151 PrivateDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PrivateDMZ in 151 Forrestal + members ais218l +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Dev/QA Windows + alias Windows Dev/QA hosts in PrivateDMZ in New South + members ais-mars, ais-sn200w, ais-sn300w, ais114w, ais115w, ais313w, ais316w, ais317w, ais319w, aishmsres100w, aishmsres120w, aishmsres122w, aishmsres202w, aishmsres300w, aishmsres302w, aisinfoed100w, aisob115w, aisparking300w, aisparking300w, aisparking301w, aisparking301w, aiste304w, aistopaz100w, amu102w, cas301w, dev100w, devq, eis370w, eisctxappdna100, eisctxddc100w, eisctxddc101w, eisctxdir100w, eisctxsf100w, eisctxsf101w, eisctxwem100w, eisctxwem101w, eissql305w, eissql306w, essctxddc300w, essctxsf300w, essctxxa300w, essnicksdev300w, essorch300w, fac-spcacst104w, fac107w-afqa, fac307w-afdev, fac308w-awdev, iamshibtest100w, mol105w, odoc101w, pcords101w, puqa02.zeta.adtest, sassunapsis101w, spcacs201w, top100w, top101w, uhs111w, wassp100w, wassp101w, wassp105w, win03.win, windev02.windev, winqa02.adtest +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Pre-Production Windows + alias Windows Pre-Production hosts in PrivateDMZ in New South + members ais202w, alamut, dcf200w, dcf201w, dpsbastion200w, erp201w, fac-spcacsha210, fac202w, fac206wsaltots, fac207wsaltojs, fac222w-acad, gso202w, iss228w, iss229w, lib200w, ocs202w, pcocr204w, pcocr205w, spcvms13nvr213w, spcvms14nvr214w, spcvmsj215w, tps202w-garage, uhs-bh201w +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Prod Windows + alias Windows Production hosts in PrivateDMZ in New South + members adm-it-ws, ais207w, ais214w, ais226w, aiscerberus200w, aisinfoed200w, aisiw205w, aisiw206w, aisob201w, aisob202w, aisob215w, aisob219w, aisparking200w, aisstargate200w, aistopaz200w, alertus, amu207w, amu212w, asmobile201w, asrv202w, ath200w, cas200w, chm-dmac200w, cisdr201w, cisdrcons200w, csglyncdb225w, csglyncdb226w, dev203w, dev204w, dev205w, devtabtools, devtool, dng200w, dng201w, dng204w, dngbboard200w, eeb-fm201w, eis253w, eis255w, eisctxpvs200w, eisctxpvs201w, eisiws200w, eislmt200w, eisnet200w, eissql202w, eissql203w, eissql204w, eissql205w, eissql206w, eissql207w, eissql210w, eissql211w, eisws201w, eisws202w, ele202w, epm200w, esscode200w, essconsole200w, essconsole201w, essdem200w, essscript200w, essvmbkp201w, esswsus200w, evcontroller1, evcontroller2, fac-evnts2hv200, fac-infoctr1, fac-infoctr3, fac-keys200w, fac-larprime, fac-lssxibo, fac-lutlarsprd, fac-lutronprod, fac-lutronprod2, fac-palm3, fac-rds-200w, fac-rds-201w, fac-spcacfdb207, fac-spcacs204w, fac-spcacsdb205, fac-spcacsf206w, fac-spcacsts208, fac-stprosvcs, fac-termsvr1, fac-trimble, fac-willo3-200w, fac201w, fac203-publish, fac207w, fac216w-xibo, fac219w-tsw, fac221w-acad, fac223w-jadwin, fac223w-x200, fac224w-tcam, fac225w-tcam, fac230w-led, fcc200w, hou201w, iambuilder, iamconsole, iamsvn200w, iamtools, iss226w, iss227w, landr, lss210w-tprod, mccweb201w, mon200w, mon201w, mon202w, mon203w, netops200w, ntprintserver, oac200w, orp200w, oss201w, pcs200w, pdom05.pu.win, pdom06.pu.win, pdom08.pu.win, phy200w, printgpd, printhp, printsoa200w, sas203w, sasiw202w, sastopaz200w, scs201w, sdpvm200w, sea200w, sea201w, sentryteledir, smo201w, smo202w, smo203w, smo204w, smo205w, smo206w, socconsole, spcacsa202w, spcvms1nvr201w, spcvms2nvr202w, spcvmsm200w, ss212w, ss213w, ss214w, ss217w, ss219w, ss220w, ss221w, ssvr209w, svconsole200w, svp2vhelper, tbschedule1, telswitch, tmetsciscodigi1, tmetsdigi1, tmetsdigi2, tmetsmultimedia, tps200w-garage, tps201w-garage, ufa200w, uhs214w, upkvm, uss203w, uss205w, uss207w, uss208w, wassp200w, wws200w +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in PrivateDMZ in New South + members devrtools, eis374l, hoover1, sasiw100l +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in PrivateDMZ in New South + members isocis200l, sas208l, sas209l, sas210l, sas211l, sas212l, sas213l, sasiw218l, sasiw223l +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in PrivateDMZ in New South + members adm-it2, ais212l, ais213l, ais222l, ais225l, aisiw207l, aisiw208l, aissmb225l, amu208l, csgtools200l, eis256l, eiscups200l, eisnet201l, eistsm200l, essgit200l, essproxy200l, esspup201l, iamtools200l, net200l-config, netbkup200l, netbmfgw200l, oss200l, sas200l, sas204l, sas205l, sas206l, sasiw200l, sasiw203l, ssocms200, timeline203l, timeline204l, timeline205l, wds-util +} + +define hostgroup { + hostgroup_name NS PrivateDMZ Prod Linux OEL5 + alias Oracle Enterprise Linux 5 Production hosts in PrivateDMZ in New South + members ims211 +} + +define hostgroup { + hostgroup_name 151 Trust Dev/QA Windows + alias Windows Dev/QA hosts in Trust in 151 Forrestal + members aisob113w, aisob114w, aisob116w, aisob117w, aisob118w, aisob313tstw, aisob313w, aisob314tstw, aisob314w, aisob316w, aisob317w, aisob318tstw, aisob318w, cisdr300w, csgspapp102w, csgspapp103w, csgspdb100w, csgspdb101w, dba300w, dba301w, eis-fwmgrqa, eisctxsql100w, eisctxsql101w, eissql113w, esschoco100w, esschoco300w, essrundeck100w, facsaltodb100w, facsaltodb101w, iammim100w, iammim301w, iammimdb101w, iammimdb102w, iammimdb301w, pcocrdb106w, sasiw111w, sasiw112w, sasiw114w, sasiw116w, sasiw346w, sasiw347w, sasiw348w, sasiw349w, sasob100w, sasob300tstw, sasob300w, sasspdb308w, sasspdb309w, sasspdb318w, sasspdb319w, sis118w, sis310w, spcvms1nvr101w, spcvmsqa100w +} + +define hostgroup { + hostgroup_name 151 Trust Pre-Production Windows + alias Windows Pre-Production hosts in Trust in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name 151 Trust Prod Windows + alias Windows Production hosts in Trust in 151 Forrestal + members aisob213w, csgsp200w, eissql213w, eisctxsql200w, eisctxsql201w, eisvone200w, eisvone201w, essorch201w, esssma200w +} + +define hostgroup { + hostgroup_name 151 Trust Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in Trust in 151 Forrestal + members ais102l, ais111l, ais307l, ais311l, ais329l, aisiw108l, aisiw302l, aisiw338l, aisiw341l, eis176l, eis178l, eis319l, eis368l, eis369l, eis376l, eis377l, eisdba301l, eisdba302l, eisfax300l, ess305l, essconjur300l, essrundeck102l, ims321, kima, roxdb01qa, sasiw101l, sasiw118l, sasiw351l, sdpoam101l, sis100l, sis101l, sis102l, sis103l, sis104l, sis105l, sis106l, sis107l, sis108l, sis109l, sis110l, sis111l, sis112l, sis113l, sis114l, sis115l, sis119l, sis120l, sis300l, sis301l, sis302l, sis303l, sis304l, sis305l, sis306l, sis307l, sis308l, sis309l, sis311l, sis312l, sis314l, sis315l, sisdba301l, x110client01, x110client02 +} + +define hostgroup { + hostgroup_name 151 Trust Dev/QA Linux OEL5 + alias Oracle Enterprise Linux 5 Dev/QA hosts in Trust in 151 Forrestal + members devprov01, qaprov01 +} + +define hostgroup { + hostgroup_name 151 Trust Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in Trust in 151 Forrestal + members eis230l, roxdb01 +} + +define hostgroup { + hostgroup_name 151 Trust Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in Trust in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Trust Dev/QA Windows + alias Windows Dev/QA hosts in Trust in New South + members aisfsa100w, essorch101w, esssma100w, wasspdb100w, wasspdb101w +} + +define hostgroup { + hostgroup_name NS Trust Pre-Production Windows + alias Windows Pre-Production hosts in Trust in New South + members essrundeck203w, facsaltodb200w, facsaltodb201w, pcocrdb206w, sasiw225w, sasiw226w, sasiw227w, sasiw228w, sasmbns203w, sasmbns204w, sasmbns205w, sasmbproxy200w, sasmbproxy202w, sasmbproxy206w, sasob299w, sis222w +} + +define hostgroup { + hostgroup_name NS Trust Prod Windows + alias Windows Production hosts in Trust in New South + members aisob214w, aisob216w, aisob217w, aisob218w, cisdr200w, cisdr206w, csgdocave200w, csgmbx206w, csgmbx207w, csgsp201w, csgspdb202w, csgspdb203w, eis206w, esschoco200w, essdhcp200w, esssan202w, iamscript200w, oac201w, sasiw215w, sasiw216w, sasmis200w, sasob200w, savmbkent200w, sdpenc200w, wasspdb200w, wasspdb201w +} + +define hostgroup { + hostgroup_name NS Trust Dev/QA Linux OEL6 + alias Oracle Enterprise Linux 6 Dev/QA hosts in Trust in New South + members roxdb02qa, sdpoam100l, sis123l, sis124l +} + +define hostgroup { + hostgroup_name NS Trust Pre-Production Linux OEL6 + alias Oracle Enterprise Linux 6 Pre-Production hosts in Trust in New South + members essrundeck202l, sasiw219l, sasiw222l, sis214l, sis215l, sis218l, sis219l, sis220l, sis221l +} + +define hostgroup { + hostgroup_name NS Trust Prod Linux OEL6 + alias Oracle Enterprise Linux 6 Production hosts in Trust in New South + members ais211l, aisiw213l, bunk, eis254l, eis286l, eis289l, eis290l, eis294l, eisfax200l, omar, roxdb02, sasiw201l, sasiw220l, sasiw221l, sdpoam200l, sdpoam201l, sdpobi200l, sis200l, sis201l, sis202l, sis203l, sis204l, sis205l, sis206l, sis207l, sis208l, sis209l, sis210l, sis211l, sis212l, sis213l, x210client01, x210client02 +} + +define hostgroup { + hostgroup_name NS Trust Prod Linux OEL5 + alias Oracle Enterprise Linux 5 Production hosts in Trust in New South + members eis208l, prov01 +} + +define hostgroup { + hostgroup_name AWS Untrust Dev/QA Windows + alias Windows Dev/QA hosts in Amazon Cloud + members epm301w.aws, iamshib102w.aws, iamshib103w.aws, puqa05.zeta.adtest, puqa06.zeta.adtest, winqa03.aws, winqa04.aws +} + +define hostgroup { + hostgroup_name AWS Untrust Pre-Production Windows + alias Windows Pre-Production hosts in Amazon Cloud + members iamshib202w.aws, iamshib203w.aws, pdom09.aws, pdom10.aws, win05.aws, win06.aws +} + +define hostgroup { + hostgroup_name AWS Untrust Prod Windows + alias Windows Production hosts in Amazon Cloud + # members +} + +define hostgroup { + hostgroup_name AWS Untrust Dev/QA Linux OEL6 + alias Linux Dev/QA hosts in Amazon Cloud + members cisdrtc100l.aws, epm303l.aws, iamcas102l.aws, iamcas103l.aws +} + +define hostgroup { + hostgroup_name AWS Untrust Pre-Production Linux OEL6 + alias Linux Pre-Production hosts in Amazon Cloud + members iamcas202l.aws, iamcas203l.aws +} + +define hostgroup { + hostgroup_name AWS Untrust Prod Linux OEL6 + alias Linux Production hosts in Amazon Cloud + members cisdrtc200l.aws +} + +define hostgroup { + hostgroup_name AWS Dev/QA ELB + alias AWS Dev/QA Elastic Load Balancers in Amazon Cloud + members fedqa, idpqa +} + +define hostgroup { + hostgroup_name 151 Restricted Dev/QA Windows + alias Windows Dev/QA hosts behind Restricted 151 Forrestal + members uhs107w +} + +define hostgroup { + hostgroup_name NS Restricted Dev/QA Windows + alias Windows Dev/QA hosts behind Restricted in New South + # members +} + +define hostgroup { + hostgroup_name 151 Restricted Pre-Production Windows + alias Windows Pre-Production hosts behind Restricted 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Restricted Pre-Production Windows + alias Windows Pre-Production hosts behind Restricted in New South + # members +} + +define hostgroup { + hostgroup_name 151 Restricted Prod Windows + alias Windows Production hosts behind Restricted in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Restricted Prod Windows + alias Windows Production hosts behind Restricted in New South + members uhs207w +} + +define hostgroup { + hostgroup_name 151 Restricted Dev/QA Linux OEL7 + alias Oracle Enterprise Linux 7 Dev/QA hosts in 151, Restricted zone + # members +} + +define hostgroup { + hostgroup_name NS Restricted Dev/QA Linux OEL7 + alias Oracle Enterprise Linux 7 Dev/QA hosts in New South, Restricted zone + # members +} + +define hostgroup { + hostgroup_name 151 Restricted Pre-Production Linux OEL7 + alias Oracle Enterprise Linux 7 Pre-Production hosts in 151, Restricted zone + # members +} + +define hostgroup { + hostgroup_name NS Restricted Pre-Production Linux OEL7 + alias Oracle Enterprise Linux 7 Pre-Production hosts in New South, Restricted zone + # members +} + +define hostgroup { + hostgroup_name 151 Restricted Prod Linux OEL7 + alias Oracle Enterprise Linux 7 Production hosts in 151, Restricted zone + # members +} + +define hostgroup { + hostgroup_name NS Restricted Prod Linux OEL7 + alias Oracle Enterprise Linux 7 Production hosts in New South, Restricted zone + # members +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Dev/QA Windows + alias Windows Dev/QA hosts behind F5 and Eisfw in 151 Forrestal + members aisob110w, aisob111w, aisob310tstw, aisob310w, aisob311tstw, aisob311w, aisupc102w, aisupc103w, csgspfe100w, csgspfe101w, csgwowza300w, iamadfs100w, iamadfs101w, iamduo100w, iamduo101w, iamethos100w, iamethos101w, iamshib100w, iamshib101w, iamshib104w, iamshib105w, iamshib300w, iamshib301w, sasspfe302w, sasspfe303w, sasspfe304w, sasspfe312w, sasspfe313w, sasspfe314w, sasspowa307w, sasspowa317w, uhs109w, uhs110w, wasspowa106w +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Pre-Production Windows + alias Windows Pre-Production hosts behind F5 and Eisfw in 151 Forrestal + members iamshib204w, iamshib205w +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Prod Windows + alias Windows Production hosts behind F5 and Eisfw in 151 Forrestal + members amu201w, amu202w, csgwowza202w, iamshib200w, uhs209w, wasspfe202w, wasspfe203w, wasspfe204w, wasspowa207w +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Dev/QA Linux OEL5 + alias OEL5 Linux Dev/QA hosts behind F5 and Eisfw in 151 Forrestal + members csgsmtp100l +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts behind F5 and Eisfw in 151 Forrestal + members ais101l, autom100l, autom101l, csgkaltura300l, eisoid101l, eisoid102l, essrundeck100l, essrundeck101l, essrundeck201l, iamcas300l, iamcas301l, iamprox100l, iamprox101l, iamprox102l, iamprox103l, iamprox300l, iamprox301l, iamxythos100l, iamxythos101l, iamxythos300l, iamxythos301l, mon302l, mon303l, reg102l, reg301l, sdpldap100l, sdpldap101l, sdpldap300l, sdpohs101l, sdpovd101l, sdpprox100l, sdpprox101l, sdpprox301l, timeline101l, timeline102l, webhead01-qa, webhead02-qa +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts behind F5 and Eisfw in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name 151 Eisfw F5 Prod Linux OEL6 + alias OEL6 Linux Production hosts behind F5 and Eisfw in 151 Forrestal + members ais204l, eisess203l, iso-202l +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Dev/QA Windows + alias Windows Dev/QA hosts behind F5 and Eisfw in New South + members iamadfs300w, iamshib302w, sdpcas100w, sdpcas101w, wassp102w, wassp103w +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Pre-Production Windows + alias Windows Pre-Production hosts behind F5 and Eisfw in New South + # members +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Prod Windows + alias Windows Production hosts behind F5 and Eisfw in New South + members aisob210w, aisob211w, aisupc202w, aisupc203w, csgsp202w, csgsp203w, csgsp204w, csgwowza201w, iamadfs200w, iamadfs201w, iamcas200w, iamcas201w, iamduo200w, iamduo201w, iamethos200w, iamethos201w, iamshib201w, sdp201w, sdpalc200w, sdpcas202w, sdpcas203w, sdpidp202w, sdpidp203w, sdptools200w, uhs210w, wasdocave200w +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts behind F5 and Eisfw in New South + members sdpohs100l, sdpovd100l +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts behind F5 and Eisfw in New South + # members +} + +define hostgroup { + hostgroup_name NS Eisfw F5 Prod Linux OEL6 + alias OEL6 Linux Production hosts behind F5 and Eisfw in New South + members autom200l, autom201l, csgkaltura201l, csgkaltura202l, csgsmtp202l, csgsmtp203l, eisess202l, eisess204l, eisoid201l, eisoid202l, eisoid203l, iamprox200l, iamprox201l, iamxythos200l, iamxythos201l, mon204l, mon205l, reg203l, sdpldap200l, sdpldap201l, sdpohs200l, sdpohs201l, sdpovd200l, sdpovd201l, sdpprox200l, sdpprox201l, timeline201l, timeline202l, webhead01, webhead02 +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Dev/QA Windows + alias Windows Dev/QA hosts behind F5 in 151 Forrestal + members csgcas104w, csgcas105w, csghub102w, csghub103w, sdp100w, sdp101w +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Prod Windows + alias Windows Production hosts behind F5 in 151 Forrestal + members csgcas204w +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Prod Linux OEL6 + alias Linux OEL6 Production hosts behind F5 in 151 Forrestal + members cisdrroxen205l, cisdrswh201l, eisess200l, eisess201l +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Pre-Production Linux OEL6 + alias Linux OEL6 Pre-Production hosts behind F5 in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Untrust F5 Dev/QA Windows + alias Windows Dev/QA hosts behind F5 in New South + # members +} + +define hostgroup { + hostgroup_name NS Untrust F5 Dev/QA Linux OEL6 + alias Linux OEL6 Dev/QA hosts behind F5 in New South + # members +} + +define hostgroup { + hostgroup_name NS Untrust F5 Prod Windows + alias Windows Prod hosts behind F5 in New South + members csgcas205w, csgcas206w, csgcas207w, csglync221w, csglync222w, csglync228w, csglync229w, essrds290w +} + +define hostgroup { + hostgroup_name NS Untrust F5 Prod Linux OEL6 + alias Linux OEL6 Production hosts behind F5 in New South + members cisdrroxen202l, cisdrroxen203l, cisdrroxen204l, cisdrswh200l +} + +define hostgroup { + hostgroup_name NS Untrust F5 Pre-Production Windows + alias Windows Pre-Production hosts behind F5 in New South + # members +} + +define hostgroup { + hostgroup_name NS Untrust F5 Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts behind F5 in New South + # members +} + +define hostgroup { + hostgroup_name 151 Untrust F5 Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts behind F5 in 151 Forrestal + members cisdrroxen101l, cisdrswh100l, cisdrswh300l +} + +define hostgroup { + hostgroup_name 151 Untrust Dev/QA Windows + alias Windows Dev/QA hosts outside the firewall in 151 Forrestal + members csgcas301w, csghub302w, csgmbx100w, csgmbx300w, csgmbx303w, csgum107w, eisssrs301w, esspatchtest300, iammimweb300w, iammimweb301w +} + +define hostgroup { + hostgroup_name NS Untrust Dev/QA Windows + alias Windows Dev/QA hosts outside the firewall in New South + members csgcas311w +} + +define hostgroup { + hostgroup_name NS Untrust Pre-Production Windows + alias Windows Pre-Production hosts outside the firewall in New South + # members +} + +define hostgroup { + hostgroup_name 151 Untrust Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts outside the firewall in 151 Forrestal + members cses01, csglists300l, csglists301l, csgsawmill300l, eis308l, eiscpan102l, eiscpan301l, ele101l, iamroxen301l, iamweb300l, ims311, ims318, nismaster4-dev, nisslave-dev, pol100l, pol101l, prescott, sas100l, sas101l, sas102l, sas103l, sas110l +} + +define hostgroup { + hostgroup_name 151 Untrust Dev/QA Linux OEL5 + alias OEL5 Linux Dev/QA hosts outside the firewall in 151 Forrestal + members dascpan100l, ims302, ims303 +} + +define hostgroup { + hostgroup_name 151 Untrust Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts outside the firewall in 151 Forrestal + # members +} + +define hostgroup { + hostgroup_name NS Untrust Dev/QA Linux OEL6 + alias OEL6 Linux Dev/QA hosts outside the firewall in New South + members ais208l, ais209l, ais210l, ims319 +} + +define hostgroup { + hostgroup_name NS Untrust Pre-Production Linux OEL6 + alias OEL6 Linux Pre-Production hosts outside the firewall in New South + members epm201l, epm202l, sasiw217l +} + +define hostgroup { + hostgroup_name 151 Untrust Prod Windows + alias Windows Production hosts outside the firewall in 151 Forrestal + members csghub208w, uhs212w, uhs213w +} + +define hostgroup { + hostgroup_name NS Untrust Prod Windows + alias Windows Production hosts outside the firewall in New South + members aissimfony7200w, aissimfony7201w, aissimfony7202w, aissimfony7203w, arc-hestia, csghub209w, csglync227w, csglynce223w, csglynce224w, csglyncm218w, eis-fwmgr, eisprtmgt201w, eisrds201w, eisssrs201w, essosd202w, fac-geoprod, sdp200w, sdp202w +} + +define hostgroup { + hostgroup_name 151 Untrust Prod Linux OEL6 + alias OEL6 Linux Prod hosts outside the firewall in 151 Forrestal + members csglists200l, eistsm207l, eistsm208l, eistsm210l +} + +define hostgroup { + hostgroup_name 151 Untrust Prod Linux OEL5 + alias OEL5 Linux Production hosts outside the firewall in 151 Forrestal + members raas03 +} + +define hostgroup { + hostgroup_name NS Untrust Prod Linux OEL6 + alias OEL6 Linux Production hosts outside the firewall in New South + members ais223l, ais224l, csgsawmill200l, eis222l, eistsm206l, eistsm211l, ele200l, nismaster, nismaster3, nisslave11, nisslave12, sas201l, sas202l, sentinel +} + +define hostgroup { + hostgroup_name NS Untrust Prod Linux OEL5 + alias OEL5 Linux Production hosts outside the firewall in New South + members ims214, ims215 +} + +define hostgroup { + hostgroup_name Application Linux Dev/QA + alias Linux Dev/QA servers with application disks + members ais101l, ais111l, ais211l, ais302l, ais309l, ais310l, ais311l, aisiw302l, aisiw303l, asoar301l, eis344l, eisoid101l, eisoid102l, ele303l, ele304l, hoover1, mcgrawect200l, pol202l, prson-proj-dev, roxdb01qa, roxdb02qa, sdpldap100l, sdpldap101l, sdpprox100l, sdpprox101l, sdpprox300l, sdpprox301l, timeline101l, timeline102l, timeline103l, timeline301l, timeline302l, updatespace +} + +define hostgroup { + hostgroup_name Application Linux Production + alias Linux Production servers with application disks + members asoar201l, eisoid201l, eisoid202l, eisoid203l, iamxythos200l, iamxythos201l, iso200l-rencif, mol200l, mon204l, mon205l, net200l-config, oaamx201l, oaamx202l, prson-proj-prod, roxdb01, roxdb02, sdpldap200l, sdpldap201l, sdpprox200l, sdpprox201l, sentinel, timeline201l, timeline202l, timeline203l, timeline204l, timeline205l +} + +define hostgroup { + hostgroup_name Exceptions + alias Hosts for which the application owners want to receive all or most of ESS checks + members ais218l +} + +define hostgroup { + hostgroup_name Netmgmt + alias Net management interfaces (DRAC, ALOM) + members csgspdb202w-netmgt, csgspdb203w-netmgt, das210w-netmgt, dev203w-netmgt, eis208l-drac, eis319l-netmgt, eissql100w-netmgt, eissql101w-netmgt, eissql105w-netmgt, eissql203w-netmgt, eissql204w-netmgt, eissql206w-netmgt, eissql207w-netmgt, eissql210w-netmgt, eissql211w-netmgt, eistsm206l-netmgt, eistsm207l-netmgt, eistsm208l-netmgt, eistsm210l-netmgt, eistsm211l-netmgt, essconsole201w-netmgt, essvmbkp100w-netmgt, essvmbkp200w-netmgt, essvmbkp201w-netmgt, essesx200v-netmgt, essesx201v-netmgt, essesx202v-netmgt, essesx203v-netmgt, essesx211v-netmgt, essesx212v-netmgt, essesx213v-netmgt, essesx214v-netmgt, essesx215v-netmgt, essesx216v-netmgt, essesx217v-netmgt, essesx218v-netmgt, essesx220v-netmgt, essesx221v-netmgt, essesx240v-netmgt, essesx241v-netmgt, essesx242v-netmgt, essesx290v-netmgt, essesx291v-netmgt, essesx292v-netmgt, fac-infoctr1-netmgt, iamencoder204w-netmgt, iamencoder205w-netmgt, iamencoder206w-netmgt, hoover1-netmgt, ims204-netmgt, isserv215-netmgt, isserv216-netmgt, lsscvms207w-netmgt, nismaster-netmgt, pdom06-netmgt, pdom07-netmgt, prz203w-netmgt, roxdb01-netmgt, roxdb01qa-netmgt, roxdb02-netmgt, roxdb02qa-netmgt, sdpldap101l-netmgt, sentinel-netmgt, wasspdb200w-netmgt, wasspdb201w-netmgt, win04-netmgt +} + +define hostgroup { + hostgroup_name Solaris + alias Solaris production systems + members isserv215, isserv216 +} + +define hostgroup { + hostgroup_name HPE + alias Physical HPE servers + hostgroup_members ESX HPE oob, Physical Prod Windows HPE, Physical Dev/QA Windows HPE +} + +define hostgroup { + hostgroup_name Physical Prod Windows HPE + alias HPE Production Windows hosts + members eissql210w-netmgt, eissql211w-netmgt, essvmbkp200w, essvmbkp200w-netmgt, essvmbkp201w, essvmbkp201w-netmgt +} + +define hostgroup { + hostgroup_name Physical Dev/QA Windows HPE + alias HPE Dev/QA Windows hosts + members eissql105w-netmgt + hostgroup_members Physical Pre-Production Windows HPE +} + +define hostgroup { + hostgroup_name Physical Pre-Production Windows HPE + alias HPE Pre-Production Windows hosts + # members +} + +define hostgroup { + hostgroup_name Physical Prod Windows + alias Physical Production Windows hosts with OpenManage + members csgspdb202w, csgspdb203w, das210w, das211w, dev203w, eissql203w, eissql204w, eissql206w, eissql207w, essconsole201w, fac-infoctr1, iamencoder204w, iamencoder205w, iamencoder206w, lsscvms207w, pdom06.pu.win, pdom07.pu.win, prz203w, wasspdb200w, wasspdb201w, win04.win +} + +define hostgroup { + hostgroup_name Physical Dev/QA Windows + alias Physical Development Windows hosts with OpenManage + members ais313w, eissql100w, eissql101w, essvmbkp100w + hostgroup_members Physical Pre-Production Windows +} + +define hostgroup { + hostgroup_name Physical Pre-Production Windows + alias Pre-Production Windows Dev/QA Physical hosts + # members +} + +define hostgroup { + hostgroup_name Physical Prod Linux + alias Physical Production Linux hosts with OpenManage + members eis208l, eistsm206l, eistsm207l, eistsm208l, eistsm210l, eistsm211l, ims204, nismaster, roxdb01, roxdb02, sentinel +} + +define hostgroup { + hostgroup_name Physical Dev/QA Linux + alias Physical Development Linux hosts with OpenManage + members eis319l, hoover1, roxdb01qa, roxdb02qa, sdpldap101l + hostgroup_members Physical Pre-Production Linux +} + +define hostgroup { + hostgroup_name Physical Pre-Production Linux + alias Pre-Production Linux Dev/QA Physical hosts + # members +} + +define hostgroup { + hostgroup_name Netmgmt - No SSH + alias Net management interfaces without SSH check + members eis319l-netmgt, essesx290v-netmgt, essesx291v-netmgt, essesx292v-netmgt, hoover1-netmgt, lsscvms207w-netmgt +} + +define hostgroup { + hostgroup_name ZETA + alias ZETA AD Domain member hosts + members csgcas104w, csgcas105w, csghub102w, csghub103w, csgmbx100w, csgum107w, eis105w, puqa01.zeta.adtest, puqa02.zeta.adtest, sdpepo100w, sql-zeta2, winqa01.adtest, winqa02.adtest +} + +define hostgroup { + hostgroup_name PUDev + alias PUDev AD Machines + members csgcas301w, csgcas311w, csghub302w, csgmbx300w, csgmbx303w, pudev02.pudev.windev, windev02.windev +} + +define hostgroup { + hostgroup_name 32bit Linux + alias Linux x86 machines + members devprov01, harris, ims214, ims215, ims302, ims303, prov01, qaprov01 +} + +define hostgroup { + hostgroup_name test-border-router + alias OIT routers in test +} + +define hostgroup { + hostgroup_name OIT Core Routers-Switches + alias OIT Core Routers and Switches +} + +define hostgroup { + hostgroup_name OIT VOIP routers + alias OIT VOIP routers +} + +define hostgroup { + hostgroup_name OIT Non-core routers + alias OIT Non-core routers +} + +define hostgroup { + hostgroup_name ISP routers + alias ISP routers +} + +define hostgroup { + hostgroup_name OIT CWDM + alias OIT CWDM (Coarse Wave Division Multiplexing) Equipment +} + +define hostgroup { + hostgroup_name VPN Tunnel Endpoints + alias VPN Tunnel Endpoints +} + +define hostgroup { + hostgroup_name OIT Ethernet switches-repeaters + alias OIT Ethernet switches and repeaters +} + +define hostgroup { + hostgroup_name OIT Aruba WAP + alias OIT Aruba Wireless Access Points +} + +define hostgroup { + hostgroup_name OIT Cisco WAP + alias OIT Cisco Wireless Access Points +} + +define hostgroup { + hostgroup_name OIT UPS + alias OIT Campus Infrastructure UPS +} + +define hostgroup { + hostgroup_name OIT APC Switched Rack PDU + alias OIT APC Switched Rack PDU units +} + +define hostgroup { + hostgroup_name OIT APC Redundant Power Auto Transfer Switch + alias OIT APC Redundant Power Auto Transfer Switch units +} + +define hostgroup { + hostgroup_name Lantronix Serial-to-IP Terminal Server Gateways + alias Lantronix Serial-to-IP Terminal Server Gateways +} + +define hostgroup { + hostgroup_name A10 NATs + alias A10 NAT devices +} + +define hostgroup { + hostgroup_name NAT McCarter + alias McCarter NAT devices +} + +define hostgroup { + hostgroup_name Aruba wireless controllers + alias Aruba wireless controllers +} + +define hostgroup { + hostgroup_name Aruba Remote Access Controllers + alias Aruba Remote Access Controllers +} + +define hostgroup { + hostgroup_name Aruba Remote Access Points + alias Aruba Remote Access Points +} + +define hostgroup { + hostgroup_name Cable Modems + alias Cable Modems at Remote Sites +} + +define hostgroup { + hostgroup_name OIT PoE Injectors + alias OIT Power over Ethernet Midspan Power Injectors +} + +define hostgroup { + hostgroup_name OIT hosts + alias OIT managed hosts +} + +define hostgroup { + hostgroup_name OIT Telephone-VoIP Servers and Appliances + alias OIT Telephone Servers, VoIP Servers, Appliances +} + +define hostgroup { + hostgroup_name Non-OIT + alias Non-OIT devices +} + +define hostgroup { + hostgroup_name Facilities + alias Facilities Devices +} + +define hostgroup { + hostgroup_name Dining Services + alias Dining Services +} + +define hostgroup { + hostgroup_name Misc devices + alias Misc devices +} + diff --git a/cfg/new/service.cfg b/cfg/new/service.cfg new file mode 100644 index 0000000..6692d71 --- /dev/null +++ b/cfg/new/service.cfg @@ -0,0 +1,18902 @@ +define service { + use Dell Device Inventory Information + host_name essesx204v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp!/usr/local/monitoring/nagios/dell/config/objects/essesx204v-netmgt.cfg!info +} + +define service { + use Dell Traps + host_name essesx204v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx204v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp!/usr/local/monitoring/nagios/dell/config/objects/essesx204v-netmgt.cfg!ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx205v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx205v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx205v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx205v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx205v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx206v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx206v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx206v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx206v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx206v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx207v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx207v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx207v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx207v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx207v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx208v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx208v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx208v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx208v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx208v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx209v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx209v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx209v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx209v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx209v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx210v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx210v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx210v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx210v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx210v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx222v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx222v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx222v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx222v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx222v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx224v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx224v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx224v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx224v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx224v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx225v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx225v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx225v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx225v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx225v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx226v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx226v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx226v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx226v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx226v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx227v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx227v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx227v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx227v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx227v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx270v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx270v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx270v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx270v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx270v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name sdpldap201l-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/sdpldap201l-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name sdpldap201l-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name sdpldap201l-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/sdpldap201l-netmgt.cfg"! ghs +} + +define service { + name Dell-Service ; The 'name' of this service template + active_checks_enabled 1 ; Active service checks are enabled + passive_checks_enabled 1 ; Passive service checks are enabled/accepted + parallelize_check 1 ; Active service checks should be parallelized (disabling this can lead to major performance problems) + obsess_over_service 1 ; We should obsess over this service (if necessary) + check_freshness 0 ; Default is to NOT check service 'freshness' + notifications_enabled 1 ; Service notifications are enabled + event_handler_enabled 1 ; Service event handler is enabled + flap_detection_enabled 1 ; Flap detection is enabled + #failure_prediction_enabled 1 ; Failure prediction is enabled + process_perf_data 1 ; Process performance data + retain_status_information 1 ; Retain status information across program restarts + retain_nonstatus_information 1 ; Retain non-status information across program restarts + is_volatile 0 ; The service is not volatile + check_period Dell-24x7 ; The service can be checked at any time of the day + max_check_attempts 2 ; Re-check the service up to 3 times in order to determine its final (hard) state + check_interval 2 ; Check the service in minutes interval under normal conditions + retry_interval 2 ; Re-check the service in minutes interval until a hard state can be determined + contact_groups delladmins ; Notifications get sent out to everyone in the 'delladmins' group + notification_options w,u,c,r ; Send notifications about warning, unknown, critical, and recovery events + notification_interval 720 ; Re-notify about service problems every hour + notification_period Dell-24x7 ; Notifications can be sent out at any time + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE! +} + +define service { + name Dell Device Health Status + use Dell-Service + register 0 + service_description Dell Device Overall Health Status + check_interval 2 ; Polling interval in minutes + retry_interval 2 + contact_groups delladmins +} + +define service { + name Dell Device Inventory Information + use Dell-Service + register 0 + service_description Dell Device Inventory Information + check_interval 1440 ; Polling interval in minutes + notification_interval 1440 + retry_interval 60 + contact_groups delladmins +} + +define service { + name Dell Device Component Status + use Dell-Service + register 0 + service_description Dell Device Component Status + check_interval 2 ; Polling interval in minutes + retry_interval 2 + contact_groups delladmins +} + +define service { + name Dell Traps + use Dell-Service + register 0 + service_description Dell SNMP Trap Service + is_volatile 1 + flap_detection_enabled 0 + check_command check_trap_OK + #check_command check-dell-host-alive + active_checks_enabled 0 + max_check_attempts 1 + check_interval 1 + retry_interval 1 + passive_checks_enabled 1 + check_period Dell-24x7 + #notification_interval 1 + notification_interval 31536000 + contact_groups delladmins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name adm-it-ws + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jonathan R. Bickel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais114w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joanne M. Smart +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais115w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joanne M. Smart +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais214w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Timothy J. Hogan +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais217w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais313w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais316w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais317w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Lakshmi Annamalai, R. Carl Segers +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais319w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisdvcts200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisfsa100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisfsa201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisfsaprtl100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisfsaprtl200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold6web100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisgold6web200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold6web300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres120w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres121w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres122w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishmsres200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishmsres201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisinfoed100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisinfoed300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisiw105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisiw106w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisiw205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisiw206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisiw209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisiw210w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais-mars + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisparking100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisparking101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisparking200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisparking201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisparking300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisparking301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais-sn200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Helen Shpits +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais-sn300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Helen Shpits, Matt S. Marnett, Stephen J Kim +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisstargate200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aiste304w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Lakshmi Annamalai, R. Carl Segers +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aistopaz100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aistopaz110w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aistopaz200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aistopaz300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aistopaz310w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisupc102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisupc103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisupc202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisupc203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisupc310w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name alertus + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Stephen M. Elwood +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name amu102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matt S. Marnett, Stephen J Kim +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Cathryn Goodwin, Matt S. Marnett +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Cathryn Goodwin, Matt S. Marnett +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Cathryn Goodwin, Matt S. Marnett, Stephen J Kim +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matt S. Marnett, Stephen J Kim +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Cathryn Goodwin, Matt S. Marnett +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu210w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matt S. Marnett +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ant-had200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeremiah D. LaMontagne +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name arc-hestia + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Architecture Computer +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name art201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Julie A. Angarone +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name as-fmp + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kristian A. Kauker +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name asmobile101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts James K. Chu, Kevin R. Perry +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name asmobile201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts James K. Chu, Software Infrastructure Services +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name asmobile203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts James K. Chu, Software Infrastructure Services +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name asrv201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeffrey J. Mull +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ath200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Bryan S. Fitzwater +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ats101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ats201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts OIT DAS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ats-dia112w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ats-dia212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ats-fvs112w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ats-fvs212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cas200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cas201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cas301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ces201w-ts + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name chm-dmac200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christophe Lamarque-Lacoste +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdr200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark A. Ratliff +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdr201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark A. Ratliff, Open Access Repository +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdr300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark A. Ratliff +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdr301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Monika C. Mevenkamp, Mark A. Ratliff +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cseslicense02 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CSES Internal - System Generated, Computational Science and Engineering Support, William G. Guthe +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgcas104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgcas105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgcas204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgcas205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgcas206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgcas207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgcas301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgcas311w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgdocave200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgechoess200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgechomp201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgechomp202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csghub102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csghub103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csghub208w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csghub209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csghub302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync221w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync222w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync227w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync228w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync229w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglyncdb225w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglyncdb226w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglynce223w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglynce224w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglyncm218w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgmbx100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgmbx206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgmbx207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!80%!85%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgmbx215w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!80%!85%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgmbx217w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!80%!85%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgmbx300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgmbx303w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspapp102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspapp103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspdb100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspdb101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgspdb202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgspdb203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspfe100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspfe101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgum107w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgwowza201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR, Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgwowza202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR, Dwight D. Bashore +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgwowza300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csla100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Alan M. Stahl +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csla200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Alan M. Stahl +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name css300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark J. Pellecchia, Thomas J. Francais +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name das101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name das110w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name das111w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name das210w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name das211w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name das300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dascrl200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dasdia112w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dasdia212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dasweb228w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dba300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dba301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dev DTS, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name devc + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devdesk + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devp1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devp3 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name devq + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devtabguest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devtabtools + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name devtabtoolsqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devtool + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name devtools + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Heather Campbell +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev-webprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev-webprod-ogv + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev-webprod-tt + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev-webqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev-webqa-ogv + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev-webqa-tt + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dng200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dng201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dng202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dngbboard200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts David O. Goetz, Sarah Salati Bavuso, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dps201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor Zivkovic +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dps203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor Zivkovic +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dsl200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gregory S. Blaha +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dsl300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gregory S. Blaha +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eas200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeff S Heller +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eeb-had201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jesse Saunders +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eis105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eis155w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis253w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis255w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eis345w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eis370w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxappdna100 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxappdna200 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxddc100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxddc101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxddc200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxddc201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxdir100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxdir200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxlic200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxpvs100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxpvs101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxpvs200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops, Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxpvs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops, Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxsf100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxsf101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxsf200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxsf201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxsql100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxsql101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxsql200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxsql201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxwem100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxwem101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxwem200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxwem201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis-fwmgr + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis-fwmgrqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisnet200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisws201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christopher M. Stewart +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christopher M. Stewart +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql303w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql304w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql305w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql306w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisssrs200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christopher M. Stewart +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisssrs300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eng200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin W. Mensch +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essctxddc300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essctxsf300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essctxxa300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name essdem200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin D. Hoffman +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essnicksdev300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essorch101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essorch201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esssan202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage, Storage and Automation HostMaster Admin account +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esssma100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esssma200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvmbkp100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Chi M. Lu, Daniel Chin, ESS Storage, Storage and Automation HostMaster Admin account +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name evcontroller1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name evcontroller2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac103w-gisqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Jennifer R. Broome Chung, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac107w-afqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac108w-awqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac115w-x100 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Quoc B. Nguyen +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac203-publish + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac203w-gisprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Jennifer R. Broome Chung, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac208w-afprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac209w-awprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac214w-centric + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac216w-xibo + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac219w-tsw + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Alex J. Trosko, Facilities NT Administrator +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac221w-acad + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jennifer R. Broome Chung, Matthew L. Woodmansee, Viviane Bassily +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac223w-jadwin + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Arthur T. Murphy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac223w-x200 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac224w-tcam + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Joshua E. Linkov +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac225w-tcam + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Joshua E. Linkov +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac226-olive + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Facilities NT Administrator, facmcadm +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac230w-led + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Facilities NT Administrator +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac303w-esridev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac303w-gisdev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac307w-afdev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac308w-awdev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac309wsaltodev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Facilities NT Administrator +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-anaqua1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Facilities NT Administrator +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-egn-desigo + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-eng-301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-evnts2hv200 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam C. Boltz, FACJZADM, facmcadm +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-geodev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-geoprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Jennifer R. Broome Chung, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-geoqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Jennifer R. Broome Chung, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-goshin200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, James D. Kane, Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-infoctr1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-infoctr3 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-keys200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Facilities NT Administrator +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-larprime + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-lssxibo + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-lumewave200 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-lutlarsprd + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-lutronprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Arthur T. Murphy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-lutronprod2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Arthur T. Murphy +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-lutronqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Arthur T. Murphy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-palm3 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-rds-200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-rds-201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacfdb207 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacs204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacsdb205 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacsf206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacst101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacst104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacsts208 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcactdb102 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcactdb103 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spreports + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-stprosvcs + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-termsvr1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-trimble + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-webctrl100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-webctrl300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-willow2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Jeffrey M. Zodda, facmcadm +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fin103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fin203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fin302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fincopiers100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fincopiers200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name geo-had-server + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Doreen Sullivan +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Marvin E. Waterman +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name gso200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Marvin E. Waterman +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Marvin E. Waterman +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name hou201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault, USSNTADM +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamadfs100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamadfs101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamadfs200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamadfs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamadfs300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iambuilder + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamcas200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamcas201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamdirsync100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamdirsync200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamduo100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamduo101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamduo200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamduo201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamencoder204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamencoder205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamencoder206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamshib200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamshib201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John Wagner +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John Wagner +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshibtest100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamtools + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamweb200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name isoconsole + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Steve Niedzwiecki +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name itms200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name itms201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name itms300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name itms301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name landr + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Michael J. Zarillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name landrdev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Michael J. Zarillo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name lar-watchdog2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Alvin A. Daniel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name lss110w-tqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Facilities NT Administrator +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name lss210w-tprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name lsscvms207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mccdigrec207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mccweb100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mccweb101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mccweb200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mccweb201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mcg200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Paula L. Brett +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mol102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mol105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mol202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mol205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mol206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Brandon Kennedy +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mol302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mon200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mon201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mon202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mon203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mon300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mon301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name netnsm100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ntprintserver + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Chi M. Lu +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Richard M. Curtis +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ocs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Justin T. Kazlauskas +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name odoc101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Office of the Dean +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name odoc201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Office of the Dean +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name odoc202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jaysen J. LeSage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name odoc301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Office of the Dean +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oocphotos200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John W. Jameson +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name opr302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Wayne W. Appleton +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name orp200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joseph P. Keane +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcords101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Glenn R. Wemple +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pcords201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Glenn R. Wemple +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcs200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Pace Center DCS +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pdom05.pu.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pdom06.pu.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pdom07.pu.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pdom08.pu.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pei300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Rajeshri D. Chokshi +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name phy200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Vinod K. Gupta +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pni201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Diana I. Tamir +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pni-had-server + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Randee I. Tengi +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Daniel McNesby +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Conrad L. Silvestre, Daniel McNesby +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Daniel McNesby +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name psy200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Randee I. Tengi +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pudev02.pudev.windev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name puqa01.zeta.adtest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name puqa02.zeta.adtest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name saconsole200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Chi M. Lu +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name scs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Daniel T. Pease, Gary D. Eshbaugh, Peter T Nowak +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdp100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdp101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdp102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdp201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdp202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management, Security and Data Protection +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdp205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdp300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpalc200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdpcas100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdpcas101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpcas202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpcas203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpenc200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dean A. Plante +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdpepo100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts css-alert +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpepo200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts css-alert +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpidp202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpidp203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdptools200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpvm200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Information Security +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sea200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Seas Computer Support +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sea201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Seas Computer Support +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sentryteledir + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Henry M. Umansky +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name socconsole + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John J. Zerillo, Mariann S. Miller +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name soc-had200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Eric C. Altman +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcacs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcacsa202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms10nvr210w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms11nvr211w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms12nvr212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms1nvr201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms2nvr202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms3nvr203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms4nvr204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms5nvr205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms6nvr206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms7nvr207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms8nvr208w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms9nvr209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvmsm200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sql-zeta2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christopher M. Stewart +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kristian A. Kauker +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss106w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark J. Pellecchia +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss211w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas J. Francais +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kristian A. Kauker +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss213w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NetOps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss214w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Phillip M. Immordino +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss215w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette, George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss217w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Phillip M. Immordino +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss219w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss220w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss221w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss224w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark J. Pellecchia, Phillip M. Immordino, Thomas J. Francais +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss225w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Phillip M. Immordino +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss303w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark J. Pellecchia, Thomas J. Francais +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss305w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss306w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts PICSS +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ssepo223w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Phillip M. Immordino +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ssvr108w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlayne H. Beavers +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ssvr208w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlayne H. Beavers +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ssvr209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette, Charlayne H. Beavers, Dianne M. Wolochowicz, Mariann S. Miller, Phillip M. Immordino +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ssvr308w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlayne H. Beavers +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tax200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tbschedule1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts David M. Hopkins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name telswitch + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tmetrics + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsciscodigi1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsciscodigi2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tmetsdevlab + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsdigi1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsdigi2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsmultimedia + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name top100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name top101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name top200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name top201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tps200w-garage + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas, USSNTADM +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Health Services Help, Judith E. Oakley +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs107w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Health Services Help, Judith E. Oakley +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs111w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs114w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uhs207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Health Services Help, Judith E. Oakley +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uhs211w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Brian J. Powell +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs213w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Brian J. Powell +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs214w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Brian J. Powell +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jaysen J. LeSage, Joshua P. Thomas +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss202w-win08 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jaysen J. LeSage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss300w-willow + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss301w-sandbox + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss302w-sndbx08 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss303w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jaysen J. LeSage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss304w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ussitfile200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts James Kim +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name vpft101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name vpft201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Allison B. Petito, Erik D. Johnston +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wassp200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspapp200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspapp201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasspdb100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasspdb101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspdb200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspdb201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspdc205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspfe202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspfe203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspfe204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasspowa106w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasspowa207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspss206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name win04.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name windev02.windev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name winqa01.adtest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name winqa02.adtest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + host_name ais218l + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + host_name ais218l + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_load + use UNIX Production service + host_name ais218l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + host_name ais218l + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + host_name ais218l + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + host_name ais218l + check_command check_nrpe_disk_by_class!system + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_proc_httpd + use UNIX Production service + host_name ais218l + check_command check_nrpe_process!30!1:! -C httpd -t 30 + notification_interval 15 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_jenkins + use UNIX Production service + host_name sas204l + check_command check_nrpe_process!1!1:! -a jenkins.war -t 30 + notification_interval 15 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_nexus-bootstrap + use UNIX Production service + host_name sas206l + check_command check_nrpe_process!1!1:! -a nexus-bootstrap -t 30 + notification_interval 15 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_sonar-application + use UNIX Production service + host_name sas205l + check_command check_nrpe_process!1!1:! -a sonar-application -t 30 + notification_interval 15 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_win_service_Mirth_Connect_Service + use Windows Production service + host_name uhs212w + check_command check_nrpe_win_service!"Mirth Connect Service" + contacts Health Services Help +} + +define service { + service_description snmp_win_service_Lync_Monitoring + use Windows Production service + host_name csglyncm218w + check_command check_snmp_win_service!"SQL Server \(RTCLOCAL\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_Lync + use Windows Production service + host_name csglync221w, csglync222w + check_command check_snmp_win_service!"Lync Server Audio Test Service,Lync Server Call Park,Lync Server Centralized Logging Service Agent,Lync Server Front-End,Lync Server IM Conferencing,Lync Server Mediation,Lync Server Replica Replicator Agent,Lync Server XMPP Translating Gateway,SQL Server \(LYNCLOCAL\),SQL Server \(RTC\),SQL Server \(RTCLOCAL\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_Lync + use Windows Production service + host_name csglync229w + check_command check_snmp_win_service!"Lync Server Audio Test Service,Lync Server Call Park,Lync Server Centralized Logging Service Agent,Lync Server Front-End,Lync Server IM Conferencing,Lync Server Mediation,Lync Server Replica Replicator Agent,Lync Server XMPP Translating Gateway,SQL Server \(LYNCLOCAL\),SQL Server \(RTCLOCAL\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_Lync + use Windows Production service + host_name csglynce223w, csglynce224w + check_command check_snmp_win_service!"Lync Server Access Edge,Lync Server Audio/Video Authentication,Lync Server Audio/Video Edge,Lync Server Centralized Logging Service Agent,Lync Server Replica Replicator Agent,Lync Server Web Conferencing Edge,SQL Server \(RTCLOCAL\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_Lync + use Windows Production service + host_name csglyncdb225w, csglyncdb226w + check_command check_snmp_win_service!"SQL Server \(MSSQLSERVER\),SQL Server Agent \(MSSQLSERVER\),SQL Server Integration Services 11.0,SQL Server Reporting Services \(MSSQLSERVER\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_DocAve + use Windows Production service + host_name csgdocave200w + check_command check_snmp_win_service!"DocAve 6 Report Service,DocAve 6 Media,DocAve 6 Timer Service" + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SNMP + use Windows Production service + host_name csgsp200w, csgsp201w, csgsp202w, csgsp203w, csgsp204w + check_command check_nrpe_win_service!SNMP + contacts Sharepoint Admin +} + +define service { + service_description snmp_win_service_SharePoint2K10 + use Windows Production service + host_name csgsp200w, csgsp201w, csgsp202w, csgsp203w, csgsp204w + check_command check_snmp_win_service!"DocAve 6 Agent service,DocAve Communication" + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2K10 + use Windows Production service + host_name csgsp201w, csgsp202w, csgsp203w, csgsp204w + check_command check_nrpe_win_service!SPAdminV4 SPTimerV4 SPTraceV4 SPWriterV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2K10 + use Windows Production service + host_name csgsp200w + check_command check_nrpe_win_service!FIMService FIMSynchronizationService OSearch14 SPAdminV4 SPTimerV4 SPTraceV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2016 + use Windows Production service + host_name wasspapp201w, wasspfe202w, wasspfe203w, wasspfe204w, wasspdc205w + check_command check_nrpe_win_service!SPTimerV4 SPTraceV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2016 + use Windows Production service + host_name wasspapp200w + check_command check_nrpe_win_service!SPTimerV4 SPTraceV4 ProfSvc + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2016 + use Windows Production service + host_name wasspss206w + check_command check_nrpe_win_service!SPTimerV4 SPTraceV4 SPSearchHostController OSearch16 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SMTP + use Windows Production service + host_name wasspapp200w, wasspapp201w, wasspfe202w, wasspfe203w, wasspfe204w, wasspdc205w, wasspss206w + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_service_SharePoint2K10 + use Windows Dev/QA service + host_name csgspfe100w + check_command check_nrpe_win_service!"DocAve 6 Agent service" "DocAve Communication" OSearch14 SPAdminV4 SPTimerV4 SPTraceV4 SPUserCodeV4 SPWriterV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_service_SharePoint2K10 + use Windows Dev/QA service + host_name csgspfe101w + check_command check_nrpe_win_service!"DocAve 6 Agent service" SPAdminV4 SPTimerV4 SPTraceV4 SPUserCodeV4 SPWriterV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_service_SharePoint2K10 + use Windows Dev/QA service + host_name csgspapp102w + check_command check_nrpe_win_service!"DocAve 6 Agent service" FIMService FIMSynchronizationService OSearch14 SPAdminV4 SPTimerV4 SPTraceV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_service_SharePoint2K10 + use Windows Dev/QA service + host_name csgspapp103w + check_command check_nrpe_win_service!"DocAve 6 Agent service" SPAdminV4 SPTimerV4 SPTraceV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SMTP + use Windows Production service + host_name fac-willo3-200w + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contact_groups Maximo +} + +define service { + service_description SMTP + use Windows Production service + host_name fac-willo3-200w + check_command check_smtp!5!10!-p 25 + contact_groups Maximo +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Dumpster_Item_Count + use Windows Production service + host_name csghub208w, csghub209w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Dumpster!Dumpster Item Count!-!+3000!+3500 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Queues_Delivery_Q_Length + use Windows Production service + host_name csghub208w, csghub209w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Queues!Active Mailbox Delivery Queue Length!_total!+250!+300 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Queues_Poison_Queue_Length + use Windows Production service + host_name csghub208w, csghub209w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Queues!Poison Queue Length!*!+100!+200 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Queues_Remote_Delivery_Length + use Windows Production service + host_name csghub208w, csghub209w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Queues!Active Remote Delivery Queue Length!*!+400!+600 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Queues_Delivery_Length + use Windows Production service + host_name csghub208w, csghub209w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Queues!Aggregate Delivery Queue Length (All Queues)!_total!+400!+600 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_MBX_IS_Messages_Queued_Submission + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeIS Mailbox!Messages Queued for Submission!_total!+100!+200 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_MBX_IS_RPC_Requests + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeIS!RPC Requests!-!+100!+200 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_MBX_DB_IO_Reads_Avg_Latency + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange Database!I/O Database Reads (Attached) Average Latency!*!+2000!+2100 + contacts John P. Sophy +} + +define service { + service_description nrpe_win_Exchange_MBX_DB_IO_Writes_Avg_Latency + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange Database!I/O Database Writes (Attached) Average Latency!*!+2000!+2100 + contacts John P. Sophy +} + +define service { + service_description nrpe_win_Exchange_MBX_DB_IO_Writes_Rec_Avg_Latency + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange Database!I/O Database Writes (Recovery) Average Latency!*!+2000!+2100 + contacts John P. Sophy +} + +define service { + service_description nrpe_win_Exchange_MBX_DB_IO_Reads_Rec_Avg_Latency + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange Database!I/O Database Reads (Recovery) Average Latency!*!+2000!+2100 + contacts John P. Sophy +} + +define service { + service_description nrpe_win_Exchange_CAS_ActiveSync_Current_Requests + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_interval 5 + process_perf_data 1 + event_handler cas_iis_reset + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange ActiveSync!Current Requests!-!-100!+2400 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_IMAP4_Active_SSL_Connections + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeImap4!Active SSL Connections!*!-10!+1300 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_RPC_HTTP_Proxy_Connections + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!RPC/HTTP Proxy!Current Number of Incoming RPC over HTTP Connections!-!-20!+3000 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_ActiveSync_Ping_Pending + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange ActiveSync!Ping Commands Pending!-!+2200!+2400 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_OWA_Current_Users + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange OWA!Current Users!-!-10!+500 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_OWA_Average_Response_Time + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange OWA!Average Response Time!-!+5000!+10000 + contacts CISDR +} + +define service { + service_description nrpe_win_service_exchange_mbx + use Windows Production service + hostgroup_name Exchange Mailbox + check_command check_nrpe_win_service!MSExchangeADTopology MSExchangeIS MSExchangeMailSubmission MSExchangeMailboxAssistants MSExchangeRepl MSExchangeRPC MSExchangeSearch MSExchangeServiceHost MSExchangeSA MSExchangeThrottling MSExchangeTransportLogSearch + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_MSExADTopology + use Windows Dev/QA service + host_name csgcas104w, csgcas105w, csgcas301w, csghub102w, csghub103w, csghub302w, csgmbx100w, csgmbx300w, csgmbx303w + check_command check_nrpe_win_service!MSExchangeADTopology + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_MSExchangeCAS + use Windows Dev/QA service + host_name csgcas104w, csgcas105w, csgcas301w + check_command check_nrpe_win_service!MSExchangeRPC MSExchangeImap4 MSExchangeFBA + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_MSExchangeTransport + use Windows Dev/QA service + host_name csghub102w, csghub103w, csghub302w + check_command check_nrpe_win_service!MSExchangeTransport + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_MSExchangeMBX + use Windows Dev/QA service + host_name csgmbx100w, csgmbx300w, csgmbx303w + check_command check_nrpe_win_service!MSExchangeIS MSExchangeSA + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_adfssrv + use Windows Dev/QA service + host_name iamadfs100w, iamadfs101w + check_command check_nrpe_win_service!adfssrv + contacts Identity and Access Management, IAM OnCall +} + +define service { + service_description nrpe_win_service_adfssrv + use Windows Production service + host_name iamadfs200w, iamadfs201w + check_command check_nrpe_win_service!adfssrv + contacts Identity and Access Management, IAM OnCall +} + +define service { + service_description nrpe_wintest_service_McAfee_Exchange + use Windows Dev/QA service + host_name csgmbx100w + check_command check_nrpe_win_service!MSME + contacts CISDR +} + +define service { + service_description nrpe_win_service_Microsoft_Azure_AD_Sync + use Windows Production service + host_name iamdirsync200w + check_command check_nrpe_win_service!"Microsoft Azure AD Sync" + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_service_Microsoft_Azure_AD_Sync + use Windows Dev/QA service + host_name iamdirsync100w + check_command check_nrpe_win_service!"Microsoft Azure AD Sync" + contacts Identity and Access Management +} + +define service { + service_description tcp_5575_14100_14300 + use generic-service-active + host_name sdpoam100l, sdpoam101l, sdpoam200l, sdpoam201l + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp_multiport!5575,14100,14300 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management + contact_groups null +} + +define service { + service_description tcp_4443 + use generic-service-active + host_name sdpohs100l, sdpohs101l, sdpohs200l, sdpohs201l + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp!4443 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management + contact_groups null +} + +define service { + service_description nrpe_win_app_shibboleth + use Windows Production service + host_name sdpidp202w, sdpidp203w + check_command check_nrpe_win_app_shibboleth + contacts Identity and Access Management + contact_groups null +} + +define service { + service_description snmp_win_service_Princeton_Development_Dispatcher + use Windows Production service + host_name dev-webprod + check_command check_snmp_win_service!"Princeton Development Dispatcher" + check_period Dev Dispatcher + notification_period Dev Dispatcher + contact_groups null + contacts Dev Web Monitor +} + +define service { + service_description Selenium + use generic-service + host_name mon200w, mon201w, mon202w, mon203w, mon205l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp!4444 + contact_groups null + contacts Networking +} + +define service { + service_description Selenium + use generic-service + host_name mon204l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp!4444 + contact_groups null + contacts Networking +} + +define service { + service_description Selenium DevQA + use generic-service + host_name mon302l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + #event_handler monitoring_hub_recovery + check_command check_tcp!4444 + contact_groups null + contacts Igor V. Gubenko +} + +define service { + service_description Selenium DevQA + use generic-service + host_name mon300w, mon301w, mon303l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp!4444 + contact_groups null + contacts Igor V. Gubenko +} + +define service { + service_description Selenium Hub + use generic-service + host_name monitor + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp_port!monitor.Princeton.EDU!4444 + contact_groups Monitoring Admins Pager + contacts Networking +} + +define service { + service_description Selenium DevQA Hub + use generic-service + host_name monitor-dev + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp_port!monitor-dev.Princeton.EDU!4444 + contact_groups null + contacts Igor V. Gubenko +} + +define service { + service_description Selenium Cluster + use generic-service + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:mon200w:Selenium$,$SERVICESTATEID:mon201w:Selenium$,$SERVICESTATEID:mon202w:Selenium$,$SERVICESTATEID:mon203w:Selenium$!-w @3:!-c @4: + contact_groups Monitoring Admins Pager + contacts Networking +} + +define service { + service_description Selenium DevQA Cluster + use generic-service + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:mon300w:Selenium DevQA$,$SERVICESTATEID:mon301w:Selenium DevQA$!-w @1:!-c @2: + contact_groups null + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_service_WinGateEngine + use Windows Production service + host_name isoproxy200w + check_command check_nrpe_win_service!"WinGateEngine" + contacts infosec +} + +define service { + service_description nrpe_wintest_service_W3SVC + use Windows Dev/QA service + host_name aisob101w, aisob102w, aisob110w, aisob111w, aisob115w, aisob116w, aisob118w, aisob301w, aisob301tstw, aisob302w, aisob302tstw, aisob310w, aisob310tstw, aisob311w, aisob311tstw, aisob315w, aisob315tstw, aisob316w, aisob318w, aisob318tstw + notification_period 8x5 + check_command check_nrpe_win_service!W3SVC + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_OnBase_DDS + use Windows Dev/QA service + host_name aisob102w, aisob119w, aisob302w, aisob302tstw, aisob319w, aisob319tstw + notification_period 8x5 + check_command check_nrpe_win_service!"OnBase DDS Service" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_SMTP + use Windows Dev/QA service + host_name aisob113w, aisob313w, aisob313tstw + notification_period 8x5 + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_Hyland + use Windows Dev/QA service + host_name aisob113w, aisob313w, aisob313tstw + notification_period 8x5 + check_command check_nrpe_win_service!"Hyland Distribution Service" "Hyland OnBase Scheduler" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_Hyland_Unity + use Windows Dev/QA service + host_name aisob114w, aisob314w, aisob314tstw + notification_period 8x5 + check_command check_nrpe_win_service!"Hyland Unity Scheduler - DOF" "Hyland Unity Scheduler - DEV" "Hyland Unity Scheduler - HR" "Hyland Unity Scheduler - FAC" "Hyland Unity Scheduler - UFA" "Hyland Unity Scheduler - OFT" "Hyland Unity Scheduler" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_Hyland_FTS + use Windows Dev/QA service + host_name aisob318w + notification_period 8x5 + check_command check_nrpe_win_service!"Hyland Full Text Server" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_Hyland_FTS + use Windows Dev/QA service + host_name aisob118w + notification_period 8x5 + check_command check_nrpe_win_service!"Hyland Full-Text Server" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_BizTalk + use Windows Dev/QA service + host_name aisob116w, aisob316w + notification_period 8x5 + check_command check_nrpe_win_service!"BizTalk Service BizTalk Group : APInvoice_ProcessingHost" "BizTalk Service BizTalk Group : APInvoice_ReceiveHost" "BizTalk Service BizTalk Group : APInvoice_SendHost" "BizTalk Service BizTalk Group : APInvoice_TrackingHost" "BizTalk Service BizTalk Group : BizTalkServerApplication" "Enterprise Single Sign-On Service" "Rule Engine Update Service" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_W3SVC + use Windows Production service + host_name aisob201w, aisob202w, aisob210w, aisob211w, aisob215w, aisob216w, aisob218w + check_command check_nrpe_win_service!W3SVC + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_OnBase_DDS + use Windows Production service + host_name aisob202w, aisob219w + check_command check_nrpe_win_service!"OnBase DDS Service" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_SMTP + use Windows Production service + host_name aisob213w + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_Hyland + use Windows Production service + host_name aisob213w + check_command check_nrpe_win_service!"Hyland Distribution Service" "Hyland OnBase Scheduler" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_Hyland_FTS + use Windows Production service + host_name aisob218w + check_command check_nrpe_win_service!"Hyland Full Text Server" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_Hyland_Unity + use Windows Production service + host_name aisob214w + check_command check_nrpe_win_service!"Hyland Unity Scheduler - DOF" "Hyland Unity Scheduler - DEV" "Hyland Unity Scheduler - HR" "Hyland Unity Scheduler - FAC" "Hyland Unity Scheduler - UFA" "Hyland Unity Scheduler - OFT" "Hyland Unity Scheduler" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_BizTalk + use Windows Production service + host_name aisob216w + check_command check_nrpe_win_service!"BizTalk Service BizTalk Group : APInvoice_ProcessingHost" "BizTalk Service BizTalk Group : APInvoice_ReceiveHost" "BizTalk Service BizTalk Group : APInvoice_SendHost" "BizTalk Service BizTalk Group : APInvoice_TrackingHost" "BizTalk Service BizTalk Group : BizTalkServerApplication" "Enterprise Single Sign-On Service" "Rule Engine Update Service" + contacts ECM Admin Notify +} + +define service { + service_description snmp_win_service_OIM_Remote_Manager + use Windows Production service + host_name eis206w + check_command check_snmp_win_service!"FireDaemon Service: OIM Remote Manager for Exchange" + contact_groups null + contacts Identity and Access Management +} + +define service { + service_description tcp_5500_5550_5580 + use UNIX Production service + host_name sdprsa200l, sdprsa201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp_multiport!5500,5550,5580 + contact_groups null + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_service_Topaz + use Windows Dev/QA service + host_name aistopaz100w + check_command check_nrpe_win_service!"Topaz GetEventStore" "Topaz Message Dispatcher" "Topaz Mongo DB" + contacts pac_app_integration +} + +define service { + service_description nrpe_win_service_Topaz + use Windows Dev/QA service + host_name aistopaz200w + check_command check_nrpe_win_service!"Topaz GetEventStore" "Topaz Message Dispatcher" "Topaz Mongo DB" "Topaz Reporter Scheduler" + contacts pac_app_integration +} + +define service { + service_description ssh_incoming_queue + use generic-service + host_name siem-ace + #check_command check_ssh_using_key!/home/nagios/.ssh/siem-ace.id!root!ls -l /usr/local/ace/incoming | wc -l + check_command check_ssh_using_key!/home/nagios/.ssh/siem-ace.id!root!q=`ls -l /usr/local/ace/incoming %%%%pipe%%%% wc -l` && echo "ACE queue: $q | queue=$q"!queue:[[:space:]][[:digit:]]{1,2}[[:space:]]+ + notification_interval 180 + contacts Dean Plante, Donald Ade, Eric Burd, Ruth D. Gittens +} + +define service { + service_description nrpe_unixtest_proc_OpenLDAP OID + use UNIX Dev/QA service + host_name eisoid101l, eisoid102l + check_command check_nrpe_process!2!1:! -C slapd -t 30 + contacts DBA Important List +} + +define service { + service_description nrpe_unix_proc_OpenLDAP OID + use UNIX Production service + host_name eisoid201l, eisoid202l, eisoid203l + check_command check_nrpe_process!2!1:! -C slapd -t 30 + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_dspace_jvm_classes + use UNIX Dev/QA service + host_name updatespace + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_jvm!" -p classes"!" -w 16000"!" -c 20000" + contacts DSP Admins +} + +define service { + service_description nrpe_unixtest_dspace_jvm_heap + use UNIX Dev/QA service + host_name updatespace + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_jvm!" -p heap"!" -w 750000000"!" -c 900000000" + contacts DSP Admins +} + +define service { + service_description nrpe_unixtest_dspace_jvm_non-heap + use UNIX Dev/QA service + host_name updatespace + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_jvm!" -p non-heap"!" -w 170000000"!" -c 200000000" + contacts DSP Admins +} + +define service { + service_description nrpe_unixtest_dspace_jvm_threads + use UNIX Dev/QA service + host_name updatespace + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_jvm!" -p threads"!" -w 75"!" -c 100" + contacts DSP Admins +} + +define service { + service_description nrpe_unix_proc_nginx + use UNIX Production service + host_name timeline201l, timeline202l, timeline203l, timeline204l, timeline205l + check_command check_nrpe_process!20!1:! -C nginx -t 30 + contacts Timeline +} + +define service { + service_description nrpe_unix_proc_php-fpm + use UNIX Production service + host_name timeline201l, timeline202l + check_command check_nrpe_process!100!1:! -C php-fpm -t 30 + contacts Timeline +} + +define service { + service_description nrpe_unix_proc_mongo + use UNIX Production service + host_name timeline203l, timeline204l, timeline205l + check_command check_nrpe_process!2!1:! -C mongod -t 30 + contacts Timeline +} + +define service { + service_description nrpe_unix_proc_jira + use UNIX Production service + host_name sas200l + check_command check_nrpe_process!2!1:! -a jira -t 30 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_wso2_api + use UNIX Production service + host_name ais223l, ais224l + check_command check_nrpe_process!2!1:! -a wso2am/repo -t 30 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_wso2_esb + use UNIX Production service + host_name sas201l, sas202l + check_command check_nrpe_process!2!1:! -a wso2ei/repo -t 30 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_wso2_analytics + use UNIX Production service + host_name ais225l + check_command check_nrpe_process!2!1:! -a wso2_analytics/wso2/worker -t 30 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_neo4j + use UNIX Production service + host_name timeline203l, timeline204l, timeline205l + check_command check_nrpe_process!2!1:! -a neo4j -t 30 + contacts Timeline +} + +define service { + service_description Papercut + use Windows Production service + host_name ss219w + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_papercut.cmd -n "$SERVICEDESC$" -l /usr/local/monitoring/princeton -t 80 -T 160 -s HOSTADDRESS=$HOSTADDRESS$ -s indent=4 -r 1+2+4+8+128 + contacts Adam A. Ouellette + contact_groups null +} + +define service { + service_description PeopleSoft Application Logs - IBPHCMPROD + use Windows Production service + host_name sis200l, sis201l + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_nrpe_generic!check_log3! -a /psapp/pt/ps_home8.56.13/appserv/ibphcmprod/LOGS/!'Java.+exception'!' ' ' ' ' -m APPSRV_*.LOG -p ProcessError -s /tmp/nagios_ibphcm_check_state -i -c 1 --missing=CRITICAL --show-filename' + #check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_app_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=ibphcmprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Application Logs - IBPCSPROD + use Windows Production service + host_name sis202l, sis203l + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_nrpe_generic!check_log3! -a /psapp/pt/ps_home8.56.13/appserv/ibpcsprod/LOGS/!'Java.+exception'!' ' ' ' ' -m APPSRV_*.LOG -p ProcessError -s /tmp/nagios_ibpcs_check_state -i -c 1 --missing=CRITICAL --show-filename' + #check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_app_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=ibpcsprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Application Logs - IBPHUBPROD + use Windows Production service + host_name sis204l, sis205l + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_nrpe_generic!check_log3! -a /psapp/pt/ps_home8.56.13/appserv/ibphubprod/LOGS/!'Java.+exception'!' ' ' ' ' -m APPSRV_*.LOG -p ProcessError -s /tmp/nagios_ibphub_check_state -i -c 1 --missing=CRITICAL --show-filename' + #check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_app_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=ibphubprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Web Logs - PHCMPROD + use Windows Production service + host_name sis206l, sis207l + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_web_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=phcmprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Web Logs - PCSPROD + use Windows Production service + host_name sis208l, sis209l + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_web_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=pcsprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Web Logs - PHUBPROD + use Windows Production service + host_name sis210l, sis211l + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_web_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=phubprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Web Logs - PIBPROD + use Windows Production service + host_name sis212l, sis213l + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_web_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=pibprod -v + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_SMTP + use Windows Production service + host_name uhs209w, uhs210w + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_T2FlexSchedulerServicex64 + use Windows Production service + host_name aisparking200w + check_command check_nrpe_win_service!"T2FlexSchedulerServicex64" + contacts Charles T. Tennyson, pac_usapps, Pamela M. Slater +} + +define service { + service_description SMB + use UNIX Production service + host_name prov01 + check_command check_smb_share + contacts Identity and Access Management +} + +define service { + service_description Samba + use UNIX Production service + host_name aissmb225l + check_command check_smb_share! -s grndwk2! -u PRINCETON\grndwk2! -p th4de/DC + contacts ESS Storage, ESS UNIX List +} + +define service { + service_description Samba + use UNIX Dev/QA service + host_name aissmb325l + check_command check_smb_share! -s grndwk2! -u PRINCETON\grndwk2! -p th4de/DC + contacts ESS Storage, ESS UNIX List +} + +define service { + service_description nrpe_unixtest_mountpoint_listserv + use UNIX Dev/QA service + host_name csglists300l + check_command check_nrpe_generic!check_mountpoint! -a /var/local/listserv!tmp + contacts CISDR +} + +define service { + service_description nrpe_unixtest_mountpoint_listserv + use UNIX Dev/QA service + host_name csglists301l + check_command check_nrpe_generic!check_mountpoint! -a /var/local/listserv.replica!tmp + contacts CISDR +} + +define service { + service_description nrpe_unix_mountpoint_listserv + use UNIX Production service + host_name csglists200l + check_command check_nrpe_generic!check_mountpoint! -a /var/local/listserv!tmp + contacts CISDR +} + +define service { + service_description Automation + use UNIX Dev/QA service + host_name autom100l, autom101l + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_apid.cmd -n "$SERVICEDESC$" -r 1+2+4 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -v + contacts Networking +} + +define service { + service_description Automation + use UNIX Production service + host_name autom200l, autom201l + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_apid.cmd -n "$SERVICEDESC$" -r 1+2+4 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -v + contacts Networking + contact_groups Networking Pager +} + +define service { + service_description HTTP + use UNIX Dev/QA service + host_name autumn-dev + check_command check_http + contacts Networking +} + +define service { + service_description HTTPS + use UNIX Dev/QA service + host_name autumn-dev + check_command check_https + contacts Networking +} + +define service { + service_description HTTP + use UNIX Production service + host_name autumn + check_command check_http + contacts Networking + contact_groups Networking Pager +} + +define service { + service_description HTTPS + use UNIX Production service + host_name autumn + check_command check_https + contacts Networking + contact_groups Networking Pager +} + +define service { + service_description nrpe_unixtest_agent_status + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + max_check_attempts 5 + check_freshness 1 + freshness_threshold 1220 + check_command check_nrpe_agent + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_active_mem + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_cpu + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu!50!70!2!1 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_disk_system + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + #action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unixtest_disk_system + check_command check_nrpe_disk_by_class!system + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_swap + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_lxfiles + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_proclist_linux + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + check_command check_nrpe_proclist!crond,snmpd,sshd,xinetd + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_mounts + use UNIX Dev/QA service + host_name dascpan100l + check_command check_nrpe_mounts + contact_groups null + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production service + hostgroup_name CPanel Prod + max_check_attempts 4 + check_command check_nrpe_agent + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_cpu + use UNIX Production service + hostgroup_name CPanel Prod + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu!50!70!2!1 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name CPanel Prod + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name CPanel Prod + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + hostgroup_name CPanel Prod + #action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_lxfiles + use UNIX Production service + hostgroup_name CPanel Prod + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_proclist_linux + use UNIX Production service + hostgroup_name CPanel Prod + check_command check_nrpe_proclist!crond,snmpd,sshd,xinetd + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_disk_app_das + use UNIX Production service + hostgroup_name CPanel Prod + check_command check_nrpe_disk_by_class!das + notification_options w,c,r + contacts Cpanel Admins +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name exchangeimap + max_check_attempts 2 + check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description webcheck_https_SharePoint + use generic-service + host_name sp, sp2010prod + check_command check_https_sp!https://$HOSTNAME$.Princeton.EDU/oit/csg/sharepoint/default.aspx!groundwk + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_SharePoint + use generic-service + host_name sp2016 + check_command check_https_sp-2016!https://$HOSTNAME$.Princeton.EDU/SiteAssets!groundwk + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_mysite2010prod + use generic-service + host_name sp2010prod + check_command check_https_sp_logos!https://mysite2010prod.Princeton.EDU!groundwk!$USER30$ + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_mysite2016 + use generic-service + host_name sp2016 + check_command check_https_sp_logos-2016!https://mysite2016.Princeton.EDU!groundwk!$USER30$ + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_WSS_SP4_Content + use generic-service + host_name sp2010prod + check_command check_https_sp!https://sp2010prod.princeton.edu/wsssp4test/SitePages/Home.aspx!groundwk!$USER30$ + contacts Sharepoint Admin +} + +define service { + service_description SMTP + use generic-service-active + host_name csghubprod, csghub208w, csghub209w, lists, oldsmtp, smtp + max_check_attempts 5 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10 + contacts CISDR, CSG OnCall +} + +define service { + service_description SMTP + use generic-service + host_name csgsmtp202l, csgsmtp203l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10!-p 25 -S + contacts CISDR +} + +define service { + service_description SMTP + use generic-service + host_name oaamx101l, oaamx201l, oaamx202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10!-p 25 -S + contacts CISDR +} + +define service { + service_description SMTP Submission + use generic-service + host_name csgsmtp202l, csgsmtp203l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10!-p 587 -S + contacts CISDR +} + +define service { + service_description SMTP Submission + use generic-service + host_name oaamx101l, oaamx201l, oaamx202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10!-p 587 -S + contacts CISDR +} + +define service { + service_description SMTPS + use generic-service + host_name csgsmtp202l, csgsmtp203l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtps!5!10 + contacts CISDR +} + +define service { + service_description SMTPS + use generic-service + host_name oaamx101l, oaamx201l, oaamx202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtps!5!10 + contacts CISDR +} + +define service { + service_description SMTPS + use generic-service-active + host_name smtp + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp_tls!5!7 + contacts CISDR, CSG OnCall +} + +define service { + service_description SMTP + use generic-service-active + host_name ppa01, ppa02, ppa03, ppa04 + max_check_attempts 5 + check_interval 10 + retry_interval 5 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10 + contacts CISDR +} + +define service { + service_description https_login_deptedit + use generic-service + host_name deptbedit, www-dept-edit + max_check_attempts 5 + notification_period roxen-devedit + check_command check_https_ba!/csgtest/index.xml?__toolbar=1&!443!Home!6!8!-a groundwk:th4de/DC -S + contacts CISDR +} + +define service { + service_description webcheck_https_login_aisedit + use generic-service + host_name aisedit + max_check_attempts 5 + notification_period roxen-devedit + check_command check_https_ba!/csgtest/index.xml?__toolbar=1&!443!Home!6!8!-a groundwk:th4de/DC -S + contacts CISDR +} + +define service { + service_description email ppa01 to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end ppa!grndwk2@princeton.edu!ppa01.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email ppa02 to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end ppa!grndwk2@princeton.edu!ppa02.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email ppa03 to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end ppa!grndwk2@princeton.edu!ppa03.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email ppa04 to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end ppa!grndwk2@princeton.edu!ppa04.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email smtp to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end TLS!grndwk2!smtp.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email gmail to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end SSL advanced!groundwk@Princeton.EDU!groundwk@Princeton.EDU!smtp.gmail.com!grndwk2@Princeton.EDU!grndwk2@Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email exchange to gmail + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end SSL advanced!grndwk2@Princeton.EDU!grndwk2!smtp.Princeton.EDU!groundwk@g.Princeton.EDU!groundwk@Princeton.EDU!imap.gmail.com + contacts CISDR +} + +define service { + service_description email office365 to exchange + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end TLS-SSL!csgtst07@Princeton.EDU!csgtst07@Princeton.EDU!$USER12$!smtp.office365.com!csgtst04@Princeton.EDU!csgtst04@Princeton.EDU!$USER12$!exchangeimap.Princeton.EDU + contacts CISDR +} + +define service { + service_description email exchange to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end TLS-SSL!grndwk2@Princeton.EDU!grndwk2!$USER30$!smtp.Princeton.EDU!csgtst07@Princeton.EDU!csgtst07@Princeton.EDU!$USER12$!outlook.office365.com + contacts CISDR +} + +define service { + service_description email local to listserv + use email-end2end + host_name email-end2end + check_period Listserv_hours + #max_check_attempts 4 + #check_interval 15 + #retry_interval 5 + notification_period Listserv_hours + #check_command check_imap_receive!exchangeimap.Princeton.EDU!"-20 minutes"!HEADER!Subject!"Lists tests" + check_command check email end2end TLS-SSL!grndwk2@Princeton.EDU!grndwk2!$USER30$!smtp.Princeton.EDU!grndwk2@Princeton.EDU!grndwk2@Princeton.EDU!$USER30$!outlook.office365.com + contacts CISDR +} + +define service { + service_description wowza csgwowza201w + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://csgwowza201w.princeton.edu/nagios/mp4:sample.mp4 + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza csgwowza202w + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://csgwowza202w.princeton.edu/nagios/mp4:sample.mp4 + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza puwowza + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowza.princeton.edu/nagios/mp4:sample.mp4 + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w ARABIC + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/ARABIC + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w CNBC + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CNBC + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w CNN + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CNN + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w CSPAN + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CSPAN + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w FOX + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/FOX + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w MSNBC + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/MSNBC + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w ABC_NY + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/ABC_NY + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205W BLOOMBERG + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/BLOOMBERG + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w CBS_NY + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CBS_NY + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w FOX_NY + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/FOX_NY + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w NBC_NY + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/NBC_NY + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w PBS_WNET + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/PBS_WNET + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w WEATHER + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/WEATHER + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w CHINESE + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CHINESE + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w FRENCH + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/FRENCH + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w GERMAN + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/GERMAN + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w HEBREW + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/HEBREW + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w ITALIAN + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/ITALIAN + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w JAPANESE + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/JAPANESE + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w POLISH + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/POLISH + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w SPANISH + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/SPANISH + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description CH7 KalturaLive + use generic-service + host_name Kaltura Live + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:Kaltura Live:CH7 KalturaLive PRIMARY$,$SERVICESTATEID:Kaltura Live:CH7 KalturaLive BACKUP$!!-c @2: + contacts CISDR, CISDR OnCall +} + +define service { + service_description CH8 KalturaLive + use generic-service + host_name Kaltura Live + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:Kaltura Live:CH8 KalturaLive PRIMARY$,$SERVICESTATEID:Kaltura Live:CH8 KalturaLive BACKUP$!!-c @2: + contacts CISDR, CISDR OnCall +} + +define service { + service_description CH7 KalturaLive PRIMARY + use generic-service-active + host_name Kaltura Live + check_command check_rtmp!rtmp://1_i3gqmr0f.p.kpublish.kaltura.com:1935/kLive/1_i3gqmr0f_1!t=1c1c5054 + contacts Dwight D. Bashore +} + +define service { + service_description CH7 KalturaLive BACKUP + use generic-service-active + host_name Kaltura Live + check_command check_rtmp!rtmp://1_i3gqmr0f.b.kpublish.kaltura.com:1935/kLive/1_i3gqmr0f_1!t=1c1c5054 + contacts Dwight D. Bashore +} + +define service { + service_description CH8 KalturaLive PRIMARY + use generic-service-active + host_name Kaltura Live + check_command check_rtmp!rtmp://1_qtkl6j3o.p.kpublish.kaltura.com:1935/kLive/1_qtkl6j3o_1!t=ed4caab7 + contacts Dwight D. Bashore +} + +define service { + service_description CH8 KalturaLive BACKUP + use generic-service-active + host_name Kaltura Live + check_command check_rtmp!rtmp://1_qtkl6j3o.b.kpublish.kaltura.com:1935/kLive/1_qtkl6j3o_1!t=ed4caab7 + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_unixtest_agent_status + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + max_check_attempts 3 + retry_interval 3 + check_freshness 1 + freshness_threshold 1220 + check_command check_nrpe_agent + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_active_mem + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_cpu_system + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_cpu_user + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + notification_options w,c,r + contacts DBA Important List + contact_groups null +} + +define service { + service_description nrpe_unixtest_load + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!32,33,34!50,51,52!" -r " + notification_options w,c,r + contacts DBA Important List + contact_groups null +} + +define service { + service_description nrpe_unixtest_disk_system + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + check_command check_nrpe_disk_by_class!system + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + check_command check_snmp_disk!^/(appware|u01)$!85!90 + notification_options w,c,r + contacts DBA Important List + contact_groups DBA Page CRITICAL +} + +define service { + service_description nrpe_unixtest_swap + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!80!40 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unixtest_proc_memory_usage + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + check_command check_snmp_process-not-matching!^(?!.*tivoli).*$! -m5000,6000 -o10000 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app_dba + use Windows Dev/QA service + hostgroup_name DBA Windows Dev/QA + host_name !csgspdb100w, !csgspdb101w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks!90%!97% + contact_groups null + contacts DBA Important List +} + +define service { + service_description snmp_wintest_disk + use Windows Dev/QA service + host_name csgspdb100w, csgspdb101w + notification_period 8x5 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_snmp_disk!^[D-Z]:\ !90!97 + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_service_sql2k5 + use Windows Dev/QA service + hostgroup_name DBA SQLServer Dev/QA, MSSQL Dev Clusters + check_command check_nrpe_win_service!MSSQLSERVER SQLSERVERAGENT + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_service_sql2k5 + use Windows Dev/QA service + host_name eissql102w + check_command check_nrpe_win_service!"SQL Server (MSSQLSERVER_B)" "SQL Server Agent (MSSQLSERVER_B)" + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_service_TSM_Scheduler_Quorum + use Windows Dev/QA service + host_name csgspdb1a-c + check_command check_nrpe_win_service!"TSM Central Scheduler Service: Quorum" + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_service_TSM_Scheduler_SQL + use Windows Dev/QA service + host_name csgspdb1a + check_command check_nrpe_win_service!"TSM Central Scheduler Service: SQL" + contact_groups null + contacts DBA Important List +} + +define service { + service_description snmp_wintest_service_Cluster + use Windows Production service + host_name csgspdb100w + max_check_attempts 6 + check_interval 10 + retry_interval 6 + check_command check_snmp_win_service!"Cluster Service" + contacts DBA Important List +} + +define service { + service_description snmp_wintest_service_SQL_Server_Reporting + use Windows Dev/QA service + host_name eisssrs301w + check_command check_snmp_win_service!"SQL Server Reporting" + contacts DBA Important List +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production service + hostgroup_name Oracle Exadata + max_check_attempts 3 + retry_interval 1 + check_command check_nrpe_agent + contacts DBA Important List +} + +define service { + service_description snmp_unix_alive + use UNIX Production service + hostgroup_name Oracle Exadata + max_check_attempts 3 + retry_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name Oracle Exadata + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + hostgroup_name Oracle Exadata + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + hostgroup_name Oracle Exadata + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_load + use UNIX Production service + hostgroup_name Oracle Exadata + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!32,33,34!50,51,52!" -r " + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_lxfiles6 + use UNIX Production service + hostgroup_name Oracle Exadata + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts DBA Important List +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name Oracle Exadata + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!80!50 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unix_disk_system + use UNIX Production service + hostgroup_name Oracle Exadata + check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90 + contacts nagiosadmin + contact_groups null +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + hostgroup_name Oracle Exadata + check_command check_snmp_disk!^/(appware|u01)$!85!90 + notification_options w,c,r + contacts DBA Important List + contact_groups DBA Page CRITICAL +} + +define service { + service_description snmp_unix_proc_memory_usage + use UNIX Production service + hostgroup_name Oracle Exadata + check_command check_snmp_process-not-matching!^(?!.*tivoli).*$! -m5000,6000 -o10000 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app_dba + use Windows Production service + hostgroup_name DBA Windows Prod + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks!90%!97% + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_sql2k5 + use Windows Production service + hostgroup_name DBA SQLServer Prod + check_command check_nrpe_win_service!MSSQLSERVER SQLSERVERAGENT + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_TSM_Scheduler_SQL + use Windows Production service + host_name csgspdb2a + check_command check_nrpe_win_service!"TSM Central Scheduler Service: SQL" + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_sql2k5 + use Windows Production service + hostgroup_name MSSQL Prod Clusters + host_name !csgspdb2a-c + check_command check_nrpe_win_service!MSSQLSERVER SQLSERVERAGENT + contact_groups DBA Page +} + +define service { + service_description snmp_win_service_SQL_Server_Reporting + use Windows Production service + host_name eisssrs201w + check_command check_snmp_win_service!"SQL Server Reporting" + contact_groups DBA Page +} + +define service { + service_description Gearman + use generic-service + host_name mon204l + check_interval 2 + retry_interval 2 + max_check_attempts 3 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_gearman!$HOSTNAME$!-q host -W 1000 -C 2000 -w 1000 + event_handler slave_connection_reset!$SERVICESTATE:mon205l:Gearman$ + notification_interval 60 + contacts Igor V. Gubenko + #contact_groups Monitoring Admins Pager + contact_groups null +} + +define service { + service_description Gearman + use generic-service + host_name mon205l + check_interval 2 + retry_interval 2 + max_check_attempts 2 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_gearman!$HOSTNAME$!-W 1000 -C 2000 -w 1000 -c 2000 + event_handler slave_connection_reset!$SERVICESTATE:mon204l:Gearman$ + notification_interval 60 + contacts Igor V. Gubenko + #contact_groups Monitoring Admins Pager + contact_groups null +} + +define service { + service_description Gearman Hub + use generic-service + host_name monitor + check_interval 2 + retry_interval 2 + max_check_attempts 2 + #event_handler gearman_server_fail + check_command check_gearman!$HOSTNAME$!-q host -W 300 -C 450 -w 100 + notification_interval 60 + contacts Igor V. Gubenko, Igor Yahoo, Igor Pager, Igor Pager External + #contact_groups Monitoring Admins Pager + contact_groups null +} + +define service { + service_description Gearman DevQA + use generic-service + host_name mon302l + check_interval 2 + retry_interval 2 + max_check_attempts 2 + flap_detection_enabled 0 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_gearman!$HOSTNAME$!-q host -W 1000 -C 2000 -w 1000 -c 2000 + event_handler slave_connection_reset!$SERVICESTATE:mon303l:Gearman DevQA$ + notification_interval 360 + notification_period 8x5 + contacts Igor V. Gubenko + contact_groups null +} + +define service { + service_description Gearman DevQA + use generic-service + host_name mon303l + check_interval 2 + retry_interval 2 + max_check_attempts 2 + flap_detection_enabled 0 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_gearman!$HOSTNAME$!-W 1000 -C 2000 -w 1000 -c 2000 + event_handler slave_connection_reset!$SERVICESTATE:mon302l:Gearman DevQA$ + notification_interval 360 + notification_period 8x5 + contacts Igor V. Gubenko + contact_groups null +} + +define service { + service_description Gearman DevQA Hub + use generic-service + host_name monitor-dev + check_interval 2 + retry_interval 2 + max_check_attempts 2 + flap_detection_enabled 0 + #event_handler gearman_server_fail + check_command check_gearman!$HOSTNAME$!-q host -W 500 -C 650 -w 200 + notification_interval 360 + notification_period 8x5 + contacts nobody + contact_groups null +} + +define service { + service_description Gearman worker 151 Untrust + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker ims204 151 Untrust alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_151_Untrust_alef" -s check +} + +define service { + service_description Gearman worker ims204 151 Untrust bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_151_Untrust_bet" -s check +} + +define service { + service_description Gearman worker ims204 NS Untrust gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_NS_Untrust_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims204 NS Untrust dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_NS_Untrust_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims204 NS Cross hei + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_NS_Cross_hei" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker NS Untrust + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker ims205 NS Untrust alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims205_NS_Untrust_alef" -s check +} + +define service { + service_description Gearman worker ims205 NS Untrust bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims205_NS_Untrust_bet" -s check +} + +define service { + service_description Gearman worker ims205 151 Untrust gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims205_151_Untrust_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims205 151 Untrust dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims205_151_Untrust_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims205 151 Cross hei + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_NS_Cross_hei" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims223 NS Trust alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims223_NS_Trust_alef" -s check +} + +define service { + service_description Gearman worker ims223 NS Trust bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims223_NS_Trust_bet" -s check +} + +define service { + service_description Gearman worker ims222 151 Trust alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims222_151_Trust_alef" -s check +} + +define service { + service_description Gearman worker ims222 151 Trust bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims222_151_Trust_bet" -s check +} + +define service { + service_description Gearman worker ims222 NS Trust gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims222_NS_Trust_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims222 NS Trust dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims222_NS_Trust_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims223 151 Trust gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims223_151_Trust_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims223 151 Trust dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims223_151_Trust_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker 151 PrivateDMZ + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims218 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims218 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims219 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims219 151 PrivateDMZ dalet failover$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ dalet failover$!-w @5:!-c @6: +} + +define service { + service_description Gearman worker ims218 151 PrivateDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims218_151_PrivateDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims218 151 PrivateDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims218_151_PrivateDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims218 NS PrivateDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims218_NS_PrivateDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims218 NS PrivateDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims218_NS_PrivateDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims220 151 PrivateDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims220_151_PrivateDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims220 151 PrivateDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims220_151_PrivateDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims220 NS PrivateDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims220_NS_PrivateDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims220 NS PrivateDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims220_NS_PrivateDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker NS PrivateDMZ + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims219 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims219 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims218 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims218 NS PrivateDMZ dalet failover$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ dalet failover$!-w @5:!-c @6: +} + +define service { + service_description Gearman worker ims219 NS PrivateDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims219_NS_PrivateDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims219 NS PrivateDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims219_NS_PrivateDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims219 151 PrivateDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims219_151_PrivateDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims219 151 PrivateDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims219_151_PrivateDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims221 NS PrivateDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims221_NS_PrivateDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims221 NS PrivateDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims221_NS_PrivateDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims221 151 PrivateDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims221_151_PrivateDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims221 151 PrivateDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims221_151_PrivateDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker EBT + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims316 EBT alef$,$SERVICESTATEID:monitor:Gearman worker ims316 EBT bet$,$SERVICESTATEID:monitor:Gearman worker ims317 EBT alef$,$SERVICESTATEID:monitor:Gearman worker ims317 EBT bet$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker ims316 EBT alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims316_EBT_alef" -s check +} + +define service { + service_description Gearman worker ims316 EBT bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims316_EBT_bet" -s check +} + +define service { + service_description Gearman worker ims317 EBT alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims317_EBT_alef" -s check +} + +define service { + service_description Gearman worker ims317 EBT bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims317_EBT_bet" -s check +} + +define service { + service_description Gearman worker ims224 NS PublicDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims224_NS_PublicDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims224 NS PublicDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims224_NS_PublicDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims224 151 PublicDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims224_151_PublicDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims224 151 PublicDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims224_151_PublicDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims225 NS PublicDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims225_NS_PublicDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims225 NS PublicDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims225_NS_PublicDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims225 151 PublicDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims225_151_PublicDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims225 151 PublicDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims225_151_PublicDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker 151 PublicDMZ + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker NS PublicDMZ + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker 151 Trust + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker NS Trust + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker 151 Eisfw F5 + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$!-w @5:!-c @6: +} + +define service { + service_description Gearman worker NS Eisfw F5 + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$!-w @3:!-c @5: +} + +define service { + service_description Gearman worker ims318 151 Untrust alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims318_151_Untrust_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims318 151 Untrust bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims318_151_Untrust_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims318 NS Untrust gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims318_NS_Untrust_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims318 NS Untrust dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims318_NS_Untrust_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker 151 Untrust + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims318 151 Untrust alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims318 151 Untrust bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims319 151 Untrust gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims319 151 Untrust dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims319 NS Untrust alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims319_NS_Untrust_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims319 NS Untrust bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims319_NS_Untrust_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims319 151 Untrust gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims319_151_Untrust_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims319 151 Untrust dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims319_151_Untrust_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker NS Untrust + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims319 NS Untrust alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims319 NS Untrust bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims318 NS Untrust gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims318 NS Untrust dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims314 151 PublicDMZ alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims314_151_PublicDMZ_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims314 151 PublicDMZ bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims314_151_PublicDMZ_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims315 151 PublicDMZ gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims315_151_PublicDMZ_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims315 151 PublicDMZ dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims315_151_PublicDMZ_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker 151 PublicDMZ + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims314 151 PublicDMZ alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims314 151 PublicDMZ bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims315 151 PublicDMZ gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims315 151 PublicDMZ dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims315 NS PublicDMZ alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims315_NS_PublicDMZ_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims315 NS PublicDMZ bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims315_NS_PublicDMZ_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims314 NS PublicDMZ gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims314_NS_PublicDMZ_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims314 NS PublicDMZ dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims314_NS_PublicDMZ_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker NS PublicDMZ + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims315 NS PublicDMZ alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims315 NS PublicDMZ bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims314 NS PublicDMZ gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims314 NS PublicDMZ dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 151 PrivateDMZ alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_151_PrivateDMZ_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 151 PrivateDMZ bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_151_PrivateDMZ_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 151 PrivateDMZ gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_151_PrivateDMZ_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 151 PrivateDMZ dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_151_PrivateDMZ_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker 151 PrivateDMZ + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims320 151 PrivateDMZ alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 151 PrivateDMZ bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 151 PrivateDMZ dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 NS PrivateDMZ hei + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_NS_PrivateDMZ_hei" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 NS PrivateDMZ vav + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_NS_PrivateDMZ_vav" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 NS PrivateDMZ gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_NS_PrivateDMZ_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 NS PrivateDMZ dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_NS_PrivateDMZ_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker NS PrivateDMZ + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims321 NS PrivateDMZ hei$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 NS PrivateDMZ vav$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 NS PrivateDMZ dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 151 Trust hei + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_151_Trust_hei" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 151 Trust vav + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_151_Trust_vav" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 151 Trust zain failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_151_Trust_zain" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 151 Trust het failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_151_Trust_het" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker 151 Trust + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims320 151 Trust hei$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 151 Trust vav$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 151 Trust zain failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 151 Trust het failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 NS Trust alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_NS_Trust_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 NS Trust bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_NS_Trust_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 NS Trust zain failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_NS_Trust_zain" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 NS Trust het failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_NS_Trust_het" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker NS Trust + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims321 NS Trust alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 NS Trust bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 NS Trust zain failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 NS Trust het failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description snmp_nix_memory + use UNIX Production service + host_name ims205 + check_command check_snmp_nix_memory!80,20!95,50 +} + +define service { + service_description nrpe_win_service_spooler + use Windows Production service + host_name printgpd + check_command check_nrpe_win_service!Spooler +} + +define service { + service_description nrpe_win_service_lpd + use Windows Production service + host_name printgpd + check_command check_nrpe_win_service!LPDSVC +} + +define service { + service_description nrpe_unixtest_procsize_saslauthd + use UNIX Dev/QA service + host_name csgsmtp100l + check_command check_nrpe_proc_by_size!300000!400000!saslauthd + contacts CISDR +} + +define service { + service_description nrpe_unix_proc_ypserv + use UNIX Production service + host_name nismaster + check_command check_nrpe_daemon!1!ypserv +} + +define service { + service_description nrpe_unix_prtdiag + use UNIX Production service + host_name isserv216 + notification_interval 1440 + check_command check_nrpe_prtdiag +} + +define service { + service_description nrpe_unix_proc ypbind + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!ypbind +} + +define service { + service_description nrpe_unix_proc inetd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!inetd +} + +define service { + service_description nrpe_unix_proc rpcbind + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!rpcbind +} + +define service { + service_description nrpe_unix_proc syslogd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!syslogd +} + +define service { + service_description nrpe_unix_proc nscd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!nscd +} + +define service { + service_description nrpe_unix_proc dsmc + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!dsmc +} + +define service { + service_description nrpe_unix_proc snmpd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!snmpd +} + +define service { + service_description nrpe_unix_proc xntpd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!xntpd +} + +define service { + service_description nrpe_unix_proc cron + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!cron +} + +define service { + service_description nrpe_unix_vvm + use UNIX Production service + host_name isserv216 + notification_interval 1440 + check_command check_nrpe_vvm +} + +define service { + service_description snmp_wintest_service_Cluster + use Windows Production service + host_name csgspdb101w + max_check_attempts 6 + check_interval 10 + retry_interval 6 + check_command check_snmp_win_service!"Cluster Service" + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_spooler + use Windows Production service + host_name ntprintserver + check_command check_nrpe_win_service!Spooler + contact_groups null + contacts ESS Windows List, HD Print List +} + +define service { + service_description nrpe_win_service_lpd + use Windows Production service + host_name ntprintserver + check_command check_nrpe_win_service!LPDSVC + contact_groups null + contacts ESS Windows List, HD Print List +} + +define service { + service_description nrpe_win_service_tcpservices + use Windows Production service + host_name ntprintserver + check_command check_nrpe_win_service!Spooler +} + +define service { + service_description trap_win_IIS + use SNMP trap + host_name csgcas206w +} + +define service { + service_description nrpe_win_service_exchange_cas + use Windows Production service + host_name csgcas206w + check_command check_nrpe_win_service!MSExchangeAB MSExchangeADTopology MSExchangeFDS MSExchangeFBA MSExchangeImap4 MSExchangeMailboxReplication MSExchangeProtectedServiceHost MSExchangeRPC MSExchangeServiceHost + contacts CISDR +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name csgcas206w + max_check_attempts 2 + check_interval 10 + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description nrpe_win_service_exchange_hub + use Windows Production service + host_name csghub208w + check_command check_nrpe_win_service!MSExchangeAntispamUpdate MSExchangeServiceHost MSExchangeTransport MSExchangeTransportLogSearch + contacts CISDR +} + +define service { + service_description nrpe_win_service_exchange_hub + use Windows Production service + host_name csghub209w + check_command check_nrpe_win_service!MSExchangeAntispamUpdate MSExchangeServiceHost MSExchangeTransport MSExchangeTransportLogSearch + contacts CISDR +} + +define service { + service_description nrpe_unix_proc_ypserv + use UNIX Production service + host_name nismaster3 + check_command check_nrpe_daemon!1!ypserv +} + +define service { + service_description trap_win_IIS + use Windows Production service + host_name csgcas207w + is_volatile 1 + max_check_attempts 1 + check_interval 1440 + retry_interval 1440 + notification_interval 31536000 + event_handler_enabled 0 + process_perf_data 0 + check_command check_trap_OK +} + +define service { + service_description nrpe_win_service_exchange_cas + use Windows Production service + host_name csgcas207w + check_command check_nrpe_win_service!MSExchangeAB MSExchangeADTopology MSExchangeFDS MSExchangeFBA MSExchangeImap4 MSExchangeMailboxReplication MSExchangeProtectedServiceHost MSExchangeRPC MSExchangeServiceHost + contacts CISDR +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name csgcas207w + max_check_attempts 2 + check_interval 10 + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description trap_win_IIS + use Windows Production service + host_name csgcas204w + is_volatile 1 + max_check_attempts 1 + check_interval 1440 + retry_interval 1440 + notification_interval 31536000 + event_handler_enabled 0 + process_perf_data 0 + check_command check_trap_OK +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name csgcas204w + max_check_attempts 2 + check_interval 10 + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description nrpe_win_service_exchange_cas + use Windows Production service + host_name csgcas204w + check_command check_nrpe_win_service!MSExchangeAB MSExchangeADTopology MSExchangeFDS MSExchangeFBA MSExchangeImap4 MSExchangeMailboxReplication MSExchangeProtectedServiceHost MSExchangeRPC MSExchangeServiceHost + contacts CISDR +} + +define service { + service_description nrpe_win_service_spooler + use Windows Production service + host_name printhp + check_command check_nrpe_win_service!Spooler +} + +define service { + service_description nrpe_win_service_lpd + use Windows Production service + host_name printhp + check_command check_nrpe_win_service!LPDSVC +} + +define service { + service_description trap_win_IIS + use Windows Production service + host_name csgcas205w + is_volatile 1 + max_check_attempts 1 + check_interval 1440 + retry_interval 1440 + notification_interval 31536000 + event_handler_enabled 0 + process_perf_data 0 + check_command check_trap_OK +} + +define service { + service_description nrpe_win_service_exchange_cas + use Windows Production service + host_name csgcas205w + check_command check_nrpe_win_service!MSExchangeAB MSExchangeADTopology MSExchangeFDS MSExchangeFBA MSExchangeImap4 MSExchangeMailboxReplication MSExchangeProtectedServiceHost MSExchangeRPC MSExchangeServiceHost + contacts CISDR +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name csgcas205w + max_check_attempts 2 + check_interval 10 + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description nrpe_unix_prtdiag + use UNIX Production service + host_name isserv215 + notification_interval 1440 + check_command check_nrpe_prtdiag +} + +define service { + service_description nrpe_unix_proc ypbind + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!ypbind +} + +define service { + service_description nrpe_unix_proc inetd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!inetd +} + +define service { + service_description nrpe_unix_proc rpcbind + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!rpcbind +} + +define service { + service_description nrpe_unix_proc syslogd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!syslogd +} + +define service { + service_description nrpe_unix_proc nscd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!nscd +} + +define service { + service_description nrpe_unix_proc dsmc + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!dsmc +} + +define service { + service_description nrpe_unix_proc snmpd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!snmpd +} + +define service { + service_description nrpe_unix_proc xntpd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!xntpd +} + +define service { + service_description nrpe_unix_vvm + use UNIX Production service + host_name isserv215 + notification_interval 1440 + check_command check_nrpe_vvm +} + +define service { + service_description nrpe_unix_proc cron + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!cron +} + +define service { + service_description nrpe_eis202lb-router1-lb-servernet-1 + use Networking service + host_name csgcas104w, sdp100w, csglync221w, csglync229w + check_command check_alive_through_nsclient!10.6.61.2 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router1-lb-servernet-1 + use Networking service + host_name csgcas104w, sdp100w, csglync221w, csglync229w + check_command check_alive_through_nsclient!10.6.61.3 + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-1-lb-servernet-1 + use Networking service + host_name csgcas104w, sdp100w, csglync221w, csglync229w + check_command check_alive_through_nsclient!10.6.61.1 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router1-lb-servernet-2 + use Networking service + host_name cisdrroxen101l, cisdrroxen204l, iamroxen301l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router1-lb-servernet-2.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router1-lb-servernet-2 + use Networking service + host_name cisdrroxen101l, cisdrroxen204l, iamroxen301l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router1-lb-servernet-2.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-1-lb-servernet-2 + use Networking service + host_name cisdrroxen101l, cisdrroxen204l, iamroxen301l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-1-lb-servernet-2.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-3 + use Networking service + host_name csgkaltura300l, iamxythos100l, reg102l, sdp201w + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-3.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-3 + use Networking service + host_name csgkaltura300l, iamxythos100l, reg102l, sdp201w + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-3.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-3 + use Networking service + host_name csgkaltura300l, iamxythos100l, reg102l, sdp201w + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-3.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-4 + use Networking service + host_name wassp102w, wassp103w, sdpcas100w, sdpcas101w + check_command check_alive_through_nsclient!10.6.55.2 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-4 + use Networking service + host_name wassp102w, wassp103w, sdpcas100w, sdpcas101w + check_command check_alive_through_nsclient!10.6.55.3 + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-4 + use Networking service + host_name wassp102w, wassp103w, sdpcas100w, sdpcas101w + check_command check_alive_through_nsclient!10.6.55.1 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-5 + use Networking service + host_name ais101l, iamprox100l, sdpprox100l, timeline101l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-5.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-5 + use Networking service + host_name ais101l, iamprox100l, sdpprox100l, timeline101l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-5.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-5 + use Networking service + host_name ais101l, iamprox100l, sdpprox100l, timeline101l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-5.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-6 + use Networking service + host_name eisoid101l, sdpohs100l, sdpovd100l, sdpprox301l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-6.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-6 + use Networking service + host_name eisoid101l, sdpohs100l, sdpovd100l, sdpprox301l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-6.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-6 + use Networking service + host_name eisoid101l, sdpohs100l, sdpovd100l, sdpprox301l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-6.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router1-lb-servernet-7 + use Networking service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_command check_alive_through_nsclient!10.6.60.130 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router1-lb-servernet-7 + use Networking service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_command check_alive_through_nsclient!10.6.60.131 + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-1-lb-servernet-7 + use Networking service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_command check_alive_through_nsclient!10.6.60.129 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router1-lb-servernet-8 + use Networking service + host_name csghub102w, csghub103w, csghub208w, csghub209w + check_command check_alive_through_nsclient!10.6.60.194 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router1-lb-servernet-8 + use Networking service + host_name csghub102w, csghub103w, csghub208w, csghub209w + check_command check_alive_through_nsclient!10.6.60.195 + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-1-lb-servernet-8 + use Networking service + host_name csghub102w, csghub103w, csghub208w, csghub209w + check_command check_alive_through_nsclient!10.6.60.193 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-9 + use Networking service + host_name csgsmtp100l, csgsmtp202l, csgsmtp203l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-9.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-9 + use Networking service + host_name csgsmtp100l, csgsmtp202l, csgsmtp203l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-9.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-9 + use Networking service + host_name csgsmtp100l, csgsmtp202l, csgsmtp203l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-9.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-10 + use Networking service + host_name sdpldap100l, sdpldap101l, sdpohs200l, sdpohs201l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-10.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-10 + use Networking service + host_name sdpldap100l, sdpldap101l, sdpohs200l, sdpohs201l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-10.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-10 + use Networking service + host_name sdpldap100l, sdpldap101l, sdpohs200l, sdpohs201l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-10.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-11 + use Networking service + host_name ais204l, eisess202l, eisess203l, eisess204l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-11.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-11 + use Networking service + host_name ais204l, eisess202l, eisess203l, eisess204l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-11.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-11 + use Networking service + host_name ais204l, eisess202l, eisess203l, eisess204l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-11.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description https + use Networking service + hostgroup_name SRA + check_command check_https +} + +define service { + service_description snmp_unix_mysql_mem + use Networking service + host_name ims204 + check_command check_snmp_process_mem!mysql!2000,3000 +} + +define service { + service_description HTTP + use Networking service + host_name ims204 + check_command check_http_port!3!5!80 +} + +define service { + service_description MySQL + use Networking service + host_name ims204 + check_command check_mysql!notify!notify!mysql87p! -H $HOSTALIAS$ +} + +define service { + service_description Naemon + use Networking service + host_name ims204, ims205 + max_check_attempts 1 + is_volatile 1 + active_checks_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + check_command check-dummy!0!"OK - Waiting for checks..." + contacts Igor V. Gubenko +} + +define service { + service_description snmp_unix_process_snmptrapd + use Networking service + host_name ims204 + check_freshness 1 + check_command check_snmp_process!/usr/sbin/snmptrapd!0,2!0 +} + +define service { + service_description tcp_nsca + use Networking service + host_name ims204 + check_command check_tcp_nsca +} + +define service { + service_description snmp_unix_process_mysqld + use Networking service + host_name ims204 + check_command check_snmp_process!/usr/libexec/mysqld!0,20!0 +} + +define service { + service_description snmp_unix_process_mysqld_safe + use Networking service + host_name ims204 + check_command check_snmp_process!/usr/bin/mysqld_safe!0,2!0 +} + +define service { + service_description Naemon Latency + use Networking service + host_name ims204, ims205 + check_command check_nagios_latency +} + +define service { + service_description telnet + use Networking service + #hostgroup_name OIT Wireless Access Points - Cisco + hostgroup_name OIT Cisco WAP + check_command check_tcp!23 +} + +define service { + service_description SSH + use Networking service + hostgroup_name Airwave, Backup VPN, Network ESX + host_name eisnet200l + check_command check_ssh + contacts Networking +} + +define service { + service_description snmp_unix_alive + use Networking service + hostgroup_name Airwave, Arbor TMS + host_name netbmfctrl1, netbmfctrl2 + check_command check_snmp_alive-new!'$USER28$' + contacts Networking +} + +define service { + service_description snmp_unix_alive + use Networking service + host_name eisnet-sra-n1.remote + check_command check_snmp_alive-new!'$USER28$' + contacts John Shorey +} + +define service { + service_description snmp_unix_load + use Networking service + host_name airwave1 + check_command check_snmp_load-new!'$USER28$'!28,28,28!29,29,29! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_load + use Networking service + host_name airwave-development, airwave-rap, netbmfctrl1, netbmfctrl2 + check_command check_snmp_load-new!'$USER28$'!2,2,2!3.5,3.5,3.5! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_load + use Networking service + host_name airwave2 + check_command check_snmp_load-new!'$USER28$'!10,10,10!11,11,11! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_mem + use Networking service + hostgroup_name Airwave + host_name netbmfctrl1, netbmfctrl2, !airwave-development, !airwave-rap + check_command check_snmp_nix_memory-new!'$USER28$'!90,40!95,70 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_mem + use Networking service + host_name airwave-development + check_command check_snmp_nix_memory-new!'$USER28$'!90,80!95,90 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + notification_period 9x5 + contacts Networking +} + +define service { + service_description snmp_unix_mem + use Networking service + host_name airwave-rap + check_command check_snmp_nix_memory-new!'$USER28$'!90,80!95,90 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_disk + use Networking service + hostgroup_name Airwave + host_name netbmfctrl1, netbmfctrl2, !airwave1, sightline-NS + check_command check_snmp_disk-new!'$USER28$'!^.*$!80!90 + contacts Networking +} + +define service { + service_description snmp_unix_disk + use Networking service + host_name airwave1 + check_command check_snmp_disk-new!'$USER28$'!^.*$!92!95 + contacts Networking +} + +define service { + service_description snmp_unix_interface + use Networking service + hostgroup_name Airwave, Arbor TMS + check_command check_snmp_int!'$USER28$'!eth0!10,10!20,20 + contacts Networking +} + +define service { + service_description snmp_unix_interface + use Networking service + hostgroup_name F5 Load Balancer MPs + check_command check_snmp_int!'$USER7$'!'mgmt|/RD|1.1|2.1|[345].[1234]'!10,10!20,20 + contacts Hajar Pager, Networking +} + +define service { + service_description DNS + use Networking service + hostgroup_name InfoBlox DNS + check_command check_dns_expect!www.net.princeton.edu!128.112.128.55! -w 6 -c 8 + contacts Networking +} + +define service { + service_description DNS_auth1_dns_cogentco + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s auth1.dns.cogentco.com +} + +define service { + service_description DNS_auth2_dns_cogentco + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s auth2.dns.cogentco.com +} + +define service { + service_description DNS_a1-158_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a1-158.akam.net +} + +define service { + service_description DNS_a20-65_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a20-65.akam.net +} + +define service { + service_description DNS_a24-66_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a24-66.akam.net +} + +define service { + service_description DNS_a3-67_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a3-67.akam.net +} + +define service { + service_description DNS_a6-64_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a6-64.akam.net +} + +define service { + service_description DNS_a7-65_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a7-65.akam.net +} + +define service { + service_description NTPq + use Networking service + hostgroup_name Network NTP + check_command check_ntp_peer!1!2 +} + +define service { + service_description NTP + use Networking service + hostgroup_name Network NTP + check_command check_ntp_time!1!2 +} + +define service { + service_description SMTP + use Networking service + host_name heymon + check_command check_smtp!6!8 + contact_groups Networking Pager +} + +define service { + service_description Comcast + use Networking service + host_name backupvpn + check_command check_by_ssh_using_preloaded_key!!ping -V1 -q -c4 173.161.173.150 + contacts Networking +} + +define service { + service_description Google through Comcast + use Networking service + host_name backupvpn + check_command check_by_ssh_using_preloaded_key!!nc -V1 google.com 80 <<< "GET /" >/dev/null + contacts Networking +} + +define service { + service_description Verizon + use Networking service + host_name backupvpn + check_command check_by_ssh_using_preloaded_key!!ping -V2 -q -c4 71.169.84.106 + contacts Networking +} + +define service { + service_description Yahoo through Verizon + use Networking service + host_name backupvpn + check_command check_by_ssh_using_preloaded_key!!nc -V2 yahoo.com 80 <<< "GET /" >/dev/null + contacts Networking +} + +define service { + service_description trap + use SNMP trap + hostgroup_name F5 Production Load Balancer MPs + contacts Hajar Niroomand +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-1 + check_command check-host-alive-fw-servernet-1 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-2 + check_command check-host-alive-fw-servernet-2 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-3 + check_command check-host-alive-fw-servernet-3 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-4 + check_command check-host-alive-fw-servernet-4 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-6 + check_command check-host-alive-fw-servernet-6 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-7 + check_command check-host-alive-fw-servernet-7 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-10 + check_command check-host-alive-fw-servernet-10 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-11 + check_command check-host-alive-fw-servernet-11 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-eisfw-plinknet8 + check_command check-host-alive-eisfw-plinknet8 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + service_description dns_host_resolution + use generic-service + hostgroup_name CPanel Dev/QA, CPanel Prod, CISDR, Linux Prod, Linux Dev/QA, Solaris, Windows Prod, Windows Dev/QA, MSSQL Clusters, IAM, SIEM, Network and Monitoring, Netmgmt, Ping, Raritan + host_name !alumni-ldap, !alumni-ldap1, !alumni-ldap2, !eisnet200l, exchangeimap, !heymon, !dsml, !sentinel, !ldap, !ldapprime, !ldapproxyqa, !ldapremote, !ldapupdate, !newdumper + check_command check_dns + notification_options u,c,r + contact_groups nagiosadmin + contacts null +} + +define service { + service_description nrpe_unix_tsm_backups + use UNIX Production service + hostgroup_name CPanel Prod, Linux Prod, !TSM, !AWS Untrust Prod Linux OEL6 + max_check_attempts 1 + is_volatile 1 + active_checks_enabled 0 + notification_options u,c + process_perf_data 0 + flap_detection_enabled 0 + check_command check_nrpe + contact_groups null + contacts Christopher C. Dietrich +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts esiddiqi +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ais223l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ais224l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ais225l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais226w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts abye +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais320w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ais329l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ais330l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais331w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aiscerberus200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisfrevvo100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisfrevvo200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisfrevvo300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisgold7200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisgold7201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisgold7202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres110w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres111w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishmsres210w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishmsres211w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishwscbord200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisinfoed120w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisinfoed200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw110l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name aisiw213l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 -p /tmp + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw344l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw345l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob110w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob111w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob113w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob114w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob115w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jennifer L. Curatola +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob116w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob117w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob118w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob119w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob210w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob211w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob214w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob215w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob216w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob217w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob218w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob301tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob302tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob310tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob310w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob311tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob311w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob313tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob313w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob314tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob314w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob315tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob315w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob316w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob317w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob318tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob318w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob319tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob319w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7103w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aissimfony7200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aissimfony7201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aissimfony7202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aissimfony7203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7303w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name alamut + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu212w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts mmarnett +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name andvlab200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts jmm14 +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name asbb107l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts kimhuang +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name asrv202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts jmull +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ath201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts bfitzwater +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom100l + check_command check_nrpe_disk!85!90! -p /usr/local/autom + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom101l + check_command check_nrpe_disk!85!90! -p /usr/local/autom + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom102l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom200l + check_command check_nrpe_disk!85!90! -p /usr/local/autom + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom201l + check_command check_nrpe_disk!85!90! -p /usr/local/autom + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cch100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts czimowsk +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cch200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts czimowsk +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name chm200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts drosso +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdr-prep + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdr105w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdr205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdr206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdrcons200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdredge102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdrex100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdrex101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdrex200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdrex201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csi200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts rd11 +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name css228w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts casperadmin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name css328w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts casperadmindev +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dcf200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts oitdcf +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dcf201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts oitdcf +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dng203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ussntadm +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dng204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dng205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts University Services IT Support +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dng305w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts University Services IT Support +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dng306w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USSNTADM +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dpsbastion200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor Zivkovic +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eeb-fm201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts eeb-fm-sa +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name eis294l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eis376l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name aisiw212l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eis377l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eiscpan100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eiscpan101l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eiscpan102l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eiscpan301l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eisglob100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eishpdm200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisiws200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisiws300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eislmt200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eisnet202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql113w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql213w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisssrs201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisssrs301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eisvnet300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisvone200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisvone201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisws202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eiswszeta102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eiszeta100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ele202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts eeweb +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ele203l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts eeweb +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts John Shorey +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name epm200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm201l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name epm300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name epm301w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm302l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm303l.aws + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name erp200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name erp201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name erp302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name erp330w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ess-2008r2test + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ess-2012r2test + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ess-2016test + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ess307l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Christopher C. Dietrich +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esschoco100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esschoco200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esschoco300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esscode200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essconjur300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essgit100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts none +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essgit101l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name essgit200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essnick2019test + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esspatchtest300 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jennifer L. Curatola +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name essproxy200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essproxy300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name esspup101l + check_command check_nrpe_disk!85!90! -p /puppet + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name esspup201l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essrundeck100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck101l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck102l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck201l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essrundeck203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvmbkp200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvmbkp201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvprox100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvprox101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esswsus200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esswsus300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacsha210 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacst102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacst103w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacsts108 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacsts209 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcactha105 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcactha106 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-willo3-200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac103wsaltots + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac111w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac112w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac113w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac114w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac115w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts slmgeo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac206wsaltots + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac207wsaltojs + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts markrw +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac211w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo + contacts Robert J. Kuhn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac212w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo + contacts Robert J. Kuhn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac213w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo + contacts Robert J. Kuhn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac214w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac215w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts slmgeo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac222w-acad + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Viviane Bassily +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac312w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac313w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac314w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts slmgeo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name facsaltodb100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name facsaltodb101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name facsaltodb200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name facsaltodb201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fcc200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USSNTADM +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fint300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts kkaushik +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fint301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts kkaushik +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fint302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts kkaushik +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fint303w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts kkaushik +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts gshelp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts gshelp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts gshelp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamcacomp100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcaproxy100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcas102l.aws + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcas103l.aws + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcas202l.aws + check_command check_nrpe_disk!85!90! -p /data + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcas203l.aws + check_command check_nrpe_disk!85!90! -p /data + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamcert200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamconsole + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamethos100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamethos101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamethos200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamethos201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamlds300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamlds301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamload100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamload101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammim100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammim300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammim301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimdb101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimdb102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimdb301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimweb100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimweb101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimweb300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimweb301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamscript200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib102w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib103w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib104w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib105w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib202w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib203w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamsvn200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamtools100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamweb300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamwebsvc100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name isocconsole200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts infosec +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name isocis200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts oit.security +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name isogate100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Steven Niedzwiecki +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Production service + host_name isoproxy200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts infosec +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss128w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Peter T Nowak +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss129w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Peter T Nowak +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iss226w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts scsops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss227w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts scsops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss228w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Peter T Nowak +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss229w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Peter T Nowak +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name lib200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts eugenek +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mcgtutor200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Paula L. Brett +} + +define service { + service_description nrpe_maestro_stdlistsz + use generic-service-active + hostgroup_name Maestro + host_name landr + check_interval 60 + freshness_threshold 4000 + check_command check_nrpe_maestro_stdlistsz + contacts ESS Storage, Martin Pager +} + +define service { + service_description nrpe_maestro_stdlistsz + use generic-service-active + hostgroup_name Maestro Dev/QA + host_name landrdev + check_interval 60 + freshness_threshold 4000 + check_command check_nrpe_maestro_stdlistsz + contacts ESS Storage +} + +define service { + service_description nrpe_maestro_procs + use generic-service-active + hostgroup_name Maestro + check_interval 5 + freshness_threshold 3600 + check_command check_nrpe_maestro_procs + contacts ESS Storage, Martin Pager +} + +define service { + service_description nrpe_maestro_procs + use generic-service-active + hostgroup_name Maestro Dev/QA + check_interval 5 + freshness_threshold 3600 + check_command check_nrpe_maestro_procs + contacts ESS Storage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mus200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts langley +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name netbmfgw200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name netops200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Anthony J. Jones +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name netvclock200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name oaapcvm203l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts milbrey +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oac200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts coswald +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oac201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts coswald +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ocs202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts careerdcs +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name opr202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts appleton +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oss201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts switch +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name out301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Richard M. Curtis +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocr104w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pcotech +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocr105w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pcotech +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocr204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pcotech +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocr205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pcotech +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocrdb106w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocrdb206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pdom09.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pdom10.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pol202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Politics Department +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name printsoa200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Architecture Computer +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts przcomp +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts przcomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name psm101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Ruth D. Gittens +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name puqa05.zeta.adtest + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name puqa06.zeta.adtest + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas101l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas102l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas103l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas104l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas105l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas106l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas108l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas109l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas110l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas111l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas112l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas113l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts sisters +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas114l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas115l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas116l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas201l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sas203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts rsegers +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas204l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas205l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas206l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas207l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas208l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas209l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas210l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts sisters +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas211l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas212l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas213l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas301l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas302l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas303l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sas305w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts rsegers +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sas306w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas307l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas308l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas309l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas310l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas311l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas312l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts sisters +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasemsterm100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasemsterm200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasemsws100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasemsws200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw100l + check_command check_nrpe_disk!85!90! -p /is00 -p /is01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw101l + check_command check_nrpe_disk!85!90! -p /is01 -p /is02 -p /is03 -p /is04 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw103l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw111w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw112w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw113l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw114w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw116w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw117l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw118l + check_command check_nrpe_disk!85!90! -p /bi01 -p /oracle + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw119l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sasiw200l + check_command check_nrpe_disk!85!90! -p /is00 -p /is01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sasiw201l + check_command check_nrpe_disk!85!90! -p /is01 -p /is02 -p /is03 -p /is04 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sasiw202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sasiw203l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sasiw215w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sasiw216w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw217l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw218l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw219l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw220l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw221l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw222l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw223l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw224l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw225w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw226w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw227w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw228w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw346w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw347w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw348w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw349w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw350l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw351l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbns203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbns204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbns205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbproxy200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbproxy202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbproxy206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sasmis200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Chi M. Lu +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob299w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob300tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspapp300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspapp301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspapp310w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspapp312w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdb308w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdb309w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdb318w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdb319w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdc305w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdc306w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdc316w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe303w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe304w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe312w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe313w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe314w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspowa307w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspowa317w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspss316w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sassunapsis100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sassunapsis101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sassunapsis200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sassunapsis201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sastopaz100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sastopaz110w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sastopaz200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sastopaz300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name savmbkent200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis100l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis101l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis102l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis103l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis104l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis105l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis106l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis107l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis108l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis109l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis110l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis111l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis112l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis113l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis114l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis115l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sis118w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis119l + check_command check_nrpe_disk!85!90! -p /psfin -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis120l + check_command check_nrpe_disk!85!90! -p /psfin -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis123l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis124l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis200l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis201l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis202l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis203l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis204l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis205l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis206l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis207l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis208l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis209l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis210l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis211l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis212l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis213l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis214l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis215l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis218l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis219l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis220l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis221l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sis222w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis300l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis301l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis302l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis303l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis304l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis305l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis306l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis307l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis308l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis309l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sis310w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis311l + check_command check_nrpe_disk!85!90! -p /oem -p /psfin -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis312l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sis313w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts rsegers +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis314l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis315l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sisdba301l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts mjo3 +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmins +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name smo301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts mjo3 +} + +define service { + service_description http port + use generic-service-active + host_name sp + max_check_attempts 5 + check_command check_http!6!8 + contacts Sharepoint Admin +} + +define service { + service_description trap_VMWare + use SNMP trap + hostgroup_name ESX + notifications_enabled 0 +} + +define service { + service_description HP Server Health ASM + use generic-service + hostgroup_name HPE + notification_interval 43200 + notification_options w, c + check_command check_hpasm + contacts ESS Ops +} + +define service { + service_description HP Server Health + use generic-service + hostgroup_name HPE + notification_interval 43200 + notification_options w, c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_HPiLO.cmd -n "$SERVICEDESC$" -l /usr/local/monitoring/princeton -t 80 -T 160 -s host=$HOSTADDRESS$ -s comm=$USER7$ -s indent=4 -r 1+2+4+8+128 + contacts ESS Ops +} + +define service { + service_description nrpe_unixtest_tsm_backups + use UNIX Dev/QA service + # hostgroup_name CPanel Dev/QA, Linux Dev/QA, !AWS Untrust Dev/QA Linux OEL6, !AWS Untrust Pre-Production Linux OEL6 + host_name dascpan100l, devrtools, eiscpan102l, eiscpan301l, eisdba301l, eisdba302l, eisdba303l, epm302l, harris, hoover1, ims318, ims319, mon303l, roxdb01qa, roxdb02qa, sas110l, sas111l, sas307l, sas308l, sas309l, sas310l, sasiw113l, sasiw350l, sasiw351l, sdn-ctrl-vm, sdpldap101l, sis100l, sis101l, sis102l, sis103l, sis104l, sis105l, sis106l, sis107l, sis108l, sis109l, sis110l, sis111l, sis112l, sis113l, sis114l, sis115l, sis119l, sis120l, sis123l, sis124l, sis300l, sis301l, sis302l, sis303l, sis304l, sis305l, sis306l, sis307l, sis308l, sis309l, sis311l, sis312l, sisdba301l, ss304l, timeline105l, waseqa03l, x110client01, x110client02 + max_check_attempts 1 + is_volatile 1 + active_checks_enabled 0 + notification_options u,c + process_perf_data 0 + flap_detection_enabled 0 + check_command check_nrpe + contact_groups null + contacts Christopher C. Dietrich +} + +define service { + service_description ICMP Ping + use generic-service-active + hostgroup_name Ping + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive +} + +define service { + service_description ICMP Ping + use generic-service-active + hostgroup_name Net, Network and Monitoring + host_name !core-ns NS switch, !gigagate6 151 switch + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive +} + +define service { + service_description ICMP Ping + use generic-service-active + host_name ppsqm, ppvm + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive + contacts nagiosadmin + contact_groups null +} + +define service { + service_description ICMP Ping + hostgroup_name F5 Production Load Balancers, !F5 Production Load Balancer Interfaces + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive + contact_groups null + contacts Networking + use UNIX Production service +} + +define service { + service_description ICMP Ping + hostgroup_name F5 QA Load Balancers + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive + contact_groups null + contacts Networking + use UNIX Dev/QA service +} + +define service { + service_description netmgmt_ssh + use generic-service-active + hostgroup_name Netmgmt, !Netmgmt - No SSH + max_check_attempts 12 + check_interval 60 + retry_interval 30 + check_command check_ssh +} + +define service { + service_description dns_www_Route53 + use generic-service-active + host_name csg_host + check_command check_dns_udns!www.princeton.edu.!140.180.223.42!152.3.102.149!205.251.199.145!ns-1937.awsdns-50.co.uk!205.251.194.5!ns-517.awsdns-00.net! --server 205.251.197.125 --servername ns-1405.awsdns-47.org --server 205.251.192.92 --servername ns-92.awsdns-11.com + contacts Brian K. Osborne, CISDR, Hajar Niroomand, Jill E. Moraca, John W. Jameson, Joseph M. Karam, Mark Ratliff +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvms13nvr213w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvms14nvr214w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvms1nvr101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvmsj215w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvmsqa100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvmsts214w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss116w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts css-alert +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ssepo224w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts markpe +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ssohdcsp100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ohd-sec +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name svconsole200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name svp2vhelper + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tps101w-garage + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ussntadm +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tps201w-garage + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ussntadm +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tps202w-garage + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts University Services IT Support +} + +define service { + service_description tsm_sessions_tsm4 + use generic-service + host_name tsm + check_command check_tsm_sessions!tsm4 +} + +define service { + service_description tsm_sessions_tsm2 + use generic-service + host_name tsm + check_command check_tsm_sessions!tsm2 +} + +define service { + service_description tsm_sessions_tsm3 + use generic-service-active + host_name tsm + check_command check_tsm_sessions!tsm3 +} + +define service { + service_description tsm_sessions_tsm1 + use generic-service + host_name tsm + max_check_attempts 3 + check_interval 5 + retry_interval 1 + check_command check_tsm_sessions!tsm1 +} + +define service { + service_description tsm_sessions_eistsm207l + use generic-service + host_name tsm + max_check_attempts 3 + check_interval 5 + retry_interval 1 + check_command check_tsm_sessions!eistsm207l +} + +define service { + service_description tsm_sessions_tsm5 + use generic-service + host_name tsm + check_command check_tsm_sessions!tsm5 +} + +define service { + service_description tsm_sessions_eistsm208 + use generic-service-active + host_name tsm + check_command check_tsm_sessions!eistsm208 +} + +define service { + service_description tsm_sessions_eistsm210l + use generic-service-active + host_name tsm + check_command check_tsm_sessions!eistsm210l +} + +define service { + service_description cluster_webhead + use generic-service-active + host_name Webhead_Cluster + obsess_over_service 0 + check_freshness 1 + process_perf_data 0 + check_command check_service_cluster!Webhead!$SERVICESTATEID:webhead01:nrpe_unix_agent_status$,$SERVICESTATEID:webhead02:nrpe_unix_agent_status$!-w @1:!-c @2: +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ufa200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John S. Green III +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ufa300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John S. Green III +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs-bh201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uhs-bhs200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss207w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss208w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name uss310l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasdocave200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name win05.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name win06.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name winqa03.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name winqa04.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wws200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts wwscs +} + +define service { + service_description ssh_response + use UNIX Production service + host_name epoxy + check_command check_ssh_response!"Enter PASSCODE:" + contact_groups ESS_8x5 + process_perf_data 0 +} + +define service { + service_description LDAP + use generic-service-active + host_name dumper05, dumper06, ldap, ldap05, ldap06, ldapupdate, newdumper + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_pu!"o=princeton university, c=us"!10!20 + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name sdpldap100l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"o=Princeton University,c=US"!10!20!-p 4388 -D "uid=nagios,o=Princeton University,c=US" -P "$USER7$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name sdpldap100l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"o=Princeton University,c=US"!10!20!-p 4389 -D "uid=nagios,o=Princeton University,c=US" -P "$USER7$" + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name iamduo100w, iamduo101w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"dc=zeta,dc=adtest,dc=princeton,dc=edu"!10!20!-p 389 -D "ZETA\$USER17$" -P "$USER7$" + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name iamduo200w, iamduo201w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"dc=pu,dc=win,dc=princeton,dc=edu"!10!20!-p 389 -D "$USER20$" -P "$USER30$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name ldapproxyqa + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"dc=zeta,dc=adtest,dc=princeton,dc=edu"!10!20!-D "ZETA\$USER17$" -P "$USER7$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name pdom05.pu.win, pdom06.pu.win, pdom07.pu.win, pdom08.pu.win + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"dc=pu,dc=win,dc=princeton,dc=edu"!10!20!-D "$USER20$" -P "$USER30$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name puqa01.zeta.adtest, puqa02.zeta.adtest, puqa05.zeta.adtest, puqa06.zeta.adtest + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"dc=zeta,dc=adtest,dc=princeton,dc=edu"!10!20!-D "$USER33$" -P "$USER34$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name dumper05, dumper06, ldap, ldap05, ldap06, newdumper + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"o=princeton university, c=us"!10!20 + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name alumni-ldap1, alumni-ldap2, alumni05, alumni06 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"dc=alumni,dc=princeton,dc=edu"!10!20 + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name alumni-ldap1, alumni-ldap2, alumni05, alumni06 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"dc=alumni,dc=princeton,dc=edu"!10!20 + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name sdpovd200l, sdpovd201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!'dc=Princeton,dc=EDU'!10!20!-p 6501 -D 'uid=groundwk,dc=Princeton,dc=EDU' -P '$USER30$' + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name sdpovd100l, sdpovd101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!'dc=Princeton,dc=EDU'!10!20!-p 6501 -D 'uid=nagios,dc=Princeton,dc=EDU' -P '$USER7$' + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name ovdprod + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_bind_HOSTALIAS_DN_PASS_BASE!'uid=groundwk,dc=Princeton,dc=EDU'!'$USER30$'!'dc=Princeton,dc=EDU'!10!20 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name qaovd + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_bind_HOSTALIAS_DN_PASS_BASE!'uid=nagios,dc=Princeton,dc=EDU'!'$USER7$'!'dc=Princeton,dc=EDU'!10!20 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name sdpovd200l, sdpovd201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl_novalcert!'dc=Princeton,dc=EDU'!10!20!-p 7501 -D 'uid=groundwk,dc=Princeton,dc=EDU' -P '$USER30$' + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name sdpovd100l, sdpovd101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl_novalcert!'dc=Princeton,dc=EDU'!10!20!-p 7501 -D 'uid=nagios,dc=Princeton,dc=EDU' -P '$USER7$' + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description dsml_lookup + use generic-service-active + host_name dsml + check_command check_dsml!'o=Princeton University,c=US'!uid!esm!Enterprise S Management + contacts Identity and Access Management +} + +define service { + service_description netid_available + use generic-service-active + host_name webservices + check_command check_netid_avail!notarealid!20 + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_VSS + use Windows Production service + hostgroup_name Exchange Mailbox + process_perf_data 0 + check_command check_nrpe_win_vss + contacts John P. Sophy +} + +define service { + service_description DNS + use generic-service + host_name dns1a.aws, dns1c.aws + check_command check_dns_expect!dns1a.aws.princeton.edu!10.21.1.10! -w 6 -c 8 + contacts CISDR +} + +define service { + service_description snmp_unixtest_alive + use UNIX Production service + hostgroup_name TSM Dev/QA + max_check_attempts 3 + retry_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_unixtest_active_mem + use UNIX Production service + hostgroup_name TSM Dev/QA + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_agent_status + use UNIX Production service + hostgroup_name TSM Dev/QA + max_check_attempts 3 + retry_interval 1 + check_command check_nrpe_agent + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_cpu_system + use UNIX Production service + hostgroup_name TSM Dev/QA + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_cpu_user + use UNIX Production service + hostgroup_name TSM Dev/QA + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_system + use UNIX Production service + hostgroup_name TSM Dev/QA + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unixtest_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS Storage +} + +define service { + service_description snmp_unixtest_disk_system + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90 + contacts nagiosadmin + contact_groups null +} + +define service { + service_description nrpe_unixtest_load + use UNIX Production service + hostgroup_name TSM Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_lxfiles6 + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_mounts + use UNIX Production service + hostgroup_name TSM Dev/QA + notification_options c,r + check_command check_nrpe_mounts + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_proc_tripwire + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_nrpe_process!5!1:! -a tripwire +} + +define service { + service_description nrpe_unixtest_proclist_linux6 + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_swap + use UNIX Production service + hostgroup_name TSM Dev/QA + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS Storage +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_snmp_nix_memory!95,85!98,90 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts nagiosadmin +} + +define service { + service_description snmp_unix_alive + use UNIX Production service + hostgroup_name TSM Production + max_check_attempts 3 + retry_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name TSM Production + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS Storage +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production service + hostgroup_name TSM Production + max_check_attempts 3 + retry_interval 1 + check_command check_nrpe_agent + contacts ESS Storage +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + hostgroup_name TSM Production + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS Storage +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + hostgroup_name TSM Production + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts ESS Storage +} + +define service { + service_description nrpe_unix_disk_app_tsm + use UNIX Production service + host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l, eistsm211l, ims211 + check_command check_nrpe_disk_by_class!tsm + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + hostgroup_name TSM Production + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS Storage +} + +define service { + service_description snmp_unix_disk_system + use UNIX Production service + hostgroup_name TSM Production + check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90 + contacts nagiosadmin + contact_groups null +} + +define service { + service_description nrpe_unix_load + use UNIX Production service + hostgroup_name TSM Production + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts ESS Storage +} + +define service { + service_description nrpe_unix_lxfiles6 + use UNIX Production service + host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_mounts + use UNIX Production service + hostgroup_name TSM Production + notification_options c,r + check_command check_nrpe_mounts + contacts ESS Storage +} + +define service { + service_description nrpe_unix_proc_dsmserv + use UNIX Production service + hostgroup_name TSM Production + host_name !eistsm200l, !eistsm208l + check_command check_nrpe_proclist!dsmserv + contacts ESS Storage + contact_groups TSM, TSM Page +} + +define service { + service_description snmp_unix_proc_dsmserv + use UNIX Production service + host_name eistsm208l + check_command check_snmp_process!^.*dsmserv!1,2!0 + notification_options w,c,r + contacts ESS Storage + contact_groups TSM, TSM Page +} + +define service { + service_description nrpe_unix_proc_tripwire + use UNIX Production service + hostgroup_name TSM Production + check_command check_nrpe_process!5!1:! -a tripwire +} + +define service { + service_description nrpe_unix_proclist_linux6 + use UNIX Production service + host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS Storage +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name TSM Production + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS Storage +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + hostgroup_name TSM Production + check_command check_snmp_nix_memory!95,85!98,90 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts nagiosadmin +} + +define service { + service_description nrpe_unixtest_agent_status + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA + max_check_attempts 3 + retry_interval 3 + check_freshness 1 + freshness_threshold 1220 + check_command check_nrpe_agent + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_active_mem + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_cpu_system + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description nrpe_unixtest_cpu_user + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unixtest_load + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !32bit Linux, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unixtest_disk_system + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, Linux DevQA - no SNMP, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + check_command check_nrpe_disk_by_class!system + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_swap + use UNIX Dev/QA service + hostgroup_name Linux DevQA - no SNMP, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proclist_linux + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL5, !CPanel Dev/QA + host_name !harris + check_command check_nrpe_proclist!crond,nscd,ntpd,portmap,sendmail,snmpd,sshd,syslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proc_tripwire + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA + check_command check_nrpe_process!5!1:! -a tripwire -t 30 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proclist_linux + use UNIX Dev/QA service + host_name harris + check_command check_nrpe_proclist!crond,nscd,ntpd,portmap,sendmail,snmpd,sshd,syslogd,xinetd + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proclist_linux6 + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL6, !Oracle Exadata Dev/QA, !TSM Dev/QA + host_name !cses01, !csglists300l + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proclist_linux6 + use UNIX Dev/QA service + host_name cses01, csglists300l + check_command check_nrpe_proclist!crond,nscd,ntpd,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_lxfiles + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL5, !CPanel Dev/QA + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_lxfiles6 + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL6, !Oracle Exadata Dev/QA, !TSM Dev/QA + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_log_nfs_failure + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL6, !Oracle Exadata Dev/QA, !TSM Dev/QA + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + # check_command check_nrpe_very_generic! -p $USER10$! -t $USER3$! -H eis222l! -c check_log3! -a /logs/today/$HOSTNAME$/messages!'kernel:.+nfs'!' -s /tmp/nagios_check_log_nfs_failure_$HOSTNAME$ -i -c 1 -a -Q --missing=OK --show-filename' + check_command check_nrpe_very_generic! -p $USER10$! -t $USER3$! -H eis222l! -c check_log3! -a /logs/today/$HOSTNAME$/messages!'kernel:.+nfs.+not.+responding'!' -s /tmp/nagios_check_log_nfs_failure_$HOSTNAME$ -i -c 1 -a -Q --missing=OK --show-filename' + contacts ESS Storage +} + +define service { + service_description snmp_unixtest_alive + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Linux DevQA - no SNMP, !TSM Dev/QA + max_check_attempts 3 + retry_interval 3 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description snmp_unixtest_disk_app_dba + use UNIX Dev/QA service + hostgroup_name DBA UNIX Dev/QA + check_command check_snmp_disk!^/(apps|appware|grid|psapp|ora.*|oem|pshrsa.*|redo.*|u01)$!90!95 + contacts DBA Important List +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name asoar301l + check_command check_snmp_disk!^/oar$!85!95 + contacts Open Access Repository +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name hoover1 + check_command check_snmp_disk!^/(var/local/software|data)$!75!85 + contacts Networking +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name ais101l, ais302l + check_command check_snmp_disk!^/aislocal$!70!85 + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ais111l + check_command check_nrpe_disk_by_class!AIScustomapps + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name ais310l, ais311l + check_command check_snmp_disk!^/(pafiles|weblogic|tomcat|middleware)!85!95 + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name ele303l, ele304l + check_command check_snmp_disk!^/usr/local/ele$!80!95 + contacts Philip Fugate +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name sdpldap100l, sdpldap101l + check_command check_snmp_disk!^/var/ldap$!70!85 + contacts Identity and Access Management +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name sdpprox100l, sdpprox101l, sdpprox300l, sdpprox301l + check_command check_snmp_disk!^/puaccess$!70!85 + contacts Identity and Access Management +} + +define service { + service_description nrpe_unixtest_om + use UNIX Dev/QA service + hostgroup_name Physical Dev/QA Linux + check_command check_nrpe_om + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_multipath + use UNIX Dev/QA service + host_name eis319l + check_command check_nrpe_multipath!2!2 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description nrpe_unixtest_mounts + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA + check_command check_nrpe_mounts + contact_groups null + contacts Christopher Dietrich +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw302l, aisiw303l + check_command check_nrpe_disk_by_class!cedar + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw341l + check_command check_nrpe_disk_by_class!oas + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app_cisdr + use UNIX Dev/QA service + host_name updatespace + check_command check_nrpe_disk_by_class!cisdr + notification_options w,c,r + contact_groups null + contacts DSP Admins +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name cisdr103l + check_command check_nrpe_disk_by_class!dspace + notification_options w,c,r + contact_groups null + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app_ora + use UNIX Dev/QA service + hostgroup_name DBA UNIX Dev/QA + host_name !eisdba303l + check_command check_nrpe_disk_by_class!dbas + notification_options w,c,r + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app_ora + use UNIX Dev/QA service + host_name eis176l, eis368l + check_command check_nrpe_disk_by_class!Tools855_AppSvrs_2 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app_ora + use UNIX Dev/QA service + host_name eis178l, eis369l + check_command check_nrpe_disk_by_class!Tools855_Weblogic_2 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app_cisdr + use UNIX Dev/QA service + host_name csgtools300l + check_command check_nrpe_disk_by_class!csg + notification_options w,c,r + contacts CISDR, CSG OnCall +} + +define service { + service_description nrpe_unixtest_disk_app_cisdr + use UNIX Dev/QA service + host_name cisdrroxen100l, cisdrroxen101l, iamroxen301l + check_command check_nrpe_disk_by_class!csg + notification_options w,c,r + contacts OIT CSG Reports +} + +define service { + service_description nrpe_unixtest_disk_app_iam + use UNIX Dev/QA service + host_name iamxythos100l, iamxythos101l, iamxythos300l, iamxythos301l + check_command check_nrpe_disk_by_class!iam + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app_cisdr + use UNIX Dev/QA service + host_name cisdrswh100l, cisdrswh300l + check_command check_nrpe_disk_by_class!cisdr + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app_bb + use UNIX Dev/QA service + host_name asbb106l + check_command check_nrpe_disk_by_class!bb + notification_options w,c,r + contacts Kim Y. Huang +} + +define service { + service_description nrpe_unixtest_disk_app_etc + use UNIX Dev/QA service + host_name asweb100l, asweb300l + check_command check_nrpe_disk_by_class!etc + notification_options w,c,r + contacts ATS System Administration +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name eisoid101l, eisoid102l + check_command check_snmp_disk!^/var$!85!95 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name prson-proj-dev + check_command check_snmp_disk!^/usr/local/prson$!85!95 + notification_options w,c,r + contacts PRSON PROJ, Diana I. Tamir - dit2 +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name timeline101l, timeline102l, timeline103l, timeline104l, timeline301l, timeline302l + check_command check_snmp_disk!^/usr/local/apps$!85!95 + notification_options w,c,r + contacts Timeline +} + +define service { + service_description nrpe_unixtest_disk_app_molbio + use UNIX Dev/QA service + host_name mol100l, mol101l, mol103l, mol300l, mol301l + check_command check_nrpe_disk_by_class!molbio + notification_options w,c,r + contact_groups null + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_unixtest_disk_app_iam + use UNIX Dev/QA service + host_name iamprox100l, iamprox101l, iamprox102l, iamprox300l, iamprox301l + check_command check_nrpe_disk_by_class!iam + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_unixtest_disk_app_sdp + use UNIX Dev/QA service + host_name qaprov01, sdpoam100l, sdpoam101l, sdpobi100l, sdpohs100l, sdpohs101l, sdpovd100l, sdpovd101l, sdpprox100l, sdpprox101l, sdpprox300l, sdpprox301l, sdppua300l, sdppua301l + check_command check_nrpe_disk_by_class!sdp + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_unixtest_disk_app_maestro + use UNIX Dev/QA service + hostgroup_name Maestro Dev/QA + check_command check_nrpe_disk_by_class!maestro + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description snmp_unixtest_OpenManage + use UNIX Dev/QA service + hostgroup_name Physical Dev/QA Linux + max_check_attempts 5 + retry_interval 5 + notification_interval 43200 + notification_options c + check_command check_snmp_openmanage_new + contacts ESS Ops +} + +define service { + service_description nrpe_unixtest_disk_app_sws + use UNIX Dev/QA service + host_name ss100l + check_command check_nrpe_disk_by_class!sws + notification_options w,c,r + contact_groups null + contacts Mark J. Pellecchia, Thomas J. Francais +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ims316, ims317, ims318, ims319, ims320, ims321 + check_command check_nrpe_disk_by_class!ims + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name mon302l, mon303l + check_command check_nrpe_disk_by_class!networking + notification_options w,c,r + contacts Networking +} + +define service { + service_description snmp_unix_alive + use UNIX Production service + hostgroup_name Linux Prod, SIEM, Solaris, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !Linux Prod - no SNMP + host_name ims204 + max_check_attempts 3 + retry_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description snmp_unix_alive + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + max_check_attempts 3 + retry_interval 2 + notification_options u,c,r + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, Solaris, !TSM Production + max_check_attempts 3 + retry_interval 1 + check_command check_nrpe_agent + contacts ESS Page, ESS UNIX List +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + max_check_attempts 3 + retry_interval 1 + check_command check_nrpe_agent + contacts ESS Page +} + +define service { + service_description nrpe_unix_cpu + use UNIX Production service + hostgroup_name Solaris + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu!50!70!2!1 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !PUaccess, !Exceptions + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !PUaccess, !Exceptions + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + hostgroup_name PUaccess + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_load + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !32bit Linux, !TSM Production, !Exceptions + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + hostgroup_name PUaccess + max_check_attempts 6 + check_interval 10 + retry_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts Identity and Access Management +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + max_check_attempts 6 + check_interval 10 + retry_interval 10 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70!85:90 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + max_check_attempts 6 + check_interval 10 + retry_interval 10 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unix_load + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !PUaccess, !Exceptions + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name PUaccess + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options c,r + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, Solaris, !TSM Production, !PUaccess, !Exceptions + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name PUaccess + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_swap + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_mounts + use UNIX Production service + hostgroup_name Linux Prod, Solaris, !CPanel Prod, !Oracle Exadata, !PUaccess, !TSM Production + notification_options c,r + check_command check_nrpe_mounts + contact_groups null + contacts Christopher Dietrich +} + +define service { + service_description nrpe_unix_mounts + use UNIX Production service + hostgroup_name PUaccess + notification_options c,r + check_command check_nrpe_mounts + contact_groups null + contacts Christopher Dietrich, Identity and Access Management +} + +define service { + service_description nrpe_unix_log_nfs_failure + use UNIX Production service + hostgroup_name Linux Prod + max_check_attempts 1 + check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_nrpe_very_generic! -p $USER10$! -t $USER3$! -H eis222l! -c check_log3! -a /logs/today/$HOSTNAME$/messages!'kernel:.+nfs.+not.+responding'!' -s /tmp/nagios_check_log_nfs_failure_$HOSTNAME$ -i -c 1 -a -Q --missing=OK --show-filename' + contacts ESS Storage +} + +define service { + service_description snmp_unix_load + use UNIX Production service + hostgroup_name SIEM + host_name !esm, !receiver01, !receiver02, !receiver03 + check_command check_snmp_load!4,4.5,5!6,6.5,7! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_unix_load + use UNIX Production service + host_name esm + check_command check_snmp_load!10,10.5,11!12,12.5,13! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_unix_load + use UNIX Production service + host_name receiver01, receiver02, !receiver03 + check_command check_snmp_load!8,8.5,9!10,10.5,11! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + hostgroup_name SIEM + host_name !esm, !receiver01, !receiver02, !receiver03 + check_command check_snmp_nix_memory!95,85!98,90 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + host_name esm, receiver01, receiver02, receiver03 + check_command check_snmp_nix_memory!60,0!80,0 + notification_options w,c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + hostgroup_name PUaccess + check_command check_snmp_nix_memory!95,85!98,90 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Identity and Access Management +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !Exceptions + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + hostgroup_name Solaris + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS Page +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options u,c,r + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS UNIX List +} + +define service { + service_description snmp_unix_disk_system + use UNIX Production service + hostgroup_name PUaccess + check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90 + contacts Identity and Access Management + contact_groups null +} + +define service { + service_description snmp_unix_disk + use UNIX Production service + hostgroup_name SIEM + host_name !esm, !receiver01, !receiver02, !receiver03, !siem-elm + check_command check_snmp_disk!^.*$!80!90 + notification_options w,c,r + contacts Dean Plante, Networking +} + +define service { + service_description snmp_unix_disk + use UNIX Production service + host_name esm, siem-elm + check_command check_snmp_disk!^.*$!90!95 + notification_options w,c,r + contacts Dean Plante, Networking +} + +define service { + service_description snmp_unix_disk + use UNIX Production service + host_name receiver01, receiver02, receiver03 + check_command check_snmp_disk!^.*$!65!85 + notification_options w,c,r + contacts Dean Plante, Networking +} + +define service { + service_description nrpe_unix_lxfiles + use UNIX Production service + hostgroup_name Linux Prod OEL5, !Prod 8x5 Linux, !CPanel Prod, !PUaccess, !TSM Production + host_name !raas03 + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_lxfiles + use UNIX Production service + host_name raas03 + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_lxfiles + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options u,c,r + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_lxfiles6 + use UNIX Production service + hostgroup_name Linux Prod OEL6, !Oracle Exadata, !PUaccess, !TSM Production + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_lxfiles6 + use UNIX Production service + hostgroup_name PUaccess + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_proclist_linux + use UNIX Production service + hostgroup_name Linux Prod OEL5, !Prod 8x5 Linux, !CPanel Prod, !PUaccess, !TSM Production + host_name !raas03 + check_command check_nrpe_proclist!crond,nscd,ntpd,portmap,sendmail,snmpd,sshd,syslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proc_tripwire + use UNIX Production service + hostgroup_name Linux Prod, !Prod 8x5 Linux, !CPanel Prod, !Oracle Exadata, !PUaccess, !TSM Production + host_name !raas03 + check_command check_nrpe_process!5!1:! -a tripwire -t 30 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_linux + use UNIX Production service + host_name raas03 + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_linux + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options u,c,r + check_command check_nrpe_proclist!crond,nscd,ntpd,portmap,sendmail,snmpd,sshd,syslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proc_tripwire + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + check_command check_nrpe_process!5!1:! -a tripwire + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_linux6 + use UNIX Production service + hostgroup_name Linux Prod OEL6, !Oracle Exadata, !Prod 8x5 Linux, !PUaccess, !TSM Production + host_name !csglists200l + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_linux6 + use UNIX Production service + hostgroup_name PUaccess + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_proclist_linux6 + use UNIX Production service + host_name csglists200l + check_command check_nrpe_proclist!crond,nscd,ntpd,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_lsv + use UNIX Production service + host_name csglists200l + check_command check_nrpe_proclist!lsv + contacts CISDR +} + +define service { + service_description nrpe_unix_asm_disk + use UNIX Production service + host_name eis208l + check_command check_nrpe_asm_disk!85!95 + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name iamxythos200l, iamxythos201l, oaamx201l, oaamx202l + check_command check_nrpe_disk_by_class!iam + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name cisdr202l, cisdr204l + check_command check_nrpe_disk_by_class!dspace + notification_options w,c,r + contacts CISDR +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name asoar201l + check_command check_snmp_disk!^/oar$!85!95 + contacts CISDR +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name aisiw207l, aisiw208l + check_command check_nrpe_disk_by_class!monocle + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app_ora + use UNIX Production service + hostgroup_name DBA UNIX Prod + check_command check_nrpe_disk_by_class!dbas + notification_options w,c,r + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_unix_disk_app_aas-l + use UNIX Production service + host_name isserv215, isserv216 + notification_options w,c,r + check_command check_nrpe_disk_by_class!aas-l + contacts DBA Important List, AIS ERP List +} + +define service { + service_description nrpe_unix_disk_app_amu + use UNIX Production service + host_name amu203l + check_command check_nrpe_disk_by_class!amu + contact_groups null + contacts Janet M. Strohl-Morgan +} + +define service { + service_description nrpe_unix_disk_app_bb + use UNIX Production service + host_name asbb208l + check_command check_nrpe_disk_by_class!bb + notification_options w,c,r + contact_groups null + contacts Kim Y. Huang +} + +define service { + service_description nrpe_unix_disk_app_molbio + use UNIX Production service + host_name mol201l,mol203l + check_command check_nrpe_disk_by_class!molbio + notification_options w,c,r + contact_groups null + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_unix_disk_app_sdp + use UNIX Production service + host_name prov01, sdpoam200l, sdpoam201l, sdpobi200l, sdpohs200l, sdpohs201l, sdpovd200l, sdpovd201l, sdpprox200l, sdpprox201l + check_command check_nrpe_disk_by_class!sdp + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_unix_disk_app_maestro + use UNIX Production service + hostgroup_name Maestro + check_command check_nrpe_disk_by_class!maestro + notification_options w,c,r + contacts ESS Storage, Martin Pager +} + +define service { + service_description nrpe_unix_disk_app_cisdr + use UNIX Production service + host_name csgsmtp202l, csgsmtp203l + check_command check_nrpe_disk_by_class!csg + notification_options w,c,r + contacts CISDR, CSG OnCall +} + +define service { + service_description nrpe_unix_disk_app_cisdr + use UNIX Production service + host_name cisdrroxen200l, cisdrroxen201l, cisdrroxen202l, cisdrroxen203l, cisdrroxen204l, cisdrroxen205l + check_command check_nrpe_disk_by_class!csg + notification_options w,c,r + contacts OIT CSG Reports +} + +define service { + service_description nrpe_unix_disk_app_cisdr + use UNIX Production service + host_name cisdrswh200l, cisdrswh201l + check_command check_nrpe_disk_by_class!cisdr + notification_options w,c,r + contacts CISDR, CSG OnCall +} + +define service { + service_description nrpe_unix_disk_app_sws + use UNIX Production service + host_name ss200l, ss209l + check_command check_nrpe_disk_by_class!sws + notification_options w,c,r + contacts Mark J. Pellecchia, Thomas J. Francais +} + +define service { + service_description nrpe_unix_disk_app_etc + use UNIX Production service + host_name asetc206l, asweb200l + check_command check_nrpe_disk_by_class!etc + notification_options w,c,r + contact_groups null + contacts ATS System Administration +} + +define service { + service_description nrpe_unix_disk_app_ims + use UNIX Production service + host_name ims204, ims205, ims218, ims219, ims220, ims221, ims222, ims223, ims224, ims225, ims314, ims315 + check_command check_nrpe_disk_by_class!ims + notification_options w,c,r + contacts Networking, Igor Pager +} + +define service { + service_description nrpe_unix_disk_logs + use UNIX Production service + host_name eis222l + check_command check_nrpe_disk!85!90!/logs + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description snmp_unix_disk_app_aislocal + use UNIX Production service + host_name ais204l + check_command check_snmp_disk!^/aislocal$!85!90 + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ais211l + check_command check_nrpe_disk_by_class!AIScustomapps + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name eisoid201l, eisoid202l, eisoid203l + check_command check_snmp_disk!^/var$!85!95 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name iso200l-rencif + check_command check_snmp_disk!^/usr/local/security$!85!95 + notification_options w,c,r + contacts Dean Plante, Eric Burd, Igor V. Gubenko +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name prson-proj-prod + check_command check_snmp_disk!^/usr/local/prson$!85!95 + notification_options w,c,r + contacts PRSON PROJ, Diana I. Tamir - dit2 +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name mol200l + check_command check_snmp_fixed_storage!^/web$!85!90 + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name mon204l, mon205l + check_command check_snmp_disk!^/usr/local/monitoring$!70!85 + contacts Networking +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name net200l-config + check_command check_snmp_disk!^/manageengine$!70!85 + contacts Networking +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name sdpldap200l, sdpldap201l + check_command check_snmp_disk!^/var/ldap$!70!85 + contacts Identity and Access Management +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name sentinel + check_command check_snmp_disk!^/(data|opt)$!85!95 + contacts Networking +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name timeline201l, timeline202l, timeline203l, timeline204l, timeline205l + check_command check_snmp_disk!^/usr/local/apps$!85!95 + notification_options w,c,r + contacts Timeline +} + +define service { + service_description snmp_unix_disk_app_var + use UNIX Production service + host_name csglists200l + check_command check_snmp_disk!^/var$!85!95 + contacts CSG Page, ESS Page +} + +define service { + service_description nrpe_unix_om + use UNIX Production service + hostgroup_name Physical Prod Linux + check_command check_nrpe_om + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_multipath + use UNIX Production service + host_name eis208l + check_command check_nrpe_multipath!2!2 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description snmp_unix_OpenManage + use UNIX Production service + hostgroup_name Physical Prod Linux + max_check_attempts 5 + retry_interval 5 + notification_interval 43200 + notification_options c + check_command check_snmp_openmanage_new + contacts ESS Ops +} + +define service { + service_description trap + use SNMP trap + hostgroup_name SIEM + contacts epm-list +} + +define service { + service_description trap + use SNMP trap + hostgroup_name Firewalls + contacts John Shorey +} + +define service { + service_description http + use generic-service + host_name cisdrswh200l, cisdrswh201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http!6!8 + contacts CISDR, Dwight D. Bashore +} + +define service { + service_description http + use generic-service + host_name egn-dome-wwwinterface + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http!6!8 + check_period EGN Dome WWWInterface + notification_period EGN Dome WWWInterface + contacts Gregory S. Paczkowski, Joseph M. Karam +} + +define service { + service_description http + use generic-service + host_name tools + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http!6!8 + contacts Identity and Access Management +} + +define service { + service_description http + use generic-service + host_name net200l-config + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!6060 + contacts Networking +} + +define service { + service_description https + use generic-service + host_name eisnet200l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8 + contacts Networking +} + +define service { + service_description https + use generic-service + host_name sdptools200w, tools + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8!-N + contacts Identity and Access Management +} + +define service { + service_description http_dropbox.com + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!dropbox.com!6!8 + contacts Networking +} + +define service { + service_description http_www.mccarter.org + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!www.mccarter.org!6!8 + contacts dummy +} + +define service { + service_description https_www.mccarter.org + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!www.mccarter.org!6!8 + contacts dummy +} + +define service { + service_description https_Exchange_EWS + use generic-service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_auth!ntlm!https://$HOSTALIAS$/ews/exchange.asmx!PRINCETON%groundwk!$USER30$!xmlns:t="http://schemas.microsoft.com + contacts CISDR +} + +define service { + service_description https_owa_Exchange_EWS + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_auth!ntlm!https://owa.Princeton.EDU/ews/exchange.asmx!PRINCETON%groundwk!$USER30$!xmlns:t="http://schemas.microsoft.com + contacts CISDR +} + +define service { + service_description https_careers + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!careers.Princeton.EDU!6!8 + contacts Networking +} + +define service { + service_description https_campaignvolunteers + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!campaignvolunteers.princeton.edu!/!6!8! -f "follow" + contacts Dev Web Monitor +} + +define service { + service_description https_job_search + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!main-princeton.icims.com!6!8 + contacts Networking +} + +define service { + service_description https_Service-Now + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!princeton.service-now.com!/!6!8 + contacts Networking +} + +define service { + service_description https_secure.ohmcentral.com + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!secure.ohmcentral.com!/!6!8 + contacts David Rinker +} + +define service { + service_description https_shibboleth_qa + use generic-service + host_name idpqa, iamshib102w.aws, iamshib103w.aws + check_command check_https_url!$HOSTALIAS$!/idp/shibboleth!6!8! -s "https://idpqa.princeton.edu/idp/shibboleth" + contacts Identity and Access Management +} + +define service { + service_description https_shib_qa_status + use generic-service + host_name idpqa, iamshib102w.aws, iamshib103w.aws + check_command check_https_url!$HOSTALIAS$!/idp/profile/status!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_idpqa_elb.125_status + use generic-service + host_name idpqa + check_command check_https_url_idpqa_125!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_idpqa_elb.83_status + use generic-service + host_name idpqa + check_command check_https_url_idpqa_83!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_shibboleth + use generic-service + host_name idp, iamshib202w.aws, iamshib203w.aws + check_command check_https_url!$HOSTALIAS$!/idp/shibboleth!6!8! -s "https://idpqa.princeton.edu/idp/shibboleth" + contacts Identity and Access Management +} + +define service { + service_description https_shib_status + use generic-service + host_name idp, iamshib202w.aws, iamshib203w.aws + check_command check_https_url!$HOSTALIAS$!/idp/profile/status!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_idp_elb.95_status + use generic-service + host_name idp + check_command check_https_url_idp_95!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_idp_elb.168_status + use generic-service + host_name idp + check_command check_https_url_idp_168!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_status + use generic-service + host_name iamshib200w, iamshib201w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!$HOSTALIAS$!/idp/profile/status!6!8! -s "last reload attempt" + contacts Identity and Access Management +} + +define service { + service_description http_aisfe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!aisfe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_aisfe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!aisfe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_aisfe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!aisfe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_aisfe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!aisfe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_alumnife05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumnife05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_alumnife06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumnife06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_alumnife07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumnife07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_alumnife08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumnife08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptafe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptafe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptafe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptafe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptafe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptafe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptafe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptafe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbfe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbfe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbfe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbfe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbfe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbfe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbfe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbfe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_financefe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!financefe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_financefe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!financefe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_financefe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!financefe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_financefe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!financefe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_upc + use generic-service + host_name aisupc202w, aisupc203w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!$HOSTNAME$.princeton.edu!/upc/pubcal/release.html!6!8 +} + +define service { + service_description http_registrarfe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!registrarfe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_registrarfe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!registrarfe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_registrarfe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!registrarfe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_registrarfe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!registrarfe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_8001 + use generic-service + host_name sdpoam200l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!$HOSTNAME$.Princeton.EDU!/OAAMUtilityWeb/CreateUser!6!8! -p 8001 + contacts Identity and Access Management +} + +define service { + service_description https_4443 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8!-N -p 4443 -f "follow" + contacts Identity and Access Management +} + +define service { + service_description https_4444 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8!-N -p 4444 -f "follow" + contacts Identity and Access Management +} + +define service { + service_description https_4450 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8!-N -p 4444 -f "follow" + contacts Identity and Access Management +} + +define service { + service_description https_4446 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!4446 + contacts Identity and Access Management +} + +define service { + service_description https_4447 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!4447 + contacts Identity and Access Management +} + +define service { + service_description https_4448 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!4448 + contacts Identity and Access Management +} + +define service { + service_description https_4449 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!4449 + contacts Identity and Access Management +} + +define service { + service_description http_www-dept-edit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!www-dept-edit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbedit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbedit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_https_ShoppingCart + use generic-service + host_name dascrl200w + max_check_attempts 3 + check_interval 1 + retry_interval 1 + check_command check_https_ShoppingCart + contacts CRL List +} + +define service { + service_description http_agchallenge + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!agchallenge.princeton.edu!6!8 + contacts Dev Web Monitor +} + +define service { + service_description http_classics + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!classics.princeton.edu!6!8 + contacts Classics Web +} + +define service { + service_description http_cpanel-das-prod-oitcpanel + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!cpanel-das-prod-oitcpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_cpanel-das-qa-oitcpanel + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!cpanel-das-qa-oitcpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_ohdcpanl_deptcpanel_reclaim_prod + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!ohdcpanl.deptcpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_ohdcpanl_cpaneldev_reclaim_dev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!ohdcpanl.cpaneldev.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Open Access Repository +} + +define service { + service_description http_ohdcpanl_mycpanel2_reclaim_personal + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!ohdcpanl.mycpanel2.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_ohdcpanl-oitwasprod + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!ohdcpanl.oitwasprod.princeton.edu!/showstatus.php!6!8! -s "PHP and MySQL are working properly" + contacts CISDR +} + +define service { + service_description http_oar + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar.princeton.edu!/!6!8! + contacts CISDR +} + +define service { + service_description http_oar_rt4ds + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar.princeton.edu!/rt4ds/repository!8!12! -N + contacts CISDR +} + +define service { + service_description http_oar-dev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar-dev.princeton.edu!/!6!8! + contacts Open Access Repository +} + +define service { + service_description http_oar-dev_rt4ds + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar-dev.princeton.edu!/rt4ds/repository!8!12! -s "Repository Item" + contacts Open Access Repository +} + +define service { + service_description http_thesis-central + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!thesis-central.princeton.edu!/!6!8! -s "Thesis Central" + contacts CISDR +} + +define service { + service_description http_thesis-central-firefox-navigation + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_thesis_central!thesis-central.princeton.edu!groundwk!$USER30$ + contacts Thesis Central +} + +define service { + service_description http_thesis-central-qa.aws + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!thesis-central-qa.aws.princeton.edu!/!6!8! -s "Thesis Central" + contacts Thesis Central +} + +define service { + service_description http_thesis-central-qa.aws-firefox-navigation + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_thesis_central!thesis-central-qa.aws.princeton.edu!groundwk!$USER30$ + contacts Thesis Central +} + +define service { + service_description http_oitcpanel.cpaneldev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oitcpanel.cpaneldev.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_oitcpanel.deptcpanel + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oitcpanel.deptcpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_oitcpanel.mycpanel + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oitcpanel.mycpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_oitcpanel.mycpanel2 + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oitcpanel.mycpanel2.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description https_idpstatus + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!idp.princeton.edu!/idp/profile/status!6!8! -s "idp_version: 3.2.1" + contacts Identity and Access Management +} + +define service { + service_description webcheck_http_simple_giving + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!giving.princeton.edu!6!8 + contacts Kathleen D. Haney, Kathy Haney Pager, Nicholas DiPietro +} + +define service { + service_description http_idm + use Windows Production service + host_name prov01 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!idm.princeton.edu!/xlWebApp!6!8! -p 7001 -s "Oracle Identity Manager" + contacts Identity and Access Management +} + +define service { + service_description https_idm + use Windows Production service + host_name prov01 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url-tlsv1!idm.princeton.edu!/xlWebApp!6!8! -s "Oracle Identity Manager" -p 8443 + contacts Identity and Access Management +} + +define service { + service_description http_rms + use generic-service + host_name Webcheck_host + check_command check_http_www_rms + event_handler sdpalc200w_restart + contacts Identity and Access Management +} + +define service { + service_description webcheck_https_ntlm_homepageSamplePhoto + use generic-service + host_name csg_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!ntlm.princeton.edu!/_layouts/images/homepageSamplePhoto.jpg!6!8 + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_ntlm_logoPU.png + use generic-service + host_name csg_host + check_command check_https_auth!ntlm!https://ntlm.princeton.edu/nagios/SiteAssets/SitePages/Home/logoPU.png!PRINCETON%groundwk!$USER30$ + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_owa_csgcas205w + use generic-service-active + host_name csg_host + max_check_attempts 5 + check_interval 10 + retry_interval 5 + check_command check_owa!https://csgcas205w.princeton.edu!csgtst04 + contacts CISDR +} + +define service { + service_description webcheck_https_owa_csgcas204w + use generic-service-active + host_name csg_host + max_check_attempts 5 + check_interval 10 + retry_interval 5 + check_command check_owa!https://csgcas204w.princeton.edu!csgtst05 + contacts CISDR +} + +define service { + service_description webcheck_https_owa + use generic-service-active + host_name csg_host + check_interval 10 + retry_interval 5 + check_command check_owa!https://owa.princeton.edu!csgtst06 + contacts CISDR +} + +define service { + service_description webcheck_https_owa_csgcas207w + use generic-service-active + host_name csg_host + max_check_attempts 5 + check_interval 10 + retry_interval 5 + check_command check_owa!https://csgcas207w.princeton.edu!csgtst06 + contacts CISDR +} + +define service { + service_description webcheck_https_owa_csgcas206w + use generic-service-active + host_name csg_host + max_check_attempts 5 + check_interval 10 + retry_interval 5 + check_command check_owa!https://csgcas206w.princeton.edu!csgtst03 + contacts CISDR +} + +define service { + service_description http_princeton.edu + use generic-service + host_name csg_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!www.princeton.edu!6!8 + contacts Joseph M. Karam +} + +define service { + service_description webcheck_http_simple_volunteer + use generic-service + host_name csg_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!volunteer.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_http_simple_alumni + use generic-service + host_name csg_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumni.princeton.edu!25!30 + contacts CISDR +} + +define service { + service_description webcheck_https_simple_finance + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!finance.princeton.edu!25!30 + contacts CISDR +} + +define service { + service_description webcheck_https_simple_financeedit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!financeedit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_https_simple_alumniedit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumniedit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_https_registrar_score + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!registrar.princeton.edu!/score!25!30 + contacts CISDR +} + +define service { + service_description webcheck_https_simple_registraredit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!registraredit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_http_www.princeton.edu_oit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!www.princeton.edu!/oit!25!30 + contacts CISDR +} + +define service { + service_description webcheck_http_www.princeton.edu_physics + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!www.princeton.edu!/physics!25!30 + contacts CISDR +} + +define service { + service_description https_Kaltura_Hybrid + use generic-service + host_name csgtools200l + check_command check_https_auth_groundwk!6!8!/kaltura/kaltura-hybrid-status.html! -s "Kaltura hybrid configuration status is: UP" + contacts CISDR OnCall, Dwight D. Bashore, Mark A. Ratliff +} + +define service { + service_description https_Webspace + use generic-service + host_name webspace, webspaceqa + check_interval 5 + retry_interval 5 + check_command check_https_Webspace!!Xythosm + contacts CISDR, Dwight D. Bashore +} + +define service { + service_description https_Webspace + use generic-service + host_name iamxythos200l, iamxythos201l + check_interval 5 + retry_interval 5 + check_command check_https_Webspace_backend!https://$HOSTALIAS$:9443 + contacts CISDR +} + +define service { + service_description https_Webspaceqa + use generic-service + host_name iamxythos100l, iamxythos101l + check_interval 5 + retry_interval 5 + check_command check_https_Webspaceqa_backend!https://$HOSTALIAS$:9443 + contacts CISDR +} + +define service { + service_description webcheck_http_simple_deptaedit-qa + use generic-service + host_name Webcheck_host + check_period Except 23:55-3:05 + notification_period Except 23:55-3:05 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptaedit-qa.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_http_libweb + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!libweb.princeton.edu!/libraries/firestone/rbsc/aids!6!8! -s "Index of" + contact_groups pu_default +} + +define service { + service_description https_simple_makeagift + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!makeagift.princeton.edu!6!8 + contacts Dev Web Monitor +} + +define service { + service_description https_makeagift_athletics + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!makeagift.princeton.edu!/athletics!6!10! -s "Give to Varsity Athletics" + contacts Dev Web Monitor +} + +define service { + service_description http_tagd + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!tagd.princeton.edu!6!10 + contacts Dev Web Monitor +} + +define service { + service_description https_events_admin + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!events.princeton.edu!/admin!6!10 + contacts Dev Web Monitor +} + +define service { + service_description https_simple_tigertracks + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!tigertracks.princeton.edu!6!8 + contacts Dev Web Monitor +} + +define service { + service_description http_aisupcprd + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!aisupcprd.princeton.edu!/upc/pubcal/release.html!6!8 +} + +define service { + service_description webcheck_http_simple_punews + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!news.princeton.edu!6!8 + contact_groups pu_default +} + +define service { + service_description webcheck_https_simple_webshare + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!webshare.princeton.edu!6!8 +} + +define service { + service_description https_aisupcprd + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!aisupcprd.princeton.edu!/upc/pubcal/release.html!6!8 +} + +define service { + service_description webcheck_http_etcweb + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!etcweb.princeton.edu!/almagest3/admin/poolbusy.jsp!6!8! -s Status: + contacts ATS System Administration +} + +define service { + service_description http_r25wsprod-lb + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!r25wsprod-lb.princeton.edu!/r25ws/ver.html!6!8 +} + +define service { + service_description http_oar_UCHV + use generic-service + host_name cisdr204l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar.Princeton.EDU!/jspui/handle/88435/pr1qg6r!6!8! -s "University Center for Human Values" + contacts CISDR +} + +define service { + service_description http_oar_UCHV + use generic-service + host_name cisdr103l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar-dev.Princeton.EDU!/jspui/handle/99999/fk4514878k!6!8! -s "University Center for Human Values" + contacts Open Access Repository +} + +define service { + service_description http_oawaiver + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oawaiver.princeton.edu!/!6!8! -s rails_production + contacts CISDR +} + +define service { + service_description http_oawaiver_api + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oawaiver.princeton.edu!/api/employees/get_all/name.json?search_term=david!6!8! -s David + contacts CISDR +} + +define service { + service_description http_oawaiverdev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oawaiverdev.princeton.edu!/!6!8! -s rails_qa + contacts Open Access Repository +} + +define service { + service_description http_dataspace_rest + use generic-service + host_name cisdr202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!dataspace.princeton.edu!/rest/collections/201/items?expand=metadata&limit=2!6!8 + contacts CISDR +} + +define service { + service_description http_updatespace_rest + use generic-service + host_name updatespace + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!updatespace.princeton.edu!/rest/collections/201/items?expand=metadata&limit=2!6!8 + contacts DSP Admins +} + +define service { + service_description http_dataspace_wws + use generic-service + host_name cisdr202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!dataspace.princeton.edu!/jspui/handle/88435/dsp01g445cd134!6!8! -s "Woodrow Wilson School" + contacts CISDR +} + +define service { + service_description http_updatespace_wws + use generic-service + host_name updatespace + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!updatespace.princeton.edu!/jspui/handle/88435/dsp01g445cd134!6!8! -s "Woodrow Wilson School" + contacts DSP Admins +} + +define service { + service_description https_oaworkflow + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!oaworkflow.princeton.edu!/!6!8! -s "CAS Login" + contacts CISDR +} + +define service { + service_description https_oaworkflow-dev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!oaworkflow-dev.princeton.edu!/!6!8! -s "CAS Login" + contacts CISDR +} + +define service { + service_description https_auth + use generic-service + host_name statseeker + check_command check_https!6!8! -a admin:G0tm1LK + contacts Networking +} + +define service { + service_description https_concur + use generic-service + host_name Webcheck_host + check_command check_https_url!princeton.edu!/concur!7!8 + contacts Networking +} + +define service { + service_description https_CAS + use generic-service-active + host_name fed, iamcas200w, iamcas202l.aws, iamcas203l.aws + max_check_attempts 4 + retry_interval 5 + check_command check_https_CAS_new!https://$HOSTNAME$.princeton.edu/cas/login!casmgr!Cas12r!ght + contacts Identity and Access Management +} + +define service { + service_description https_CAS + use generic-service-active + host_name iamcas201w + max_check_attempts 4 + retry_interval 5 + check_command check_https_CAS_new!https://$HOSTNAME$.princeton.edu/cas/login!casmgr!Cas12r!ght + notifications_enabled 0 + contacts Identity and Access Management +} + +define service { + service_description https_CAS_QA + use generic-service-active + host_name fedqa, iamcas102l.aws, iamcas103l.aws + max_check_attempts 4 + retry_interval 5 + check_command check_https_CAS_QA_new!https://$HOSTNAME$.princeton.edu/cas/login!casmgr!Cas12r!ght + contacts Identity and Access Management +} + +define service { + service_description https_CAS_status + use generic-service-active + host_name iamcas200w + check_command check_http_script!/usr/local/monitoring/princeton/http_cas_status! -H $HOSTNAME$.Princeton.EDU -u /cas/status -f follow -S -v + contacts Identity and Access Management +} + +define service { + service_description https_CAS_status + use generic-service-active + host_name iamcas201w + check_command check_http_script!/usr/local/monitoring/princeton/http_cas_status! -H $HOSTNAME$.Princeton.EDU -u /cas/status -f follow -S -v + notifications_enabled 0 + contacts Identity and Access Management +} + +define service { + service_description https_CAS_QA_status + use generic-service + host_name fedqa, iamcas102l.aws, iamcas103l.aws + check_command check_https_url!$HOSTALIAS$!/cas/status!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_fedqa_elb.135_status + use generic-service + host_name fedqa + check_command check_https_url_fedqa_135!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_fedqa_elb.44_status + use generic-service + host_name fedqa + check_command check_https_url_fedqa_44!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_status + use generic-service + host_name fed, iamcas202l.aws, iamcas203l.aws + check_command check_https_url!$HOSTALIAS$!/cas/status!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_fed_elb.24_status + use generic-service + host_name fed + check_command check_https_url_fed_24!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_fed_elb.100_status + use generic-service + host_name fed + check_command check_https_url_fed_100!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS + use generic-service-active + host_name alumnicas + max_check_attempts 4 + retry_interval 5 + check_command check_https_CAS!https://alumnicas.princeton.edu/tigernetcas/login/!casmgr!Cas12r!ght + contacts Identity and Access Management +} + +define service { + service_description https_PUaccess + use generic-service-active + host_name PUAccess + max_check_attempts 3 + retry_interval 5 + check_command check_https_PUaccess!https://puaccess.princeton.edu!casmgr!$USER16$ + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description https + use generic-service + host_name PUAccess + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description https + use generic-service + host_name PUAccessQA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!$HOSTNAME$.Princeton.EDU!/oaam_server!6!8 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description https_pfs + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!pfs.Princeton.EDU!/psp/pfsprod/EMPLOYEE/ERP!6!8! -s "Central Authentication Service" + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description https_oampfsqual + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!oampfsqual.Princeton.EDU!/psp/pfsqual/EMPLOYEE/ERP!6!8! -s "Central Authentication Service" + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management, Jason Rappaport +} + +define service { + service_description https_iwprod + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_iw!https://iwprod.princeton.edu/bi!groundwk!$USER30$ + check_period Exclude Cognos App Server Restart + notification_period Exclude Cognos App Server Restart + contacts Ashutosh Hadap +} + +define service { + service_description https_AWS_DUO + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_AWS_DUO!'https://api-dc8397fa.duosecurity.com/auth/v2/ping'!60!AWS + contacts Identity and Access Management, Steven Niedzwiecki +} + +define service { + service_description http_AWS_Cloudfront_Failover + use generic-service + host_name Webcheck_host + check_interval 60 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!d13g98nelaza49.cloudfront.net!/!6!8! -f "follow" -s "Temporary Outage" + contacts CISDR, Networking +} + +define service { + service_description https_remote + use generic-service + host_name Webcheck_host + check_command check_https_remote!http://remote.princeton.edu!groundwk!th4de/DC + contacts Networking +} + +define service { + service_description https_rsa_sc + use generic-service + host_name sdprsa200l, sdprsa201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_sdprsa_sc!https://$HOSTALIAS$/sc!nagiosmonitor!Thewatcherwatchesevery1. + contacts Identity and Access Management +} + +define service { + service_description https_rsa_ss + use generic-service + host_name sdprsa200l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_sdprsa_ss!https://$HOSTALIAS$/ss!nagiosmonitor!Thewatcherwatchesevery1. + contacts Identity and Access Management +} + +define service { + service_description http_OnBase_Hyland + use generic-service + host_name aisob116w, aisob316w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + notification_period 8x5 + check_command check_http_url!onbasebtdev.Princeton.EDU!/Hyland.Integrations.OBInvUpdateService/WebService1.asmx!10!12 + contacts ECM Admin Notify +} + +define service { + service_description http_OnBase_Hyland + use generic-service + host_name aisob216w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!onbasebt.Princeton.EDU!/Hyland.Integrations.OBInvUpdateService/WebService1.asmx!10!12 + contacts ECM Admin Notify +} + +define service { + service_description https + use generic-service + host_name puwebp + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!$HOSTNAME$.Princeton.EDU!/robots.txt!6!8 + contacts AIS Mon CustomApps +} + +define service { + service_description https_cng + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!cng.Princeton.EDU!6!8 + contacts ESS Windows List +} + +define service { + service_description https_lists + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_lists!https://lists.princeton.edu/cgi-bin/wa?REPORT&z=3!groundwk@Princeton.EDU!$USER30$ + contacts CISDR +} + +define service { + service_description https_ezmaxmobile + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!ezmaxmobile.Princeton.EDU!/ezmaxmobile!6!8! -N + contact_groups Maximo, Maximo Pagers +} + +define service { + service_description https_maximo + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_generic!$USER1$/check_http -H maximo.Princeton.EDU -u /maximo -S -d '"'"'WWW-Authenticate: Basic realm="MAXIMO Web Application Realm'"'"' -N -f follow -E! -n "Maximo" -o '=~ /HTTP WARNING: HTTP/1.1 401 Unauthorized/' --ignore_rc + contact_groups Maximo, Maximo Pagers +} + +define service { + service_description https_ifacilities + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!ifacilities.Princeton.EDU!6!8! + contact_groups Maximo, Maximo Pagers +} + +define service { + service_description https_wase + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_wase + contacts Serge J. Goldstein, James Chu Pager +} + +define service { + service_description https_mrtg_net + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!mrtg.net.princeton.edu!/statistics/multiplexors.html!6!8! -f "follow" + contact_groups Networking Pager +} + +define service { + service_description https_www_net + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!www.net.princeton.edu!/!6!8! -f "follow" + contact_groups Networking Pager +} + +define service { + service_description https_webstatsdev_8988 + use generic-service + host_name csgsawmill300l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!webstatsdev.Princeton.EDU!/!6!8! -p 8988 -s "Sawmill Login" + contacts Dwight D. Bashore +} + +define service { + service_description https_webstats_8988 + use generic-service + host_name csgsawmill200l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!webstats.Princeton.EDU!/!6!8! -p 8988 -s "Sawmill Login" + #check_command check_https!6!8!-N -p 8988 -f "follow" -e "Sawmill Login" + contacts Dwight D. Bashore, CSG OnCall +} + +define service { + service_description https + use generic-service + host_name iamxythos301l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!$HOSTALIAS$!/xythoswfs/webview/xythoslogin.action!6!8! -p 8443 -s Welcome + contacts CISDR +} + +define service { + service_description Gmail Portal + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!gmail.princeton.edu!6!8! -s "var domain = 'princeton.edu'" + contacts Igor V. Gubenko, Joseph M. Karam +} + +define service { + service_description Office365 Portal + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!portal.office365.com!6!8! -s "Sign in" + contacts Igor V. Gubenko, Joseph M. Karam +} + +define service { + service_description nrpe_wintest_agent_status + use Windows Dev/QA service + hostgroup_name Windows Dev/QA, MSSQL Dev Clusters + max_check_attempts 3 + retry_interval 2 + notification_period 8x5 + check_command check_nrpe_agent + contacts ESS Windows List +} + +define service { + service_description snmp_wintest_alive + use Windows Dev/QA service + hostgroup_name Windows Dev/QA + max_check_attempts 3 + retry_interval 3 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_wintest_cpu + use Windows Dev/QA service + hostgroup_name Facilities Dev/QA + max_check_attempts 5 + check_interval 30 + retry_interval 30 + notification_period 8x5 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!90!95!time=1h + contact_groups null + contacts Fac List +} + +define service { + service_description nrpe_wintest_paging_used + use Windows Dev/QA service + hostgroup_name Windows Dev/QA, !Facilities Dev/QA + notification_period 8x5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_paging_used + use Windows Dev/QA service + hostgroup_name Facilities Dev/QA + notification_period 8x5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contacts Fac List +} + +define service { + service_description nrpe_wintest_service_McAfee + use Windows Dev/QA service + host_name sdp100w + notification_period 8x5 + check_command check_nrpe_win_service!McAfeeFramework McShield McTaskManager + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_service_standard + use Windows Dev/QA service + hostgroup_name Windows Dev/QA, !AWS Untrust Dev/QA Windows + host_name !csgcas104w, !csgcas105w, !csghub102w, !csghub103w, !sdp300w, !sdp100w + notification_period 8x5 + check_command check_nrpe_win_service!CSFalconService Eventlog "Rapid7 Insight Agent" SNMP Snare "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_puppet + use Windows Dev/QA service + hostgroup_name Windows Dev/QA + check_interval 30 + retry_interval 10 + notification_interval 1440 + check_command check_nrpe_generic!check_puppet + contacts nobody + #contacts Nicholas Delo +} + +define service { + service_description nrpe_wintest_service_standard + use Windows Dev/QA service + host_name sdp300w + notification_period 8x5 + check_command check_nrpe_win_service!CSFalconService Eventlog "Rapid7 Insight Agent" SNMP "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_service_standard + use Windows Dev/QA service + host_name csgcas104w, csgcas105w, csghub102w, csghub103w + notification_period 8x5 + check_command check_nrpe_win_service!CSFalconService Eventlog "McAfee SIEM Collector" "Rapid7 Insight Agent" SNMP "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_system + use Windows Dev/QA service + hostgroup_name Windows Dev/QA, !Facilities Dev/QA + host_name !aisob318tstw, !aisob318w, !aisob118w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_system + use Windows Dev/QA service + hostgroup_name Facilities Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List, Fac List +} + +define service { + service_description nrpe_wintest_disk_system + use Windows Dev/QA service + host_name aisob318tstw, aisob318w, aisob118w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List, ECM Admin Notify +} + +define service { + service_description snmp_wintest_OpenManage + use Windows Dev/QA service + hostgroup_name Physical Dev/QA Windows + notification_interval 43200 + notification_options c + check_command check_snmp_openmanage_new + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_service_OpenManage + use Windows Dev/QA service + hostgroup_name Physical Dev/QA Windows + check_command check_nrpe_win_service!"DSM SA Connection Service" "DSM SA Data Manager" "DSM SA Event Manager" "DSM SA Shared Services" + contacts ESS Windows List +} + +define service { + service_description snmp_win_alive + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows + max_check_attempts 3 + retry_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description snmp_win_alive + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + max_check_attempts 3 + retry_interval 2 + notification_options u,c,r + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_agent_status + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows, MSSQL Prod Clusters + max_check_attempts 3 + retry_interval 1 + check_command check_nrpe + contacts ESS Page, ESS Windows List +} + +define service { + service_description nrpe_win_agent_status + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + max_check_attempts 3 + retry_interval 1 + notification_options u,c,r + check_command check_nrpe + contacts ESS Page, ESS Windows List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows, !Facilities Production, !SharePoint 2016 + host_name !dev203w, !aisob218w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + hostgroup_name Facilities Production + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List, Fac List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + hostgroup_name SharePoint 2016 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List, Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_system + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + notification_options u,c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + host_name dev203w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts Kathleen D. Haney, ESS Windows List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + host_name aisob218w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ECM Admin Notify, ESS Windows List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + host_name !eisrds201w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + notification_options u,c,r + check_command check_nrpe_win_all_disks!90%!97% + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production 8x5 service + host_name eisrds201w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + notification_options u,c,r + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_app_eis + use Windows Production service + host_name csgsp200w, csgsp201w, csgsp202w, csgsp203w, csgsp204w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=C: Drive=Q: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_cpu + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows, !Facilities Production + host_name !aishmsres200w + max_check_attempts 5 + check_interval 30 + retry_interval 30 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!90!95!time=1h + # contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_cpu + use Windows Production service + hostgroup_name Facilities Production + max_check_attempts 5 + check_interval 30 + retry_interval 30 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!90!95!time=1h + contact_groups null + contacts Fac List +} + +define service { + service_description nrpe_win_cpu + use Windows Production service + host_name aishmsres200w + retry_interval 2 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!75!80!time=7m + contacts Christopher Dietrich, pac_usapps, Mary L. Chang +} + +define service { + service_description nrpe_win_cpu + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + max_check_attempts 7 + check_interval 30 + retry_interval 30 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!90!95!time=1h + # contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_memory + use Windows Production service + host_name aishmsres200w + max_check_attempts 6 + check_interval 5 + retry_interval 6 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!physical!70%!80% + contacts Christopher Dietrich, pac_usapps, Mary L. Chang +} + +define service { + service_description nrpe_win_paging_used + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows, !Facilities Production + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contacts ESS Windows List +} + +define service { + service_description nrpe_win_paging_used + use Windows Production service + hostgroup_name Facilities Production + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contact_groups null + contacts Fac List +} + +define service { + service_description nrpe_win_paging_used + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + notification_options c,r + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_McAfee + use Windows Production service + host_name ais201w, sdp200w, sdp201w, sdp202w, sdpalc200w + check_command check_nrpe_win_service!McAfeeFramework McShield McTaskManager + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_standard + use Windows Production service + # hostgroup_name Windows Prod, !Prod 8x5 Windows, !AWS Untrust Prod Windows + hostgroup_name Windows Prod, !Prod 8x5 Windows + host_name !csgcas204w, !csgcas205w, !csghub208w, !ais201w, !sdp200w, !sdp201w, !sdp202w, !sdpalc200w + check_command check_nrpe_win_service!CSFalconService Eventlog "Rapid7 Insight Agent" SNMP Snare "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_win_puppet + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows + check_interval 30 + retry_interval 10 + notification_interval 1440 + check_command check_nrpe_generic!check_puppet + #contacts Nicholas Delo +} + +define service { + service_description nrpe_win_puppet + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + check_interval 30 + retry_interval 10 + notification_interval 1440 + check_command check_nrpe_generic!check_puppet + #contacts Nicholas Delo +} + +define service { + service_description nrpe_win_service_standard + use Windows Production service + host_name csgcas204w, csgcas205w, csghub208w + check_command check_nrpe_win_service!CSFalconService Eventlog "McAfee SIEM Collector" "Rapid7 Insight Agent" SNMP "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_standard + use Windows Production service + host_name ais201w, sdp200w, sdp201w, sdp202w, sdpalc200w + check_command check_nrpe_win_service!Eventlog "Rapid7 Insight Agent" SNMP Snare "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_standard + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + notification_options c,r + check_command check_nrpe_win_service!Eventlog SNMP + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_TSM_Scheduler + use Windows Production service + hostgroup_name Prod 8x5 Windows + notification_options c,r + check_command check_nrpe_win_service!"TSM Central Scheduler Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_service_CCURE800 + use Windows Dev/QA service + host_name spcacsa202w + check_command check_nrpe_win_service!CCURE800 + contacts Bradley Parkot, Ed Biedricki, Keith Tuccillo, Keith Tuccillo css-inc, Edith M. Rzomp, Mark R. Williams +} + +define service { + service_description snmp_win_OpenManage + use Windows Production service + hostgroup_name Physical Prod Windows + notification_interval 43200 + notification_options c + check_command check_snmp_openmanage_new + contacts ESS Ops +} + +define service { + service_description nrpe_win_service_OpenManage + use Windows Production service + hostgroup_name Physical Prod Windows + check_command check_nrpe_win_service!"DSM SA Connection Service" "DSM SA Data Manager" "DSM SA Event Manager" "DSM SA Shared Services" + contacts ESS Windows List +} + +define service { + name generic-service-active + use generic-service + notification_interval 360 + flap_detection_enabled 0 + register 0 +} + +define service { + name email-end2end + use generic-service-active + max_check_attempts 4 + check_interval 10 + retry_interval 2 + register 0 +} + +define service { + name UNIX Dev/QA service + is_volatile 0 + check_period 24x7 + max_check_attempts 4 + check_interval 5 + retry_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 1440 + notification_period 7x4 + notification_options c,r + event_handler_enabled 0 + flap_detection_enabled 1 + process_perf_data 0 + retain_status_information 1 + retain_nonstatus_information 1 + icon_image services.gif + icon_image_alt Linux Dev/QA check + register 0 +} + +define service { + name UNIX Production service + is_volatile 0 + check_period 24x7 + max_check_attempts 3 + check_interval 4 + retry_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options c,r + event_handler_enabled 0 + flap_detection_enabled 0 + process_perf_data 0 + retain_status_information 1 + retain_nonstatus_information 1 + icon_image services.gif + icon_image_alt Linux Production check + contact_groups pu_default + register 0 +} + +define service { + name UNIX Production 8x5 service + use UNIX Production service + max_check_attempts 6 + check_interval 10 + retry_interval 5 + notification_options u,c,w,r + contact_groups ESS_8x5 + register 0 +} + +define service { + name Windows Dev/QA service + is_volatile 0 + check_period 24x7 + max_check_attempts 4 + check_interval 5 + retry_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 1440 + notification_period 7x4 + notification_options c,r + event_handler_enabled 1 + flap_detection_enabled 1 + process_perf_data 0 + icon_image services.gif + icon_image_alt Windows Dev/QA check + retain_status_information 1 + retain_nonstatus_information 1 + register 0 +} + +define service { + name Windows Production service + is_volatile 0 + check_period 24x7 + max_check_attempts 3 + check_interval 4 + retry_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options c,r + event_handler_enabled 1 + flap_detection_enabled 0 + process_perf_data 0 + icon_image services.gif + icon_image_alt Windows Production check + retain_status_information 1 + retain_nonstatus_information 1 + contact_groups pu_default + register 0 +} + +define service { + name Windows Production 8x5 service + use Windows Production service + max_check_attempts 6 + check_interval 10 + retry_interval 5 + notification_options u,c,w,r + contact_groups ESS_8x5 + register 0 +} + +define service { + name Gearman Worker + use generic-service + check_interval 2 + retry_interval 2 + max_check_attempts 4 + event_handler gearman_failover + contact_groups Monitoring Admins + contacts null + #check_period Gearman server online + #notification_period Gearman server online + notification_interval 180 + register 0 +} + +define service { + name Gearman Worker Dev/QA + use Gearman Worker + event_handler gearman_devqa_failover + contacts Igor V. Gubenko + contact_groups null + register 0 +} + +define service { + name Gearman Worker Cluster + use Gearman Worker + check_interval 1 + notification_interval 30 + register 0 +} + +define service { + name Gearman Worker Cluster Dev/QA + use Gearman Worker Cluster + event_handler gearman_devqa_failover + contacts Igor V. Gubenko + contact_groups null + register 0 +} + +define service { + name Networking service + is_volatile 0 + check_period 24x7 + max_check_attempts 3 + check_interval 3 + retry_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 1 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options u,c,w,r + event_handler_enabled 1 + flap_detection_enabled 1 + process_perf_data 1 + icon_image services.gif + icon_image_alt Networking service + retain_status_information 1 + retain_nonstatus_information 1 + contacts Networking + contact_groups nobody + register 0 +} + +define service { + name SNMP trap + use generic-service + # Do not track states + is_volatile 1 + # No actively executing checks - we wait for traps + active_checks_enabled 0 + # The service doesn't need to be actively checked - but needs to be reset periodically + check_freshness 1 + # Automatically determine when to reset + freshness_threshold 0 + # The flapping detection is not applicable + flap_detection_enabled 0 + # Accepting external results, i.e traps + passive_checks_enabled 1 + # traps arrive once + max_check_attempts 1 + #notification_interval31536000 + process_perf_data 0 + check_command check_trap_OK + notification_options u,c,w + register 0 +} + diff --git a/cfg/new/servicedependency.cfg b/cfg/new/servicedependency.cfg new file mode 100644 index 0000000..ec95405 --- /dev/null +++ b/cfg/new/servicedependency.cfg @@ -0,0 +1,200 @@ +define servicedependency { + dependent_hostgroup_name NS PrivateDMZ + dependent_service_description .* + host_name monitor + service_description Gearman worker NS PrivateDMZ + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name NS PublicDMZ + dependent_service_description .* + host_name monitor + service_description Gearman worker NS PublicDMZ + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name NS Trust + dependent_service_description .* + host_name monitor + service_description Gearman worker NS Trust + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name NS Untrust, NS Restricted + dependent_service_description .* + host_name monitor + service_description Gearman worker NS Untrust + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name 151 PrivateDMZ + dependent_service_description .* + host_name monitor + service_description Gearman worker 151 PrivateDMZ + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name 151 PublicDMZ + dependent_service_description .* + host_name monitor + service_description Gearman worker 151 PublicDMZ + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name 151 Trust + dependent_service_description .* + host_name monitor + service_description Gearman worker 151 Trust + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name 151 Untrust, 151 Restricted + dependent_service_description .* + host_name monitor + service_description Gearman worker 151 Untrust + notification_failure_criteria c +} + +define servicedependency { + hostgroup_name Windows Prod + dependent_service_description nrpe_win_.*, !nrpe_win_agent_status + use NRPE_Win_Dependency +} + +define servicedependency { + hostgroup_name Physical Prod Windows + dependent_service_description snmp_win_.*, !snmp_win_alive + use SNMP_Win_Dependency +} + +define servicedependency { + hostgroup_name Windows Dev/QA + dependent_service_description nrpe_wintest_.*, !nrpe_wintest_agent_status + use NRPE_Win_NonProd_Dependency +} + +define servicedependency { + hostgroup_name Windows Dev/QA + dependent_service_description snmp_wintest_.*, !snmp_wintest_alive + use SNMP_Win_NonProd_Dependency +} + +define servicedependency { + hostgroup_name Linux Prod, Solaris + dependent_service_description nrpe_unix_.*, !nrpe_unix_agent_status + use NRPE_Unix_Dependency +} + +define servicedependency { + hostgroup_name Physical Prod Linux + dependent_service_description snmp_unix_.*, !snmp_unix_alive + use SNMP_Unix_Dependency +} + +define servicedependency { + hostgroup_name Linux Dev/QA + dependent_service_description nrpe_unixtest_.*, !nrpe_unixtest_agent_status + use NRPE_Unix_NonProd_Dependency +} + +define servicedependency { + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Linux DevQA - no SNMP + dependent_service_description snmp_unixtest_.*, !snmp_unixtest_alive + use SNMP_Unix_NonProd_Dependency +} + +define servicedependency { + dependent_host_name backupvpn + dependent_service_description Comcast + host_name backupvpn + service_description Google through Comcast + notification_failure_criteria c +} + +define servicedependency { + dependent_host_name backupvpn + dependent_service_description Verizon + host_name backupvpn + service_description Yahoo through Verizon + notification_failure_criteria c +} + +define servicedependency { + name NRPE_Unix_Dependency + service_description nrpe_unix_agent_status + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name NRPE_Unix_NonProd_Dependency + service_description nrpe_unixtest_agent_status + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name NRPE_Win_Dependency + service_description nrpe_win_agent_status + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name NRPE_Win_NonProd_Dependency + service_description nrpe_wintest_agent_status + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name SNMP_Win_Dependency + service_description snmp_win_alive + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name SNMP_Win_NonProd_Dependency + service_description snmp_wintest_alive + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name SNMP_Unix_Dependency + service_description snmp_unix_alive + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name SNMP_Unix_NonProd_Dependency + service_description snmp_unixtest_alive + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name maestro_carryfwd_dependency + service_description jnextcheck + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + diff --git a/cfg/new/serviceescalation.cfg b/cfg/new/serviceescalation.cfg new file mode 100644 index 0000000..509e87f --- /dev/null +++ b/cfg/new/serviceescalation.cfg @@ -0,0 +1,84 @@ +define serviceescalation { + use service_notify_once + hostgroup_name Netmgmt, !Netmgmt - No SSH + service_description .* + contacts ESS Ops +} + +define serviceescalation { + hostgroup_name Netmgmt, !Netmgmt - No SSH + service_description .* + first_notification 1 + last_notification 0 + notification_interval 0 + escalation_period 24x7 + escalation_options r + contacts ESS UNIX List +} + +define serviceescalation { + host_name monitor + service_description Gearman worker ims.* + first_notification 12 + last_notification 14 + notification_interval 120 + escalation_period 24x7 + escalation_options c + contact_groups Monitoring Admins Pager +} + +define serviceescalation { + host_name monitor + service_description Gearman worker (151|NS).* + first_notification 3 + last_notification 5 + notification_interval 60 + escalation_period 24x7 + escalation_options c + contact_groups Monitoring Admins Pager +} + +define serviceescalation { + use service_notify_once + host_name monitor + service_description .*_akam_net + escalation_options w,c,r + contacts Networking +} + +define serviceescalation { + hostgroup_name Exchange Mailbox + service_description nrpe_win_agent_status, nrpe_win_Exchange* + escalation_period Exchange MBX busy + first_notification 1 + last_notification 3 + notification_interval 10 + contact_groups dummy +} + +define serviceescalation { + hostgroup_name Exchange Mailbox + service_description nrpe_win_agent_status + escalation_period Exchange MBX OK + first_notification 4 + contacts ESS Page, ESS Windows List +} + +define serviceescalation { + hostgroup_name Exchange Mailbox + service_description nrpe_win_Exchange* + escalation_period Exchange MBX OK + first_notification 4 + contacts John P. Sophy +} + +define serviceescalation { + name service_notify_once + first_notification 1 + last_notification 1 + notification_interval 0 + escalation_period 24x7 + escalation_options w,u,c + register 0 +} + diff --git a/cfg/new/servicegroup.cfg b/cfg/new/servicegroup.cfg new file mode 100644 index 0000000..fc22758 --- /dev/null +++ b/cfg/new/servicegroup.cfg @@ -0,0 +1,122 @@ +define servicegroup { + servicegroup_name SharePoint Dev/QA + alias SharePoint Dev/QA services + members csgspfe100w,nrpe_wintest_service_SharePoint2K10, csgspfe101w,nrpe_wintest_service_SharePoint2K10, csgspapp102w,nrpe_wintest_service_SharePoint2K10, csgspapp103w,nrpe_wintest_service_SharePoint2K10 +} + +define servicegroup { + servicegroup_name Maestro_DEV + alias Dev Maestro Services and Disk + members ais302l, nrpe_maestro_stdlistsz, ais302l, nrpe_unixtest_disk_app_maestro, ais302l, nrpe_maestro_procs, landrdev, nrpe_maestro_stdlistsz, ais101l, nrpe_maestro_stdlistsz, ais101l, nrpe_maestro_procs, ais101l, nrpe_unixtest_disk_app_maestro +} + +define servicegroup { + servicegroup_name Maestro_Prod + alias Maestro Production Services + members ais204l, nrpe_maestro_stdlistsz, ais204l, nrpe_unix_disk_app_maestro, ais204l, nrpe_maestro_procs +} + +define servicegroup { + servicegroup_name Maestro_app_services + alias Maestro/TWS application checks + members landr,nrpe_maestro_stdlistsz, landrdev,nrpe_maestro_stdlistsz +} + +define servicegroup { + servicegroup_name Monitor + alias All important checks for the monitoring infrastructure + servicegroup_members Monitor Production, Monitor Dev/QA +} + +define servicegroup { + servicegroup_name Monitor Production + alias Important checks for the production monitoring infrastructure + members mon204l,Gearman, mon204l,Selenium, mon205l,Gearman, mon205l,Selenium, monitor,Gearman Hub, monitor,Selenium Cluster, monitor,Selenium Hub +} + +define servicegroup { + servicegroup_name Monitor Dev/QA + alias Important checks for the devqa monitoring infrastructure + members mon302l,Gearman DevQA, mon302l,Selenium DevQA, mon303l,Gearman DevQA, mon303l,Selenium DevQA, monitor-dev,Gearman DevQA Hub, monitor-dev,Selenium DevQA Cluster, monitor-dev,Selenium DevQA Hub +} + +define servicegroup { + servicegroup_name OnBase Development + alias Checks for OnBase Development + members aisob301w,nrpe_wintest_service_W3SVC, aisob302w,nrpe_wintest_service_W3SVC, aisob310w,nrpe_wintest_service_W3SVC, aisob311w,nrpe_wintest_service_W3SVC, aisob315w,nrpe_wintest_service_W3SVC, aisob316w,nrpe_wintest_service_W3SVC, aisob316w,http_OnBase_Hyland, aisob318w,nrpe_wintest_service_W3SVC, aisob302w,nrpe_wintest_service_OnBase_DDS, aisob319w,nrpe_wintest_service_OnBase_DDS, aisob313w,nrpe_wintest_service_SMTP, aisob313w,nrpe_wintest_service_Hyland, aisob318w,nrpe_wintest_service_Hyland_FTS, aisob314w,nrpe_wintest_service_Hyland_Unity, aisob316w,nrpe_wintest_service_BizTalk +} + +define servicegroup { + servicegroup_name OnBase QA + alias Checks for OnBase QA + members aisob301tstw,nrpe_wintest_service_W3SVC, aisob302tstw,nrpe_wintest_service_W3SVC, aisob310tstw,nrpe_wintest_service_W3SVC, aisob311tstw,nrpe_wintest_service_W3SVC, aisob315tstw,nrpe_wintest_service_W3SVC, aisob318tstw,nrpe_wintest_service_W3SVC, aisob302tstw,nrpe_wintest_service_OnBase_DDS, aisob319tstw,nrpe_wintest_service_OnBase_DDS, aisob313tstw,nrpe_wintest_service_SMTP, aisob313tstw,nrpe_wintest_service_Hyland, aisob314tstw,nrpe_wintest_service_Hyland_Unity, aisob101w,nrpe_wintest_service_W3SVC, aisob102w,nrpe_wintest_service_W3SVC, aisob110w,nrpe_wintest_service_W3SVC, aisob111w,nrpe_wintest_service_W3SVC, aisob115w,nrpe_wintest_service_W3SVC, aisob118w,nrpe_wintest_service_W3SVC, aisob102w,nrpe_wintest_service_OnBase_DDS, aisob119w,nrpe_wintest_service_OnBase_DDS, aisob113w,nrpe_wintest_service_SMTP, aisob113w,nrpe_wintest_service_Hyland, aisob118w,nrpe_wintest_service_Hyland_FTS, aisob114w,nrpe_wintest_service_Hyland_Unity +} + +define servicegroup { + servicegroup_name OnBase Dev/QA + alias Checks for OnBase Dev/QA + servicegroup_members OnBase Development, OnBase QA +} + +define servicegroup { + servicegroup_name OnBase Production + alias Checks for OnBase Production + members aisob201w,nrpe_win_service_W3SVC, aisob202w,nrpe_win_service_W3SVC, aisob210w,nrpe_win_service_W3SVC, aisob211w,nrpe_win_service_W3SVC, aisob215w,nrpe_win_service_W3SVC, aisob216w,nrpe_win_service_W3SVC, aisob216w,http_OnBase_Hyland, aisob218w,nrpe_win_service_W3SVC, aisob202w,nrpe_win_service_OnBase_DDS, aisob219w,nrpe_win_service_OnBase_DDS, aisob213w,nrpe_win_service_SMTP, aisob213w,nrpe_win_service_Hyland, aisob218w,nrpe_win_service_Hyland_FTS, aisob214w,nrpe_win_service_Hyland_Unity, aisob216w,nrpe_win_service_BizTalk +} + +define servicegroup { + servicegroup_name csg_services + alias imap, smtp, pop3 + members lists,SMTP, smtp,SMTP, smtp,SMTPS +} + +define servicegroup { + servicegroup_name disk_app_lsscvms_services + alias Drives D - K - Life Safety and Security + members lsscvms207w,nrpe_win_disk_app +} + +define servicegroup { + servicegroup_name Webchecks + alias Webchecks to be run locally + members iamcas200w,https_CAS, iamcas201w,https_CAS, iamxythos200l,https_Webspace, iamxythos201l,https_Webspace, sdprsa200l,https_rsa_sc, sdprsa200l,https_rsa_ss, sdprsa201l,https_rsa_sc +} + +define servicegroup { + servicegroup_name Local + alias Checks to be run locally + members backupvpn,Comcast, backupvpn,Google through Comcast, backupvpn,Verizon, backupvpn,Yahoo through Verizon, ims204,Naemon Latency, ims205,Naemon Latency, mon204l,Gearman, mon205l,Gearman, mon204l,Selenium, mon205l,Selenium, mon302l,Gearman DevQA, mon303l,Gearman DevQA, mon302l,Selenium DevQA, mon303l,Selenium DevQA, monitor-dev,Gearman DevQA Hub, monitor-dev,Selenium DevQA Hub, x110client01,snmp_unixtest_proc_memory_usage, x110client02,snmp_unixtest_proc_memory_usage, x210client01,snmp_unix_proc_memory_usage, x210client02,snmp_unix_proc_memory_usage + +} + +define servicegroup { + servicegroup_name Loghost + alias Log checks on eis222l + members .*,nrpe_unix_log_nfs_failure, .*,nrpe_unixtest_log_nfs_failure +} + +define servicegroup { + servicegroup_name Network NTP + alias Network and Monitoring NTP services + members alfrente,NTP, alfrente,NTPq, capserver,NTP, capserver,NTPq, cuckoo,NTP, cuckoo,NTPq, four11,NTP, four11,NTPq, iblox1-vrrp,NTP, iblox1-vrrp,NTPq, iblox2-vrrp,NTP, iblox2-vrrp,NTPq, ibddipv6-vrrp,NTP, ibddipv6-vrrp,NTPq, netvclock200l,NTP, netvclock200l,NTPq, oznot,NTP, oznot,NTPq +} + +define servicegroup { + servicegroup_name Network Web + alias Network and Monitoring Web checks + members Webcheck_host,https_mrtg_net, Webcheck_host,https_www_net +} + +define servicegroup { + servicegroup_name External DNS + alias Backup external DNS servers + members monitor,DNS_a1-158_akam_net, monitor,DNS_a20-65_akam_net, monitor,DNS_a24-66_akam_net, monitor,DNS_a3-67_akam_net, monitor,DNS_a6-64_akam_net, monitor,DNS_a7-65_akam_net, monitor,DNS_auth1_dns_cogentco, monitor,DNS_auth2_dns_cogentco +} + +define servicegroup { + servicegroup_name Network and Monitoring + alias Checks for Network and Monitoring group + # servicegroup_members External DNS, Network NTP, Network Web, Solaris DNS + servicegroup_members External DNS, Network NTP, Network Web +} + diff --git a/cfg/service.cfg b/cfg/service.cfg new file mode 100644 index 0000000..faa733e --- /dev/null +++ b/cfg/service.cfg @@ -0,0 +1,18928 @@ +define service { + use Dell Device Inventory Information + host_name essesx204v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp!/usr/local/monitoring/nagios/dell/config/objects/essesx204v-netmgt.cfg!info +} + +define service { + use Dell Traps + host_name essesx204v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx204v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp!/usr/local/monitoring/nagios/dell/config/objects/essesx204v-netmgt.cfg!ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx205v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx205v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx205v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx205v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx205v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx206v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx206v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx206v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx206v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx206v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx207v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx207v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx207v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx207v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx207v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx208v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx208v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx208v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx208v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx208v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx209v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx209v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx209v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx209v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx209v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx210v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx210v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx210v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx210v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx210v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx222v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx222v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx222v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx222v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx222v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx224v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx224v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx224v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx224v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx224v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx225v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx225v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx225v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx225v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx225v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx226v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx226v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx226v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx226v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx226v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx227v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx227v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx227v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx227v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx227v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name essesx270v-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx270v-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name essesx270v-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name essesx270v-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/essesx270v-netmgt.cfg"! ghs +} + +define service { + use Dell Device Inventory Information + host_name sdpldap201l-netmgt + service_description Dell Server Information + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/sdpldap201l-netmgt.cfg"! info +} + +define service { + use Dell Traps + host_name sdpldap201l-netmgt + service_description Dell Server Traps +} + +define service { + use Dell Device Health Status + host_name sdpldap201l-netmgt + service_description Dell Server Overall Health Status + check_command check_dell_oob_server_component_snmp! "/usr/local/monitoring/nagios/dell/config/objects/sdpldap201l-netmgt.cfg"! ghs +} + +define service { + name Dell-Service ; The 'name' of this service template + active_checks_enabled 1 ; Active service checks are enabled + passive_checks_enabled 1 ; Passive service checks are enabled/accepted + parallelize_check 1 ; Active service checks should be parallelized (disabling this can lead to major performance problems) + obsess_over_service 1 ; We should obsess over this service (if necessary) + check_freshness 0 ; Default is to NOT check service 'freshness' + notifications_enabled 1 ; Service notifications are enabled + event_handler_enabled 1 ; Service event handler is enabled + flap_detection_enabled 1 ; Flap detection is enabled + #failure_prediction_enabled 1 ; Failure prediction is enabled + process_perf_data 1 ; Process performance data + retain_status_information 1 ; Retain status information across program restarts + retain_nonstatus_information 1 ; Retain non-status information across program restarts + is_volatile 0 ; The service is not volatile + check_period Dell-24x7 ; The service can be checked at any time of the day + max_check_attempts 2 ; Re-check the service up to 3 times in order to determine its final (hard) state + normal_check_interval 2 ; Check the service in minutes interval under normal conditions + retry_check_interval 2 ; Re-check the service in minutes interval until a hard state can be determined + contact_groups delladmins ; Notifications get sent out to everyone in the 'delladmins' group + notification_options w,u,c,r ; Send notifications about warning, unknown, critical, and recovery events + notification_interval 720 ; Re-notify about service problems every hour + notification_period Dell-24x7 ; Notifications can be sent out at any time + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE! +} + +define service { + name Dell Device Health Status + use Dell-Service + register 0 + service_description Dell Device Overall Health Status + normal_check_interval 2 ; Polling interval in minutes + retry_check_interval 2 + contact_groups delladmins +} + +define service { + name Dell Device Inventory Information + use Dell-Service + register 0 + service_description Dell Device Inventory Information + normal_check_interval 1440 ; Polling interval in minutes + notification_interval 1440 + retry_check_interval 60 + contact_groups delladmins +} + +define service { + name Dell Device Component Status + use Dell-Service + register 0 + service_description Dell Device Component Status + normal_check_interval 2 ; Polling interval in minutes + retry_check_interval 2 + contact_groups delladmins +} + +define service { + name Dell Traps + use Dell-Service + register 0 + service_description Dell SNMP Trap Service + is_volatile 1 + flap_detection_enabled 0 + check_command check_trap_OK + #check_command check-dell-host-alive + active_checks_enabled 0 + max_check_attempts 1 + normal_check_interval 1 + retry_check_interval 1 + passive_checks_enabled 1 + check_period Dell-24x7 + #notification_interval 1 + notification_interval 31536000 + contact_groups delladmins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name adm-it-ws + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jonathan R. Bickel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais114w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joanne M. Smart +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais115w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joanne M. Smart +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais214w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Timothy J. Hogan +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais217w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais313w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais316w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais317w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Lakshmi Annamalai, R. Carl Segers +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais319w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisdvcts200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisfsa100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisfsa201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisfsaprtl100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisfsaprtl200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold6web100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisgold6web200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold6web300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres120w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres121w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres122w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishmsres200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishmsres201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisinfoed100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisinfoed300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisiw105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisiw106w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisiw205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisiw206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisiw209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisiw210w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais-mars + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisparking100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisparking101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisparking200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisparking201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisparking300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisparking301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais-sn200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Helen Shpits +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais-sn300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Helen Shpits, Matt S. Marnett, Stephen J Kim +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisstargate200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aiste304w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Lakshmi Annamalai, R. Carl Segers +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aistopaz100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aistopaz110w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aistopaz200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aistopaz300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aistopaz310w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisupc102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisupc103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisupc202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisupc203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisupc310w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name alertus + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Stephen M. Elwood +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name amu102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matt S. Marnett, Stephen J Kim +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Cathryn Goodwin, Matt S. Marnett +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Cathryn Goodwin, Matt S. Marnett +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Cathryn Goodwin, Matt S. Marnett, Stephen J Kim +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matt S. Marnett, Stephen J Kim +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Cathryn Goodwin, Matt S. Marnett +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu210w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matt S. Marnett +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ant-had200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeremiah D. LaMontagne +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name arc-hestia + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Architecture Computer +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name art201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Julie A. Angarone +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name as-fmp + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kristian A. Kauker +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name asmobile101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts James K. Chu, Kevin R. Perry +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name asmobile201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts James K. Chu, Software Infrastructure Services +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name asmobile203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts James K. Chu, Software Infrastructure Services +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name asrv201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeffrey J. Mull +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ath200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Bryan S. Fitzwater +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ats101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ats201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts OIT DAS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ats-dia112w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ats-dia212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ats-fvs112w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ats-fvs212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cas200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cas201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cas301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ces201w-ts + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name chm-dmac200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christophe Lamarque-Lacoste +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdr200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark A. Ratliff +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdr201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark A. Ratliff, Open Access Repository +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdr300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark A. Ratliff +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdr301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Monika C. Mevenkamp, Mark A. Ratliff +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cseslicense02 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CSES Internal - System Generated, Computational Science and Engineering Support, William G. Guthe +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgcas104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgcas105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgcas204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgcas205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgcas206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgcas207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgcas301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgcas311w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgdocave200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgechoess200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgechomp201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgechomp202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csghub102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csghub103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csghub208w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csghub209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csghub302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync221w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync222w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync227w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync228w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglync229w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglyncdb225w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglyncdb226w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglynce223w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglynce224w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csglyncm218w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgmbx100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgmbx206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgmbx207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!80%!85%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgmbx215w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!80%!85%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgmbx217w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!80%!85%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgmbx300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgmbx303w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgsp204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspapp102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspapp103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspdb100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspdb101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgspdb202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgspdb203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspfe100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgspfe101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgum107w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgwowza201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR, Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csgwowza202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR, Dwight D. Bashore +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csgwowza300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csla100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Alan M. Stahl +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name csla200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Alan M. Stahl +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name css300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark J. Pellecchia, Thomas J. Francais +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name das101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name das110w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name das111w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name das210w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name das211w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name das300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dascrl200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dasdia112w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dasdia212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dasweb228w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dba300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dba301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dev DTS, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name devc + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devdesk + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devp1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devp3 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name devq + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devtabguest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devtabtools + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name devtabtoolsqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name devtool + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name devtools + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Heather Campbell +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev-webprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev-webprod-ogv + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev-webprod-tt + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev-webqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev-webqa-ogv + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev-webqa-tt + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jacqueline Golden, Kathleen D. Haney, Nicholas DiPietro +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dng200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dng201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dng202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dngbboard200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts David O. Goetz, Sarah Salati Bavuso, USSNTADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dps201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor Zivkovic +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dps203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor Zivkovic +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dsl200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gregory S. Blaha +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dsl300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gregory S. Blaha +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eas200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeff S Heller +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eeb-had201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jesse Saunders +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eis105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eis155w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis253w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis255w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eis345w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eis370w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxappdna100 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxappdna200 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxddc100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxddc101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxddc200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxddc201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxdir100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxdir200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxlic200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxpvs100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxpvs101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxpvs200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops, Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxpvs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops, Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxsf100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxsf101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxsf200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxsf201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxsql100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxsql101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxsql200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxsql201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxwem100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisctxwem101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxwem200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisctxwem201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis-fwmgr + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eis-fwmgrqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisnet200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisws201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christopher M. Stewart +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christopher M. Stewart +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql303w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eissql304w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql305w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql306w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisssrs200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christopher M. Stewart +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisssrs300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eng200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin W. Mensch +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essctxddc300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essctxsf300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essctxxa300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name essdem200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin D. Hoffman +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essnicksdev300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essorch101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essorch201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esssan202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage, Storage and Automation HostMaster Admin account +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esssma100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esssma200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas A. Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvmbkp100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Chi M. Lu, Daniel Chin, ESS Storage, Storage and Automation HostMaster Admin account +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name evcontroller1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name evcontroller2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac103w-gisqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Jennifer R. Broome Chung, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac107w-afqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac108w-awqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac115w-x100 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Quoc B. Nguyen +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac203-publish + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac203w-gisprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Jennifer R. Broome Chung, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac208w-afprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac209w-awprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac214w-centric + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac216w-xibo + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac219w-tsw + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Alex J. Trosko, Facilities NT Administrator +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac221w-acad + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jennifer R. Broome Chung, Matthew L. Woodmansee, Viviane Bassily +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac223w-jadwin + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Arthur T. Murphy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac223w-x200 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac224w-tcam + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Joshua E. Linkov +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac225w-tcam + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Joshua E. Linkov +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac226-olive + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Facilities NT Administrator, facmcadm +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac230w-led + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Facilities NT Administrator +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac303w-esridev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac303w-gisdev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac307w-afdev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac308w-awdev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark Lewis, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac309wsaltodev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Facilities NT Administrator +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-anaqua1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Facilities NT Administrator +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-egn-desigo + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-eng-301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-evnts2hv200 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam C. Boltz, FACJZADM, facmcadm +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-geodev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-geoprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Jennifer R. Broome Chung, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-geoqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Jennifer R. Broome Chung, Matthew L. Woodmansee +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-goshin200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, James D. Kane, Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-infoctr1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-infoctr3 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-keys200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Facilities NT Administrator +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-larprime + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-lssxibo + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-lumewave200 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-lutlarsprd + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-lutronprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Arthur T. Murphy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-lutronprod2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Arthur T. Murphy +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-lutronqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Arthur T. Murphy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-palm3 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-rds-200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-rds-201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacfdb207 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacs204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacsdb205 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacsf206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacst101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacst104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-spcacsts208 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcactdb102 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcactdb103 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spreports + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-stprosvcs + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-termsvr1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Jeffrey M. Zodda +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-trimble + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dawn F. McCall, Matthew L. Woodmansee +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-webctrl100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-webctrl300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Gary Brancato +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-willow2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts FACJZADM, Jeffrey M. Zodda, facmcadm +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fin103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fin203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fin302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fincopiers100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fincopiers200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name geo-had-server + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Doreen Sullivan +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Marvin E. Waterman +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name gso200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Marvin E. Waterman +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Marvin E. Waterman +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name hou201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault, USSNTADM +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamadfs100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamadfs101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamadfs200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamadfs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamadfs300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iambuilder + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamcas200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamcas201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamdirsync100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamdirsync200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John P. Sophy +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamduo100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamduo101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamduo200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamduo201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamencoder204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamencoder205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamencoder206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamshib200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamshib201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John Wagner +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John Wagner +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshibtest100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamtools + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamweb200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name isoconsole + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Steve Niedzwiecki +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name itms200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name itms201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name itms300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name itms301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name landr + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Michael J. Zarillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name landrdev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Michael J. Zarillo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name lar-watchdog2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Alvin A. Daniel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name lss110w-tqa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Facilities NT Administrator +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name lss210w-tprod + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name lsscvms207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mccdigrec207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mccweb100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mccweb101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mccweb200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mccweb201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlotte C. Hussey +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mcg200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Paula L. Brett +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mol102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mol105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mol202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mol205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mol206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Brandon Kennedy +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mol302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mon200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mon201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mon202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mon203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mon300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mon301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name netnsm100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ntprintserver + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Chi M. Lu +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oa + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Richard M. Curtis +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ocs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Justin T. Kazlauskas +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name odoc101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Office of the Dean +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name odoc201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Office of the Dean +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name odoc202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jaysen J. LeSage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name odoc301w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Office of the Dean +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oocphotos200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John W. Jameson +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name opr302w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Wayne W. Appleton +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name orp200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joseph P. Keane +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcords101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Glenn R. Wemple +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pcords201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Glenn R. Wemple +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcs200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Pace Center DCS +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pdom05.pu.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pdom06.pu.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pdom07.pu.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pdom08.pu.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pei300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Rajeshri D. Chokshi +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name phy200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Vinod K. Gupta +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pni201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Diana I. Tamir +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name pni-had-server + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Randee I. Tengi +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Daniel McNesby +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Conrad L. Silvestre, Daniel McNesby +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Daniel McNesby +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name psy200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Randee I. Tengi +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pudev02.pudev.windev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name puqa01.zeta.adtest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name puqa02.zeta.adtest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name saconsole200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Chi M. Lu +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name scs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Daniel T. Pease, Gary D. Eshbaugh, Peter T Nowak +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdp100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdp101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdp102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdp201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdp202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management, Security and Data Protection +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdp205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdp300w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpalc200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdpcas100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdpcas101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpcas202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpcas203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpenc200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Dean A. Plante +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sdpepo100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts css-alert +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpepo200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts css-alert +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpidp202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpidp203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdptools200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sdpvm200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Information Security +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sea200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Seas Computer Support +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sea201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Seas Computer Support +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sentryteledir + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Henry M. Umansky +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name socconsole + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John J. Zerillo, Mariann S. Miller +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name soc-had200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Eric C. Altman +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcacs201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcacsa202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms10nvr210w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms11nvr211w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms12nvr212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms1nvr201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms2nvr202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms3nvr203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms4nvr204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms5nvr205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms6nvr206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms7nvr207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms8nvr208w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvms9nvr209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name spcvmsm200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp, Keith Tuccillo, Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sql-zeta2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Christopher M. Stewart +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kristian A. Kauker +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss106w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark J. Pellecchia +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss211w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas J. Francais +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kristian A. Kauker +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss213w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NetOps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss214w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Phillip M. Immordino +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss215w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette, George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss217w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Phillip M. Immordino +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss219w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss220w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss221w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss224w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark J. Pellecchia, Phillip M. Immordino, Thomas J. Francais +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ss225w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Phillip M. Immordino +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss303w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark J. Pellecchia, Thomas J. Francais +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss305w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss306w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts PICSS +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ssepo223w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Phillip M. Immordino +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ssvr108w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlayne H. Beavers +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ssvr208w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlayne H. Beavers +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ssvr209w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Adam A. Ouellette, Charlayne H. Beavers, Dianne M. Wolochowicz, Mariann S. Miller, Phillip M. Immordino +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ssvr308w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Charlayne H. Beavers +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tax200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tbschedule1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts David M. Hopkins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name telswitch + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tmetrics + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsciscodigi1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsciscodigi2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tmetsdevlab + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsdigi1 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsdigi2 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tmetsmultimedia + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Grant A. Weed +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name top100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name top101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name top200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name top201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Erik D. Johnston +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name tps200w-garage + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas, USSNTADM +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Health Services Help, Judith E. Oakley +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs107w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Health Services Help, Judith E. Oakley +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs111w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs114w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uhs207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Health Services Help, Judith E. Oakley +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uhs211w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs212w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Brian J. Powell +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs213w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Brian J. Powell +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs214w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Brian J. Powell +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jaysen J. LeSage, Joshua P. Thomas +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss202w-win08 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jaysen J. LeSage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Kevin R. Guilbault +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss300w-willow + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss301w-sandbox + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss302w-sndbx08 + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Joshua P. Thomas +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss303w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jaysen J. LeSage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uss304w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ussitfile200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts James Kim +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name vpft101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George R. Fleming Jr. +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name vpft201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Allison B. Petito, Erik D. Johnston +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp102w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp103w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp104w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wassp105w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wassp200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspapp200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspapp201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasspdb100w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasspdb101w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspdb200w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspdb201w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspdc205w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspfe202w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspfe203w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspfe204w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasspowa106w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasspowa207w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wasspss206w + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name win04.win + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name windev02.windev + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name winqa01.adtest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name winqa02.adtest + action_url /nagios/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + host_name ais218l + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + host_name ais218l + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_load + use UNIX Production service + host_name ais218l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + host_name ais218l + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + host_name ais218l + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + host_name ais218l + check_command check_nrpe_disk_by_class!system + contacts ESS UNIX List, George R. Kopf +} + +define service { + service_description nrpe_unix_proc_httpd + use UNIX Production service + host_name ais218l + check_command check_nrpe_process!30!1:! -C httpd -t 30 + notification_interval 15 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_jenkins + use UNIX Production service + host_name sas204l + check_command check_nrpe_process!1!1:! -a jenkins.war -t 30 + notification_interval 15 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_nexus-bootstrap + use UNIX Production service + host_name sas206l + check_command check_nrpe_process!1!1:! -a nexus-bootstrap -t 30 + notification_interval 15 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_sonar-application + use UNIX Production service + host_name sas205l + check_command check_nrpe_process!1!1:! -a sonar-application -t 30 + notification_interval 15 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_win_service_Mirth_Connect_Service + use Windows Production service + host_name uhs212w + check_command check_nrpe_win_service!"Mirth Connect Service" + contacts Health Services Help +} + +define service { + service_description snmp_win_service_Lync_Monitoring + use Windows Production service + host_name csglyncm218w + check_command check_snmp_win_service!"SQL Server \(RTCLOCAL\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_Lync + use Windows Production service + host_name csglync221w, csglync222w + check_command check_snmp_win_service!"Lync Server Audio Test Service,Lync Server Call Park,Lync Server Centralized Logging Service Agent,Lync Server Front-End,Lync Server IM Conferencing,Lync Server Mediation,Lync Server Replica Replicator Agent,Lync Server XMPP Translating Gateway,SQL Server \(LYNCLOCAL\),SQL Server \(RTC\),SQL Server \(RTCLOCAL\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_Lync + use Windows Production service + host_name csglync229w + check_command check_snmp_win_service!"Lync Server Audio Test Service,Lync Server Call Park,Lync Server Centralized Logging Service Agent,Lync Server Front-End,Lync Server IM Conferencing,Lync Server Mediation,Lync Server Replica Replicator Agent,Lync Server XMPP Translating Gateway,SQL Server \(LYNCLOCAL\),SQL Server \(RTCLOCAL\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_Lync + use Windows Production service + host_name csglynce223w, csglynce224w + check_command check_snmp_win_service!"Lync Server Access Edge,Lync Server Audio/Video Authentication,Lync Server Audio/Video Edge,Lync Server Centralized Logging Service Agent,Lync Server Replica Replicator Agent,Lync Server Web Conferencing Edge,SQL Server \(RTCLOCAL\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_Lync + use Windows Production service + host_name csglyncdb225w, csglyncdb226w + check_command check_snmp_win_service!"SQL Server \(MSSQLSERVER\),SQL Server Agent \(MSSQLSERVER\),SQL Server Integration Services 11.0,SQL Server Reporting Services \(MSSQLSERVER\)" + contacts CSG OnCall, CISDR +} + +define service { + service_description snmp_win_service_DocAve + use Windows Production service + host_name csgdocave200w + check_command check_snmp_win_service!"DocAve 6 Report Service,DocAve 6 Media,DocAve 6 Timer Service" + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SNMP + use Windows Production service + host_name csgsp200w, csgsp201w, csgsp202w, csgsp203w, csgsp204w + check_command check_nrpe_win_service!SNMP + contacts Sharepoint Admin +} + +define service { + service_description snmp_win_service_SharePoint2K10 + use Windows Production service + host_name csgsp200w, csgsp201w, csgsp202w, csgsp203w, csgsp204w + check_command check_snmp_win_service!"DocAve 6 Agent service,DocAve Communication" + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2K10 + use Windows Production service + host_name csgsp201w, csgsp202w, csgsp203w, csgsp204w + check_command check_nrpe_win_service!SPAdminV4 SPTimerV4 SPTraceV4 SPWriterV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2K10 + use Windows Production service + host_name csgsp200w + check_command check_nrpe_win_service!FIMService FIMSynchronizationService OSearch14 SPAdminV4 SPTimerV4 SPTraceV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2016 + use Windows Production service + host_name wasspapp201w, wasspfe202w, wasspfe203w, wasspfe204w, wasspdc205w + check_command check_nrpe_win_service!SPTimerV4 SPTraceV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2016 + use Windows Production service + host_name wasspapp200w + check_command check_nrpe_win_service!SPTimerV4 SPTraceV4 ProfSvc + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SharePoint2016 + use Windows Production service + host_name wasspss206w + check_command check_nrpe_win_service!SPTimerV4 SPTraceV4 SPSearchHostController OSearch16 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SMTP + use Windows Production service + host_name wasspapp200w, wasspapp201w, wasspfe202w, wasspfe203w, wasspfe204w, wasspdc205w, wasspss206w + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_service_SharePoint2K10 + use Windows Dev/QA service + host_name csgspfe100w + check_command check_nrpe_win_service!"DocAve 6 Agent service" "DocAve Communication" OSearch14 SPAdminV4 SPTimerV4 SPTraceV4 SPUserCodeV4 SPWriterV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_service_SharePoint2K10 + use Windows Dev/QA service + host_name csgspfe101w + check_command check_nrpe_win_service!"DocAve 6 Agent service" SPAdminV4 SPTimerV4 SPTraceV4 SPUserCodeV4 SPWriterV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_service_SharePoint2K10 + use Windows Dev/QA service + host_name csgspapp102w + check_command check_nrpe_win_service!"DocAve 6 Agent service" FIMService FIMSynchronizationService OSearch14 SPAdminV4 SPTimerV4 SPTraceV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_service_SharePoint2K10 + use Windows Dev/QA service + host_name csgspapp103w + check_command check_nrpe_win_service!"DocAve 6 Agent service" SPAdminV4 SPTimerV4 SPTraceV4 + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_SMTP + use Windows Production service + host_name fac-willo3-200w + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contact_groups Maximo +} + +define service { + service_description SMTP + use Windows Production service + host_name fac-willo3-200w + check_command check_smtp!5!10!-p 25 + contact_groups Maximo +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Dumpster_Item_Count + use Windows Production service + host_name csghub208w, csghub209w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Dumpster!Dumpster Item Count!-!+3000!+3500 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Queues_Delivery_Q_Length + use Windows Production service + host_name csghub208w, csghub209w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Queues!Active Mailbox Delivery Queue Length!_total!+250!+300 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Queues_Poison_Queue_Length + use Windows Production service + host_name csghub208w, csghub209w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Queues!Poison Queue Length!*!+100!+200 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Queues_Remote_Delivery_Length + use Windows Production service + host_name csghub208w, csghub209w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Queues!Active Remote Delivery Queue Length!*!+400!+600 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_HUB_Transport_Queues_Delivery_Length + use Windows Production service + host_name csghub208w, csghub209w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeTransport Queues!Aggregate Delivery Queue Length (All Queues)!_total!+400!+600 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_MBX_IS_Messages_Queued_Submission + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeIS Mailbox!Messages Queued for Submission!_total!+100!+200 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_MBX_IS_RPC_Requests + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeIS!RPC Requests!-!+100!+200 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_MBX_DB_IO_Reads_Avg_Latency + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange Database!I/O Database Reads (Attached) Average Latency!*!+2000!+2100 + contacts John P. Sophy +} + +define service { + service_description nrpe_win_Exchange_MBX_DB_IO_Writes_Avg_Latency + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange Database!I/O Database Writes (Attached) Average Latency!*!+2000!+2100 + contacts John P. Sophy +} + +define service { + service_description nrpe_win_Exchange_MBX_DB_IO_Writes_Rec_Avg_Latency + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange Database!I/O Database Writes (Recovery) Average Latency!*!+2000!+2100 + contacts John P. Sophy +} + +define service { + service_description nrpe_win_Exchange_MBX_DB_IO_Reads_Rec_Avg_Latency + use Windows Production service + hostgroup_name Exchange Mailbox + max_check_attempts 5 + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange Database!I/O Database Reads (Recovery) Average Latency!*!+2000!+2100 + contacts John P. Sophy +} + +define service { + service_description nrpe_win_Exchange_CAS_ActiveSync_Current_Requests + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + normal_check_interval 5 + process_perf_data 1 + event_handler cas_iis_reset + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange ActiveSync!Current Requests!-!-100!+2400 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_IMAP4_Active_SSL_Connections + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchangeImap4!Active SSL Connections!*!-10!+1300 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_RPC_HTTP_Proxy_Connections + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!RPC/HTTP Proxy!Current Number of Incoming RPC over HTTP Connections!-!-20!+3000 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_ActiveSync_Ping_Pending + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange ActiveSync!Ping Commands Pending!-!+2200!+2400 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_OWA_Current_Users + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange OWA!Current Users!-!-10!+500 + contacts CISDR +} + +define service { + service_description nrpe_win_Exchange_CAS_OWA_Average_Response_Time + use Windows Production service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + normal_check_interval 5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_counters!new!MSExchange OWA!Average Response Time!-!+5000!+10000 + contacts CISDR +} + +define service { + service_description nrpe_win_service_exchange_mbx + use Windows Production service + hostgroup_name Exchange Mailbox + check_command check_nrpe_win_service!MSExchangeADTopology MSExchangeIS MSExchangeMailSubmission MSExchangeMailboxAssistants MSExchangeRepl MSExchangeRPC MSExchangeSearch MSExchangeServiceHost MSExchangeSA MSExchangeThrottling MSExchangeTransportLogSearch + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_MSExADTopology + use Windows Dev/QA service + host_name csgcas104w, csgcas105w, csgcas301w, csghub102w, csghub103w, csghub302w, csgmbx100w, csgmbx300w, csgmbx303w + check_command check_nrpe_win_service!MSExchangeADTopology + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_MSExchangeCAS + use Windows Dev/QA service + host_name csgcas104w, csgcas105w, csgcas301w + check_command check_nrpe_win_service!MSExchangeRPC MSExchangeImap4 MSExchangeFBA + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_MSExchangeTransport + use Windows Dev/QA service + host_name csghub102w, csghub103w, csghub302w + check_command check_nrpe_win_service!MSExchangeTransport + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_MSExchangeMBX + use Windows Dev/QA service + host_name csgmbx100w, csgmbx300w, csgmbx303w + check_command check_nrpe_win_service!MSExchangeIS MSExchangeSA + contacts CISDR +} + +define service { + service_description nrpe_wintest_service_adfssrv + use Windows Dev/QA service + host_name iamadfs100w, iamadfs101w + check_command check_nrpe_win_service!adfssrv + contacts Identity and Access Management, IAM OnCall +} + +define service { + service_description nrpe_win_service_adfssrv + use Windows Production service + host_name iamadfs200w, iamadfs201w + check_command check_nrpe_win_service!adfssrv + contacts Identity and Access Management, IAM OnCall +} + +define service { + service_description nrpe_wintest_service_McAfee_Exchange + use Windows Dev/QA service + host_name csgmbx100w + check_command check_nrpe_win_service!MSME + contacts CISDR +} + +define service { + service_description nrpe_win_service_Microsoft_Azure_AD_Sync + use Windows Production service + host_name iamdirsync200w + check_command check_nrpe_win_service!"Microsoft Azure AD Sync" + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_service_Microsoft_Azure_AD_Sync + use Windows Dev/QA service + host_name iamdirsync100w + check_command check_nrpe_win_service!"Microsoft Azure AD Sync" + contacts Identity and Access Management +} + +define service { + service_description tcp_5575_14100_14300 + use generic-service-active + host_name sdpoam100l, sdpoam101l, sdpoam200l, sdpoam201l + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp_multiport!5575,14100,14300 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management + contact_groups null +} + +define service { + service_description tcp_4443 + use generic-service-active + host_name sdpohs100l, sdpohs101l, sdpohs200l, sdpohs201l + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp!4443 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management + contact_groups null +} + +define service { + service_description nrpe_win_app_shibboleth + use Windows Production service + host_name sdpidp202w, sdpidp203w + check_command check_nrpe_win_app_shibboleth + contacts Identity and Access Management + contact_groups null +} + +define service { + service_description snmp_win_service_Princeton_Development_Dispatcher + use Windows Production service + host_name dev-webprod + check_command check_snmp_win_service!"Princeton Development Dispatcher" + check_period Dev Dispatcher + notification_period Dev Dispatcher + contact_groups null + contacts Dev Web Monitor +} + +define service { + service_description Selenium + use generic-service + host_name mon200w, mon201w, mon202w, mon203w, mon205l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp!4444 + contact_groups null + contacts Networking +} + +define service { + service_description Selenium + use generic-service + host_name mon204l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp!4444 + contact_groups null + contacts Networking +} + +define service { + service_description Selenium DevQA + use generic-service + host_name mon302l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + #event_handler monitoring_hub_recovery + check_command check_tcp!4444 + contact_groups null + contacts Igor V. Gubenko +} + +define service { + service_description Selenium DevQA + use generic-service + host_name mon300w, mon301w, mon303l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp!4444 + contact_groups null + contacts Igor V. Gubenko +} + +define service { + service_description Selenium Hub + use generic-service + host_name monitor + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp_port!monitor.Princeton.EDU!4444 + contact_groups Monitoring Admins Pager + contacts Networking +} + +define service { + service_description Selenium DevQA Hub + use generic-service + host_name monitor-dev + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp_port!monitor-dev.Princeton.EDU!4444 + contact_groups null + contacts Igor V. Gubenko +} + +define service { + service_description Selenium Cluster + use generic-service + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:mon200w:Selenium$,$SERVICESTATEID:mon201w:Selenium$,$SERVICESTATEID:mon202w:Selenium$,$SERVICESTATEID:mon203w:Selenium$!-w @3:!-c @4: + contact_groups Monitoring Admins Pager + contacts Networking +} + +define service { + service_description Selenium DevQA Cluster + use generic-service + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:mon300w:Selenium DevQA$,$SERVICESTATEID:mon301w:Selenium DevQA$!-w @1:!-c @2: + contact_groups null + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_service_WinGateEngine + use Windows Production service + host_name isoproxy200w + check_command check_nrpe_win_service!"WinGateEngine" + contacts infosec +} + +define service { + service_description nrpe_wintest_service_W3SVC + use Windows Dev/QA service + host_name aisob101w, aisob102w, aisob110w, aisob111w, aisob115w, aisob116w, aisob118w, aisob301w, aisob301tstw, aisob302w, aisob302tstw, aisob310w, aisob310tstw, aisob311w, aisob311tstw, aisob315w, aisob315tstw, aisob316w, aisob318w, aisob318tstw + notification_period 8x5 + check_command check_nrpe_win_service!W3SVC + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_OnBase_DDS + use Windows Dev/QA service + host_name aisob102w, aisob119w, aisob302w, aisob302tstw, aisob319w, aisob319tstw + notification_period 8x5 + check_command check_nrpe_win_service!"OnBase DDS Service" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_SMTP + use Windows Dev/QA service + host_name aisob113w, aisob313w, aisob313tstw + notification_period 8x5 + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_Hyland + use Windows Dev/QA service + host_name aisob113w, aisob313w, aisob313tstw + notification_period 8x5 + check_command check_nrpe_win_service!"Hyland Distribution Service" "Hyland OnBase Scheduler" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_Hyland_Unity + use Windows Dev/QA service + host_name aisob114w, aisob314w, aisob314tstw + notification_period 8x5 + check_command check_nrpe_win_service!"Hyland Unity Scheduler - DOF" "Hyland Unity Scheduler - DEV" "Hyland Unity Scheduler - HR" "Hyland Unity Scheduler - FAC" "Hyland Unity Scheduler - UFA" "Hyland Unity Scheduler - OFT" "Hyland Unity Scheduler" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_Hyland_FTS + use Windows Dev/QA service + host_name aisob318w + notification_period 8x5 + check_command check_nrpe_win_service!"Hyland Full Text Server" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_Hyland_FTS + use Windows Dev/QA service + host_name aisob118w + notification_period 8x5 + check_command check_nrpe_win_service!"Hyland Full-Text Server" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_service_BizTalk + use Windows Dev/QA service + host_name aisob116w, aisob316w + notification_period 8x5 + check_command check_nrpe_win_service!"BizTalk Service BizTalk Group : APInvoice_ProcessingHost" "BizTalk Service BizTalk Group : APInvoice_ReceiveHost" "BizTalk Service BizTalk Group : APInvoice_SendHost" "BizTalk Service BizTalk Group : APInvoice_TrackingHost" "BizTalk Service BizTalk Group : BizTalkServerApplication" "Enterprise Single Sign-On Service" "Rule Engine Update Service" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_W3SVC + use Windows Production service + host_name aisob201w, aisob202w, aisob210w, aisob211w, aisob215w, aisob216w, aisob218w + check_command check_nrpe_win_service!W3SVC + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_OnBase_DDS + use Windows Production service + host_name aisob202w, aisob219w + check_command check_nrpe_win_service!"OnBase DDS Service" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_SMTP + use Windows Production service + host_name aisob213w + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_Hyland + use Windows Production service + host_name aisob213w + check_command check_nrpe_win_service!"Hyland Distribution Service" "Hyland OnBase Scheduler" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_Hyland_FTS + use Windows Production service + host_name aisob218w + check_command check_nrpe_win_service!"Hyland Full Text Server" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_Hyland_Unity + use Windows Production service + host_name aisob214w + check_command check_nrpe_win_service!"Hyland Unity Scheduler - DOF" "Hyland Unity Scheduler - DEV" "Hyland Unity Scheduler - HR" "Hyland Unity Scheduler - FAC" "Hyland Unity Scheduler - UFA" "Hyland Unity Scheduler - OFT" "Hyland Unity Scheduler" + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_service_BizTalk + use Windows Production service + host_name aisob216w + check_command check_nrpe_win_service!"BizTalk Service BizTalk Group : APInvoice_ProcessingHost" "BizTalk Service BizTalk Group : APInvoice_ReceiveHost" "BizTalk Service BizTalk Group : APInvoice_SendHost" "BizTalk Service BizTalk Group : APInvoice_TrackingHost" "BizTalk Service BizTalk Group : BizTalkServerApplication" "Enterprise Single Sign-On Service" "Rule Engine Update Service" + contacts ECM Admin Notify +} + +define service { + service_description snmp_win_service_OIM_Remote_Manager + use Windows Production service + host_name eis206w + check_command check_snmp_win_service!"FireDaemon Service: OIM Remote Manager for Exchange" + contact_groups null + contacts Identity and Access Management +} + +define service { + service_description tcp_5500_5550_5580 + use UNIX Production service + host_name sdprsa200l, sdprsa201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_tcp_multiport!5500,5550,5580 + contact_groups null + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_service_Topaz + use Windows Dev/QA service + host_name aistopaz100w + check_command check_nrpe_win_service!"Topaz GetEventStore" "Topaz Message Dispatcher" "Topaz Mongo DB" + contacts pac_app_integration +} + +define service { + service_description nrpe_win_service_Topaz + use Windows Dev/QA service + host_name aistopaz200w + check_command check_nrpe_win_service!"Topaz GetEventStore" "Topaz Message Dispatcher" "Topaz Mongo DB" "Topaz Reporter Scheduler" + contacts pac_app_integration +} + +define service { + service_description ssh_incoming_queue + use generic-service + host_name siem-ace + #check_command check_ssh_using_key!/home/nagios/.ssh/siem-ace.id!root!ls -l /usr/local/ace/incoming | wc -l + check_command check_ssh_using_key!/home/nagios/.ssh/siem-ace.id!root!q=`ls -l /usr/local/ace/incoming %%%%pipe%%%% wc -l` && echo "ACE queue: $q | queue=$q"!queue:[[:space:]][[:digit:]]{1,2}[[:space:]]+ + notification_interval 180 + contacts Dean Plante, Donald Ade, Eric Burd, Ruth D. Gittens +} + +define service { + service_description nrpe_unixtest_proc_OpenLDAP OID + use UNIX Dev/QA service + host_name eisoid101l, eisoid102l + check_command check_nrpe_process!2!1:! -C slapd -t 30 + contacts DBA Important List +} + +define service { + service_description nrpe_unix_proc_OpenLDAP OID + use UNIX Production service + host_name eisoid201l, eisoid202l, eisoid203l + check_command check_nrpe_process!2!1:! -C slapd -t 30 + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_dspace_jvm_classes + use UNIX Dev/QA service + host_name updatespace + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_jvm!" -p classes"!" -w 16000"!" -c 20000" + contacts DSP Admins +} + +define service { + service_description nrpe_unixtest_dspace_jvm_heap + use UNIX Dev/QA service + host_name updatespace + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_jvm!" -p heap"!" -w 750000000"!" -c 900000000" + contacts DSP Admins +} + +define service { + service_description nrpe_unixtest_dspace_jvm_non-heap + use UNIX Dev/QA service + host_name updatespace + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_jvm!" -p non-heap"!" -w 170000000"!" -c 200000000" + contacts DSP Admins +} + +define service { + service_description nrpe_unixtest_dspace_jvm_threads + use UNIX Dev/QA service + host_name updatespace + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_jvm!" -p threads"!" -w 75"!" -c 100" + contacts DSP Admins +} + +define service { + service_description nrpe_unix_proc_nginx + use UNIX Production service + host_name timeline201l, timeline202l, timeline203l, timeline204l, timeline205l + check_command check_nrpe_process!20!1:! -C nginx -t 30 + contacts Timeline +} + +define service { + service_description nrpe_unix_proc_php-fpm + use UNIX Production service + host_name timeline201l, timeline202l + check_command check_nrpe_process!100!1:! -C php-fpm -t 30 + contacts Timeline +} + +define service { + service_description nrpe_unix_proc_mongo + use UNIX Production service + host_name timeline203l, timeline204l, timeline205l + check_command check_nrpe_process!2!1:! -C mongod -t 30 + contacts Timeline +} + +define service { + service_description nrpe_unix_proc_jira + use UNIX Production service + host_name sas200l + check_command check_nrpe_process!2!1:! -a jira -t 30 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_wso2_api + use UNIX Production service + host_name ais223l, ais224l + check_command check_nrpe_process!2!1:! -a wso2am/repo -t 30 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_wso2_esb + use UNIX Production service + host_name sas201l, sas202l + check_command check_nrpe_process!2!1:! -a wso2ei/repo -t 30 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_wso2_analytics + use UNIX Production service + host_name ais225l + check_command check_nrpe_process!2!1:! -a wso2_analytics/wso2/worker -t 30 + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_proc_neo4j + use UNIX Production service + host_name timeline203l, timeline204l, timeline205l + check_command check_nrpe_process!2!1:! -a neo4j -t 30 + contacts Timeline +} + +define service { + service_description Papercut + use Windows Production service + host_name ss219w + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_papercut.cmd -n "$SERVICEDESC$" -l /usr/local/monitoring/princeton -t 80 -T 160 -s HOSTADDRESS=$HOSTADDRESS$ -s indent=4 -r 1+2+4+8+128 + contacts Adam A. Ouellette + contact_groups null +} + +define service { + service_description PeopleSoft Application Logs - IBPHCMPROD + use Windows Production service + host_name sis200l, sis201l + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_nrpe_generic!check_log3! -a /psapp/pt/ps_home8.56.13/appserv/ibphcmprod/LOGS/!'Java.+exception'!' ' ' ' ' -m APPSRV_*.LOG -p ProcessError -s /tmp/nagios_ibphcm_check_state -i -c 1 --missing=CRITICAL --show-filename' + #check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_app_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=ibphcmprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Application Logs - IBPCSPROD + use Windows Production service + host_name sis202l, sis203l + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_nrpe_generic!check_log3! -a /psapp/pt/ps_home8.56.13/appserv/ibpcsprod/LOGS/!'Java.+exception'!' ' ' ' ' -m APPSRV_*.LOG -p ProcessError -s /tmp/nagios_ibpcs_check_state -i -c 1 --missing=CRITICAL --show-filename' + #check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_app_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=ibpcsprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Application Logs - IBPHUBPROD + use Windows Production service + host_name sis204l, sis205l + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_nrpe_generic!check_log3! -a /psapp/pt/ps_home8.56.13/appserv/ibphubprod/LOGS/!'Java.+exception'!' ' ' ' ' -m APPSRV_*.LOG -p ProcessError -s /tmp/nagios_ibphub_check_state -i -c 1 --missing=CRITICAL --show-filename' + #check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_app_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=ibphubprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Web Logs - PHCMPROD + use Windows Production service + host_name sis206l, sis207l + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_web_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=phcmprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Web Logs - PCSPROD + use Windows Production service + host_name sis208l, sis209l + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_web_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=pcsprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Web Logs - PHUBPROD + use Windows Production service + host_name sis210l, sis211l + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_web_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=phubprod -v + contacts DBA Important List +} + +define service { + service_description PeopleSoft Web Logs - PIBPROD + use Windows Production service + host_name sis212l, sis213l + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_pslogs_web_prod.cmd -n "$SERVICEDESC$" -t 40 -T 160 -r 1+2+4+64 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -s environment=pibprod -v + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_SMTP + use Windows Production service + host_name uhs209w, uhs210w + check_command check_nrpe_win_service!"Simple Mail Transfer Protocol (SMTP)" + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_T2FlexSchedulerServicex64 + use Windows Production service + host_name aisparking200w + check_command check_nrpe_win_service!"T2FlexSchedulerServicex64" + contacts Charles T. Tennyson, pac_usapps, Pamela M. Slater +} + +define service { + service_description SMB + use UNIX Production service + host_name prov01 + check_command check_smb_share + contacts Identity and Access Management +} + +define service { + service_description Samba + use UNIX Production service + host_name aissmb225l + check_command check_smb_share! -s grndwk2! -u PRINCETON\grndwk2! -p th4de/DC + contacts ESS Storage, ESS UNIX List +} + +define service { + service_description Samba + use UNIX Dev/QA service + host_name aissmb325l + check_command check_smb_share! -s grndwk2! -u PRINCETON\grndwk2! -p th4de/DC + contacts ESS Storage, ESS UNIX List +} + +define service { + service_description nrpe_unixtest_mountpoint_listserv + use UNIX Dev/QA service + host_name csglists300l + check_command check_nrpe_generic!check_mountpoint! -a /var/local/listserv!tmp + contacts CISDR +} + +define service { + service_description nrpe_unixtest_mountpoint_listserv + use UNIX Dev/QA service + host_name csglists301l + check_command check_nrpe_generic!check_mountpoint! -a /var/local/listserv.replica!tmp + contacts CISDR +} + +define service { + service_description nrpe_unix_mountpoint_listserv + use UNIX Production service + host_name csglists200l + check_command check_nrpe_generic!check_mountpoint! -a /var/local/listserv!tmp + contacts CISDR +} + +define service { + service_description Automation + use UNIX Dev/QA service + host_name autom100l, autom101l + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_apid.cmd -n "$SERVICEDESC$" -r 1+2+4 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -v + contacts Networking +} + +define service { + service_description Automation + use UNIX Production service + host_name autom200l, autom201l + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_apid.cmd -n "$SERVICEDESC$" -r 1+2+4 -s timeout=$USER3$ -s port=$USER10$ -s host=$HOSTNAME$ -v + contacts Networking + contact_groups Networking Pager +} + +define service { + service_description HTTP + use UNIX Dev/QA service + host_name autumn-dev + check_command check_http + contacts Networking +} + +define service { + service_description HTTPS + use UNIX Dev/QA service + host_name autumn-dev + check_command check_https + contacts Networking +} + +define service { + service_description HTTP + use UNIX Production service + host_name autumn + check_command check_http + contacts Networking + contact_groups Networking Pager +} + +define service { + service_description HTTPS + use UNIX Production service + host_name autumn + check_command check_https + contacts Networking + contact_groups Networking Pager +} + +define service { + service_description nrpe_unixtest_agent_status + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + max_check_attempts 5 + check_freshness 1 + freshness_threshold 1220 + check_command check_nrpe_agent + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_active_mem + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_cpu + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu!50!70!2!1 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_disk_system + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + #action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unixtest_disk_system + check_command check_nrpe_disk_by_class!system + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_swap + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_lxfiles + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_proclist_linux + use UNIX Dev/QA service + hostgroup_name CPanel Dev/QA + check_command check_nrpe_proclist!crond,snmpd,sshd,xinetd + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_mounts + use UNIX Dev/QA service + host_name dascpan100l + check_command check_nrpe_mounts + contact_groups null + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production service + hostgroup_name CPanel Prod + max_check_attempts 4 + check_command check_nrpe_agent + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_cpu + use UNIX Production service + hostgroup_name CPanel Prod + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu!50!70!2!1 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name CPanel Prod + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name CPanel Prod + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + hostgroup_name CPanel Prod + #action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_lxfiles + use UNIX Production service + hostgroup_name CPanel Prod + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_proclist_linux + use UNIX Production service + hostgroup_name CPanel Prod + check_command check_nrpe_proclist!crond,snmpd,sshd,xinetd + contacts Cpanel Admins +} + +define service { + service_description nrpe_unix_disk_app_das + use UNIX Production service + hostgroup_name CPanel Prod + check_command check_nrpe_disk_by_class!das + notification_options w,c,r + contacts Cpanel Admins +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name exchangeimap + max_check_attempts 2 + normal_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description webcheck_https_SharePoint + use generic-service + host_name sp, sp2010prod + check_command check_https_sp!https://$HOSTNAME$.Princeton.EDU/oit/csg/sharepoint/default.aspx!groundwk + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_SharePoint + use generic-service + host_name sp2016 + check_command check_https_sp-2016!https://$HOSTNAME$.Princeton.EDU/SiteAssets!groundwk + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_mysite2010prod + use generic-service + host_name sp2010prod + check_command check_https_sp_logos!https://mysite2010prod.Princeton.EDU!groundwk!$USER30$ + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_mysite2016 + use generic-service + host_name sp2016 + check_command check_https_sp_logos-2016!https://mysite2016.Princeton.EDU!groundwk!$USER30$ + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_WSS_SP4_Content + use generic-service + host_name sp2010prod + check_command check_https_sp!https://sp2010prod.princeton.edu/wsssp4test/SitePages/Home.aspx!groundwk!$USER30$ + contacts Sharepoint Admin +} + +define service { + service_description SMTP + use generic-service-active + host_name csghubprod, csghub208w, csghub209w, lists, oldsmtp, smtp + max_check_attempts 5 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10 + contacts CISDR, CSG OnCall +} + +define service { + service_description SMTP + use generic-service + host_name csgsmtp202l, csgsmtp203l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10!-p 25 -S + contacts CISDR +} + +define service { + service_description SMTP + use generic-service + host_name oaamx101l, oaamx201l, oaamx202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10!-p 25 -S + contacts CISDR +} + +define service { + service_description SMTP Submission + use generic-service + host_name csgsmtp202l, csgsmtp203l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10!-p 587 -S + contacts CISDR +} + +define service { + service_description SMTP Submission + use generic-service + host_name oaamx101l, oaamx201l, oaamx202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10!-p 587 -S + contacts CISDR +} + +define service { + service_description SMTPS + use generic-service + host_name csgsmtp202l, csgsmtp203l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtps!5!10 + contacts CISDR +} + +define service { + service_description SMTPS + use generic-service + host_name oaamx101l, oaamx201l, oaamx202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtps!5!10 + contacts CISDR +} + +define service { + service_description SMTPS + use generic-service-active + host_name smtp + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp_tls!5!7 + contacts CISDR, CSG OnCall +} + +define service { + service_description SMTP + use generic-service-active + host_name ppa01, ppa02, ppa03, ppa04 + max_check_attempts 5 + normal_check_interval 10 + retry_check_interval 5 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_smtp!5!10 + contacts CISDR +} + +define service { + service_description https_login_deptedit + use generic-service + host_name deptbedit, www-dept-edit + max_check_attempts 5 + notification_period roxen-devedit + check_command check_https_ba!/csgtest/index.xml?__toolbar=1&!443!Home!6!8!-a groundwk:th4de/DC -S + contacts CISDR +} + +define service { + service_description webcheck_https_login_aisedit + use generic-service + host_name aisedit + max_check_attempts 5 + notification_period roxen-devedit + check_command check_https_ba!/csgtest/index.xml?__toolbar=1&!443!Home!6!8!-a groundwk:th4de/DC -S + contacts CISDR +} + +define service { + service_description email ppa01 to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end ppa!grndwk2@princeton.edu!ppa01.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email ppa02 to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end ppa!grndwk2@princeton.edu!ppa02.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email ppa03 to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end ppa!grndwk2@princeton.edu!ppa03.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email ppa04 to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end ppa!grndwk2@princeton.edu!ppa04.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email smtp to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end TLS!grndwk2!smtp.Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email gmail to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end SSL advanced!groundwk@Princeton.EDU!groundwk@Princeton.EDU!smtp.gmail.com!grndwk2@Princeton.EDU!grndwk2@Princeton.EDU!outlook.office365.com + contacts CISDR +} + +define service { + service_description email exchange to gmail + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end SSL advanced!grndwk2@Princeton.EDU!grndwk2!smtp.Princeton.EDU!groundwk@g.Princeton.EDU!groundwk@Princeton.EDU!imap.gmail.com + contacts CISDR +} + +define service { + service_description email office365 to exchange + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end TLS-SSL!csgtst07@Princeton.EDU!csgtst07@Princeton.EDU!$USER12$!smtp.office365.com!csgtst04@Princeton.EDU!csgtst04@Princeton.EDU!$USER12$!exchangeimap.Princeton.EDU + contacts CISDR +} + +define service { + service_description email exchange to office365 + use email-end2end + host_name email-end2end + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check email end2end TLS-SSL!grndwk2@Princeton.EDU!grndwk2!$USER30$!smtp.Princeton.EDU!csgtst07@Princeton.EDU!csgtst07@Princeton.EDU!$USER12$!outlook.office365.com + contacts CISDR +} + +define service { + service_description email local to listserv + use email-end2end + host_name email-end2end + check_period Listserv_hours + #max_check_attempts 4 + #normal_check_interval 15 + #retry_check_interval 5 + notification_period Listserv_hours + #check_command check_imap_receive!exchangeimap.Princeton.EDU!"-20 minutes"!HEADER!Subject!"Lists tests" + check_command check email end2end TLS-SSL!grndwk2@Princeton.EDU!grndwk2!$USER30$!smtp.Princeton.EDU!grndwk2@Princeton.EDU!grndwk2@Princeton.EDU!$USER30$!outlook.office365.com + contacts CISDR +} + +define service { + service_description wowza csgwowza201w + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://csgwowza201w.princeton.edu/nagios/mp4:sample.mp4 + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza csgwowza202w + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://csgwowza202w.princeton.edu/nagios/mp4:sample.mp4 + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza puwowza + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowza.princeton.edu/nagios/mp4:sample.mp4 + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w ARABIC + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/ARABIC + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w CNBC + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CNBC + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w CNN + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CNN + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w CSPAN + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CSPAN + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w FOX + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/FOX + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w MSNBC + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/MSNBC + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w ABC_NY + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/ABC_NY + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205W BLOOMBERG + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/BLOOMBERG + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w CBS_NY + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CBS_NY + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w FOX_NY + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/FOX_NY + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w NBC_NY + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/NBC_NY + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder205w PBS_WNET + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/PBS_WNET + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder204w WEATHER + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/WEATHER + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w CHINESE + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/CHINESE + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w FRENCH + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/FRENCH + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w GERMAN + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/GERMAN + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w HEBREW + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/HEBREW + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w ITALIAN + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/ITALIAN + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w JAPANESE + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/JAPANESE + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w POLISH + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/POLISH + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description wowza IAMencoder206w SPANISH + use generic-service-active + host_name puwowzalive + check_command check_rtmp!rtmp://puwowzalive.princeton.edu:1935/tigertv-live/SPANISH + contacts CSG OnCall, Dwight D. Bashore +} + +define service { + service_description CH7 KalturaLive + use generic-service + host_name Kaltura Live + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:Kaltura Live:CH7 KalturaLive PRIMARY$,$SERVICESTATEID:Kaltura Live:CH7 KalturaLive BACKUP$!!-c @2: + contacts CISDR, CISDR OnCall +} + +define service { + service_description CH8 KalturaLive + use generic-service + host_name Kaltura Live + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:Kaltura Live:CH8 KalturaLive PRIMARY$,$SERVICESTATEID:Kaltura Live:CH8 KalturaLive BACKUP$!!-c @2: + contacts CISDR, CISDR OnCall +} + +define service { + service_description CH7 KalturaLive PRIMARY + use generic-service-active + host_name Kaltura Live + check_command check_rtmp!rtmp://1_i3gqmr0f.p.kpublish.kaltura.com:1935/kLive/1_i3gqmr0f_1!t=1c1c5054 + contacts Dwight D. Bashore +} + +define service { + service_description CH7 KalturaLive BACKUP + use generic-service-active + host_name Kaltura Live + check_command check_rtmp!rtmp://1_i3gqmr0f.b.kpublish.kaltura.com:1935/kLive/1_i3gqmr0f_1!t=1c1c5054 + contacts Dwight D. Bashore +} + +define service { + service_description CH8 KalturaLive PRIMARY + use generic-service-active + host_name Kaltura Live + check_command check_rtmp!rtmp://1_qtkl6j3o.p.kpublish.kaltura.com:1935/kLive/1_qtkl6j3o_1!t=ed4caab7 + contacts Dwight D. Bashore +} + +define service { + service_description CH8 KalturaLive BACKUP + use generic-service-active + host_name Kaltura Live + check_command check_rtmp!rtmp://1_qtkl6j3o.b.kpublish.kaltura.com:1935/kLive/1_qtkl6j3o_1!t=ed4caab7 + contacts Dwight D. Bashore +} + +define service { + service_description nrpe_unixtest_agent_status + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + max_check_attempts 3 + retry_check_interval 3 + check_freshness 1 + freshness_threshold 1220 + check_command check_nrpe_agent + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_active_mem + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_cpu_system + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_cpu_user + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + notification_options w,c,r + contacts DBA Important List + contact_groups null +} + +define service { + service_description nrpe_unixtest_load + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!32,33,34!50,51,52!" -r " + notification_options w,c,r + contacts DBA Important List + contact_groups null +} + +define service { + service_description nrpe_unixtest_disk_system + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + check_command check_nrpe_disk_by_class!system + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + check_command check_snmp_disk!^/(appware|u01)$!85!90 + notification_options w,c,r + contacts DBA Important List + contact_groups DBA Page CRITICAL +} + +define service { + service_description nrpe_unixtest_swap + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!80!40 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unixtest_proc_memory_usage + use UNIX Dev/QA service + hostgroup_name Oracle Exadata Dev/QA + check_command check_snmp_process-not-matching!^(?!.*tivoli).*$! -m5000,6000 -o10000 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app_dba + use Windows Dev/QA service + hostgroup_name DBA Windows Dev/QA + host_name !csgspdb100w, !csgspdb101w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks!90%!97% + contact_groups null + contacts DBA Important List +} + +define service { + service_description snmp_wintest_disk + use Windows Dev/QA service + host_name csgspdb100w, csgspdb101w + notification_period 8x5 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_snmp_disk!^[D-Z]:\ !90!97 + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_service_sql2k5 + use Windows Dev/QA service + hostgroup_name DBA SQLServer Dev/QA, MSSQL Dev Clusters + check_command check_nrpe_win_service!MSSQLSERVER SQLSERVERAGENT + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_service_sql2k5 + use Windows Dev/QA service + host_name eissql102w + check_command check_nrpe_win_service!"SQL Server (MSSQLSERVER_B)" "SQL Server Agent (MSSQLSERVER_B)" + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_service_TSM_Scheduler_Quorum + use Windows Dev/QA service + host_name csgspdb1a-c + check_command check_nrpe_win_service!"TSM Central Scheduler Service: Quorum" + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_service_TSM_Scheduler_SQL + use Windows Dev/QA service + host_name csgspdb1a + check_command check_nrpe_win_service!"TSM Central Scheduler Service: SQL" + contact_groups null + contacts DBA Important List +} + +define service { + service_description snmp_wintest_service_Cluster + use Windows Production service + host_name csgspdb100w + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 6 + check_command check_snmp_win_service!"Cluster Service" + contacts DBA Important List +} + +define service { + service_description snmp_wintest_service_SQL_Server_Reporting + use Windows Dev/QA service + host_name eisssrs301w + check_command check_snmp_win_service!"SQL Server Reporting" + contacts DBA Important List +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production service + hostgroup_name Oracle Exadata + max_check_attempts 3 + retry_check_interval 1 + check_command check_nrpe_agent + contacts DBA Important List +} + +define service { + service_description snmp_unix_alive + use UNIX Production service + hostgroup_name Oracle Exadata + max_check_attempts 3 + retry_check_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name Oracle Exadata + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + hostgroup_name Oracle Exadata + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + hostgroup_name Oracle Exadata + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_load + use UNIX Production service + hostgroup_name Oracle Exadata + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!32,33,34!50,51,52!" -r " + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_lxfiles6 + use UNIX Production service + hostgroup_name Oracle Exadata + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts DBA Important List +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name Oracle Exadata + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!80!50 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unix_disk_system + use UNIX Production service + hostgroup_name Oracle Exadata + check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90 + contacts nagiosadmin + contact_groups null +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + hostgroup_name Oracle Exadata + check_command check_snmp_disk!^/(appware|u01)$!85!90 + notification_options w,c,r + contacts DBA Important List + contact_groups DBA Page CRITICAL +} + +define service { + service_description snmp_unix_proc_memory_usage + use UNIX Production service + hostgroup_name Oracle Exadata + check_command check_snmp_process-not-matching!^(?!.*tivoli).*$! -m5000,6000 -o10000 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app_dba + use Windows Production service + hostgroup_name DBA Windows Prod + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks!90%!97% + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_sql2k5 + use Windows Production service + hostgroup_name DBA SQLServer Prod + check_command check_nrpe_win_service!MSSQLSERVER SQLSERVERAGENT + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_TSM_Scheduler_SQL + use Windows Production service + host_name csgspdb2a + check_command check_nrpe_win_service!"TSM Central Scheduler Service: SQL" + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_win_service_sql2k5 + use Windows Production service + hostgroup_name MSSQL Prod Clusters + host_name !csgspdb2a-c + check_command check_nrpe_win_service!MSSQLSERVER SQLSERVERAGENT + contact_groups DBA Page +} + +define service { + service_description snmp_win_service_SQL_Server_Reporting + use Windows Production service + host_name eisssrs201w + check_command check_snmp_win_service!"SQL Server Reporting" + contact_groups DBA Page +} + +define service { + service_description Gearman + use generic-service + host_name mon204l + normal_check_interval 2 + retry_check_interval 2 + max_check_attempts 3 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_gearman!$HOSTNAME$!-q host -W 1000 -C 2000 -w 1000 + event_handler slave_connection_reset!$SERVICESTATE:mon205l:Gearman$ + notification_interval 60 + contacts Igor V. Gubenko + #contact_groups Monitoring Admins Pager + contact_groups null +} + +define service { + service_description Gearman + use generic-service + host_name mon205l + normal_check_interval 2 + retry_check_interval 2 + max_check_attempts 2 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_gearman!$HOSTNAME$!-W 1000 -C 2000 -w 1000 -c 2000 + event_handler slave_connection_reset!$SERVICESTATE:mon204l:Gearman$ + notification_interval 60 + contacts Igor V. Gubenko + #contact_groups Monitoring Admins Pager + contact_groups null +} + +define service { + service_description Gearman Hub + use generic-service + host_name monitor + normal_check_interval 2 + retry_check_interval 2 + max_check_attempts 2 + #event_handler gearman_server_fail + check_command check_gearman!$HOSTNAME$!-q host -W 300 -C 450 -w 100 + notification_interval 60 + contacts Igor V. Gubenko, Igor Yahoo, Igor Pager, Igor Pager External + #contact_groups Monitoring Admins Pager + contact_groups null +} + +define service { + service_description Gearman DevQA + use generic-service + host_name mon302l + normal_check_interval 2 + retry_check_interval 2 + max_check_attempts 2 + flap_detection_enabled 0 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_gearman!$HOSTNAME$!-q host -W 1000 -C 2000 -w 1000 -c 2000 + event_handler slave_connection_reset!$SERVICESTATE:mon303l:Gearman DevQA$ + notification_interval 360 + notification_period 8x5 + contacts Igor V. Gubenko + contact_groups null +} + +define service { + service_description Gearman DevQA + use generic-service + host_name mon303l + normal_check_interval 2 + retry_check_interval 2 + max_check_attempts 2 + flap_detection_enabled 0 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_gearman!$HOSTNAME$!-W 1000 -C 2000 -w 1000 -c 2000 + event_handler slave_connection_reset!$SERVICESTATE:mon302l:Gearman DevQA$ + notification_interval 360 + notification_period 8x5 + contacts Igor V. Gubenko + contact_groups null +} + +define service { + service_description Gearman DevQA Hub + use generic-service + host_name monitor-dev + normal_check_interval 2 + retry_check_interval 2 + max_check_attempts 2 + flap_detection_enabled 0 + #event_handler gearman_server_fail + check_command check_gearman!$HOSTNAME$!-q host -W 500 -C 650 -w 200 + notification_interval 360 + notification_period 8x5 + contacts nobody + contact_groups null +} + +define service { + service_description Gearman worker 151 Untrust + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker ims204 151 Untrust alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_151_Untrust_alef" -s check +} + +define service { + service_description Gearman worker ims204 151 Untrust bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_151_Untrust_bet" -s check +} + +define service { + service_description Gearman worker ims204 NS Untrust gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_NS_Untrust_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims204 NS Untrust dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_NS_Untrust_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims204 NS Cross hei + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_NS_Cross_hei" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker NS Untrust + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker ims205 NS Untrust alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims205_NS_Untrust_alef" -s check +} + +define service { + service_description Gearman worker ims205 NS Untrust bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims205_NS_Untrust_bet" -s check +} + +define service { + service_description Gearman worker ims205 151 Untrust gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims205_151_Untrust_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims205 151 Untrust dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims205_151_Untrust_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims205 151 Cross hei + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims204_NS_Cross_hei" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims223 NS Trust alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims223_NS_Trust_alef" -s check +} + +define service { + service_description Gearman worker ims223 NS Trust bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims223_NS_Trust_bet" -s check +} + +define service { + service_description Gearman worker ims222 151 Trust alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims222_151_Trust_alef" -s check +} + +define service { + service_description Gearman worker ims222 151 Trust bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims222_151_Trust_bet" -s check +} + +define service { + service_description Gearman worker ims222 NS Trust gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims222_NS_Trust_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims222 NS Trust dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims222_NS_Trust_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims223 151 Trust gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims223_151_Trust_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims223 151 Trust dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims223_151_Trust_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker 151 PrivateDMZ + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims218 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims218 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims219 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims219 151 PrivateDMZ dalet failover$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ dalet failover$!-w @5:!-c @6: +} + +define service { + service_description Gearman worker ims218 151 PrivateDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims218_151_PrivateDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims218 151 PrivateDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims218_151_PrivateDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims218 NS PrivateDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims218_NS_PrivateDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims218 NS PrivateDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims218_NS_PrivateDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims220 151 PrivateDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims220_151_PrivateDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims220 151 PrivateDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims220_151_PrivateDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims220 NS PrivateDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims220_NS_PrivateDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims220 NS PrivateDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims220_NS_PrivateDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker NS PrivateDMZ + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims219 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims219 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims218 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims218 NS PrivateDMZ dalet failover$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ dalet failover$!-w @5:!-c @6: +} + +define service { + service_description Gearman worker ims219 NS PrivateDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims219_NS_PrivateDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims219 NS PrivateDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims219_NS_PrivateDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims219 151 PrivateDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims219_151_PrivateDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims219 151 PrivateDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims219_151_PrivateDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims221 NS PrivateDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims221_NS_PrivateDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims221 NS PrivateDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims221_NS_PrivateDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims221 151 PrivateDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims221_151_PrivateDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims221 151 PrivateDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims221_151_PrivateDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker EBT + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims316 EBT alef$,$SERVICESTATEID:monitor:Gearman worker ims316 EBT bet$,$SERVICESTATEID:monitor:Gearman worker ims317 EBT alef$,$SERVICESTATEID:monitor:Gearman worker ims317 EBT bet$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker ims316 EBT alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims316_EBT_alef" -s check +} + +define service { + service_description Gearman worker ims316 EBT bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims316_EBT_bet" -s check +} + +define service { + service_description Gearman worker ims317 EBT alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims317_EBT_alef" -s check +} + +define service { + service_description Gearman worker ims317 EBT bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims317_EBT_bet" -s check +} + +define service { + service_description Gearman worker ims224 NS PublicDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims224_NS_PublicDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims224 NS PublicDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims224_NS_PublicDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims224 151 PublicDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims224_151_PublicDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims224 151 PublicDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims224_151_PublicDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims225 NS PublicDMZ alef + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims225_NS_PublicDMZ_alef" -s check +} + +define service { + service_description Gearman worker ims225 NS PublicDMZ bet + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims225_NS_PublicDMZ_bet" -s check +} + +define service { + service_description Gearman worker ims225 151 PublicDMZ gimel failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims225_151_PublicDMZ_gimel" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker ims225 151 PublicDMZ dalet failover + use Gearman Worker + host_name monitor + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims225_151_PublicDMZ_dalet" -s check + notifications_enabled 0 +} + +define service { + service_description Gearman worker 151 PublicDMZ + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker NS PublicDMZ + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker 151 Trust + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker NS Trust + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust dalet failover$!-w @3:!-c @4: +} + +define service { + service_description Gearman worker 151 Eisfw F5 + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$!-w @5:!-c @6: +} + +define service { + service_description Gearman worker NS Eisfw F5 + use Gearman Worker Cluster + host_name monitor + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$!-w @3:!-c @5: +} + +define service { + service_description Gearman worker ims318 151 Untrust alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims318_151_Untrust_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims318 151 Untrust bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims318_151_Untrust_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims318 NS Untrust gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims318_NS_Untrust_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims318 NS Untrust dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims318_NS_Untrust_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker 151 Untrust + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims318 151 Untrust alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims318 151 Untrust bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims319 151 Untrust gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims319 151 Untrust dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims319 NS Untrust alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims319_NS_Untrust_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims319 NS Untrust bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims319_NS_Untrust_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims319 151 Untrust gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims319_151_Untrust_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims319 151 Untrust dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims319_151_Untrust_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker NS Untrust + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims319 NS Untrust alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims319 NS Untrust bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims318 NS Untrust gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims318 NS Untrust dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims314 151 PublicDMZ alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims314_151_PublicDMZ_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims314 151 PublicDMZ bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims314_151_PublicDMZ_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims315 151 PublicDMZ gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims315_151_PublicDMZ_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims315 151 PublicDMZ dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims315_151_PublicDMZ_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker 151 PublicDMZ + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims314 151 PublicDMZ alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims314 151 PublicDMZ bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims315 151 PublicDMZ gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims315 151 PublicDMZ dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims315 NS PublicDMZ alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims315_NS_PublicDMZ_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims315 NS PublicDMZ bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims315_NS_PublicDMZ_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims314 NS PublicDMZ gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims314_NS_PublicDMZ_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims314 NS PublicDMZ dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims314_NS_PublicDMZ_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker NS PublicDMZ + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims315 NS PublicDMZ alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims315 NS PublicDMZ bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims314 NS PublicDMZ gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims314 NS PublicDMZ dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 151 PrivateDMZ alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_151_PrivateDMZ_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 151 PrivateDMZ bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_151_PrivateDMZ_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 151 PrivateDMZ gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_151_PrivateDMZ_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 151 PrivateDMZ dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_151_PrivateDMZ_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker 151 PrivateDMZ + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims320 151 PrivateDMZ alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 151 PrivateDMZ bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 151 PrivateDMZ dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 NS PrivateDMZ hei + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_NS_PrivateDMZ_hei" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 NS PrivateDMZ vav + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_NS_PrivateDMZ_vav" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 NS PrivateDMZ gimel failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_NS_PrivateDMZ_gimel" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 NS PrivateDMZ dalet failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_NS_PrivateDMZ_dalet" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker NS PrivateDMZ + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims321 NS PrivateDMZ hei$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 NS PrivateDMZ vav$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 NS PrivateDMZ dalet failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 151 Trust hei + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_151_Trust_hei" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 151 Trust vav + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_151_Trust_vav" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 151 Trust zain failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_151_Trust_zain" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 151 Trust het failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_151_Trust_het" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker 151 Trust + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims320 151 Trust hei$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 151 Trust vav$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 151 Trust zain failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 151 Trust het failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 NS Trust alef + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_NS_Trust_alef" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims321 NS Trust bet + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims321_NS_Trust_bet" -s check + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 NS Trust zain failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_NS_Trust_zain" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker ims320 NS Trust het failover + use Gearman Worker Dev/QA + host_name monitor-dev + check_command check_gearman!$HOSTADDRESS$!-q "worker_ims320_NS_Trust_het" -s check + notifications_enabled 0 + event_handler_enabled 0 +} + +define service { + service_description Gearman worker NS Trust + use Gearman Worker Cluster Dev/QA + host_name monitor-dev + check_command check_service_cluster!$SERVICEDESC$!$SERVICESTATEID:monitor-dev:Gearman worker ims321 NS Trust alef$,$SERVICESTATEID:monitor-dev:Gearman worker ims321 NS Trust bet$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 NS Trust zain failover$,$SERVICESTATEID:monitor-dev:Gearman worker ims320 NS Trust het failover$!-w @3:!-c @4: + contacts nobody + #event_handler_enabled 0 +} + +define service { + service_description snmp_nix_memory + use UNIX Production service + host_name ims205 + check_command check_snmp_nix_memory!80,20!95,50 +} + +define service { + service_description nrpe_win_service_spooler + use Windows Production service + host_name printgpd + check_command check_nrpe_win_service!Spooler +} + +define service { + service_description nrpe_win_service_lpd + use Windows Production service + host_name printgpd + check_command check_nrpe_win_service!LPDSVC +} + +define service { + service_description nrpe_unixtest_procsize_saslauthd + use UNIX Dev/QA service + host_name csgsmtp100l + check_command check_nrpe_proc_by_size!300000!400000!saslauthd + contacts CISDR +} + +define service { + service_description nrpe_unix_proc_ypserv + use UNIX Production service + host_name nismaster + check_command check_nrpe_daemon!1!ypserv +} + +define service { + service_description nrpe_unix_prtdiag + use UNIX Production service + host_name isserv216 + notification_interval 1440 + check_command check_nrpe_prtdiag +} + +define service { + service_description nrpe_unix_proc ypbind + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!ypbind +} + +define service { + service_description nrpe_unix_proc inetd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!inetd +} + +define service { + service_description nrpe_unix_proc rpcbind + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!rpcbind +} + +define service { + service_description nrpe_unix_proc syslogd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!syslogd +} + +define service { + service_description nrpe_unix_proc nscd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!nscd +} + +define service { + service_description nrpe_unix_proc dsmc + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!dsmc +} + +define service { + service_description nrpe_unix_proc snmpd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!snmpd +} + +define service { + service_description nrpe_unix_proc xntpd + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!xntpd +} + +define service { + service_description nrpe_unix_proc cron + use UNIX Production service + host_name isserv216 + check_command check_nrpe_daemon!1!cron +} + +define service { + service_description nrpe_unix_vvm + use UNIX Production service + host_name isserv216 + notification_interval 1440 + check_command check_nrpe_vvm +} + +define service { + service_description snmp_wintest_service_Cluster + use Windows Production service + host_name csgspdb101w + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 6 + check_command check_snmp_win_service!"Cluster Service" + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_service_spooler + use Windows Production service + host_name ntprintserver + check_command check_nrpe_win_service!Spooler + contact_groups null + contacts ESS Windows List, HD Print List +} + +define service { + service_description nrpe_win_service_lpd + use Windows Production service + host_name ntprintserver + check_command check_nrpe_win_service!LPDSVC + contact_groups null + contacts ESS Windows List, HD Print List +} + +define service { + service_description nrpe_win_service_tcpservices + use Windows Production service + host_name ntprintserver + check_command check_nrpe_win_service!Spooler +} + +define service { + service_description trap_win_IIS + use SNMP trap + host_name csgcas206w +} + +define service { + service_description nrpe_win_service_exchange_cas + use Windows Production service + host_name csgcas206w + check_command check_nrpe_win_service!MSExchangeAB MSExchangeADTopology MSExchangeFDS MSExchangeFBA MSExchangeImap4 MSExchangeMailboxReplication MSExchangeProtectedServiceHost MSExchangeRPC MSExchangeServiceHost + contacts CISDR +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name csgcas206w + max_check_attempts 2 + normal_check_interval 10 + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description nrpe_win_service_exchange_hub + use Windows Production service + host_name csghub208w + check_command check_nrpe_win_service!MSExchangeAntispamUpdate MSExchangeServiceHost MSExchangeTransport MSExchangeTransportLogSearch + contacts CISDR +} + +define service { + service_description nrpe_win_service_exchange_hub + use Windows Production service + host_name csghub209w + check_command check_nrpe_win_service!MSExchangeAntispamUpdate MSExchangeServiceHost MSExchangeTransport MSExchangeTransportLogSearch + contacts CISDR +} + +define service { + service_description nrpe_unix_proc_ypserv + use UNIX Production service + host_name nismaster3 + check_command check_nrpe_daemon!1!ypserv +} + +define service { + service_description trap_win_IIS + use Windows Production service + host_name csgcas207w + is_volatile 1 + max_check_attempts 1 + normal_check_interval 1440 + retry_check_interval 1440 + notification_interval 31536000 + event_handler_enabled 0 + process_perf_data 0 + check_command check_trap_OK +} + +define service { + service_description nrpe_win_service_exchange_cas + use Windows Production service + host_name csgcas207w + check_command check_nrpe_win_service!MSExchangeAB MSExchangeADTopology MSExchangeFDS MSExchangeFBA MSExchangeImap4 MSExchangeMailboxReplication MSExchangeProtectedServiceHost MSExchangeRPC MSExchangeServiceHost + contacts CISDR +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name csgcas207w + max_check_attempts 2 + normal_check_interval 10 + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description trap_win_IIS + use Windows Production service + host_name csgcas204w + is_volatile 1 + max_check_attempts 1 + normal_check_interval 1440 + retry_check_interval 1440 + notification_interval 31536000 + event_handler_enabled 0 + process_perf_data 0 + check_command check_trap_OK +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name csgcas204w + max_check_attempts 2 + normal_check_interval 10 + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description nrpe_win_service_exchange_cas + use Windows Production service + host_name csgcas204w + check_command check_nrpe_win_service!MSExchangeAB MSExchangeADTopology MSExchangeFDS MSExchangeFBA MSExchangeImap4 MSExchangeMailboxReplication MSExchangeProtectedServiceHost MSExchangeRPC MSExchangeServiceHost + contacts CISDR +} + +define service { + service_description nrpe_win_service_spooler + use Windows Production service + host_name printhp + check_command check_nrpe_win_service!Spooler +} + +define service { + service_description nrpe_win_service_lpd + use Windows Production service + host_name printhp + check_command check_nrpe_win_service!LPDSVC +} + +define service { + service_description trap_win_IIS + use Windows Production service + host_name csgcas205w + is_volatile 1 + max_check_attempts 1 + normal_check_interval 1440 + retry_check_interval 1440 + notification_interval 31536000 + event_handler_enabled 0 + process_perf_data 0 + check_command check_trap_OK +} + +define service { + service_description nrpe_win_service_exchange_cas + use Windows Production service + host_name csgcas205w + check_command check_nrpe_win_service!MSExchangeAB MSExchangeADTopology MSExchangeFDS MSExchangeFBA MSExchangeImap4 MSExchangeMailboxReplication MSExchangeProtectedServiceHost MSExchangeRPC MSExchangeServiceHost + contacts CISDR +} + +define service { + service_description imap_ssl_login_ex2010cas + use generic-service-active + host_name csgcas205w + max_check_attempts 2 + normal_check_interval 10 + check_command check_imapssl!csgtst06 + contacts CISDR +} + +define service { + service_description nrpe_unix_prtdiag + use UNIX Production service + host_name isserv215 + notification_interval 1440 + check_command check_nrpe_prtdiag +} + +define service { + service_description nrpe_unix_proc ypbind + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!ypbind +} + +define service { + service_description nrpe_unix_proc inetd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!inetd +} + +define service { + service_description nrpe_unix_proc rpcbind + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!rpcbind +} + +define service { + service_description nrpe_unix_proc syslogd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!syslogd +} + +define service { + service_description nrpe_unix_proc nscd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!nscd +} + +define service { + service_description nrpe_unix_proc dsmc + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!dsmc +} + +define service { + service_description nrpe_unix_proc snmpd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!snmpd +} + +define service { + service_description nrpe_unix_proc xntpd + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!xntpd +} + +define service { + service_description nrpe_unix_vvm + use UNIX Production service + host_name isserv215 + notification_interval 1440 + check_command check_nrpe_vvm +} + +define service { + service_description nrpe_unix_proc cron + use UNIX Production service + host_name isserv215 + check_command check_nrpe_daemon!1!cron +} + +define service { + service_description nrpe_eis202lb-router1-lb-servernet-1 + use Networking service + host_name csgcas104w, sdp100w, csglync221w, csglync229w + check_command check_alive_through_nsclient!10.6.61.2 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router1-lb-servernet-1 + use Networking service + host_name csgcas104w, sdp100w, csglync221w, csglync229w + check_command check_alive_through_nsclient!10.6.61.3 + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-1-lb-servernet-1 + use Networking service + host_name csgcas104w, sdp100w, csglync221w, csglync229w + check_command check_alive_through_nsclient!10.6.61.1 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router1-lb-servernet-2 + use Networking service + host_name cisdrroxen101l, cisdrroxen204l, iamroxen301l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router1-lb-servernet-2.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router1-lb-servernet-2 + use Networking service + host_name cisdrroxen101l, cisdrroxen204l, iamroxen301l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router1-lb-servernet-2.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-1-lb-servernet-2 + use Networking service + host_name cisdrroxen101l, cisdrroxen204l, iamroxen301l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-1-lb-servernet-2.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-3 + use Networking service + host_name csgkaltura300l, iamxythos100l, reg102l, sdp201w + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-3.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-3 + use Networking service + host_name csgkaltura300l, iamxythos100l, reg102l, sdp201w + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-3.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-3 + use Networking service + host_name csgkaltura300l, iamxythos100l, reg102l, sdp201w + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-3.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-4 + use Networking service + host_name wassp102w, wassp103w, sdpcas100w, sdpcas101w + check_command check_alive_through_nsclient!10.6.55.2 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-4 + use Networking service + host_name wassp102w, wassp103w, sdpcas100w, sdpcas101w + check_command check_alive_through_nsclient!10.6.55.3 + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-4 + use Networking service + host_name wassp102w, wassp103w, sdpcas100w, sdpcas101w + check_command check_alive_through_nsclient!10.6.55.1 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-5 + use Networking service + host_name ais101l, iamprox100l, sdpprox100l, timeline101l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-5.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-5 + use Networking service + host_name ais101l, iamprox100l, sdpprox100l, timeline101l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-5.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-5 + use Networking service + host_name ais101l, iamprox100l, sdpprox100l, timeline101l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-5.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-6 + use Networking service + host_name eisoid101l, sdpohs100l, sdpovd100l, sdpprox301l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-6.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-6 + use Networking service + host_name eisoid101l, sdpohs100l, sdpovd100l, sdpprox301l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-6.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-6 + use Networking service + host_name eisoid101l, sdpohs100l, sdpovd100l, sdpprox301l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-6.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router1-lb-servernet-7 + use Networking service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_command check_alive_through_nsclient!10.6.60.130 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router1-lb-servernet-7 + use Networking service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_command check_alive_through_nsclient!10.6.60.131 + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-1-lb-servernet-7 + use Networking service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + check_command check_alive_through_nsclient!10.6.60.129 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router1-lb-servernet-8 + use Networking service + host_name csghub102w, csghub103w, csghub208w, csghub209w + check_command check_alive_through_nsclient!10.6.60.194 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router1-lb-servernet-8 + use Networking service + host_name csghub102w, csghub103w, csghub208w, csghub209w + check_command check_alive_through_nsclient!10.6.60.195 + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-1-lb-servernet-8 + use Networking service + host_name csghub102w, csghub103w, csghub208w, csghub209w + check_command check_alive_through_nsclient!10.6.60.193 + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-9 + use Networking service + host_name csgsmtp100l, csgsmtp202l, csgsmtp203l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-9.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-9 + use Networking service + host_name csgsmtp100l, csgsmtp202l, csgsmtp203l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-9.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-9 + use Networking service + host_name csgsmtp100l, csgsmtp202l, csgsmtp203l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-9.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-10 + use Networking service + host_name sdpldap100l, sdpldap101l, sdpohs200l, sdpohs201l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-10.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-10 + use Networking service + host_name sdpldap100l, sdpldap101l, sdpohs200l, sdpohs201l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-10.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-10 + use Networking service + host_name sdpldap100l, sdpldap101l, sdpohs200l, sdpohs201l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-10.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis202lb-router-fw-lb-servernet-11 + use Networking service + host_name ais204l, eisess202l, eisess203l, eisess204l + check_command through_nrpe!$HOSTNAME$!check_ping!eis202lb-router-fw-lb-servernet-11.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_eis203lb-router-fw-lb-servernet-11 + use Networking service + host_name ais204l, eisess202l, eisess203l, eisess204l + check_command through_nrpe!$HOSTNAME$!check_ping!eis203lb-router-fw-lb-servernet-11.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description nrpe_lb-prod-float-fw-lb-servernet-11 + use Networking service + host_name ais204l, eisess202l, eisess203l, eisess204l + check_command through_nrpe!$HOSTNAME$!check_ping!lb-prod-float-fw-lb-servernet-11.Princeton.EDU 6,6% 10,10% + notifications_enabled 0 +} + +define service { + service_description https + use Networking service + hostgroup_name SRA + check_command check_https +} + +define service { + service_description snmp_unix_mysql_mem + use Networking service + host_name ims204 + check_command check_snmp_process_mem!mysql!2000,3000 +} + +define service { + service_description HTTP + use Networking service + host_name ims204 + check_command check_http_port!3!5!80 +} + +define service { + service_description MySQL + use Networking service + host_name ims204 + check_command check_mysql!notify!notify!mysql87p! -H $HOSTALIAS$ +} + +define service { + service_description Naemon + use Networking service + host_name ims204, ims205 + max_check_attempts 1 + is_volatile 1 + active_checks_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + check_command check-dummy!0!"OK - Waiting for checks..." + contacts Igor V. Gubenko +} + +define service { + service_description snmp_unix_process_snmptrapd + use Networking service + host_name ims204 + check_freshness 1 + check_command check_snmp_process!/usr/sbin/snmptrapd!0,2!0 +} + +define service { + service_description tcp_nsca + use Networking service + host_name ims204 + check_command check_tcp_nsca +} + +define service { + service_description snmp_unix_process_mysqld + use Networking service + host_name ims204 + check_command check_snmp_process!/usr/libexec/mysqld!0,20!0 +} + +define service { + service_description snmp_unix_process_mysqld_safe + use Networking service + host_name ims204 + check_command check_snmp_process!/usr/bin/mysqld_safe!0,2!0 +} + +define service { + service_description Naemon Latency + use Networking service + host_name ims204, ims205 + check_command check_nagios_latency +} + +define service { + service_description telnet + use Networking service + #hostgroup_name OIT Wireless Access Points - Cisco + hostgroup_name OIT Cisco WAP + check_command check_tcp!23 +} + +define service { + service_description SSH + use Networking service + hostgroup_name Airwave, Backup VPN, Network ESX + host_name eisnet200l + check_command check_ssh + contacts Networking +} + +define service { + service_description snmp_unix_alive + use Networking service + hostgroup_name Airwave, Arbor TMS + host_name netbmfctrl1, netbmfctrl2 + check_command check_snmp_alive-new!'$USER28$' + contacts Networking +} + +define service { + service_description snmp_unix_alive + use Networking service + host_name eisnet-sra-n1.remote + check_command check_snmp_alive-new!'$USER28$' + contacts John Shorey +} + +define service { + service_description snmp_unix_load + use Networking service + host_name airwave1 + check_command check_snmp_load-new!'$USER28$'!28,28,28!29,29,29! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_load + use Networking service + host_name airwave-development, airwave-rap, netbmfctrl1, netbmfctrl2 + check_command check_snmp_load-new!'$USER28$'!2,2,2!3.5,3.5,3.5! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_load + use Networking service + host_name airwave2 + check_command check_snmp_load-new!'$USER28$'!10,10,10!11,11,11! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_mem + use Networking service + hostgroup_name Airwave + host_name netbmfctrl1, netbmfctrl2, !airwave-development, !airwave-rap + check_command check_snmp_nix_memory-new!'$USER28$'!90,40!95,70 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_mem + use Networking service + host_name airwave-development + check_command check_snmp_nix_memory-new!'$USER28$'!90,80!95,90 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + notification_period 9x5 + contacts Networking +} + +define service { + service_description snmp_unix_mem + use Networking service + host_name airwave-rap + check_command check_snmp_nix_memory-new!'$USER28$'!90,80!95,90 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contacts Networking +} + +define service { + service_description snmp_unix_disk + use Networking service + hostgroup_name Airwave + host_name netbmfctrl1, netbmfctrl2, !airwave1, sightline-NS + check_command check_snmp_disk-new!'$USER28$'!^.*$!80!90 + contacts Networking +} + +define service { + service_description snmp_unix_disk + use Networking service + host_name airwave1 + check_command check_snmp_disk-new!'$USER28$'!^.*$!92!95 + contacts Networking +} + +define service { + service_description snmp_unix_interface + use Networking service + hostgroup_name Airwave, Arbor TMS + check_command check_snmp_int!'$USER28$'!eth0!10,10!20,20 + contacts Networking +} + +define service { + service_description snmp_unix_interface + use Networking service + hostgroup_name F5 Load Balancer MPs + check_command check_snmp_int!'$USER7$'!'mgmt|/RD|1.1|2.1|[345].[1234]'!10,10!20,20 + contacts Hajar Pager, Networking +} + +define service { + service_description DNS + use Networking service + hostgroup_name InfoBlox DNS + check_command check_dns_expect!www.net.princeton.edu!128.112.128.55! -w 6 -c 8 + contacts Networking +} + +define service { + service_description DNS_auth1_dns_cogentco + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s auth1.dns.cogentco.com +} + +define service { + service_description DNS_auth2_dns_cogentco + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s auth2.dns.cogentco.com +} + +define service { + service_description DNS_a1-158_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a1-158.akam.net +} + +define service { + service_description DNS_a20-65_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a20-65.akam.net +} + +define service { + service_description DNS_a24-66_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a24-66.akam.net +} + +define service { + service_description DNS_a3-67_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a3-67.akam.net +} + +define service { + service_description DNS_a6-64_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a6-64.akam.net +} + +define service { + service_description DNS_a7-65_akam_net + use Networking service + host_name monitor + check_command check_dns_generic!www.net.princeton.edu!128.112.128.55! -s a7-65.akam.net +} + +define service { + service_description NTPq + use Networking service + hostgroup_name Network NTP + check_command check_ntp_peer!1!2 +} + +define service { + service_description NTP + use Networking service + hostgroup_name Network NTP + check_command check_ntp_time!1!2 +} + +define service { + service_description SMTP + use Networking service + host_name heymon + check_command check_smtp!6!8 + contact_groups Networking Pager +} + +define service { + service_description Comcast + use Networking service + host_name backupvpn + check_command check_by_ssh_using_preloaded_key!!ping -V1 -q -c4 173.161.173.150 + contacts Networking +} + +define service { + service_description Google through Comcast + use Networking service + host_name backupvpn + check_command check_by_ssh_using_preloaded_key!!nc -V1 google.com 80 <<< "GET /" >/dev/null + contacts Networking +} + +define service { + service_description Verizon + use Networking service + host_name backupvpn + check_command check_by_ssh_using_preloaded_key!!ping -V2 -q -c4 71.169.84.106 + contacts Networking +} + +define service { + service_description Yahoo through Verizon + use Networking service + host_name backupvpn + check_command check_by_ssh_using_preloaded_key!!nc -V2 yahoo.com 80 <<< "GET /" >/dev/null + contacts Networking +} + +define service { + service_description trap + use SNMP trap + hostgroup_name F5 Production Load Balancer MPs + contacts Hajar Niroomand +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-1 + check_command check-host-alive-fw-servernet-1 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-2 + check_command check-host-alive-fw-servernet-2 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-3 + check_command check-host-alive-fw-servernet-3 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-4 + check_command check-host-alive-fw-servernet-4 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-6 + check_command check-host-alive-fw-servernet-6 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-7 + check_command check-host-alive-fw-servernet-7 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-10 + check_command check-host-alive-fw-servernet-10 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-fw-servernet-11 + check_command check-host-alive-fw-servernet-11 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + use Networking service + host_name eisfw + service_description Ping-eisfw-plinknet8 + check_command check-host-alive-eisfw-plinknet8 + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define service { + service_description dns_host_resolution + use generic-service + hostgroup_name CPanel Dev/QA, CPanel Prod, CISDR, Linux Prod, Linux Dev/QA, Solaris, Windows Prod, Windows Dev/QA, MSSQL Clusters, IAM, SIEM, Network and Monitoring, Netmgmt, Ping, Raritan + host_name !alumni-ldap, !alumni-ldap1, !alumni-ldap2, !eisnet200l, exchangeimap, !heymon, !dsml, !sentinel, !ldap, !ldapprime, !ldapproxyqa, !ldapremote, !ldapupdate, !newdumper + check_command check_dns + notification_options u,c,r + contact_groups nagiosadmin + contacts null +} + +define service { + service_description nrpe_unix_tsm_backups + use UNIX Production service + hostgroup_name CPanel Prod, Linux Prod, !TSM, !AWS Untrust Prod Linux OEL6 + max_check_attempts 1 + is_volatile 1 + active_checks_enabled 0 + notification_options u,c + process_perf_data 0 + flap_detection_enabled 0 + check_command check_nrpe + contact_groups null + contacts Christopher C. Dietrich +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts esiddiqi +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ais223l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ais224l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ais225l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ais226w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts abye +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais320w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ais329l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Asim Shahab +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ais330l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ais331w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aiscerberus200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisfrevvo100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisfrevvo200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisfrevvo300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisgold7200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisgold7201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisgold7202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisgold7302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres110w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aishmsres111w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishmsres210w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishmsres211w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aishwscbord200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisinfoed120w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisinfoed200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw110l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name aisiw213l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 -p /tmp + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw344l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw345l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob110w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob111w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob113w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob114w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob115w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jennifer L. Curatola +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob116w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob117w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob118w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob119w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob210w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob211w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob214w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob215w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob216w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aisob217w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob218w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob301tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob302tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob310tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob310w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob311tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob311w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob313tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob313w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob314tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob314w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob315tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob315w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob316w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob317w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob318tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob318w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob319tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aisob319w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7103w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aissimfony7200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aissimfony7201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aissimfony7202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name aissimfony7203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name aissimfony7303w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name alamut + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name amu212w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts mmarnett +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name andvlab200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts jmm14 +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name asbb107l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts kimhuang +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name asrv202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts jmull +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ath201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts bfitzwater +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom100l + check_command check_nrpe_disk!85!90! -p /usr/local/autom + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom101l + check_command check_nrpe_disk!85!90! -p /usr/local/autom + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom102l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom200l + check_command check_nrpe_disk!85!90! -p /usr/local/autom + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name autom201l + check_command check_nrpe_disk!85!90! -p /usr/local/autom + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cch100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts czimowsk +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cch200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts czimowsk +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name chm200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts drosso +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdr-prep + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdr105w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdr205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdr206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name cisdrcons200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdredge102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdrex100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdrex101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdrex200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name cisdrex201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR Group of EIS +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name csi200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts rd11 +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name css228w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts casperadmin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name css328w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts casperadmindev +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dcf200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts oitdcf +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dcf201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts oitdcf +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dev205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dev206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts uats +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dng203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ussntadm +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name dng204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dng205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts University Services IT Support +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dng305w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts University Services IT Support +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dng306w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USSNTADM +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name dpsbastion200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Igor Zivkovic +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eeb-fm201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts eeb-fm-sa +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name eis294l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eis376l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name aisiw212l + check_command check_nrpe_disk!85!90! -p /bi00 -p /bi01 -p /bi02 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eis377l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eiscpan100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eiscpan101l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eiscpan102l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eiscpan301l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Cpanel Admins +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eisglob100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eishpdm200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sarah Kampel +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisiws200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisiws300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eislmt200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eisnet202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql113w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eissql213w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisssrs201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisssrs301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name eisvnet300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisvone200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eisvone201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name eisws202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eiswszeta102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name eiszeta100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ele202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts eeweb +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ele203l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts eeweb +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts John Shorey +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name epm200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm201l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name epm300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name epm301w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm302l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name epm303l.aws + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts epm-list +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name erp200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name erp201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name erp302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name erp330w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Thomas E. Dommermuth +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ess-2008r2test + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ess-2012r2test + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ess-2016test + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ess307l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Christopher C. Dietrich +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esschoco100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esschoco200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esschoco300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esscode200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essconjur300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essgit100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts none +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essgit101l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name essgit200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essnick2019test + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esspatchtest300 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Jennifer L. Curatola +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name essproxy200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essproxy300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name esspup101l + check_command check_nrpe_disk!85!90! -p /puppet + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name esspup201l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essrundeck100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck101l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck102l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Nicholas Delo +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck201l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name essrundeck202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essrundeck203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvmbkp200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvmbkp201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvprox100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name essvprox101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name esswsus200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name esswsus300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacsha210 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacst102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacst103w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacsts108 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcacsts209 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcactha105 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac-spcactha106 + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac-willo3-200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac103wsaltots + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac111w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac112w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac113w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac114w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac115w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts slmgeo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac206wsaltots + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac207wsaltojs + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts markrw +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac211w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo + contacts Robert J. Kuhn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac212w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo + contacts Robert J. Kuhn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac213w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo + contacts Robert J. Kuhn +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fac214w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac215w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts slmgeo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac222w-acad + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Viviane Bassily +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac312w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac313w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contact_groups Maximo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fac314w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts slmgeo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name facsaltodb100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name facsaltodb101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name facsaltodb200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name facsaltodb201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name fcc200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USSNTADM +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fint300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts kkaushik +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fint301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts kkaushik +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fint302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts kkaushik +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name fint303w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts kkaushik +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts gshelp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts gshelp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name gso301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts gshelp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamcacomp100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcaproxy100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcas102l.aws + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcas103l.aws + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcas202l.aws + check_command check_nrpe_disk!85!90! -p /data + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamcas203l.aws + check_command check_nrpe_disk!85!90! -p /data + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamcert200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamconsole + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamethos100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamethos101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamethos200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamethos201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamlds300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamlds301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamload100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamload101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammim100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammim300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammim301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimdb101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimdb102w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimdb301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimweb100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimweb101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimweb300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iammimweb301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamscript200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib102w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib103w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib104w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib105w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib202w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib203w.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamshib301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iamsvn200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamtools100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name iamweb300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iamwebsvc100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name isocconsole200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts infosec +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name isocis200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts oit.security +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name isogate100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Steven Niedzwiecki +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Production service + host_name isoproxy200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts infosec +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss128w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Peter T Nowak +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss129w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Peter T Nowak +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name iss226w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts scsops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss227w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts scsops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss228w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Peter T Nowak +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name iss229w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Peter T Nowak +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name lib200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts eugenek +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name mcgtutor200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Paula L. Brett +} + +define service { + service_description nrpe_maestro_stdlistsz + use generic-service-active + hostgroup_name Maestro + host_name landr + normal_check_interval 60 + freshness_threshold 4000 + check_command check_nrpe_maestro_stdlistsz + contacts ESS Storage, Martin Pager +} + +define service { + service_description nrpe_maestro_stdlistsz + use generic-service-active + hostgroup_name Maestro Dev/QA + host_name landrdev + normal_check_interval 60 + freshness_threshold 4000 + check_command check_nrpe_maestro_stdlistsz + contacts ESS Storage +} + +define service { + service_description nrpe_maestro_procs + use generic-service-active + hostgroup_name Maestro + normal_check_interval 5 + freshness_threshold 3600 + check_command check_nrpe_maestro_procs + contacts ESS Storage, Martin Pager +} + +define service { + service_description nrpe_maestro_procs + use generic-service-active + hostgroup_name Maestro Dev/QA + normal_check_interval 5 + freshness_threshold 3600 + check_command check_nrpe_maestro_procs + contacts ESS Storage +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name mus200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts langley +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name netbmfgw200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name netops200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Anthony J. Jones +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name netvclock200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name oaapcvm203l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts milbrey +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oac200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts coswald +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oac201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts coswald +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ocs202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts careerdcs +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name opr202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts appleton +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name oss201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts switch +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name out301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Richard M. Curtis +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocr104w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pcotech +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocr105w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pcotech +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocr204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pcotech +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocr205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pcotech +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocrdb106w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pcocrdb206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pdom09.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pdom10.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name pol202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Politics Department +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name printsoa200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Architecture Computer +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts przcomp +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name prz206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts przcomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name psm101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Ruth D. Gittens +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name puqa05.zeta.adtest + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name puqa06.zeta.adtest + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas101l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas102l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas103l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas104l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas105l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas106l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas108l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas109l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas110l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas111l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas112l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas113l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts sisters +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas114l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas115l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas116l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas200l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas201l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas202l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts mhood +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sas203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts rsegers +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas204l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas205l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sas206l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas207l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas208l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas209l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas210l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts sisters +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas211l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas212l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas213l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas300l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas301l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas302l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas303l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sas305w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts rsegers +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sas306w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts George Kopf +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas307l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas308l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas309l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas310l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas311l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts Software Infrastructure Services +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sas312l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts sisters +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasemsterm100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasemsterm200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasemsws100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasemsws200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw100l + check_command check_nrpe_disk!85!90! -p /is00 -p /is01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw101l + check_command check_nrpe_disk!85!90! -p /is01 -p /is02 -p /is03 -p /is04 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw103l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw111w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw112w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw113l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw114w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw116w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw117l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw118l + check_command check_nrpe_disk!85!90! -p /bi01 -p /oracle + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw119l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sasiw200l + check_command check_nrpe_disk!85!90! -p /is00 -p /is01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sasiw201l + check_command check_nrpe_disk!85!90! -p /is01 -p /is02 -p /is03 -p /is04 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sasiw202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name sasiw203l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sasiw215w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sasiw216w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw217l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw218l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw219l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw220l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw221l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw222l + check_command check_nrpe_disk!85!90! -p /bi01 + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw223l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw224l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw225w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw226w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw227w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw228w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw346w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw347w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw348w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasiw349w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw350l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sasiw351l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbns203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbns204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbns205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbproxy200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbproxy202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasmbproxy206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts NAS Admin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sasmis200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Chi M. Lu +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob299w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob300tstw + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasob300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ECM Admin Notify +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspapp300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspapp301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspapp310w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspapp312w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdb308w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdb309w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdb318w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdb319w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdc305w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdc306w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspdc316w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe302w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe303w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe304w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe312w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe313w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspfe314w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspowa307w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspowa317w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sasspss316w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sassunapsis100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sassunapsis101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sassunapsis200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sassunapsis201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_usapps +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sastopaz100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sastopaz110w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name sastopaz200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sastopaz300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts pac_app_integration +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name savmbkent200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis100l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis101l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis102l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis103l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis104l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis105l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis106l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis107l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis108l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis109l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis110l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis111l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis112l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis113l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis114l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis115l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sis118w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis119l + check_command check_nrpe_disk!85!90! -p /psfin -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis120l + check_command check_nrpe_disk!85!90! -p /psfin -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis123l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis124l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis200l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis201l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis202l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis203l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis204l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis205l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsprod + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis206l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis207l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis208l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis209l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis210l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis211l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis212l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis213l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis214l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis215l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis218l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis219l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis220l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis221l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sis222w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis300l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis301l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis302l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis303l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis304l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis305l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis306l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis307l + check_command check_nrpe_disk!85!90! -p /elastic -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis308l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis309l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sis310w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis311l + check_command check_nrpe_disk!85!90! -p /oem -p /psfin -p /iwsdevqa + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis312l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name sis313w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts rsegers +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis314l + check_command check_nrpe_disk!85!90! -p /psapp -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sis315l + check_command check_nrpe_disk!85!90! -p /appware -p /oem + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name sisdba301l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo202w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo203w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmin +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo204w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts mjo3 +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo205w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmins +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name smo206w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts smo-sysadmins +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name smo301w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts mjo3 +} + +define service { + service_description http port + use generic-service-active + host_name sp + max_check_attempts 5 + check_command check_http!6!8 + contacts Sharepoint Admin +} + +define service { + service_description trap_VMWare + use SNMP trap + hostgroup_name ESX + notifications_enabled 0 +} + +define service { + service_description HP Server Health ASM + use generic-service + hostgroup_name HPE + notification_interval 43200 + notification_options w, c + check_command check_hpasm + contacts ESS Ops +} + +define service { + service_description HP Server Health + use generic-service + hostgroup_name HPE + notification_interval 43200 + notification_options w, c + check_command check_multi!-f /usr/local/monitoring/princeton/etc/multi_HPiLO.cmd -n "$SERVICEDESC$" -l /usr/local/monitoring/princeton -t 80 -T 160 -s host=$HOSTADDRESS$ -s comm=$USER7$ -s indent=4 -r 1+2+4+8+128 + contacts ESS Ops +} + +define service { + service_description nrpe_unixtest_tsm_backups + use UNIX Dev/QA service + # hostgroup_name CPanel Dev/QA, Linux Dev/QA, !AWS Untrust Dev/QA Linux OEL6, !AWS Untrust Pre-Production Linux OEL6 + host_name dascpan100l, devrtools, eiscpan102l, eiscpan301l, eisdba301l, eisdba302l, eisdba303l, epm302l, harris, hoover1, ims318, ims319, mon303l, roxdb01qa, roxdb02qa, sas110l, sas111l, sas307l, sas308l, sas309l, sas310l, sasiw113l, sasiw350l, sasiw351l, sdn-ctrl-vm, sdpldap101l, sis100l, sis101l, sis102l, sis103l, sis104l, sis105l, sis106l, sis107l, sis108l, sis109l, sis110l, sis111l, sis112l, sis113l, sis114l, sis115l, sis119l, sis120l, sis123l, sis124l, sis300l, sis301l, sis302l, sis303l, sis304l, sis305l, sis306l, sis307l, sis308l, sis309l, sis311l, sis312l, sisdba301l, ss304l, timeline105l, waseqa03l, x110client01, x110client02 + max_check_attempts 1 + is_volatile 1 + active_checks_enabled 0 + notification_options u,c + process_perf_data 0 + flap_detection_enabled 0 + check_command check_nrpe + contact_groups null + contacts Christopher C. Dietrich +} + +define service { + service_description ICMP Ping + use generic-service-active + hostgroup_name Ping + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive +} + +define service { + service_description ICMP Ping + use generic-service-active + hostgroup_name Net, Network and Monitoring + host_name !core-ns NS switch, !gigagate6 151 switch + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive +} + +define service { + service_description ICMP Ping + use generic-service-active + host_name ppsqm, ppvm + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive + contacts nagiosadmin + contact_groups null +} + +define service { + service_description ICMP Ping + hostgroup_name F5 Production Load Balancers, !F5 Production Load Balancer Interfaces + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive + contact_groups null + contacts Networking + use UNIX Production service +} + +define service { + service_description ICMP Ping + hostgroup_name F5 QA Load Balancers + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_alive + contact_groups null + contacts Networking + use UNIX Dev/QA service +} + +define service { + service_description netmgmt_ssh + use generic-service-active + hostgroup_name Netmgmt, !Netmgmt - No SSH + max_check_attempts 12 + normal_check_interval 60 + retry_check_interval 30 + check_command check_ssh +} + +define service { + service_description dns_www_Route53 + use generic-service-active + host_name csg_host + check_command check_dns_udns!www.princeton.edu.!140.180.223.42!152.3.102.149!205.251.199.145!ns-1937.awsdns-50.co.uk!205.251.194.5!ns-517.awsdns-00.net! --server 205.251.197.125 --servername ns-1405.awsdns-47.org --server 205.251.192.92 --servername ns-92.awsdns-11.com + contacts Brian K. Osborne, CISDR, Hajar Niroomand, Jill E. Moraca, John W. Jameson, Joseph M. Karam, Mark Ratliff +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvms13nvr213w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvms14nvr214w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvms1nvr101w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvmsj215w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Edith M. Rzomp +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvmsqa100w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Mark R. Williams +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name spcvmsts214w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts tuccillo +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ss116w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts css-alert +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ssepo224w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts markpe +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ssohdcsp100l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts ohd-sec +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name svconsole200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name svp2vhelper + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tps101w-garage + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ussntadm +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tps201w-garage + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts ussntadm +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name tps202w-garage + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts University Services IT Support +} + +define service { + service_description tsm_sessions_tsm4 + use generic-service + host_name tsm + check_command check_tsm_sessions!tsm4 +} + +define service { + service_description tsm_sessions_tsm2 + use generic-service + host_name tsm + check_command check_tsm_sessions!tsm2 +} + +define service { + service_description tsm_sessions_tsm3 + use generic-service-active + host_name tsm + check_command check_tsm_sessions!tsm3 +} + +define service { + service_description tsm_sessions_tsm1 + use generic-service + host_name tsm + max_check_attempts 3 + normal_check_interval 5 + retry_check_interval 1 + check_command check_tsm_sessions!tsm1 +} + +define service { + service_description tsm_sessions_eistsm207l + use generic-service + host_name tsm + max_check_attempts 3 + normal_check_interval 5 + retry_check_interval 1 + check_command check_tsm_sessions!eistsm207l +} + +define service { + service_description tsm_sessions_tsm5 + use generic-service + host_name tsm + check_command check_tsm_sessions!tsm5 +} + +define service { + service_description tsm_sessions_eistsm208 + use generic-service-active + host_name tsm + check_command check_tsm_sessions!eistsm208 +} + +define service { + service_description tsm_sessions_eistsm210l + use generic-service-active + host_name tsm + check_command check_tsm_sessions!eistsm210l +} + +define service { + service_description cluster_webhead + use generic-service-active + host_name Webhead_Cluster + obsess_over_service 0 + check_freshness 1 + process_perf_data 0 + check_command check_service_cluster!Webhead!$SERVICESTATEID:webhead01:nrpe_unix_agent_status$,$SERVICESTATEID:webhead02:nrpe_unix_agent_status$!-w @1:!-c @2: +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name ufa200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John S. Green III +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name ufa300w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts John S. Green III +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name uhs-bh201w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uhs-bhs200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Judith E. Oakley +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss207w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name uss208w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name uss310l + check_command check_nrpe_disk_all!85!90! + notification_options w,c,r + contacts USS IT +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name wasdocave200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name win05.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name win06.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name winqa03.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_wintest_disk_app + use Windows Dev/QA service + host_name winqa04.aws + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts iam +} + +define service { + service_description nrpe_win_disk_app + use Windows Production service + host_name wws200w + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + notification_options w,c,r + contacts wwscs +} + +define service { + service_description ssh_response + use UNIX Production service + host_name epoxy + check_command check_ssh_response!"Enter PASSCODE:" + contact_groups ESS_8x5 + process_perf_data 0 +} + +define service { + service_description LDAP + use generic-service-active + host_name dumper05, dumper06, ldap, ldap05, ldap06, ldapupdate, newdumper + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_pu!"o=princeton university, c=us"!10!20 + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name sdpldap100l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"o=Princeton University,c=US"!10!20!-p 4388 -D "uid=nagios,o=Princeton University,c=US" -P "$USER7$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name sdpldap100l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"o=Princeton University,c=US"!10!20!-p 4389 -D "uid=nagios,o=Princeton University,c=US" -P "$USER7$" + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name iamduo100w, iamduo101w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"dc=zeta,dc=adtest,dc=princeton,dc=edu"!10!20!-p 389 -D "ZETA\$USER17$" -P "$USER7$" + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name iamduo200w, iamduo201w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"dc=pu,dc=win,dc=princeton,dc=edu"!10!20!-p 389 -D "$USER20$" -P "$USER30$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name ldapproxyqa + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"dc=zeta,dc=adtest,dc=princeton,dc=edu"!10!20!-D "ZETA\$USER17$" -P "$USER7$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name pdom05.pu.win, pdom06.pu.win, pdom07.pu.win, pdom08.pu.win + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"dc=pu,dc=win,dc=princeton,dc=edu"!10!20!-D "$USER20$" -P "$USER30$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name puqa01.zeta.adtest, puqa02.zeta.adtest, puqa05.zeta.adtest, puqa06.zeta.adtest + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"dc=zeta,dc=adtest,dc=princeton,dc=edu"!10!20!-D "$USER33$" -P "$USER34$" + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name dumper05, dumper06, ldap, ldap05, ldap06, newdumper + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl!"o=princeton university, c=us"!10!20 + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name alumni-ldap1, alumni-ldap2, alumni05, alumni06 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"dc=alumni,dc=princeton,dc=edu"!10!20 + contacts Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name alumni-ldap1, alumni-ldap2, alumni05, alumni06 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!"dc=alumni,dc=princeton,dc=edu"!10!20 + contacts Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name sdpovd200l, sdpovd201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!'dc=Princeton,dc=EDU'!10!20!-p 6501 -D 'uid=groundwk,dc=Princeton,dc=EDU' -P '$USER30$' + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAP + use generic-service-active + host_name sdpovd100l, sdpovd101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap!'dc=Princeton,dc=EDU'!10!20!-p 6501 -D 'uid=nagios,dc=Princeton,dc=EDU' -P '$USER7$' + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name ovdprod + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_bind_HOSTALIAS_DN_PASS_BASE!'uid=groundwk,dc=Princeton,dc=EDU'!'$USER30$'!'dc=Princeton,dc=EDU'!10!20 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name qaovd + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_bind_HOSTALIAS_DN_PASS_BASE!'uid=nagios,dc=Princeton,dc=EDU'!'$USER7$'!'dc=Princeton,dc=EDU'!10!20 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name sdpovd200l, sdpovd201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl_novalcert!'dc=Princeton,dc=EDU'!10!20!-p 7501 -D 'uid=groundwk,dc=Princeton,dc=EDU' -P '$USER30$' + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description LDAPS + use generic-service-active + host_name sdpovd100l, sdpovd101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_ldap_ssl_novalcert!'dc=Princeton,dc=EDU'!10!20!-p 7501 -D 'uid=nagios,dc=Princeton,dc=EDU' -P '$USER7$' + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description dsml_lookup + use generic-service-active + host_name dsml + check_command check_dsml!'o=Princeton University,c=US'!uid!esm!Enterprise S Management + contacts Identity and Access Management +} + +define service { + service_description netid_available + use generic-service-active + host_name webservices + check_command check_netid_avail!notarealid!20 + contacts Identity and Access Management +} + +define service { + service_description nrpe_win_VSS + use Windows Production service + hostgroup_name Exchange Mailbox + process_perf_data 0 + check_command check_nrpe_win_vss + contacts John P. Sophy +} + +define service { + service_description DNS + use generic-service + host_name dns1a.aws, dns1c.aws + check_command check_dns_expect!dns1a.aws.princeton.edu!10.21.1.10! -w 6 -c 8 + contacts CISDR +} + +define service { + service_description snmp_unixtest_alive + use UNIX Production service + hostgroup_name TSM Dev/QA + max_check_attempts 3 + retry_check_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_unixtest_active_mem + use UNIX Production service + hostgroup_name TSM Dev/QA + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_agent_status + use UNIX Production service + hostgroup_name TSM Dev/QA + max_check_attempts 3 + retry_check_interval 1 + check_command check_nrpe_agent + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_cpu_system + use UNIX Production service + hostgroup_name TSM Dev/QA + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_cpu_user + use UNIX Production service + hostgroup_name TSM Dev/QA + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_disk_system + use UNIX Production service + hostgroup_name TSM Dev/QA + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unixtest_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS Storage +} + +define service { + service_description snmp_unixtest_disk_system + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90 + contacts nagiosadmin + contact_groups null +} + +define service { + service_description nrpe_unixtest_load + use UNIX Production service + hostgroup_name TSM Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_lxfiles6 + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_mounts + use UNIX Production service + hostgroup_name TSM Dev/QA + notification_options c,r + check_command check_nrpe_mounts + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_proc_tripwire + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_nrpe_process!5!1:! -a tripwire +} + +define service { + service_description nrpe_unixtest_proclist_linux6 + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS Storage +} + +define service { + service_description nrpe_unixtest_swap + use UNIX Production service + hostgroup_name TSM Dev/QA + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS Storage +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + hostgroup_name TSM Dev/QA + check_command check_snmp_nix_memory!95,85!98,90 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts nagiosadmin +} + +define service { + service_description snmp_unix_alive + use UNIX Production service + hostgroup_name TSM Production + max_check_attempts 3 + retry_check_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name TSM Production + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS Storage +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production service + hostgroup_name TSM Production + max_check_attempts 3 + retry_check_interval 1 + check_command check_nrpe_agent + contacts ESS Storage +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + hostgroup_name TSM Production + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS Storage +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + hostgroup_name TSM Production + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts ESS Storage +} + +define service { + service_description nrpe_unix_disk_app_tsm + use UNIX Production service + host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l, eistsm211l, ims211 + check_command check_nrpe_disk_by_class!tsm + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + hostgroup_name TSM Production + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS Storage +} + +define service { + service_description snmp_unix_disk_system + use UNIX Production service + hostgroup_name TSM Production + check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90 + contacts nagiosadmin + contact_groups null +} + +define service { + service_description nrpe_unix_load + use UNIX Production service + hostgroup_name TSM Production + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts ESS Storage +} + +define service { + service_description nrpe_unix_lxfiles6 + use UNIX Production service + host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_mounts + use UNIX Production service + hostgroup_name TSM Production + notification_options c,r + check_command check_nrpe_mounts + contacts ESS Storage +} + +define service { + service_description nrpe_unix_proc_dsmserv + use UNIX Production service + hostgroup_name TSM Production + host_name !eistsm200l, !eistsm208l + check_command check_nrpe_proclist!dsmserv + contacts ESS Storage + contact_groups TSM, TSM Page +} + +define service { + service_description snmp_unix_proc_dsmserv + use UNIX Production service + host_name eistsm208l + check_command check_snmp_process!^.*dsmserv!1,2!0 + notification_options w,c,r + contacts ESS Storage + contact_groups TSM, TSM Page +} + +define service { + service_description nrpe_unix_proc_tripwire + use UNIX Production service + hostgroup_name TSM Production + check_command check_nrpe_process!5!1:! -a tripwire +} + +define service { + service_description nrpe_unix_proclist_linux6 + use UNIX Production service + host_name eistsm206l, eistsm207l, eistsm208l, eistsm210l + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS Storage +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name TSM Production + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS Storage +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + hostgroup_name TSM Production + check_command check_snmp_nix_memory!95,85!98,90 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts nagiosadmin +} + +define service { + service_description nrpe_unixtest_agent_status + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA + max_check_attempts 3 + retry_check_interval 3 + check_freshness 1 + freshness_threshold 1220 + check_command check_nrpe_agent + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_active_mem + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_cpu_system + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description nrpe_unixtest_cpu_user + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unixtest_load + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !32bit Linux, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unixtest_disk_system + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, Linux DevQA - no SNMP, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + check_command check_nrpe_disk_by_class!system + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_swap + use UNIX Dev/QA service + hostgroup_name Linux DevQA - no SNMP, !Oracle Exadata Dev/QA, !TSM Dev/QA, !Exceptions + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proclist_linux + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL5, !CPanel Dev/QA + host_name !harris + check_command check_nrpe_proclist!crond,nscd,ntpd,portmap,sendmail,snmpd,sshd,syslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proc_tripwire + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA + check_command check_nrpe_process!5!1:! -a tripwire -t 30 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proclist_linux + use UNIX Dev/QA service + host_name harris + check_command check_nrpe_proclist!crond,nscd,ntpd,portmap,sendmail,snmpd,sshd,syslogd,xinetd + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proclist_linux6 + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL6, !Oracle Exadata Dev/QA, !TSM Dev/QA + host_name !cses01, !csglists300l + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_proclist_linux6 + use UNIX Dev/QA service + host_name cses01, csglists300l + check_command check_nrpe_proclist!crond,nscd,ntpd,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_lxfiles + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL5, !CPanel Dev/QA + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_lxfiles6 + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL6, !Oracle Exadata Dev/QA, !TSM Dev/QA + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_log_nfs_failure + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA OEL6, !Oracle Exadata Dev/QA, !TSM Dev/QA + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + # check_command check_nrpe_very_generic! -p $USER10$! -t $USER3$! -H eis222l! -c check_log3! -a /logs/today/$HOSTNAME$/messages!'kernel:.+nfs'!' -s /tmp/nagios_check_log_nfs_failure_$HOSTNAME$ -i -c 1 -a -Q --missing=OK --show-filename' + check_command check_nrpe_very_generic! -p $USER10$! -t $USER3$! -H eis222l! -c check_log3! -a /logs/today/$HOSTNAME$/messages!'kernel:.+nfs.+not.+responding'!' -s /tmp/nagios_check_log_nfs_failure_$HOSTNAME$ -i -c 1 -a -Q --missing=OK --show-filename' + contacts ESS Storage +} + +define service { + service_description snmp_unixtest_alive + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Linux DevQA - no SNMP, !TSM Dev/QA + max_check_attempts 3 + retry_check_interval 3 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description snmp_unixtest_disk_app_dba + use UNIX Dev/QA service + hostgroup_name DBA UNIX Dev/QA + check_command check_snmp_disk!^/(apps|appware|grid|psapp|ora.*|oem|pshrsa.*|redo.*|u01)$!90!95 + contacts DBA Important List +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name asoar301l + check_command check_snmp_disk!^/oar$!85!95 + contacts Open Access Repository +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name hoover1 + check_command check_snmp_disk!^/(var/local/software|data)$!75!85 + contacts Networking +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name ais101l, ais302l + check_command check_snmp_disk!^/aislocal$!70!85 + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ais111l + check_command check_nrpe_disk_by_class!AIScustomapps + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name ais310l, ais311l + check_command check_snmp_disk!^/(pafiles|weblogic|tomcat|middleware)!85!95 + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name ele303l, ele304l + check_command check_snmp_disk!^/usr/local/ele$!80!95 + contacts Philip Fugate +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name sdpldap100l, sdpldap101l + check_command check_snmp_disk!^/var/ldap$!70!85 + contacts Identity and Access Management +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name sdpprox100l, sdpprox101l, sdpprox300l, sdpprox301l + check_command check_snmp_disk!^/puaccess$!70!85 + contacts Identity and Access Management +} + +define service { + service_description nrpe_unixtest_om + use UNIX Dev/QA service + hostgroup_name Physical Dev/QA Linux + check_command check_nrpe_om + contacts ESS UNIX List +} + +define service { + service_description nrpe_unixtest_multipath + use UNIX Dev/QA service + host_name eis319l + check_command check_nrpe_multipath!2!2 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description nrpe_unixtest_mounts + use UNIX Dev/QA service + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Oracle Exadata Dev/QA, !TSM Dev/QA + check_command check_nrpe_mounts + contact_groups null + contacts Christopher Dietrich +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw302l, aisiw303l + check_command check_nrpe_disk_by_class!cedar + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name aisiw341l + check_command check_nrpe_disk_by_class!oas + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unixtest_disk_app_cisdr + use UNIX Dev/QA service + host_name updatespace + check_command check_nrpe_disk_by_class!cisdr + notification_options w,c,r + contact_groups null + contacts DSP Admins +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name cisdr103l + check_command check_nrpe_disk_by_class!dspace + notification_options w,c,r + contact_groups null + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app_ora + use UNIX Dev/QA service + hostgroup_name DBA UNIX Dev/QA + host_name !eisdba303l + check_command check_nrpe_disk_by_class!dbas + notification_options w,c,r + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app_ora + use UNIX Dev/QA service + host_name eis176l, eis368l + check_command check_nrpe_disk_by_class!Tools855_AppSvrs_2 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app_ora + use UNIX Dev/QA service + host_name eis178l, eis369l + check_command check_nrpe_disk_by_class!Tools855_Weblogic_2 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description nrpe_unixtest_disk_app_cisdr + use UNIX Dev/QA service + host_name csgtools300l + check_command check_nrpe_disk_by_class!csg + notification_options w,c,r + contacts CISDR, CSG OnCall +} + +define service { + service_description nrpe_unixtest_disk_app_cisdr + use UNIX Dev/QA service + host_name cisdrroxen100l, cisdrroxen101l, iamroxen301l + check_command check_nrpe_disk_by_class!csg + notification_options w,c,r + contacts OIT CSG Reports +} + +define service { + service_description nrpe_unixtest_disk_app_iam + use UNIX Dev/QA service + host_name iamxythos100l, iamxythos101l, iamxythos300l, iamxythos301l + check_command check_nrpe_disk_by_class!iam + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app_cisdr + use UNIX Dev/QA service + host_name cisdrswh100l, cisdrswh300l + check_command check_nrpe_disk_by_class!cisdr + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unixtest_disk_app_bb + use UNIX Dev/QA service + host_name asbb106l + check_command check_nrpe_disk_by_class!bb + notification_options w,c,r + contacts Kim Y. Huang +} + +define service { + service_description nrpe_unixtest_disk_app_etc + use UNIX Dev/QA service + host_name asweb100l, asweb300l + check_command check_nrpe_disk_by_class!etc + notification_options w,c,r + contacts ATS System Administration +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name eisoid101l, eisoid102l + check_command check_snmp_disk!^/var$!85!95 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name prson-proj-dev + check_command check_snmp_disk!^/usr/local/prson$!85!95 + notification_options w,c,r + contacts PRSON PROJ, Diana I. Tamir - dit2 +} + +define service { + service_description snmp_unixtest_disk_app + use UNIX Dev/QA service + host_name timeline101l, timeline102l, timeline103l, timeline104l, timeline301l, timeline302l + check_command check_snmp_disk!^/usr/local/apps$!85!95 + notification_options w,c,r + contacts Timeline +} + +define service { + service_description nrpe_unixtest_disk_app_molbio + use UNIX Dev/QA service + host_name mol100l, mol101l, mol103l, mol300l, mol301l + check_command check_nrpe_disk_by_class!molbio + notification_options w,c,r + contact_groups null + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_unixtest_disk_app_iam + use UNIX Dev/QA service + host_name iamprox100l, iamprox101l, iamprox102l, iamprox300l, iamprox301l + check_command check_nrpe_disk_by_class!iam + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_unixtest_disk_app_sdp + use UNIX Dev/QA service + host_name qaprov01, sdpoam100l, sdpoam101l, sdpobi100l, sdpohs100l, sdpohs101l, sdpovd100l, sdpovd101l, sdpprox100l, sdpprox101l, sdpprox300l, sdpprox301l, sdppua300l, sdppua301l + check_command check_nrpe_disk_by_class!sdp + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_unixtest_disk_app_maestro + use UNIX Dev/QA service + hostgroup_name Maestro Dev/QA + check_command check_nrpe_disk_by_class!maestro + notification_options w,c,r + contacts ESS Storage +} + +define service { + service_description snmp_unixtest_OpenManage + use UNIX Dev/QA service + hostgroup_name Physical Dev/QA Linux + max_check_attempts 5 + retry_check_interval 5 + notification_interval 43200 + notification_options c + check_command check_snmp_openmanage_new + contacts ESS Ops +} + +define service { + service_description nrpe_unixtest_disk_app_sws + use UNIX Dev/QA service + host_name ss100l + check_command check_nrpe_disk_by_class!sws + notification_options w,c,r + contact_groups null + contacts Mark J. Pellecchia, Thomas J. Francais +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name ims316, ims317, ims318, ims319, ims320, ims321 + check_command check_nrpe_disk_by_class!ims + notification_options w,c,r + contacts Networking +} + +define service { + service_description nrpe_unixtest_disk_app + use UNIX Dev/QA service + host_name mon302l, mon303l + check_command check_nrpe_disk_by_class!networking + notification_options w,c,r + contacts Networking +} + +define service { + service_description snmp_unix_alive + use UNIX Production service + hostgroup_name Linux Prod, SIEM, Solaris, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !Linux Prod - no SNMP + host_name ims204 + max_check_attempts 3 + retry_check_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description snmp_unix_alive + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + max_check_attempts 3 + retry_check_interval 2 + notification_options u,c,r + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, Solaris, !TSM Production + max_check_attempts 3 + retry_check_interval 1 + check_command check_nrpe_agent + contacts ESS Page, ESS UNIX List +} + +define service { + service_description nrpe_unix_agent_status + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + max_check_attempts 3 + retry_check_interval 1 + check_command check_nrpe_agent + contacts ESS Page +} + +define service { + service_description nrpe_unix_cpu + use UNIX Production service + hostgroup_name Solaris + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu!50!70!2!1 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !PUaccess, !Exceptions + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !PUaccess, !Exceptions + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production service + hostgroup_name PUaccess + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70 + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_load + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !32bit Linux, !TSM Production, !Exceptions + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production service + hostgroup_name PUaccess + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts Identity and Access Management +} + +define service { + service_description nrpe_unix_cpu_system + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_system!70:80!50:70!85:90 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description nrpe_unix_cpu_user + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 10 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_cpu_user!85:90 + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unix_load + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_load!2,2.3,2.7!4,4.5,5!" -r " + contacts nobody + contact_groups null +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !PUaccess, !Exceptions + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production service + hostgroup_name PUaccess + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_active_mem + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options c,r + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_active_mem!90!95 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, Solaris, !TSM Production, !PUaccess, !Exceptions + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_swap + use UNIX Production service + hostgroup_name PUaccess + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_swap + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_swap!20!10 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_mounts + use UNIX Production service + hostgroup_name Linux Prod, Solaris, !CPanel Prod, !Oracle Exadata, !PUaccess, !TSM Production + notification_options c,r + check_command check_nrpe_mounts + contact_groups null + contacts Christopher Dietrich +} + +define service { + service_description nrpe_unix_mounts + use UNIX Production service + hostgroup_name PUaccess + notification_options c,r + check_command check_nrpe_mounts + contact_groups null + contacts Christopher Dietrich, Identity and Access Management +} + +define service { + service_description nrpe_unix_log_nfs_failure + use UNIX Production service + hostgroup_name Linux Prod + max_check_attempts 1 + normal_check_interval 10 + is_volatile 1 + notification_options w,c + check_command check_nrpe_very_generic! -p $USER10$! -t $USER3$! -H eis222l! -c check_log3! -a /logs/today/$HOSTNAME$/messages!'kernel:.+nfs.+not.+responding'!' -s /tmp/nagios_check_log_nfs_failure_$HOSTNAME$ -i -c 1 -a -Q --missing=OK --show-filename' + contacts ESS Storage +} + +define service { + service_description snmp_unix_load + use UNIX Production service + hostgroup_name SIEM + host_name !esm, !receiver01, !receiver02, !receiver03 + check_command check_snmp_load!4,4.5,5!6,6.5,7! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_unix_load + use UNIX Production service + host_name esm + check_command check_snmp_load!10,10.5,11!12,12.5,13! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_unix_load + use UNIX Production service + host_name receiver01, receiver02, !receiver03 + check_command check_snmp_load!8,8.5,9!10,10.5,11! -T netsl + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + hostgroup_name SIEM + host_name !esm, !receiver01, !receiver02, !receiver03 + check_command check_snmp_nix_memory!95,85!98,90 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + host_name esm, receiver01, receiver02, receiver03 + check_command check_snmp_nix_memory!60,0!80,0 + notification_options w,c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Eric Burd, Igor V. Gubenko, Ruth D. Gittens +} + +define service { + service_description snmp_linux_mem + use UNIX Production service + hostgroup_name PUaccess + check_command check_snmp_nix_memory!95,85!98,90 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + contact_groups null + contacts Identity and Access Management +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + hostgroup_name Linux Prod, !Oracle Exadata, !Prod 8x5 Linux, !CPanel Prod, !TSM Production, !Exceptions + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production service + hostgroup_name Solaris + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS Page +} + +define service { + service_description nrpe_unix_disk_system + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options u,c,r + action_url /graphs/cgi-bin/label_graph.cgi?host=$HOSTNAME$&service=nrpe_unix_disk_system + check_command check_nrpe_disk_by_class!system + contacts ESS UNIX List +} + +define service { + service_description snmp_unix_disk_system + use UNIX Production service + hostgroup_name PUaccess + check_command check_snmp_disk!^/(|boot|tmp|usr(|/local)|var(|/local)|home)$!85!90 + contacts Identity and Access Management + contact_groups null +} + +define service { + service_description snmp_unix_disk + use UNIX Production service + hostgroup_name SIEM + host_name !esm, !receiver01, !receiver02, !receiver03, !siem-elm + check_command check_snmp_disk!^.*$!80!90 + notification_options w,c,r + contacts Dean Plante, Networking +} + +define service { + service_description snmp_unix_disk + use UNIX Production service + host_name esm, siem-elm + check_command check_snmp_disk!^.*$!90!95 + notification_options w,c,r + contacts Dean Plante, Networking +} + +define service { + service_description snmp_unix_disk + use UNIX Production service + host_name receiver01, receiver02, receiver03 + check_command check_snmp_disk!^.*$!65!85 + notification_options w,c,r + contacts Dean Plante, Networking +} + +define service { + service_description nrpe_unix_lxfiles + use UNIX Production service + hostgroup_name Linux Prod OEL5, !Prod 8x5 Linux, !CPanel Prod, !PUaccess, !TSM Production + host_name !raas03 + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_lxfiles + use UNIX Production service + host_name raas03 + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_lxfiles + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options u,c,r + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/syslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_lxfiles6 + use UNIX Production service + hostgroup_name Linux Prod OEL6, !Oracle Exadata, !PUaccess, !TSM Production + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_lxfiles6 + use UNIX Production service + hostgroup_name PUaccess + check_command check_nrpe_unix_lxfiles!-c!/etc/fstab,/etc/group,/etc/hosts,/etc/hosts.allow,/etc/passwd,/etc/rsyslog.conf + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_proclist_linux + use UNIX Production service + hostgroup_name Linux Prod OEL5, !Prod 8x5 Linux, !CPanel Prod, !PUaccess, !TSM Production + host_name !raas03 + check_command check_nrpe_proclist!crond,nscd,ntpd,portmap,sendmail,snmpd,sshd,syslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proc_tripwire + use UNIX Production service + hostgroup_name Linux Prod, !Prod 8x5 Linux, !CPanel Prod, !Oracle Exadata, !PUaccess, !TSM Production + host_name !raas03 + check_command check_nrpe_process!5!1:! -a tripwire -t 30 + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_linux + use UNIX Production service + host_name raas03 + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_linux + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + notification_options u,c,r + check_command check_nrpe_proclist!crond,nscd,ntpd,portmap,sendmail,snmpd,sshd,syslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proc_tripwire + use UNIX Production 8x5 service + hostgroup_name Prod 8x5 Linux, !Ping + check_command check_nrpe_process!5!1:! -a tripwire + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_linux6 + use UNIX Production service + hostgroup_name Linux Prod OEL6, !Oracle Exadata, !Prod 8x5 Linux, !PUaccess, !TSM Production + host_name !csglists200l + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_linux6 + use UNIX Production service + hostgroup_name PUaccess + check_command check_nrpe_proclist!crond,nscd,ntpd,sendmail,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List, Identity and Access Management +} + +define service { + service_description nrpe_unix_proclist_linux6 + use UNIX Production service + host_name csglists200l + check_command check_nrpe_proclist!crond,nscd,ntpd,snmpd,sshd,rsyslogd,xinetd,ypbind + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_proclist_lsv + use UNIX Production service + host_name csglists200l + check_command check_nrpe_proclist!lsv + contacts CISDR +} + +define service { + service_description nrpe_unix_asm_disk + use UNIX Production service + host_name eis208l + check_command check_nrpe_asm_disk!85!95 + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name iamxythos200l, iamxythos201l, oaamx201l, oaamx202l + check_command check_nrpe_disk_by_class!iam + notification_options w,c,r + contacts CISDR +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name cisdr202l, cisdr204l + check_command check_nrpe_disk_by_class!dspace + notification_options w,c,r + contacts CISDR +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name asoar201l + check_command check_snmp_disk!^/oar$!85!95 + contacts CISDR +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name aisiw207l, aisiw208l + check_command check_nrpe_disk_by_class!monocle + notification_options w,c,r + contacts monocle +} + +define service { + service_description nrpe_unix_disk_app_ora + use UNIX Production service + hostgroup_name DBA UNIX Prod + check_command check_nrpe_disk_by_class!dbas + notification_options w,c,r + contact_groups null + contacts DBA Important List +} + +define service { + service_description nrpe_unix_disk_app_aas-l + use UNIX Production service + host_name isserv215, isserv216 + notification_options w,c,r + check_command check_nrpe_disk_by_class!aas-l + contacts DBA Important List, AIS ERP List +} + +define service { + service_description nrpe_unix_disk_app_amu + use UNIX Production service + host_name amu203l + check_command check_nrpe_disk_by_class!amu + contact_groups null + contacts Janet M. Strohl-Morgan +} + +define service { + service_description nrpe_unix_disk_app_bb + use UNIX Production service + host_name asbb208l + check_command check_nrpe_disk_by_class!bb + notification_options w,c,r + contact_groups null + contacts Kim Y. Huang +} + +define service { + service_description nrpe_unix_disk_app_molbio + use UNIX Production service + host_name mol201l,mol203l + check_command check_nrpe_disk_by_class!molbio + notification_options w,c,r + contact_groups null + contacts Matthew H. Cahn +} + +define service { + service_description nrpe_unix_disk_app_sdp + use UNIX Production service + host_name prov01, sdpoam200l, sdpoam201l, sdpobi200l, sdpohs200l, sdpohs201l, sdpovd200l, sdpovd201l, sdpprox200l, sdpprox201l + check_command check_nrpe_disk_by_class!sdp + notification_options w,c,r + contacts Identity and Access Management +} + +define service { + service_description nrpe_unix_disk_app_maestro + use UNIX Production service + hostgroup_name Maestro + check_command check_nrpe_disk_by_class!maestro + notification_options w,c,r + contacts ESS Storage, Martin Pager +} + +define service { + service_description nrpe_unix_disk_app_cisdr + use UNIX Production service + host_name csgsmtp202l, csgsmtp203l + check_command check_nrpe_disk_by_class!csg + notification_options w,c,r + contacts CISDR, CSG OnCall +} + +define service { + service_description nrpe_unix_disk_app_cisdr + use UNIX Production service + host_name cisdrroxen200l, cisdrroxen201l, cisdrroxen202l, cisdrroxen203l, cisdrroxen204l, cisdrroxen205l + check_command check_nrpe_disk_by_class!csg + notification_options w,c,r + contacts OIT CSG Reports +} + +define service { + service_description nrpe_unix_disk_app_cisdr + use UNIX Production service + host_name cisdrswh200l, cisdrswh201l + check_command check_nrpe_disk_by_class!cisdr + notification_options w,c,r + contacts CISDR, CSG OnCall +} + +define service { + service_description nrpe_unix_disk_app_sws + use UNIX Production service + host_name ss200l, ss209l + check_command check_nrpe_disk_by_class!sws + notification_options w,c,r + contacts Mark J. Pellecchia, Thomas J. Francais +} + +define service { + service_description nrpe_unix_disk_app_etc + use UNIX Production service + host_name asetc206l, asweb200l + check_command check_nrpe_disk_by_class!etc + notification_options w,c,r + contact_groups null + contacts ATS System Administration +} + +define service { + service_description nrpe_unix_disk_app_ims + use UNIX Production service + host_name ims204, ims205, ims218, ims219, ims220, ims221, ims222, ims223, ims224, ims225, ims314, ims315 + check_command check_nrpe_disk_by_class!ims + notification_options w,c,r + contacts Networking, Igor Pager +} + +define service { + service_description nrpe_unix_disk_logs + use UNIX Production service + host_name eis222l + check_command check_nrpe_disk!85!90!/logs + notification_options w,c,r + contacts ESS UNIX List +} + +define service { + service_description snmp_unix_disk_app_aislocal + use UNIX Production service + host_name ais204l + check_command check_snmp_disk!^/aislocal$!85!90 + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description nrpe_unix_disk_app + use UNIX Production service + host_name ais211l + check_command check_nrpe_disk_by_class!AIScustomapps + notification_options w,c,r + contacts AIS Mon CustomApps +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name eisoid201l, eisoid202l, eisoid203l + check_command check_snmp_disk!^/var$!85!95 + notification_options w,c,r + contacts DBA Important List +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name iso200l-rencif + check_command check_snmp_disk!^/usr/local/security$!85!95 + notification_options w,c,r + contacts Dean Plante, Eric Burd, Igor V. Gubenko +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name prson-proj-prod + check_command check_snmp_disk!^/usr/local/prson$!85!95 + notification_options w,c,r + contacts PRSON PROJ, Diana I. Tamir - dit2 +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name mol200l + check_command check_snmp_fixed_storage!^/web$!85!90 + notification_options w,c,r + contacts Matthew H. Cahn +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name mon204l, mon205l + check_command check_snmp_disk!^/usr/local/monitoring$!70!85 + contacts Networking +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name net200l-config + check_command check_snmp_disk!^/manageengine$!70!85 + contacts Networking +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name sdpldap200l, sdpldap201l + check_command check_snmp_disk!^/var/ldap$!70!85 + contacts Identity and Access Management +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name sentinel + check_command check_snmp_disk!^/(data|opt)$!85!95 + contacts Networking +} + +define service { + service_description snmp_unix_disk_app + use UNIX Production service + host_name timeline201l, timeline202l, timeline203l, timeline204l, timeline205l + check_command check_snmp_disk!^/usr/local/apps$!85!95 + notification_options w,c,r + contacts Timeline +} + +define service { + service_description snmp_unix_disk_app_var + use UNIX Production service + host_name csglists200l + check_command check_snmp_disk!^/var$!85!95 + contacts CSG Page, ESS Page +} + +define service { + service_description nrpe_unix_om + use UNIX Production service + hostgroup_name Physical Prod Linux + check_command check_nrpe_om + contacts ESS UNIX List +} + +define service { + service_description nrpe_unix_multipath + use UNIX Production service + host_name eis208l + check_command check_nrpe_multipath!2!2 + contacts ESS UNIX List + contact_groups null +} + +define service { + service_description snmp_unix_OpenManage + use UNIX Production service + hostgroup_name Physical Prod Linux + max_check_attempts 5 + retry_check_interval 5 + notification_interval 43200 + notification_options c + check_command check_snmp_openmanage_new + contacts ESS Ops +} + +define service { + service_description trap + use SNMP trap + hostgroup_name SIEM + contacts epm-list +} + +define service { + service_description trap + use SNMP trap + hostgroup_name Firewalls + contacts John Shorey +} + +define service { + service_description http + use generic-service + host_name cisdrswh200l, cisdrswh201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http!6!8 + contacts CISDR, Dwight D. Bashore +} + +define service { + service_description http + use generic-service + host_name egn-dome-wwwinterface + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http!6!8 + check_period EGN Dome WWWInterface + notification_period EGN Dome WWWInterface + contacts Gregory S. Paczkowski, Joseph M. Karam +} + +define service { + service_description http + use generic-service + host_name tools + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http!6!8 + contacts Identity and Access Management +} + +define service { + service_description http + use generic-service + host_name net200l-config + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!6060 + contacts Networking +} + +define service { + service_description https + use generic-service + host_name eisnet200l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8 + contacts Networking +} + +define service { + service_description https + use generic-service + host_name sdptools200w, tools + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8!-N + contacts Identity and Access Management +} + +define service { + service_description http_dropbox.com + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!dropbox.com!6!8 + contacts Networking +} + +define service { + service_description http_www.mccarter.org + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!www.mccarter.org!6!8 + contacts dummy +} + +define service { + service_description https_www.mccarter.org + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!www.mccarter.org!6!8 + contacts dummy +} + +define service { + service_description https_Exchange_EWS + use generic-service + host_name csgcas204w, csgcas205w, csgcas206w, csgcas207w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_auth!ntlm!https://$HOSTALIAS$/ews/exchange.asmx!PRINCETON%groundwk!$USER30$!xmlns:t="http://schemas.microsoft.com + contacts CISDR +} + +define service { + service_description https_owa_Exchange_EWS + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_auth!ntlm!https://owa.Princeton.EDU/ews/exchange.asmx!PRINCETON%groundwk!$USER30$!xmlns:t="http://schemas.microsoft.com + contacts CISDR +} + +define service { + service_description https_careers + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!careers.Princeton.EDU!6!8 + contacts Networking +} + +define service { + service_description https_campaignvolunteers + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!campaignvolunteers.princeton.edu!/!6!8! -f "follow" + contacts Dev Web Monitor +} + +define service { + service_description https_job_search + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!main-princeton.icims.com!6!8 + contacts Networking +} + +define service { + service_description https_Service-Now + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!princeton.service-now.com!/!6!8 + contacts Networking +} + +define service { + service_description https_secure.ohmcentral.com + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!secure.ohmcentral.com!/!6!8 + contacts David Rinker +} + +define service { + service_description https_shibboleth_qa + use generic-service + host_name idpqa, iamshib102w.aws, iamshib103w.aws + check_command check_https_url!$HOSTALIAS$!/idp/shibboleth!6!8! -s "https://idpqa.princeton.edu/idp/shibboleth" + contacts Identity and Access Management +} + +define service { + service_description https_shib_qa_status + use generic-service + host_name idpqa, iamshib102w.aws, iamshib103w.aws + check_command check_https_url!$HOSTALIAS$!/idp/profile/status!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_idpqa_elb.125_status + use generic-service + host_name idpqa + check_command check_https_url_idpqa_125!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_idpqa_elb.83_status + use generic-service + host_name idpqa + check_command check_https_url_idpqa_83!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_shibboleth + use generic-service + host_name idp, iamshib202w.aws, iamshib203w.aws + check_command check_https_url!$HOSTALIAS$!/idp/shibboleth!6!8! -s "https://idpqa.princeton.edu/idp/shibboleth" + contacts Identity and Access Management +} + +define service { + service_description https_shib_status + use generic-service + host_name idp, iamshib202w.aws, iamshib203w.aws + check_command check_https_url!$HOSTALIAS$!/idp/profile/status!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_idp_elb.95_status + use generic-service + host_name idp + check_command check_https_url_idp_95!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_idp_elb.168_status + use generic-service + host_name idp + check_command check_https_url_idp_168!6!8! -s "DataConnector myLDAP: has never failed" + contacts Identity and Access Management +} + +define service { + service_description https_status + use generic-service + host_name iamshib200w, iamshib201w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!$HOSTALIAS$!/idp/profile/status!6!8! -s "last reload attempt" + contacts Identity and Access Management +} + +define service { + service_description http_aisfe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!aisfe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_aisfe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!aisfe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_aisfe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!aisfe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_aisfe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!aisfe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_alumnife05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumnife05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_alumnife06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumnife06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_alumnife07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumnife07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_alumnife08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumnife08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptafe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptafe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptafe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptafe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptafe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptafe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptafe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptafe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbfe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbfe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbfe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbfe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbfe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbfe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbfe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbfe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_financefe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!financefe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_financefe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!financefe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_financefe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!financefe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_financefe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!financefe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_upc + use generic-service + host_name aisupc202w, aisupc203w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!$HOSTNAME$.princeton.edu!/upc/pubcal/release.html!6!8 +} + +define service { + service_description http_registrarfe05 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!registrarfe05.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_registrarfe06 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!registrarfe06.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_registrarfe07 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!registrarfe07.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_registrarfe08 + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!registrarfe08.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_8001 + use generic-service + host_name sdpoam200l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!$HOSTNAME$.Princeton.EDU!/OAAMUtilityWeb/CreateUser!6!8! -p 8001 + contacts Identity and Access Management +} + +define service { + service_description https_4443 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8!-N -p 4443 -f "follow" + contacts Identity and Access Management +} + +define service { + service_description https_4444 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8!-N -p 4444 -f "follow" + contacts Identity and Access Management +} + +define service { + service_description https_4450 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8!-N -p 4444 -f "follow" + contacts Identity and Access Management +} + +define service { + service_description https_4446 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!4446 + contacts Identity and Access Management +} + +define service { + service_description https_4447 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!4447 + contacts Identity and Access Management +} + +define service { + service_description https_4448 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!4448 + contacts Identity and Access Management +} + +define service { + service_description https_4449 + use generic-service + host_name iamprox100l, iamprox101l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_port!6!8!4449 + contacts Identity and Access Management +} + +define service { + service_description http_www-dept-edit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!www-dept-edit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description http_deptbedit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptbedit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_https_ShoppingCart + use generic-service + host_name dascrl200w + max_check_attempts 3 + normal_check_interval 1 + retry_check_interval 1 + check_command check_https_ShoppingCart + contacts CRL List +} + +define service { + service_description http_agchallenge + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!agchallenge.princeton.edu!6!8 + contacts Dev Web Monitor +} + +define service { + service_description http_classics + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!classics.princeton.edu!6!8 + contacts Classics Web +} + +define service { + service_description http_cpanel-das-prod-oitcpanel + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!cpanel-das-prod-oitcpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_cpanel-das-qa-oitcpanel + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!cpanel-das-qa-oitcpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_ohdcpanl_deptcpanel_reclaim_prod + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!ohdcpanl.deptcpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_ohdcpanl_cpaneldev_reclaim_dev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!ohdcpanl.cpaneldev.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Open Access Repository +} + +define service { + service_description http_ohdcpanl_mycpanel2_reclaim_personal + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!ohdcpanl.mycpanel2.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_ohdcpanl-oitwasprod + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!ohdcpanl.oitwasprod.princeton.edu!/showstatus.php!6!8! -s "PHP and MySQL are working properly" + contacts CISDR +} + +define service { + service_description http_oar + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar.princeton.edu!/!6!8! + contacts CISDR +} + +define service { + service_description http_oar_rt4ds + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar.princeton.edu!/rt4ds/repository!8!12! -N + contacts CISDR +} + +define service { + service_description http_oar-dev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar-dev.princeton.edu!/!6!8! + contacts Open Access Repository +} + +define service { + service_description http_oar-dev_rt4ds + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar-dev.princeton.edu!/rt4ds/repository!8!12! -s "Repository Item" + contacts Open Access Repository +} + +define service { + service_description http_thesis-central + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!thesis-central.princeton.edu!/!6!8! -s "Thesis Central" + contacts CISDR +} + +define service { + service_description http_thesis-central-firefox-navigation + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_thesis_central!thesis-central.princeton.edu!groundwk!$USER30$ + contacts Thesis Central +} + +define service { + service_description http_thesis-central-qa.aws + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!thesis-central-qa.aws.princeton.edu!/!6!8! -s "Thesis Central" + contacts Thesis Central +} + +define service { + service_description http_thesis-central-qa.aws-firefox-navigation + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_thesis_central!thesis-central-qa.aws.princeton.edu!groundwk!$USER30$ + contacts Thesis Central +} + +define service { + service_description http_oitcpanel.cpaneldev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oitcpanel.cpaneldev.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_oitcpanel.deptcpanel + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oitcpanel.deptcpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_oitcpanel.mycpanel + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oitcpanel.mycpanel.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description http_oitcpanel.mycpanel2 + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oitcpanel.mycpanel2.princeton.edu!/showmysqlstatus.php!6!8! -s "DBConnection=Yes" + contacts Cpanel Admins +} + +define service { + service_description https_idpstatus + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!idp.princeton.edu!/idp/profile/status!6!8! -s "idp_version: 3.2.1" + contacts Identity and Access Management +} + +define service { + service_description webcheck_http_simple_giving + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!giving.princeton.edu!6!8 + contacts Kathleen D. Haney, Kathy Haney Pager, Nicholas DiPietro +} + +define service { + service_description http_idm + use Windows Production service + host_name prov01 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!idm.princeton.edu!/xlWebApp!6!8! -p 7001 -s "Oracle Identity Manager" + contacts Identity and Access Management +} + +define service { + service_description https_idm + use Windows Production service + host_name prov01 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url-tlsv1!idm.princeton.edu!/xlWebApp!6!8! -s "Oracle Identity Manager" -p 8443 + contacts Identity and Access Management +} + +define service { + service_description http_rms + use generic-service + host_name Webcheck_host + check_command check_http_www_rms + event_handler sdpalc200w_restart + contacts Identity and Access Management +} + +define service { + service_description webcheck_https_ntlm_homepageSamplePhoto + use generic-service + host_name csg_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!ntlm.princeton.edu!/_layouts/images/homepageSamplePhoto.jpg!6!8 + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_ntlm_logoPU.png + use generic-service + host_name csg_host + check_command check_https_auth!ntlm!https://ntlm.princeton.edu/nagios/SiteAssets/SitePages/Home/logoPU.png!PRINCETON%groundwk!$USER30$ + contacts Sharepoint Admin +} + +define service { + service_description webcheck_https_owa_csgcas205w + use generic-service-active + host_name csg_host + max_check_attempts 5 + normal_check_interval 10 + retry_check_interval 5 + check_command check_owa!https://csgcas205w.princeton.edu!csgtst04 + contacts CISDR +} + +define service { + service_description webcheck_https_owa_csgcas204w + use generic-service-active + host_name csg_host + max_check_attempts 5 + normal_check_interval 10 + retry_check_interval 5 + check_command check_owa!https://csgcas204w.princeton.edu!csgtst05 + contacts CISDR +} + +define service { + service_description webcheck_https_owa + use generic-service-active + host_name csg_host + normal_check_interval 10 + retry_check_interval 5 + check_command check_owa!https://owa.princeton.edu!csgtst06 + contacts CISDR +} + +define service { + service_description webcheck_https_owa_csgcas207w + use generic-service-active + host_name csg_host + max_check_attempts 5 + normal_check_interval 10 + retry_check_interval 5 + check_command check_owa!https://csgcas207w.princeton.edu!csgtst06 + contacts CISDR +} + +define service { + service_description webcheck_https_owa_csgcas206w + use generic-service-active + host_name csg_host + max_check_attempts 5 + normal_check_interval 10 + retry_check_interval 5 + check_command check_owa!https://csgcas206w.princeton.edu!csgtst03 + contacts CISDR +} + +define service { + service_description http_princeton.edu + use generic-service + host_name csg_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!www.princeton.edu!6!8 + contacts Joseph M. Karam +} + +define service { + service_description webcheck_http_simple_volunteer + use generic-service + host_name csg_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!volunteer.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_http_simple_alumni + use generic-service + host_name csg_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumni.princeton.edu!25!30 + contacts CISDR +} + +define service { + service_description webcheck_https_simple_finance + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!finance.princeton.edu!25!30 + contacts CISDR +} + +define service { + service_description webcheck_https_simple_financeedit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!financeedit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_https_simple_alumniedit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!alumniedit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_https_registrar_score + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!registrar.princeton.edu!/score!25!30 + contacts CISDR +} + +define service { + service_description webcheck_https_simple_registraredit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!registraredit.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_http_www.princeton.edu_oit + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!www.princeton.edu!/oit!25!30 + contacts CISDR +} + +define service { + service_description webcheck_http_www.princeton.edu_physics + use generic-service + host_name www_roxen + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!www.princeton.edu!/physics!25!30 + contacts CISDR +} + +define service { + service_description https_Kaltura_Hybrid + use generic-service + host_name csgtools200l + check_command check_https_auth_groundwk!6!8!/kaltura/kaltura-hybrid-status.html! -s "Kaltura hybrid configuration status is: UP" + contacts CISDR OnCall, Dwight D. Bashore, Mark A. Ratliff +} + +define service { + service_description https_Webspace + use generic-service + host_name webspace, webspaceqa + normal_check_interval 5 + retry_check_interval 5 + check_command check_https_Webspace!!Xythosm + contacts CISDR, Dwight D. Bashore +} + +define service { + service_description https_Webspace + use generic-service + host_name iamxythos200l, iamxythos201l + normal_check_interval 5 + retry_check_interval 5 + check_command check_https_Webspace_backend!https://$HOSTALIAS$:9443 + contacts CISDR +} + +define service { + service_description https_Webspaceqa + use generic-service + host_name iamxythos100l, iamxythos101l + normal_check_interval 5 + retry_check_interval 5 + check_command check_https_Webspaceqa_backend!https://$HOSTALIAS$:9443 + contacts CISDR +} + +define service { + service_description webcheck_http_simple_deptaedit-qa + use generic-service + host_name Webcheck_host + check_period Except 23:55-3:05 + notification_period Except 23:55-3:05 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!deptaedit-qa.princeton.edu!6!8 + contacts CISDR +} + +define service { + service_description webcheck_http_libweb + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!libweb.princeton.edu!/libraries/firestone/rbsc/aids!6!8! -s "Index of" + contact_groups pu_default +} + +define service { + service_description https_simple_makeagift + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!makeagift.princeton.edu!6!8 + contacts Dev Web Monitor +} + +define service { + service_description https_makeagift_athletics + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!makeagift.princeton.edu!/athletics!6!10! -s "Give to Varsity Athletics" + contacts Dev Web Monitor +} + +define service { + service_description http_tagd + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!tagd.princeton.edu!6!10 + contacts Dev Web Monitor +} + +define service { + service_description https_events_admin + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!events.princeton.edu!/admin!6!10 + contacts Dev Web Monitor +} + +define service { + service_description https_simple_tigertracks + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!tigertracks.princeton.edu!6!8 + contacts Dev Web Monitor +} + +define service { + service_description http_aisupcprd + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!aisupcprd.princeton.edu!/upc/pubcal/release.html!6!8 +} + +define service { + service_description webcheck_http_simple_punews + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!news.princeton.edu!6!8 + contact_groups pu_default +} + +define service { + service_description webcheck_https_simple_webshare + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!webshare.princeton.edu!6!8 +} + +define service { + service_description https_aisupcprd + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!aisupcprd.princeton.edu!/upc/pubcal/release.html!6!8 +} + +define service { + service_description webcheck_http_etcweb + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!etcweb.princeton.edu!/almagest3/admin/poolbusy.jsp!6!8! -s Status: + contacts ATS System Administration +} + +define service { + service_description http_r25wsprod-lb + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!r25wsprod-lb.princeton.edu!/r25ws/ver.html!6!8 +} + +define service { + service_description http_oar_UCHV + use generic-service + host_name cisdr204l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar.Princeton.EDU!/jspui/handle/88435/pr1qg6r!6!8! -s "University Center for Human Values" + contacts CISDR +} + +define service { + service_description http_oar_UCHV + use generic-service + host_name cisdr103l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oar-dev.Princeton.EDU!/jspui/handle/99999/fk4514878k!6!8! -s "University Center for Human Values" + contacts Open Access Repository +} + +define service { + service_description http_oawaiver + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oawaiver.princeton.edu!/!6!8! -s rails_production + contacts CISDR +} + +define service { + service_description http_oawaiver_api + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oawaiver.princeton.edu!/api/employees/get_all/name.json?search_term=david!6!8! -s David + contacts CISDR +} + +define service { + service_description http_oawaiverdev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!oawaiverdev.princeton.edu!/!6!8! -s rails_qa + contacts Open Access Repository +} + +define service { + service_description http_dataspace_rest + use generic-service + host_name cisdr202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!dataspace.princeton.edu!/rest/collections/201/items?expand=metadata&limit=2!6!8 + contacts CISDR +} + +define service { + service_description http_updatespace_rest + use generic-service + host_name updatespace + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!updatespace.princeton.edu!/rest/collections/201/items?expand=metadata&limit=2!6!8 + contacts DSP Admins +} + +define service { + service_description http_dataspace_wws + use generic-service + host_name cisdr202l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!dataspace.princeton.edu!/jspui/handle/88435/dsp01g445cd134!6!8! -s "Woodrow Wilson School" + contacts CISDR +} + +define service { + service_description http_updatespace_wws + use generic-service + host_name updatespace + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!updatespace.princeton.edu!/jspui/handle/88435/dsp01g445cd134!6!8! -s "Woodrow Wilson School" + contacts DSP Admins +} + +define service { + service_description https_oaworkflow + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!oaworkflow.princeton.edu!/!6!8! -s "CAS Login" + contacts CISDR +} + +define service { + service_description https_oaworkflow-dev + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!oaworkflow-dev.princeton.edu!/!6!8! -s "CAS Login" + contacts CISDR +} + +define service { + service_description https_auth + use generic-service + host_name statseeker + check_command check_https!6!8! -a admin:G0tm1LK + contacts Networking +} + +define service { + service_description https_concur + use generic-service + host_name Webcheck_host + check_command check_https_url!princeton.edu!/concur!7!8 + contacts Networking +} + +define service { + service_description https_CAS + use generic-service-active + host_name fed, iamcas200w, iamcas202l.aws, iamcas203l.aws + max_check_attempts 4 + retry_check_interval 5 + check_command check_https_CAS_new!https://$HOSTNAME$.princeton.edu/cas/login!casmgr!Cas12r!ght + contacts Identity and Access Management +} + +define service { + service_description https_CAS + use generic-service-active + host_name iamcas201w + max_check_attempts 4 + retry_check_interval 5 + check_command check_https_CAS_new!https://$HOSTNAME$.princeton.edu/cas/login!casmgr!Cas12r!ght + notifications_enabled 0 + contacts Identity and Access Management +} + +define service { + service_description https_CAS_QA + use generic-service-active + host_name fedqa, iamcas102l.aws, iamcas103l.aws + max_check_attempts 4 + retry_check_interval 5 + check_command check_https_CAS_QA_new!https://$HOSTNAME$.princeton.edu/cas/login!casmgr!Cas12r!ght + contacts Identity and Access Management +} + +define service { + service_description https_CAS_status + use generic-service-active + host_name iamcas200w + check_command check_http_script!/usr/local/monitoring/princeton/http_cas_status! -H $HOSTNAME$.Princeton.EDU -u /cas/status -f follow -S -v + contacts Identity and Access Management +} + +define service { + service_description https_CAS_status + use generic-service-active + host_name iamcas201w + check_command check_http_script!/usr/local/monitoring/princeton/http_cas_status! -H $HOSTNAME$.Princeton.EDU -u /cas/status -f follow -S -v + notifications_enabled 0 + contacts Identity and Access Management +} + +define service { + service_description https_CAS_QA_status + use generic-service + host_name fedqa, iamcas102l.aws, iamcas103l.aws + check_command check_https_url!$HOSTALIAS$!/cas/status!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_fedqa_elb.135_status + use generic-service + host_name fedqa + check_command check_https_url_fedqa_135!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_fedqa_elb.44_status + use generic-service + host_name fedqa + check_command check_https_url_fedqa_44!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_status + use generic-service + host_name fed, iamcas202l.aws, iamcas203l.aws + check_command check_https_url!$HOSTALIAS$!/cas/status!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_fed_elb.24_status + use generic-service + host_name fed + check_command check_https_url_fed_24!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS_fed_elb.100_status + use generic-service + host_name fed + check_command check_https_url_fed_100!6!8! -s "Health: OK" + contacts Identity and Access Management +} + +define service { + service_description https_CAS + use generic-service-active + host_name alumnicas + max_check_attempts 4 + retry_check_interval 5 + check_command check_https_CAS!https://alumnicas.princeton.edu/tigernetcas/login/!casmgr!Cas12r!ght + contacts Identity and Access Management +} + +define service { + service_description https_PUaccess + use generic-service-active + host_name PUAccess + max_check_attempts 3 + retry_check_interval 5 + check_command check_https_PUaccess!https://puaccess.princeton.edu!casmgr!$USER16$ + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description https + use generic-service + host_name PUAccess + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https!6!8 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description https + use generic-service + host_name PUAccessQA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!$HOSTNAME$.Princeton.EDU!/oaam_server!6!8 + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description https_pfs + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!pfs.Princeton.EDU!/psp/pfsprod/EMPLOYEE/ERP!6!8! -s "Central Authentication Service" + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management +} + +define service { + service_description https_oampfsqual + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!oampfsqual.Princeton.EDU!/psp/pfsqual/EMPLOYEE/ERP!6!8! -s "Central Authentication Service" + contacts Ashutosh Hadap, DBA Important List, Identity and Access Management, Jason Rappaport +} + +define service { + service_description https_iwprod + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_iw!https://iwprod.princeton.edu/bi!groundwk!$USER30$ + check_period Exclude Cognos App Server Restart + notification_period Exclude Cognos App Server Restart + contacts Ashutosh Hadap +} + +define service { + service_description https_AWS_DUO + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_AWS_DUO!'https://api-dc8397fa.duosecurity.com/auth/v2/ping'!60!AWS + contacts Identity and Access Management, Steven Niedzwiecki +} + +define service { + service_description http_AWS_Cloudfront_Failover + use generic-service + host_name Webcheck_host + normal_check_interval 60 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!d13g98nelaza49.cloudfront.net!/!6!8! -f "follow" -s "Temporary Outage" + contacts CISDR, Networking +} + +define service { + service_description https_remote + use generic-service + host_name Webcheck_host + check_command check_https_remote!http://remote.princeton.edu!groundwk!th4de/DC + contacts Networking +} + +define service { + service_description https_rsa_sc + use generic-service + host_name sdprsa200l, sdprsa201l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_sdprsa_sc!https://$HOSTALIAS$/sc!nagiosmonitor!Thewatcherwatchesevery1. + contacts Identity and Access Management +} + +define service { + service_description https_rsa_ss + use generic-service + host_name sdprsa200l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_sdprsa_ss!https://$HOSTALIAS$/ss!nagiosmonitor!Thewatcherwatchesevery1. + contacts Identity and Access Management +} + +define service { + service_description http_OnBase_Hyland + use generic-service + host_name aisob116w, aisob316w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + notification_period 8x5 + check_command check_http_url!onbasebtdev.Princeton.EDU!/Hyland.Integrations.OBInvUpdateService/WebService1.asmx!10!12 + contacts ECM Admin Notify +} + +define service { + service_description http_OnBase_Hyland + use generic-service + host_name aisob216w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_url!onbasebt.Princeton.EDU!/Hyland.Integrations.OBInvUpdateService/WebService1.asmx!10!12 + contacts ECM Admin Notify +} + +define service { + service_description https + use generic-service + host_name puwebp + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!$HOSTNAME$.Princeton.EDU!/robots.txt!6!8 + contacts AIS Mon CustomApps +} + +define service { + service_description https_cng + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!cng.Princeton.EDU!6!8 + contacts ESS Windows List +} + +define service { + service_description https_lists + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_lists!https://lists.princeton.edu/cgi-bin/wa?REPORT&z=3!groundwk@Princeton.EDU!$USER30$ + contacts CISDR +} + +define service { + service_description https_ezmaxmobile + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!ezmaxmobile.Princeton.EDU!/ezmaxmobile!6!8! -N + contact_groups Maximo, Maximo Pagers +} + +define service { + service_description https_maximo + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_generic!$USER1$/check_http -H maximo.Princeton.EDU -u /maximo -S -d '"'"'WWW-Authenticate: Basic realm="MAXIMO Web Application Realm'"'"' -N -f follow -E! -n "Maximo" -o '=~ /HTTP WARNING: HTTP/1.1 401 Unauthorized/' --ignore_rc + contact_groups Maximo, Maximo Pagers +} + +define service { + service_description https_ifacilities + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_simple!ifacilities.Princeton.EDU!6!8! + contact_groups Maximo, Maximo Pagers +} + +define service { + service_description https_wase + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_wase + contacts Serge J. Goldstein, James Chu Pager +} + +define service { + service_description https_mrtg_net + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!mrtg.net.princeton.edu!/statistics/multiplexors.html!6!8! -f "follow" + contact_groups Networking Pager +} + +define service { + service_description https_www_net + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!www.net.princeton.edu!/!6!8! -f "follow" + contact_groups Networking Pager +} + +define service { + service_description https_webstatsdev_8988 + use generic-service + host_name csgsawmill300l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!webstatsdev.Princeton.EDU!/!6!8! -p 8988 -s "Sawmill Login" + contacts Dwight D. Bashore +} + +define service { + service_description https_webstats_8988 + use generic-service + host_name csgsawmill200l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!webstats.Princeton.EDU!/!6!8! -p 8988 -s "Sawmill Login" + #check_command check_https!6!8!-N -p 8988 -f "follow" -e "Sawmill Login" + contacts Dwight D. Bashore, CSG OnCall +} + +define service { + service_description https + use generic-service + host_name iamxythos301l + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_https_url!$HOSTALIAS$!/xythoswfs/webview/xythoslogin.action!6!8! -p 8443 -s Welcome + contacts CISDR +} + +define service { + service_description Gmail Portal + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!gmail.princeton.edu!6!8! -s "var domain = 'princeton.edu'" + contacts Igor V. Gubenko, Joseph M. Karam +} + +define service { + service_description Office365 Portal + use generic-service + host_name Webcheck_host + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_http_simple!portal.office365.com!6!8! -s "Sign in" + contacts Igor V. Gubenko, Joseph M. Karam +} + +define service { + service_description nrpe_wintest_agent_status + use Windows Dev/QA service + hostgroup_name Windows Dev/QA, MSSQL Dev Clusters + max_check_attempts 3 + retry_interval 2 + notification_period 8x5 + check_command check_nrpe_agent + contacts ESS Windows List +} + +define service { + service_description snmp_wintest_alive + use Windows Dev/QA service + hostgroup_name Windows Dev/QA + max_check_attempts 3 + retry_interval 3 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_wintest_cpu + use Windows Dev/QA service + hostgroup_name Facilities Dev/QA + max_check_attempts 5 + normal_check_interval 30 + retry_check_interval 30 + notification_period 8x5 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!90!95!time=1h + contact_groups null + contacts Fac List +} + +define service { + service_description nrpe_wintest_paging_used + use Windows Dev/QA service + hostgroup_name Windows Dev/QA, !Facilities Dev/QA + notification_period 8x5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_paging_used + use Windows Dev/QA service + hostgroup_name Facilities Dev/QA + notification_period 8x5 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contacts Fac List +} + +define service { + service_description nrpe_wintest_service_McAfee + use Windows Dev/QA service + host_name sdp100w + notification_period 8x5 + check_command check_nrpe_win_service!McAfeeFramework McShield McTaskManager + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_service_standard + use Windows Dev/QA service + hostgroup_name Windows Dev/QA, !AWS Untrust Dev/QA Windows + host_name !csgcas104w, !csgcas105w, !csghub102w, !csghub103w, !sdp300w, !sdp100w + notification_period 8x5 + check_command check_nrpe_win_service!CSFalconService Eventlog "Rapid7 Insight Agent" SNMP Snare "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_puppet + use Windows Dev/QA service + hostgroup_name Windows Dev/QA + normal_check_interval 30 + retry_check_interval 10 + notification_interval 1440 + check_command check_nrpe_generic!check_puppet + contacts nobody + #contacts Nicholas Delo +} + +define service { + service_description nrpe_wintest_service_standard + use Windows Dev/QA service + host_name sdp300w + notification_period 8x5 + check_command check_nrpe_win_service!CSFalconService Eventlog "Rapid7 Insight Agent" SNMP "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_service_standard + use Windows Dev/QA service + host_name csgcas104w, csgcas105w, csghub102w, csghub103w + notification_period 8x5 + check_command check_nrpe_win_service!CSFalconService Eventlog "McAfee SIEM Collector" "Rapid7 Insight Agent" SNMP "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_system + use Windows Dev/QA service + hostgroup_name Windows Dev/QA, !Facilities Dev/QA + host_name !aisob318tstw, !aisob318w, !aisob118w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_disk_system + use Windows Dev/QA service + hostgroup_name Facilities Dev/QA + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List, Fac List +} + +define service { + service_description nrpe_wintest_disk_system + use Windows Dev/QA service + host_name aisob318tstw, aisob318w, aisob118w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List, ECM Admin Notify +} + +define service { + service_description snmp_wintest_OpenManage + use Windows Dev/QA service + hostgroup_name Physical Dev/QA Windows + notification_interval 43200 + notification_options c + check_command check_snmp_openmanage_new + contacts ESS Ops +} + +define service { + service_description nrpe_wintest_service_OpenManage + use Windows Dev/QA service + hostgroup_name Physical Dev/QA Windows + check_command check_nrpe_win_service!"DSM SA Connection Service" "DSM SA Data Manager" "DSM SA Event Manager" "DSM SA Shared Services" + contacts ESS Windows List +} + +define service { + service_description snmp_win_alive + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows + max_check_attempts 3 + retry_check_interval 2 + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description snmp_win_alive + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + max_check_attempts 3 + retry_check_interval 2 + notification_options u,c,r + check_command check_snmp_alive + contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_agent_status + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows, MSSQL Prod Clusters + max_check_attempts 3 + retry_check_interval 1 + check_command check_nrpe + contacts ESS Page, ESS Windows List +} + +define service { + service_description nrpe_win_agent_status + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + max_check_attempts 3 + retry_check_interval 1 + notification_options u,c,r + check_command check_nrpe + contacts ESS Page, ESS Windows List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows, !Facilities Production, !SharePoint 2016 + host_name !dev203w, !aisob218w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + hostgroup_name Facilities Production + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List, Fac List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + hostgroup_name SharePoint 2016 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List, Sharepoint Admin +} + +define service { + service_description nrpe_win_disk_system + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + notification_options u,c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + host_name dev203w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts Kathleen D. Haney, ESS Windows List +} + +define service { + service_description nrpe_win_disk_system + use Windows Production service + host_name aisob218w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_disk!90%!97%!Drive=C: + contacts ECM Admin Notify, ESS Windows List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + host_name !eisrds201w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + notification_options u,c,r + check_command check_nrpe_win_all_disks!90%!97% + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_app + use Windows Production 8x5 service + host_name eisrds201w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + notification_options u,c,r + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=Q: Drive=C: + contacts ESS Windows List +} + +define service { + service_description nrpe_win_disk_app_eis + use Windows Production service + host_name csgsp200w, csgsp201w, csgsp202w, csgsp203w, csgsp204w + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_all_disks_except!90%!97%!Drive=C: Drive=Q: + notification_options w,c,r + contacts Sharepoint Admin +} + +define service { + service_description nrpe_win_cpu + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows, !Facilities Production + host_name !aishmsres200w + max_check_attempts 5 + normal_check_interval 30 + retry_check_interval 30 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!90!95!time=1h + # contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_cpu + use Windows Production service + hostgroup_name Facilities Production + max_check_attempts 5 + normal_check_interval 30 + retry_check_interval 30 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!90!95!time=1h + contact_groups null + contacts Fac List +} + +define service { + service_description nrpe_win_cpu + use Windows Production service + host_name aishmsres200w + retry_check_interval 2 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!75!80!time=7m + contacts Christopher Dietrich, pac_usapps, Mary L. Chang +} + +define service { + service_description nrpe_win_cpu + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + max_check_attempts 7 + normal_check_interval 30 + retry_check_interval 30 + notification_options c,r + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_cpu!90!95!time=1h + # contacts Igor V. Gubenko +} + +define service { + service_description nrpe_win_memory + use Windows Production service + host_name aishmsres200w + max_check_attempts 6 + normal_check_interval 5 + retry_check_interval 6 + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!physical!70%!80% + contacts Christopher Dietrich, pac_usapps, Mary L. Chang +} + +define service { + service_description nrpe_win_paging_used + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows, !Facilities Production + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contacts ESS Windows List +} + +define service { + service_description nrpe_win_paging_used + use Windows Production service + hostgroup_name Facilities Production + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contact_groups null + contacts Fac List +} + +define service { + service_description nrpe_win_paging_used + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + notification_options c,r + process_perf_data 1 + action_url /princeton/cgi-bin/cacti-mapper.cgi?host=$HOSTALIAS$&service=$SERVICEDESC$ + check_command check_nrpe_win_mem!page!90%!95% + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_McAfee + use Windows Production service + host_name ais201w, sdp200w, sdp201w, sdp202w, sdpalc200w + check_command check_nrpe_win_service!McAfeeFramework McShield McTaskManager + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_standard + use Windows Production service + # hostgroup_name Windows Prod, !Prod 8x5 Windows, !AWS Untrust Prod Windows + hostgroup_name Windows Prod, !Prod 8x5 Windows + host_name !csgcas204w, !csgcas205w, !csghub208w, !ais201w, !sdp200w, !sdp201w, !sdp202w, !sdpalc200w + check_command check_nrpe_win_service!CSFalconService Eventlog "Rapid7 Insight Agent" SNMP Snare "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_win_puppet + use Windows Production service + hostgroup_name Windows Prod, !Prod 8x5 Windows + normal_check_interval 30 + retry_check_interval 10 + notification_interval 1440 + check_command check_nrpe_generic!check_puppet + #contacts Nicholas Delo +} + +define service { + service_description nrpe_win_puppet + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + normal_check_interval 30 + retry_check_interval 10 + notification_interval 1440 + check_command check_nrpe_generic!check_puppet + #contacts Nicholas Delo +} + +define service { + service_description nrpe_win_service_standard + use Windows Production service + host_name csgcas204w, csgcas205w, csghub208w + check_command check_nrpe_win_service!CSFalconService Eventlog "McAfee SIEM Collector" "Rapid7 Insight Agent" SNMP "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_standard + use Windows Production service + host_name ais201w, sdp200w, sdp201w, sdp202w, sdpalc200w + check_command check_nrpe_win_service!Eventlog "Rapid7 Insight Agent" SNMP Snare "Tripwire Enterprise Agent" "Tripwire Detection Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_standard + use Windows Production 8x5 service + hostgroup_name Prod 8x5 Windows + notification_options c,r + check_command check_nrpe_win_service!Eventlog SNMP + contacts ESS Windows List +} + +define service { + service_description nrpe_win_service_TSM_Scheduler + use Windows Production service + hostgroup_name Prod 8x5 Windows + notification_options c,r + check_command check_nrpe_win_service!"TSM Central Scheduler Service" + contacts ESS Windows List +} + +define service { + service_description nrpe_wintest_service_CCURE800 + use Windows Dev/QA service + host_name spcacsa202w + check_command check_nrpe_win_service!CCURE800 + contacts Bradley Parkot, Ed Biedricki, Keith Tuccillo, Keith Tuccillo css-inc, Edith M. Rzomp, Mark R. Williams +} + +define service { + service_description snmp_win_OpenManage + use Windows Production service + hostgroup_name Physical Prod Windows + notification_interval 43200 + notification_options c + check_command check_snmp_openmanage_new + contacts ESS Ops +} + +define service { + service_description nrpe_win_service_OpenManage + use Windows Production service + hostgroup_name Physical Prod Windows + check_command check_nrpe_win_service!"DSM SA Connection Service" "DSM SA Data Manager" "DSM SA Event Manager" "DSM SA Shared Services" + contacts ESS Windows List +} + +define service { + name generic-service + is_volatile 0 + check_period 24x7 + max_check_attempts 3 + normal_check_interval 5 + retry_check_interval 2 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 60 + notification_period 24x7 + notification_options u,c,w,r + event_handler_enabled 1 + flap_detection_enabled 1 + process_perf_data 1 + icon_image services.gif + icon_image_alt Generic check + retain_status_information 1 + retain_nonstatus_information 1 + # contact_groups pu_default + register 0 +} + +define service { + name generic-service-active + use generic-service + notification_interval 360 + flap_detection_enabled 0 + register 0 +} + +define service { + name email-end2end + use generic-service-active + max_check_attempts 4 + normal_check_interval 10 + retry_check_interval 2 + register 0 +} + +define service { + name UNIX Dev/QA service + is_volatile 0 + check_period 24x7 + max_check_attempts 4 + normal_check_interval 5 + retry_check_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 1440 + notification_period 7x4 + notification_options c,r + event_handler_enabled 0 + flap_detection_enabled 1 + process_perf_data 0 + retain_status_information 1 + retain_nonstatus_information 1 + icon_image services.gif + icon_image_alt Linux Dev/QA check + register 0 +} + +define service { + name UNIX Production service + is_volatile 0 + check_period 24x7 + max_check_attempts 3 + normal_check_interval 4 + retry_check_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options c,r + event_handler_enabled 0 + flap_detection_enabled 0 + process_perf_data 0 + retain_status_information 1 + retain_nonstatus_information 1 + icon_image services.gif + icon_image_alt Linux Production check + contact_groups pu_default + register 0 +} + +define service { + name UNIX Production 8x5 service + use UNIX Production service + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 5 + notification_options u,c,w,r + contact_groups ESS_8x5 + register 0 +} + +define service { + name Windows Dev/QA service + is_volatile 0 + check_period 24x7 + max_check_attempts 4 + normal_check_interval 5 + retry_check_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 1440 + notification_period 7x4 + notification_options c,r + event_handler_enabled 1 + flap_detection_enabled 1 + process_perf_data 0 + icon_image services.gif + icon_image_alt Windows Dev/QA check + retain_status_information 1 + retain_nonstatus_information 1 + register 0 +} + +define service { + name Windows Production service + is_volatile 0 + check_period 24x7 + max_check_attempts 3 + normal_check_interval 4 + retry_check_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 0 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options c,r + event_handler_enabled 1 + flap_detection_enabled 0 + process_perf_data 0 + icon_image services.gif + icon_image_alt Windows Production check + retain_status_information 1 + retain_nonstatus_information 1 + contact_groups pu_default + register 0 +} + +define service { + name Windows Production 8x5 service + use Windows Production service + max_check_attempts 6 + normal_check_interval 10 + retry_check_interval 5 + notification_options u,c,w,r + contact_groups ESS_8x5 + register 0 +} + +define service { + name Gearman Worker + use generic-service + normal_check_interval 2 + retry_check_interval 2 + max_check_attempts 4 + event_handler gearman_failover + contact_groups Monitoring Admins + contacts null + #check_period Gearman server online + #notification_period Gearman server online + notification_interval 180 + register 0 +} + +define service { + name Gearman Worker Dev/QA + use Gearman Worker + event_handler gearman_devqa_failover + contacts Igor V. Gubenko + contact_groups null + register 0 +} + +define service { + name Gearman Worker Cluster + use Gearman Worker + normal_check_interval 1 + notification_interval 30 + register 0 +} + +define service { + name Gearman Worker Cluster Dev/QA + use Gearman Worker Cluster + event_handler gearman_devqa_failover + contacts Igor V. Gubenko + contact_groups null + register 0 +} + +define service { + name Networking service + is_volatile 0 + check_period 24x7 + max_check_attempts 3 + normal_check_interval 3 + retry_check_interval 5 + active_checks_enabled 1 + passive_checks_enabled 1 + obsess_over_service 0 + check_freshness 1 + notifications_enabled 1 + notification_interval 360 + notification_period 24x7 + notification_options u,c,w,r + event_handler_enabled 1 + flap_detection_enabled 1 + process_perf_data 1 + icon_image services.gif + icon_image_alt Networking service + retain_status_information 1 + retain_nonstatus_information 1 + contacts Networking + contact_groups nobody + register 0 +} + +define service { + name SNMP trap + use generic-service + # Do not track states + is_volatile 1 + # No actively executing checks - we wait for traps + active_checks_enabled 0 + # The service doesn't need to be actively checked - but needs to be reset periodically + check_freshness 1 + # Automatically determine when to reset + freshness_threshold 0 + # The flapping detection is not applicable + flap_detection_enabled 0 + # Accepting external results, i.e traps + passive_checks_enabled 1 + # traps arrive once + max_check_attempts 1 + #notification_interval31536000 + process_perf_data 0 + check_command check_trap_OK + notification_options u,c,w + register 0 +} + diff --git a/cfg/servicedependency.cfg b/cfg/servicedependency.cfg new file mode 100644 index 0000000..ec95405 --- /dev/null +++ b/cfg/servicedependency.cfg @@ -0,0 +1,200 @@ +define servicedependency { + dependent_hostgroup_name NS PrivateDMZ + dependent_service_description .* + host_name monitor + service_description Gearman worker NS PrivateDMZ + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name NS PublicDMZ + dependent_service_description .* + host_name monitor + service_description Gearman worker NS PublicDMZ + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name NS Trust + dependent_service_description .* + host_name monitor + service_description Gearman worker NS Trust + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name NS Untrust, NS Restricted + dependent_service_description .* + host_name monitor + service_description Gearman worker NS Untrust + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name 151 PrivateDMZ + dependent_service_description .* + host_name monitor + service_description Gearman worker 151 PrivateDMZ + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name 151 PublicDMZ + dependent_service_description .* + host_name monitor + service_description Gearman worker 151 PublicDMZ + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name 151 Trust + dependent_service_description .* + host_name monitor + service_description Gearman worker 151 Trust + notification_failure_criteria c +} + +define servicedependency { + dependent_hostgroup_name 151 Untrust, 151 Restricted + dependent_service_description .* + host_name monitor + service_description Gearman worker 151 Untrust + notification_failure_criteria c +} + +define servicedependency { + hostgroup_name Windows Prod + dependent_service_description nrpe_win_.*, !nrpe_win_agent_status + use NRPE_Win_Dependency +} + +define servicedependency { + hostgroup_name Physical Prod Windows + dependent_service_description snmp_win_.*, !snmp_win_alive + use SNMP_Win_Dependency +} + +define servicedependency { + hostgroup_name Windows Dev/QA + dependent_service_description nrpe_wintest_.*, !nrpe_wintest_agent_status + use NRPE_Win_NonProd_Dependency +} + +define servicedependency { + hostgroup_name Windows Dev/QA + dependent_service_description snmp_wintest_.*, !snmp_wintest_alive + use SNMP_Win_NonProd_Dependency +} + +define servicedependency { + hostgroup_name Linux Prod, Solaris + dependent_service_description nrpe_unix_.*, !nrpe_unix_agent_status + use NRPE_Unix_Dependency +} + +define servicedependency { + hostgroup_name Physical Prod Linux + dependent_service_description snmp_unix_.*, !snmp_unix_alive + use SNMP_Unix_Dependency +} + +define servicedependency { + hostgroup_name Linux Dev/QA + dependent_service_description nrpe_unixtest_.*, !nrpe_unixtest_agent_status + use NRPE_Unix_NonProd_Dependency +} + +define servicedependency { + hostgroup_name Linux Dev/QA, !CPanel Dev/QA, !Linux DevQA - no SNMP + dependent_service_description snmp_unixtest_.*, !snmp_unixtest_alive + use SNMP_Unix_NonProd_Dependency +} + +define servicedependency { + dependent_host_name backupvpn + dependent_service_description Comcast + host_name backupvpn + service_description Google through Comcast + notification_failure_criteria c +} + +define servicedependency { + dependent_host_name backupvpn + dependent_service_description Verizon + host_name backupvpn + service_description Yahoo through Verizon + notification_failure_criteria c +} + +define servicedependency { + name NRPE_Unix_Dependency + service_description nrpe_unix_agent_status + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name NRPE_Unix_NonProd_Dependency + service_description nrpe_unixtest_agent_status + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name NRPE_Win_Dependency + service_description nrpe_win_agent_status + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name NRPE_Win_NonProd_Dependency + service_description nrpe_wintest_agent_status + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name SNMP_Win_Dependency + service_description snmp_win_alive + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name SNMP_Win_NonProd_Dependency + service_description snmp_wintest_alive + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name SNMP_Unix_Dependency + service_description snmp_unix_alive + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name SNMP_Unix_NonProd_Dependency + service_description snmp_unixtest_alive + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + +define servicedependency { + name maestro_carryfwd_dependency + service_description jnextcheck + execution_failure_criteria w,u,c + notification_failure_criteria w,u,c + register 0 +} + diff --git a/cfg/serviceescalation.cfg b/cfg/serviceescalation.cfg new file mode 100644 index 0000000..509e87f --- /dev/null +++ b/cfg/serviceescalation.cfg @@ -0,0 +1,84 @@ +define serviceescalation { + use service_notify_once + hostgroup_name Netmgmt, !Netmgmt - No SSH + service_description .* + contacts ESS Ops +} + +define serviceescalation { + hostgroup_name Netmgmt, !Netmgmt - No SSH + service_description .* + first_notification 1 + last_notification 0 + notification_interval 0 + escalation_period 24x7 + escalation_options r + contacts ESS UNIX List +} + +define serviceescalation { + host_name monitor + service_description Gearman worker ims.* + first_notification 12 + last_notification 14 + notification_interval 120 + escalation_period 24x7 + escalation_options c + contact_groups Monitoring Admins Pager +} + +define serviceescalation { + host_name monitor + service_description Gearman worker (151|NS).* + first_notification 3 + last_notification 5 + notification_interval 60 + escalation_period 24x7 + escalation_options c + contact_groups Monitoring Admins Pager +} + +define serviceescalation { + use service_notify_once + host_name monitor + service_description .*_akam_net + escalation_options w,c,r + contacts Networking +} + +define serviceescalation { + hostgroup_name Exchange Mailbox + service_description nrpe_win_agent_status, nrpe_win_Exchange* + escalation_period Exchange MBX busy + first_notification 1 + last_notification 3 + notification_interval 10 + contact_groups dummy +} + +define serviceescalation { + hostgroup_name Exchange Mailbox + service_description nrpe_win_agent_status + escalation_period Exchange MBX OK + first_notification 4 + contacts ESS Page, ESS Windows List +} + +define serviceescalation { + hostgroup_name Exchange Mailbox + service_description nrpe_win_Exchange* + escalation_period Exchange MBX OK + first_notification 4 + contacts John P. Sophy +} + +define serviceescalation { + name service_notify_once + first_notification 1 + last_notification 1 + notification_interval 0 + escalation_period 24x7 + escalation_options w,u,c + register 0 +} + diff --git a/cfg/servicegroup.cfg b/cfg/servicegroup.cfg new file mode 100644 index 0000000..fc22758 --- /dev/null +++ b/cfg/servicegroup.cfg @@ -0,0 +1,122 @@ +define servicegroup { + servicegroup_name SharePoint Dev/QA + alias SharePoint Dev/QA services + members csgspfe100w,nrpe_wintest_service_SharePoint2K10, csgspfe101w,nrpe_wintest_service_SharePoint2K10, csgspapp102w,nrpe_wintest_service_SharePoint2K10, csgspapp103w,nrpe_wintest_service_SharePoint2K10 +} + +define servicegroup { + servicegroup_name Maestro_DEV + alias Dev Maestro Services and Disk + members ais302l, nrpe_maestro_stdlistsz, ais302l, nrpe_unixtest_disk_app_maestro, ais302l, nrpe_maestro_procs, landrdev, nrpe_maestro_stdlistsz, ais101l, nrpe_maestro_stdlistsz, ais101l, nrpe_maestro_procs, ais101l, nrpe_unixtest_disk_app_maestro +} + +define servicegroup { + servicegroup_name Maestro_Prod + alias Maestro Production Services + members ais204l, nrpe_maestro_stdlistsz, ais204l, nrpe_unix_disk_app_maestro, ais204l, nrpe_maestro_procs +} + +define servicegroup { + servicegroup_name Maestro_app_services + alias Maestro/TWS application checks + members landr,nrpe_maestro_stdlistsz, landrdev,nrpe_maestro_stdlistsz +} + +define servicegroup { + servicegroup_name Monitor + alias All important checks for the monitoring infrastructure + servicegroup_members Monitor Production, Monitor Dev/QA +} + +define servicegroup { + servicegroup_name Monitor Production + alias Important checks for the production monitoring infrastructure + members mon204l,Gearman, mon204l,Selenium, mon205l,Gearman, mon205l,Selenium, monitor,Gearman Hub, monitor,Selenium Cluster, monitor,Selenium Hub +} + +define servicegroup { + servicegroup_name Monitor Dev/QA + alias Important checks for the devqa monitoring infrastructure + members mon302l,Gearman DevQA, mon302l,Selenium DevQA, mon303l,Gearman DevQA, mon303l,Selenium DevQA, monitor-dev,Gearman DevQA Hub, monitor-dev,Selenium DevQA Cluster, monitor-dev,Selenium DevQA Hub +} + +define servicegroup { + servicegroup_name OnBase Development + alias Checks for OnBase Development + members aisob301w,nrpe_wintest_service_W3SVC, aisob302w,nrpe_wintest_service_W3SVC, aisob310w,nrpe_wintest_service_W3SVC, aisob311w,nrpe_wintest_service_W3SVC, aisob315w,nrpe_wintest_service_W3SVC, aisob316w,nrpe_wintest_service_W3SVC, aisob316w,http_OnBase_Hyland, aisob318w,nrpe_wintest_service_W3SVC, aisob302w,nrpe_wintest_service_OnBase_DDS, aisob319w,nrpe_wintest_service_OnBase_DDS, aisob313w,nrpe_wintest_service_SMTP, aisob313w,nrpe_wintest_service_Hyland, aisob318w,nrpe_wintest_service_Hyland_FTS, aisob314w,nrpe_wintest_service_Hyland_Unity, aisob316w,nrpe_wintest_service_BizTalk +} + +define servicegroup { + servicegroup_name OnBase QA + alias Checks for OnBase QA + members aisob301tstw,nrpe_wintest_service_W3SVC, aisob302tstw,nrpe_wintest_service_W3SVC, aisob310tstw,nrpe_wintest_service_W3SVC, aisob311tstw,nrpe_wintest_service_W3SVC, aisob315tstw,nrpe_wintest_service_W3SVC, aisob318tstw,nrpe_wintest_service_W3SVC, aisob302tstw,nrpe_wintest_service_OnBase_DDS, aisob319tstw,nrpe_wintest_service_OnBase_DDS, aisob313tstw,nrpe_wintest_service_SMTP, aisob313tstw,nrpe_wintest_service_Hyland, aisob314tstw,nrpe_wintest_service_Hyland_Unity, aisob101w,nrpe_wintest_service_W3SVC, aisob102w,nrpe_wintest_service_W3SVC, aisob110w,nrpe_wintest_service_W3SVC, aisob111w,nrpe_wintest_service_W3SVC, aisob115w,nrpe_wintest_service_W3SVC, aisob118w,nrpe_wintest_service_W3SVC, aisob102w,nrpe_wintest_service_OnBase_DDS, aisob119w,nrpe_wintest_service_OnBase_DDS, aisob113w,nrpe_wintest_service_SMTP, aisob113w,nrpe_wintest_service_Hyland, aisob118w,nrpe_wintest_service_Hyland_FTS, aisob114w,nrpe_wintest_service_Hyland_Unity +} + +define servicegroup { + servicegroup_name OnBase Dev/QA + alias Checks for OnBase Dev/QA + servicegroup_members OnBase Development, OnBase QA +} + +define servicegroup { + servicegroup_name OnBase Production + alias Checks for OnBase Production + members aisob201w,nrpe_win_service_W3SVC, aisob202w,nrpe_win_service_W3SVC, aisob210w,nrpe_win_service_W3SVC, aisob211w,nrpe_win_service_W3SVC, aisob215w,nrpe_win_service_W3SVC, aisob216w,nrpe_win_service_W3SVC, aisob216w,http_OnBase_Hyland, aisob218w,nrpe_win_service_W3SVC, aisob202w,nrpe_win_service_OnBase_DDS, aisob219w,nrpe_win_service_OnBase_DDS, aisob213w,nrpe_win_service_SMTP, aisob213w,nrpe_win_service_Hyland, aisob218w,nrpe_win_service_Hyland_FTS, aisob214w,nrpe_win_service_Hyland_Unity, aisob216w,nrpe_win_service_BizTalk +} + +define servicegroup { + servicegroup_name csg_services + alias imap, smtp, pop3 + members lists,SMTP, smtp,SMTP, smtp,SMTPS +} + +define servicegroup { + servicegroup_name disk_app_lsscvms_services + alias Drives D - K - Life Safety and Security + members lsscvms207w,nrpe_win_disk_app +} + +define servicegroup { + servicegroup_name Webchecks + alias Webchecks to be run locally + members iamcas200w,https_CAS, iamcas201w,https_CAS, iamxythos200l,https_Webspace, iamxythos201l,https_Webspace, sdprsa200l,https_rsa_sc, sdprsa200l,https_rsa_ss, sdprsa201l,https_rsa_sc +} + +define servicegroup { + servicegroup_name Local + alias Checks to be run locally + members backupvpn,Comcast, backupvpn,Google through Comcast, backupvpn,Verizon, backupvpn,Yahoo through Verizon, ims204,Naemon Latency, ims205,Naemon Latency, mon204l,Gearman, mon205l,Gearman, mon204l,Selenium, mon205l,Selenium, mon302l,Gearman DevQA, mon303l,Gearman DevQA, mon302l,Selenium DevQA, mon303l,Selenium DevQA, monitor-dev,Gearman DevQA Hub, monitor-dev,Selenium DevQA Hub, x110client01,snmp_unixtest_proc_memory_usage, x110client02,snmp_unixtest_proc_memory_usage, x210client01,snmp_unix_proc_memory_usage, x210client02,snmp_unix_proc_memory_usage + +} + +define servicegroup { + servicegroup_name Loghost + alias Log checks on eis222l + members .*,nrpe_unix_log_nfs_failure, .*,nrpe_unixtest_log_nfs_failure +} + +define servicegroup { + servicegroup_name Network NTP + alias Network and Monitoring NTP services + members alfrente,NTP, alfrente,NTPq, capserver,NTP, capserver,NTPq, cuckoo,NTP, cuckoo,NTPq, four11,NTP, four11,NTPq, iblox1-vrrp,NTP, iblox1-vrrp,NTPq, iblox2-vrrp,NTP, iblox2-vrrp,NTPq, ibddipv6-vrrp,NTP, ibddipv6-vrrp,NTPq, netvclock200l,NTP, netvclock200l,NTPq, oznot,NTP, oznot,NTPq +} + +define servicegroup { + servicegroup_name Network Web + alias Network and Monitoring Web checks + members Webcheck_host,https_mrtg_net, Webcheck_host,https_www_net +} + +define servicegroup { + servicegroup_name External DNS + alias Backup external DNS servers + members monitor,DNS_a1-158_akam_net, monitor,DNS_a20-65_akam_net, monitor,DNS_a24-66_akam_net, monitor,DNS_a3-67_akam_net, monitor,DNS_a6-64_akam_net, monitor,DNS_a7-65_akam_net, monitor,DNS_auth1_dns_cogentco, monitor,DNS_auth2_dns_cogentco +} + +define servicegroup { + servicegroup_name Network and Monitoring + alias Checks for Network and Monitoring group + # servicegroup_members External DNS, Network NTP, Network Web, Solaris DNS + servicegroup_members External DNS, Network NTP, Network Web +} + diff --git a/cfg/timeperiod.cfg b/cfg/timeperiod.cfg new file mode 100644 index 0000000..5fa1aa2 --- /dev/null +++ b/cfg/timeperiod.cfg @@ -0,0 +1,297 @@ +define timeperiod { + timeperiod_name Dell-24x7 + alias 24 Hours A Day, 7 Days A Week + sunday 00:00-24:00 + monday 00:00-24:00 + tuesday 00:00-24:00 + wednesday 00:00-24:00 + thursday 00:00-24:00 + friday 00:00-24:00 + saturday 00:00-24:00 +} + +define timeperiod { + timeperiod_name dellworkhours + alias Normal Work Hours + monday 09:00-17:00 + tuesday 09:00-17:00 + wednesday 09:00-17:00 + thursday 09:00-17:00 + friday 09:00-17:00 +} + +define timeperiod { + timeperiod_name 24x7 + alias 24 Hours A Day, 7 Days A Week + sunday 00:00-24:00 + friday 00:00-24:00 + saturday 00:00-24:00 + wednesday 00:00-24:00 + thursday 00:00-24:00 + monday 00:00-24:00 + tuesday 00:00-24:00 +} + +define timeperiod { + timeperiod_name 7x4 + alias 7am to 4pm weekdays (Normal ESS work time) + friday 07:00-16:00 + wednesday 07:00-16:00 + thursday 07:00-16:00 + monday 07:00-16:00 + tuesday 07:00-16:00 +} + +define timeperiod { + timeperiod_name 8x5 + alias "Normal" Working Hours + friday 08:00-17:00 + wednesday 08:00-17:00 + thursday 08:00-17:00 + monday 08:00-17:00 + tuesday 08:00-17:00 +} + +define timeperiod { + timeperiod_name 9x5 + alias Other Working Hours + friday 09:00-17:00 + wednesday 09:00-17:00 + thursday 09:00-17:00 + monday 09:00-17:00 + tuesday 09:00-17:00 +} + +define timeperiod { + timeperiod_name Dev Dispatcher + alias Dev Dispatcher on dev-webprod off during the summer + september 1 - june 30 / 1 00:00-24:00 +} + +define timeperiod { + timeperiod_name EGN Dome WWWInterface + alias egn-dome-wwwinterface off during the summer/fall + december 1 - april 20 / 1 00:00-24:00 +} + +define timeperiod { + timeperiod_name Listserv_hours + alias Hours when Listserv is operational + sunday 00:35-23:45 + friday 00:35-23:45 + saturday 00:35-23:45 + wednesday 00:35-23:45 + thursday 00:35-23:45 + monday 00:35-23:45 + tuesday 00:35-23:45 +} + +define timeperiod { + timeperiod_name Outside 8x5 + alias Offhours 8x5 + sunday 00:00-24:00 + friday 17:00-24:00,00:00-08:00 + saturday 00:00-24:00 + wednesday 17:00-24:00,00:00-08:00 + thursday 17:00-24:00,00:00-08:00 + monday 17:00-24:00,00:00-08:00 + tuesday 17:00-24:00,00:00-08:00 +} + +define timeperiod { + timeperiod_name Except 23:55-6:05 + alias Hours except 23:55 to 6:05 + sunday 06:05-23:55 + friday 06:05-23:55 + saturday 06:05-23:55 + wednesday 06:05-23:55 + thursday 06:05-23:55 + monday 06:05-23:55 + tuesday 06:05-23:55 +} + +define timeperiod { + timeperiod_name Except 23:55-3:05 + alias Hours except 23:55 to 3:05 + sunday 03:05-23:55 + friday 03:05-23:55 + saturday 03:05-23:55 + wednesday 03:05-23:55 + thursday 03:05-23:55 + monday 03:05-23:55 + tuesday 03:05-23:55 +} + +define timeperiod { + timeperiod_name none + alias No Time Is A Good Time +} + +define timeperiod { + timeperiod_name nonworkhours + alias Non-Work Hours + sunday 00:00-24:00 + friday 00:00-09:00,17:00-24:00 + saturday 00:00-24:00 + wednesday 00:00-09:00,17:00-24:00 + thursday 00:00-09:00,17:00-24:00 + monday 00:00-09:00,17:00-24:00 + tuesday 00:00-09:00,17:00-24:00 +} + +define timeperiod { + timeperiod_name roxen-devedit + alias Daytime hours for Roxen devedit response check + sunday 06:00-21:00 + friday 06:00-21:00 + saturday 06:00-21:00 + wednesday 06:00-21:00 + thursday 06:00-21:00 + monday 06:00-21:00 + tuesday 06:00-21:00 +} + +define timeperiod { + timeperiod_name score_hours + alias Score: available from 7:30am until 2:00am the following morning + sunday 00:00-02:00,07:30-24:00 + friday 00:00-02:00,07:30-24:00 + saturday 00:00-02:00,07:30-24:00 + wednesday 00:00-02:00,07:30-24:00 + thursday 00:00-02:00,07:30-24:00 + monday 00:00-02:00,07:30-24:00 + tuesday 00:00-02:00,07:30-24:00 +} + +define timeperiod { + timeperiod_name win_tdpexecc + alias Check for TSM Exchange backup process + friday 10:15-12:00,13:00-17:00 + saturday 10:15-12:00,13:00-17:00 + wednesday 10:15-12:00,13:00-17:00 + thursday 10:15-12:00,13:00-17:00 + monday 10:15-12:00,13:00-17:00 + tuesday 10:15-12:00,13:00-17:00 +} + +define timeperiod { + timeperiod_name Except 11:55-12:10 + alias Except 11:55pm to 12:10am + friday 00:10-23:55 + saturday 00:10-23:55 + sunday 00:10-23:55 + monday 00:10-23:55 + tuesday 00:10-23:55 + wednesday 00:10-23:55 + thursday 00:10-23:55 +} + +define timeperiod { + timeperiod_name Except 11:45-12:05 + alias Except 11:45pm to 12:05am + friday 00:05-23:45 + saturday 00:05-23:45 + sunday 00:05-23:45 + monday 00:05-23:45 + tuesday 00:05-23:45 + wednesday 00:05-23:45 + thursday 00:05-23:45 +} + +define timeperiod { + timeperiod_name Except 1-3am + alias Except 1:00am to 3:00am + friday 00:00-01:00,03:00-24:00 + saturday 00:00-01:00,03:00-24:00 + sunday 00:00-01:00,03:00-24:00 + monday 00:00-01:00,03:00-24:00 + tuesday 00:00-01:00,03:00-24:00 + wednesday 00:00-01:00,03:00-24:00 + thursday 00:00-01:00,03:00-24:00 +} + +define timeperiod { + timeperiod_name Gearman server + alias Gearman server restart + sunday 00:00-00:15 +} + +define timeperiod { + timeperiod_name Gearman server online + alias Except Gearman server restart + day 1 - -1 00:00-24:00 + exclude Gearman server +} + +define timeperiod { + timeperiod_name 23:15-23:45 Tue and Fri + alias 11:15pm to 11:45pm Tuesday and Friday + tuesday 23:15-23:45 + friday 23:15-23:45 +} + +define timeperiod { + timeperiod_name Except 23:15-23:45 Tue and Fri + alias All times except 11:15pm to 11:45pm on Tuesday and Friday + day 1 - -1 00:00-24:00 + exclude 23:15-23:45 Tue and Fri +} + +define timeperiod { + timeperiod_name 4am-9am daily + alias 4am to 9am every day + day 1 - -1 04:00-09:00 +} + +define timeperiod { + timeperiod_name 9am-4am daily + alias 9am to 4am every day (all times except 4am-9am) + day 1 - -1 00:00-24:00 + exclude 4am-9am daily +} + +define timeperiod { + timeperiod_name 3am-4am daily + alias 3am to 4am every day + day 1 - -1 03:00-04:00 +} + +define timeperiod { + timeperiod_name 4am-3am daily + alias 4am to 3am every day (all times except 3am-4am) + day 1 - -1 00:00-24:00 + exclude 3am-4am daily +} + +define timeperiod { + timeperiod_name 9am-3am daily + alias 9am to 3am every day (all times except 3am-9am) + day 1 - -1 00:00-24:00 + exclude 3am-4am daily, 4am-9am daily +} + +define timeperiod { + timeperiod_name Exchange MBX busy + alias Exchange Mailbox servers are busy + friday 17:00-24:00 + saturday 00:00-24:00 + sunday 00:00-24:00 + monday 00:00-15:00 +} + +define timeperiod { + timeperiod_name Exchange MBX OK + alias Exchange Mailbox servers are not busy + friday 00:00-17:00 + monday 15:00-24:00 + tuesday 00:00-24:00 + wednesday 00:00-24:00 + thursday 00:00-24:00 +} + +define timeperiod { + timeperiod_name Exclude Cognos App Server Restart + alias Exclude daily restart time of Cognos App Server + day 1 - -1 05:05-24:00,00:00-04:40 +} + diff --git a/libexec.zip b/libexec.zip new file mode 100644 index 0000000..f085733 Binary files /dev/null and b/libexec.zip differ diff --git a/naemon_configs.zip b/naemon_configs.zip new file mode 100644 index 0000000..de74c27 Binary files /dev/null and b/naemon_configs.zip differ diff --git a/naemon_objects.zip b/naemon_objects.zip new file mode 100644 index 0000000..e23bded Binary files /dev/null and b/naemon_objects.zip differ diff --git a/new_hosts b/new_hosts new file mode 100644 index 0000000..0d81b18 --- /dev/null +++ b/new_hosts @@ -0,0 +1,3958 @@ +define host { + host_name eissql1b + alias eissql1b.Princeton.EDU + address 10.6.50.17 + _IP_MAC1 10.6.50.17 <=> 0:0:0:69:c5:a5 + _SUBNET1 fw-servernet-2 (PrivateDMZ - VLAN 1047 - .48) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room mr, vi, eissql100w-eissql101w + _date_created 2013-09-10 + _date_changed 2017-03-20 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use generic-host +} + + +define host { + host_name eissql1c + alias eissql1c.Princeton.EDU + address 10.6.48.128 + contacts DBA Important List + use generic-host +} + + +define host { + host_name eissql2a + alias eissql2a.Princeton.EDU + address 10.6.50.159 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VIP, -, eissql206w, eissql207w + _date_created 2011-02-25 + _date_changed 2017-05-31 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name eissql2b + alias eissql2b.Princeton.EDU + address 10.6.50.178 + _department Tower Club + _building New South + _room mr, vip, eissql203w-eissql204w + _date_created 2014-06-10 + _date_changed 2015-06-04 + contacts DBA Important List + _contacts dbas@princeton.edu, winmail@princeton.edu + use generic-host +} + + +define host { + host_name eissql3a + alias eissql3a.Princeton.EDU + address 10.6.50.23 + contacts DBA Important List + use generic-host +} + + +define host { + host_name sasspdb3a + alias sasspdb3a.Princeton.EDU + address 10.6.52.70 + contacts DBA Important List + use generic-host + parents sasspdb308w, sasspdb309w +} + + +define host { + host_name wasspdb1a + alias wasspdb1a.Princeton.EDU + address 10.6.52.45 + contacts DBA Important List + use generic-host + parents wasspdb100w, wasspdb101w +} + + +define host { + host_name wasspdb2a + alias wasspdb2a.Princeton.EDU + address 10.6.53.11 + contacts DBA Important List + use generic-host + parents wasspdb200w, wasspdb201w +} + +define host { + host_name csghubprod + alias csghubprod.Princeton.EDU + address 140.180.223.18 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + + +define host { + host_name csgspdb1a-c + alias csgspdb1a-c.Princeton.EDU + address 10.6.52.203 + _IP_MAC1 10.6.52.203 <=> 0:0:0:0:2:31 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-01-10 + _date_changed 2016-07-11 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name csgspdb1a + alias csgspdb1a.Princeton.EDU + address 10.6.52.202 + _IP_MAC1 10.6.52.202 <=> 0:0:0:0:2:30 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-01-10 + _date_changed 2016-07-15 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name csgspdb2a-c + alias csgspdb2a-c.Princeton.EDU + address 10.6.52.212 + _IP_MAC1 10.6.52.212 <=> 0:0:0:0:2:34 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-03-14 + _date_changed 2016-08-10 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name csgspdb2a + alias csgspdb2a.Princeton.EDU + address 10.6.52.211 + _IP_MAC1 10.6.52.211 <=> 0:0:0:0:2:33 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-03-14 + _date_changed 2016-08-10 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name lists + alias lists.Princeton.EDU + address 128.112.131.33 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name oldsmtp + alias oldsmtp.Princeton.EDU + address 10.6.58.27 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa01 + alias ppa01.Princeton.EDU + address 128.112.128.213 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa02 + alias ppa02.Princeton.EDU + address 128.112.128.216 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa03 + alias ppa03.Princeton.EDU + address 128.112.128.214 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa04 + alias ppa04.Princeton.EDU + address 128.112.128.215 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppsqm + alias ppsqm.princeton.edu + address 128.112.128.212 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name ppvm + alias ppvm.Princeton.EDU + address 128.112.128.243 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name smtp + alias smtp.Princeton.EDU + address 140.180.222.58 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name deptbedit + alias deptbedit.Princeton.EDU + address 140.180.220.200 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name www-dept-edit + alias www-dept-edit.Princeton.EDU + address 140.180.220.199 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name aisedit + alias aisedit.Princeton.EDU + address 140.180.220.196 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name exchangeimap + alias exchangeimap.Princeton.EDU + _alias1 discover + _alias2 exchangeimap + _alias3 foundry-lb-vip-96 + _alias4 autodiscover + _alias5 autodiscover.exchange + address 140.180.223.46 + _IP_MAC1 140.180.223.46 <=> 0:0:0:ff:0:a3 + _SUBNET1 lb-vipnet-2 (Untrust - VLAN 4075 - .223.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,VI,Foundry + _date_created 2010-03-04 + _date_changed 2014-09-22 + contacts CISDR, CSG OnCall + _contacts unix@princeton.edu + use generic-host +} + +define host { + host_name puwowzalive + alias puwowzalive.Princeton.EDU + address 140.180.222.84 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + + + +define host { + host_name ebt-200-elm-webs-server.voip + alias ebt-200-elm-webs-server.voip.princeton.edu + address 10.2.48.100 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t01-t04.voip + alias ebt-200-elm-net-page-t01-t04.voip.princeton.edu + address 10.2.48.101 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t05-t08.voip + alias ebt-200-elm-net-page-t05-t08.voip.princeton.edu + address 10.2.48.102 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t09-t12.voip + alias ebt-200-elm-net-page-t09-t12.voip.princeton.edu + address 10.2.48.103 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t13-t16.voip + alias ebt-200-elm-net-page-t13-t16.voip.princeton.edu + address 10.2.48.104 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t17-t20.voip + alias ebt-200-elm-net-page-t17-t20.voip.princeton.edu + address 10.2.48.105 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t21-t24.voip + alias ebt-200-elm-net-page-t21-t24.voip.princeton.edu + address 10.2.48.106 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t25-t28.voip + alias ebt-200-elm-net-page-t25-t28.voip.princeton.edu + address 10.2.48.107 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t29-t32.voip + alias ebt-200-elm-net-page-t29-t32.voip.princeton.edu + address 10.2.48.108 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-185-nassau-phone.voip + alias ebt-185-nassau-phone.voip.princeton.edu + address 10.2.48.125 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-185-nassau-audio.voip + alias ebt-185-nassau-audio.voip.princeton.edu + address 10.2.48.126 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-dickinson-phone.voip + alias ebt-dickinson-phone.voip.princeton.edu + address 10.2.48.127 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-dickinson-audio.voip + alias ebt-dickinson-audio.voip.princeton.edu + address 10.2.48.128 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-corwin-hall-phone.voip + alias ebt-corwin-hall-phone.voip.princeton.edu + address 10.2.48.129 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-corwin-hall-audio.voip + alias ebt-corwin-hall-audio.voip.princeton.edu + address 10.2.48.130 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lca-79078-phone.voip + alias ebt-lca-79078-phone.voip.princeton.edu + address 10.2.48.171 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lca-79078-audio.voip + alias ebt-lca-79078-audio.voip.princeton.edu + address 10.2.48.172 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-marx-phone.voip + alias ebt-marx-phone.voip.princeton.edu + address 10.2.48.133 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-marx-audio.voip + alias ebt-marx-audio.voip.princeton.edu + address 10.2.48.134 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-murray-dodge-phone.voip + alias ebt-murray-dodge-phone.voip.princeton.edu + address 10.2.48.135 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-murray-dodge-audio.voip + alias ebt-murray-dodge-audio.voip.princeton.edu + address 10.2.48.136 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-alexander-hall-phone.voip + alias ebt-alexander-hall-phone.voip.princeton.edu + address 10.2.48.137 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-alexander-hall-audio.voip + alias ebt-alexander-hall-audio.voip.princeton.edu + address 10.2.48.138 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-u-store-phone.voip + alias ebt-u-store-phone.voip.princeton.edu + address 10.2.48.139 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-u-store-audio.voip + alias ebt-u-store-audio.voip.princeton.edu + address 10.2.48.140 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-little-hall-phone.voip + alias ebt-little-hall-phone.voip.princeton.edu + address 10.2.48.141 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-little-hall-audio.voip + alias ebt-little-hall-audio.voip.princeton.edu + address 10.2.48.142 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-spelman-hall-phone.voip + alias ebt-spelman-hall-phone.voip.princeton.edu + address 10.2.48.143 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-spelman-hall-audio.voip + alias ebt-spelman-hall-audio.voip.princeton.edu + address 10.2.48.144 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-1937-hall-phone.voip + alias ebt-1937-hall-phone.voip.princeton.edu + address 10.2.48.145 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-1937-hall-audio.voip + alias ebt-1937-hall-audio.voip.princeton.edu + address 10.2.48.146 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lewis-library-phone.voip + alias ebt-lewis-library-phone.voip.princeton.edu + address 10.2.48.147 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + check_command check_alive_ssh + contacts EBT +} + + +define host { + host_name ebt-lewis-library-audio.voip + alias ebt-lewis-library-audio.voip.princeton.edu + address 10.2.48.148 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-scully-goheen-walk-phone.voip + alias ebt-scully-goheen-walk-phone.voip.princeton.edu + address 10.2.48.149 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-scully-goheen-walk-audio.voip + alias ebt-scully-goheen-walk-audio.voip.princeton.edu + address 10.2.48.150 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-1915-hall-phone.voip + alias ebt-1915-hall-phone.voip.princeton.edu + address 10.2.48.151 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-1915-hall-audio.voip + alias ebt-1915-hall-audio.voip.princeton.edu + address 10.2.48.152 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-princeton-station-lot-phone.voip + alias ebt-princeton-station-lot-phone.voip.princeton.edu + address 10.2.48.153 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-princeton-station-lot-audio.voip + alias ebt-princeton-station-lot-audio.voip.princeton.edu + address 10.2.48.154 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-new-south-phone.voip + alias ebt-new-south-phone.voip.princeton.edu + address 10.2.48.155 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-new-south-audio.voip + alias ebt-new-south-audio.voip.princeton.edu + address 10.2.48.156 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-forbes-college-phone.voip + alias ebt-forbes-college-phone.voip.princeton.edu + address 10.2.48.157 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-forbes-college-audio.voip + alias ebt-forbes-college-audio.voip.princeton.edu + address 10.2.48.158 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-grad-college-phone.voip + alias ebt-grad-college-phone.voip.princeton.edu + address 10.2.48.159 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-grad-college-audio.voip + alias ebt-grad-college-audio.voip.princeton.edu + address 10.2.48.160 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-roberts-stadium-phone.voip + alias ebt-roberts-stadium-phone.voip.princeton.edu + address 10.2.48.161 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-roberts-stadium-audio.voip + alias ebt-roberts-stadium-audio.voip.princeton.edu + address 10.2.48.162 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-princeton-stadium-phone.voip + alias ebt-princeton-stadium-phone.voip.princeton.edu + address 10.2.48.163 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-princeton-stadium-audio.voip + alias ebt-princeton-stadium-audio.voip.princeton.edu + address 10.2.48.164 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-denunzio-pool-phone.voip + alias ebt-denunzio-pool-phone.voip.princeton.edu + address 10.2.48.165 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-denunzio-pool-audio.voip + alias ebt-denunzio-pool-audio.voip.princeton.edu + address 10.2.48.166 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-nuero-science-south-phone.voip + alias ebt-nuero-science-south-phone.voip.princeton.edu + address 10.2.48.167 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-nuero-science-south-audio.voip + alias ebt-nuero-science-south-audio.voip.princeton.edu + address 10.2.48.168 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lot-23-phone.voip + alias ebt-lot-23-phone.voip.princeton.edu + address 10.2.48.169 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lot-23-audio.voip + alias ebt-lot-23-audio.voip.princeton.edu + address 10.2.48.170 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lawrence-apt-phone.voip + alias ebt-lawrence-apt-phone.voip.princeton.edu + address 10.2.48.173 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lawrence-apt-audio.voip + alias ebt-lawrence-apt-audio.voip.princeton.edu + address 10.2.48.174 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lightning-shelter-phone.voip + alias ebt-lightning-shelter-phone.voip.princeton.edu + address 10.2.48.175 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lightning-shelter-audio.voip + alias ebt-lightning-shelter-audio.voip.princeton.edu + address 10.2.48.176 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lake-71231-phone.voip + alias ebt-lake-71231-phone.voip.princeton.edu + address 10.2.48.178 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lake-71231-audio.voip + alias ebt-lake-71231-audio.voip.princeton.edu + address 10.2.48.179 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-andlinger-79077-phone.voip + alias ebt-andlinger-79077-phone.voip.princeton.edu + address 10.2.48.131 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-andlinger-79077-audio.voip + alias ebt-andlinger-79077-audio.voip.princeton.edu + address 10.2.48.132 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + + +define host { + host_name csghubprod + alias csghubprod.Princeton.EDU + address 140.180.223.18 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + + +define host { + host_name csgspdb1a-c + alias csgspdb1a-c.Princeton.EDU + address 10.6.52.203 + _IP_MAC1 10.6.52.203 <=> 0:0:0:0:2:31 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-01-10 + _date_changed 2016-07-11 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name csgspdb1a + alias csgspdb1a.Princeton.EDU + address 10.6.52.202 + _IP_MAC1 10.6.52.202 <=> 0:0:0:0:2:30 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-01-10 + _date_changed 2016-07-15 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name csgspdb2a-c + alias csgspdb2a-c.Princeton.EDU + address 10.6.52.212 + _IP_MAC1 10.6.52.212 <=> 0:0:0:0:2:34 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-03-14 + _date_changed 2016-08-10 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name csgspdb2a + alias csgspdb2a.Princeton.EDU + address 10.6.52.211 + _IP_MAC1 10.6.52.211 <=> 0:0:0:0:2:33 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, VM, - + _date_created 2012-03-14 + _date_changed 2016-08-10 + contacts DBA Important List + _contacts winmail@princeton.edu + use generic-host +} + + +define host { + host_name lists + alias lists.Princeton.EDU + address 128.112.131.33 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name oldsmtp + alias oldsmtp.Princeton.EDU + address 10.6.58.27 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa01 + alias ppa01.Princeton.EDU + address 128.112.128.213 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa02 + alias ppa02.Princeton.EDU + address 128.112.128.216 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa03 + alias ppa03.Princeton.EDU + address 128.112.128.214 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa04 + alias ppa04.Princeton.EDU + address 128.112.128.215 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppsqm + alias ppsqm.princeton.edu + address 128.112.128.212 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name ppvm + alias ppvm.Princeton.EDU + address 128.112.128.243 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name smtp + alias smtp.Princeton.EDU + address 140.180.222.58 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name deptbedit + alias deptbedit.Princeton.EDU + address 140.180.220.200 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name www-dept-edit + alias www-dept-edit.Princeton.EDU + address 140.180.220.199 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name aisedit + alias aisedit.Princeton.EDU + address 140.180.220.196 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name exchangeimap + alias exchangeimap.Princeton.EDU + _alias1 discover + _alias2 exchangeimap + _alias3 foundry-lb-vip-96 + _alias4 autodiscover + _alias5 autodiscover.exchange + address 140.180.223.46 + _IP_MAC1 140.180.223.46 <=> 0:0:0:ff:0:a3 + _SUBNET1 lb-vipnet-2 (Untrust - VLAN 4075 - .223.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,VI,Foundry + _date_created 2010-03-04 + _date_changed 2014-09-22 + contacts CISDR, CSG OnCall + _contacts unix@princeton.edu + use generic-host +} + +define host { + host_name puwowzalive + alias puwowzalive.Princeton.EDU + address 140.180.222.84 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name monitor + alias monitor.Princeton.EDU + use generic-host + contacts nobody +} + +define host { + host_name monitor-dev + alias monitor-dev.Princeton.EDU + use generic-host + contacts nobody +} + +define host { + host_name Monitor Untrust + alias Pseudo host for Gearman Untrust status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PrivateDMZ$,$HOSTSTATEID:Gearman NS PrivateDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Untrust$,$SERVICESTATEID:monitor:Gearman worker NS Untrust$!-c @2: +} + + +define host { + host_name Monitor PrivateDMZ + alias Pseudo host for Gearman PrivateDMZ status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PrivateDMZ$,$HOSTSTATEID:Gearman NS PrivateDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 PrivateDMZ$,$SERVICESTATEID:monitor:Gearman worker NS PrivateDMZ$!-c @2: +} + +define host { + host_name Monitor PublicDMZ + alias Pseudo host for Gearman PublicDMZ status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PublicDMZ$,$HOSTSTATEID:Gearman NS PublicDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 PublicDMZ$,$SERVICESTATEID:monitor:Gearman worker NS PublicDMZ$!-c @2: +} + +define host { + host_name Monitor Trust + alias Pseudo host for Gearman Trust status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 Trust$,$HOSTSTATEID:Gearman NS Trust!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Trust$,$SERVICESTATEID:monitor:Gearman worker NS Trust$!-c @2: +} + +define host { + host_name Monitor Eisfw F5 + alias Pseudo host for Gearman Eisfw status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 Trust$,$HOSTSTATEID:Gearman NS Trust!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Eisfw F5$,$SERVICESTATEID:monitor:Gearman worker NS Eisfw F5$!-c @2: +} + +define host { + host_name Gearman 151 Untrust + alias Pseudo host for Gearman 151 Untrust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust dalet failover$!-c @4: +} + +define host { + host_name Gearman NS Untrust + alias Pseudo host for Gearman NS Untrust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 PrivateDMZ + alias Pseudo host for Gearman 151 PrivateDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman NS PrivateDMZ + alias Pseudo host for Gearman NS PrivateDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 PublicDMZ + alias Pseudo host for Gearman 151 PublicDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman NS PublicDMZ + alias Pseudo host for Gearman NS PublicDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 Trust + alias Pseudo host for Gearman 151 Trust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust dalet failover$!-c @4: +} + +define host { + host_name Gearman NS Trust + alias Pseudo host for Gearman NS Trust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 Eisfw F5 + alias Pseudo host for Gearman 151 Eisfw F5 status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$!-c @6: +} + +define host { + host_name Gearman NS Eisfw F5 + alias Pseudo host for Gearman NS Eisfw F5 status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$!-c @6: +} + +define host { + host_name kma-151-1 + alias kma-151-1.Princeton.EDU + address 10.6.53.31 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, B07 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + + +define host { + host_name kma-151-2 + alias kma-151-2.Princeton.EDU + address 10.6.53.38 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, B07 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + + +define host { + host_name kma-ns-1 + alias kma-ns-1.Princeton.EDU + address 10.6.53.30 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, I1 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + + +define host { + host_name kma-ns-2 + alias kma-ns-2.Princeton.EDU + address 10.6.53.27 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, I1 + _date_created 2012-10-23 + _date_changed 2012-10-23 + contacts Martin Harriss, Maureen E. OConnor + _contacts martin@princeton.edu, maureeno@princeton.edu + use generic-host +} + +define host { + host_name csgspdb202w-netmgt + alias csgspdb202w-netmgt.Princeton.EDU + address 172.19.0.113 + use Out of band interface +} + + +define host { + host_name csgspdb203w-netmgt + alias csgspdb203w-netmgt.Princeton.EDU + address 172.19.0.121 + use Out of band interface +} + + +define host { + host_name das210w-netmgt + alias das210w-netmgt.Princeton.EDU + address 172.19.0.18 + use Out of band interface +} + + +define host { + host_name dev203w-netmgt + alias dev203w-netmgt.Princeton.EDU + address 172.19.0.11 + use Out of band interface +} + + +define host { + host_name eis208l-drac + alias eis208l-drac.Princeton.EDU + address 172.19.1.9 + use Out of band interface +} + + +define host { + host_name eis319l-netmgt + alias eis319l-netmgt.Princeton.EDU + address 172.19.0.138 + use Out of band interface +} + + +define host { + host_name eissql100w-netmgt + alias eissql100w-netmgt.Princeton.EDU + address 172.19.0.89 + use Out of band interface +} + + +define host { + host_name eissql101w-netmgt + alias eissql101w-netmgt.Princeton.EDU + address 172.19.0.90 + use Out of band interface +} + + +define host { + host_name eissql105w-netmgt + alias eissql105w-netmgt.Princeton.EDU + address 172.19.0.58 + use Out of band interface +} + + +define host { + host_name eissql203w-netmgt + alias eissql203w-netmgt.Princeton.EDU + address 172.19.0.120 + use Out of band interface +} + + +define host { + host_name eissql204w-netmgt + alias eissql204w-netmgt.Princeton.EDU + address 172.19.0.47 + use Out of band interface +} + + +define host { + host_name eissql206w-netmgt + alias eissql206w-netmgt.Princeton.EDU + address 172.19.0.83 + use Out of band interface +} + + +define host { + host_name eissql207w-netmgt + alias eissql207w-netmgt.Princeton.EDU + address 172.19.0.86 + use Out of band interface +} + + +define host { + host_name eissql210w-netmgt + alias eissql210w-netmgt.Princeton.EDU + address 172.19.0.79 + use Out of band interface +} + + +define host { + host_name eissql211w-netmgt + alias eissql211w-netmgt.Princeton.EDU + address 172.19.0.108 + use Out of band interface +} + + +define host { + host_name eistsm206l-netmgt + alias eistsm206l-netmgt.Princeton.EDU + address 172.19.0.77 + use Out of band interface +} + + +define host { + host_name eistsm207l-netmgt + alias eistsm207l-netmgt.Princeton.EDU + address 172.19.0.82 + use Out of band interface +} + + +define host { + host_name eistsm208l-netmgt + alias eistsm208l-netmgt.Princeton.EDU + address 172.19.0.84 + use Out of band interface +} + + +define host { + host_name eistsm210l-netmgt + alias eistsm210l-netmgt.Princeton.EDU + address 172.19.0.88 + use Out of band interface +} + + +define host { + host_name eistsm211l-netmgt + alias eistsm211l-netmgt.Princeton.EDU + address 172.19.0.87 + use Out of band interface +} + + +define host { + host_name essconsole201w-netmgt + alias essconsole201w-netmgt.Princeton.EDU + address 172.19.0.38 + use Out of band interface +} + + +define host { + host_name essesx200v-netmgt + alias essesx200v-netmgt.Princeton.EDU + address 172.19.0.74 + use Out of band interface +} + + +define host { + host_name essesx201v-netmgt + alias essesx201v-netmgt.Princeton.EDU + address 172.19.0.75 + use Out of band interface +} + + +define host { + host_name essesx202v-netmgt + alias essesx202v-netmgt.Princeton.EDU + address 172.19.0.32 + use Out of band interface +} + + +define host { + host_name essesx203v-netmgt + alias essesx203v-netmgt.Princeton.EDU + address 172.19.0.76 + use Out of band interface +} + + +define host { + host_name essesx211v-netmgt + alias essesx211v-netmgt.Princeton.EDU + address 172.19.1.101 + use Out of band interface +} + + +define host { + host_name essesx212v-netmgt + alias essesx212v-netmgt.Princeton.EDU + address 172.19.1.102 + use Out of band interface +} + + +define host { + host_name essesx213v-netmgt + alias essesx213v-netmgt.Princeton.EDU + address 172.19.0.153 + use Out of band interface +} + + +define host { + host_name essesx214v-netmgt + alias essesx214v-netmgt.Princeton.EDU + address 172.19.0.185 + use Out of band interface +} + + +define host { + host_name essesx215v-netmgt + alias essesx215v-netmgt.Princeton.EDU + address 172.19.0.210 + use Out of band interface +} + + +define host { + host_name essesx216v-netmgt + alias essesx216v-netmgt.Princeton.EDU + address 172.19.0.104 + use Out of band interface +} + + +define host { + host_name essesx217v-netmgt + alias essesx217v-netmgt.Princeton.EDU + address 172.19.0.85 + use Out of band interface +} + + +define host { + host_name essesx218v-netmgt + alias essesx218v-netmgt.Princeton.EDU + address 172.19.0.105 + use Out of band interface +} + + +define host { + host_name essesx220v-netmgt + alias essesx220v-netmgt.Princeton.EDU + address 172.19.0.212 + use Out of band interface +} + + +define host { + host_name essesx221v-netmgt + alias essesx221v-netmgt.Princeton.EDU + address 172.19.0.242 + use Out of band interface +} + + +define host { + host_name essesx228v-netmgt + alias essesx228v-netmgt.Princeton.EDU + address 172.19.0.22 + use Out of band interface +} + + +define host { + host_name essesx229v-netmgt + alias essesx229v-netmgt.Princeton.EDU + address 172.19.0.39 + use Out of band interface +} + + +define host { + host_name essesx240v-netmgt + alias essesx240v-netmgt.Princeton.EDU + address 172.19.0.21 + use Out of band interface +} + + +define host { + host_name essesx241v-netmgt + alias essesx241v-netmgt.Princeton.EDU + address 172.19.0.56 + use Out of band interface +} + + +define host { + host_name essesx242v-netmgt + alias essesx242v-netmgt.Princeton.EDU + address 172.19.0.61 + use Out of band interface +} + + +define host { + host_name essesx250v-netmgt + alias essesx250v-netmgt.Princeton.EDU + address 172.19.0.97 + use Out of band interface +} + + +define host { + host_name essesx251v-netmgt + alias essesx251v-netmgt.Princeton.EDU + address 172.19.0.186 + use Out of band interface +} + + +define host { + host_name essesx260v-netmgt + alias essesx260v-netmgt.Princeton.EDU + address 172.19.0.147 + use Out of band interface +} + + +define host { + host_name essesx261v-netmgt + alias essesx261v-netmgt.Princeton.EDU + address 172.19.0.144 + use Out of band interface +} + + +define host { + host_name essesx262v-netmgt + alias essesx262v-netmgt.Princeton.EDU + address 172.19.0.143 + use Out of band interface +} + + +define host { + host_name essesx263v-netmgt + alias essesx263v-netmgt.Princeton.EDU + address 172.19.0.134 + use Out of band interface +} + + +define host { + host_name essesx290v-netmgt + alias essesx290v-netmgt.Princeton.EDU + address 172.19.0.231 + use Out of band interface +} + + +define host { + host_name essesx291v-netmgt + alias essesx291v-netmgt.Princeton.EDU + address 172.19.1.13 + use Out of band interface +} + + +define host { + host_name essesx292v-netmgt + alias essesx292v-netmgt.Princeton.EDU + address 172.19.1.14 + use Out of band interface +} + + +define host { + host_name essvmbkp100w-netmgt + alias essvmbkp100w-netmgt.Princeton.EDU + address 172.19.0.36 + use Out of band interface +} + + +define host { + host_name essvmbkp200w-netmgt + alias essvmbkp200w-netmgt.Princeton.EDU + address 172.19.0.128 + use Out of band interface +} + + +define host { + host_name essvmbkp201w-netmgt + alias essvmbkp201w-netmgt.Princeton.EDU + address 172.19.0.130 + use Out of band interface +} + + +define host { + host_name fac-infoctr1-netmgt + alias fac-infoctr1-netmgt.Princeton.EDU + address 172.19.0.68 + use Out of band interface +} + + +define host { + host_name iamencoder204w-netmgt + alias iamencoder204w-netmgt.Princeton.EDU + address 172.19.0.70 + use Out of band interface +} + + +define host { + host_name iamencoder205w-netmgt + alias iamencoder205w-netmgt.Princeton.EDU + address 172.19.0.81 + use Out of band interface +} + + +define host { + host_name iamencoder206w-netmgt + alias iamencoder206w-netmgt.Princeton.EDU + address 172.19.0.91 + use Out of band interface +} + + +define host { + host_name hoover1-netmgt + alias hoover1-netmgt.Princeton.EDU + address 172.19.0.176 + use Out of band interface +} + + +define host { + host_name ims204-netmgt + alias ims204-netmgt.Princeton.EDU + address 172.19.0.71 + use Out of band interface +} + + + +define host { + host_name isserv215-netmgt + alias isserv215-netmgt.Princeton.EDU + address 172.19.0.133 + use Out of band interface +} + + +define host { + host_name isserv216-netmgt + alias isserv216-netmgt.Princeton.EDU + address 172.19.0.55 + use Out of band interface +} + + +define host { + host_name lsscvms207w-netmgt + alias lsscvms207w-netmgt.Princeton.EDU + address 172.19.0.44 + use Out of band interface +} + + +define host { + host_name nismaster-netmgt + alias nismaster-netmgt.Princeton.EDU + address 172.19.0.33 + use Out of band interface +} + + +define host { + host_name pdom06-netmgt + alias pdom06-netmgt.Princeton.EDU + address 172.19.0.110 + use Out of band interface +} + + +define host { + host_name pdom07-netmgt + alias pdom07-netmgt.Princeton.EDU + address 172.19.1.15 + use Out of band interface +} + + +define host { + host_name prz203w-netmgt + alias prz203w-netmgt.Princeton.EDU + address 172.19.0.34 + use Out of band interface +} + + + +define host { + host_name roxdb01-netmgt + alias roxdb01-netmgt.Princeton.EDU + address 172.19.0.146 + use Out of band interface +} + + +define host { + host_name roxdb02-netmgt + alias roxdb02-netmgt.Princeton.EDU + address 172.19.0.164 + use Out of band interface +} + + +define host { + host_name roxdb01qa-netmgt + alias roxdb01qa-netmgt.Princeton.EDU + address 172.19.0.155 + use Out of band interface +} + + +define host { + host_name roxdb02qa-netmgt + alias roxdb02qa-netmgt.Princeton.EDU + address 172.19.0.175 + use Out of band interface +} + + +define host { + host_name sdpldap101l-netmgt + alias sdpldap101l-netmgt.Princeton.EDU + address 172.19.0.131 + use Out of band interface +} + + +define host { + host_name sentinel-netmgt + alias sentinel-netmgt.Princeton.EDU + address 172.19.0.171 + use Out of band interface +} + + +define host { + host_name wasspdb200w-netmgt + alias wasspdb200w-netmgt.Princeton.EDU + address 172.19.0.24 + use Out of band interface +} + + +define host { + host_name wasspdb201w-netmgt + alias wasspdb201w-netmgt.Princeton.EDU + address 172.19.0.19 + use Out of band interface +} + + +define host { + host_name win04-netmgt + alias win04-netmgt.Princeton.EDU + address 172.19.0.64 + use Out of band interface +} + + +define host { + host_name heymon + alias heymon.Princeton.EDU + address 128.112.128.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring server + contact_groups Networking Pager + use Networking device +} + + +define host { + host_name eyeinthesky + alias eyeinthesky.Princeton.EDU + address 128.112.133.130 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet1 + alias eyeinthesky-infranet1.Princeton.EDU + address 172.18.0.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet2 + alias eyeinthesky-infranet2.Princeton.EDU + address 172.18.32.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet3 + alias eyeinthesky-infranet3.Princeton.EDU + address 172.18.64.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet4 + alias eyeinthesky-infranet4.Princeton.EDU + address 172.18.192.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet5 + alias eyeinthesky-infranet5.Princeton.EDU + address 172.18.128.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet7 + alias eyeinthesky-infranet7.Princeton.EDU + address 172.18.224.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet1 + alias heymon-infranet1.Princeton.EDU + address 172.18.0.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet2 + alias heymon-infranet2.Princeton.EDU + address 172.18.32.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet3 + alias heymon-infranet3.Princeton.EDU + address 172.18.64.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet4 + alias heymon-infranet4.Princeton.EDU + address 172.18.192.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet5 + alias heymon-infranet5.Princeton.EDU + address 172.18.128.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet7 + alias heymon-infranet7.Princeton.EDU + address 172.18.224.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name kirby + alias kirby.Princeton.EDU + address 128.112.129.176 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name mrtg.net + alias mrtg.net.Princeton.EDU + address 128.112.134.12 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon + alias new-heymon.Princeton.EDU + address 128.112.129.55 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet1 + alias new-heymon-infranet1.Princeton.EDU + address 172.18.4.5 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet2 + alias new-heymon-infranet2.Princeton.EDU + address 172.18.32.16 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet3 + alias new-heymon-infranet3.Princeton.EDU + address 172.18.65.176 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet4 + alias new-heymon-infranet4.Princeton.EDU + address 172.18.192.64 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet5 + alias new-heymon-infranet5.Princeton.EDU + address 172.18.128.111 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet7 + alias new-heymon-infranet7.Princeton.EDU + address 172.18.224.11 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name cuckoo + alias cuckoo.Princeton.EDU + address 10.6.63.139 + contact_groups Networking Pager + use Networking device +} + +define host { + host_name www.net + alias www.net.Princeton.EDU + address 128.112.128.55 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name alumnicas + alias alumnicas.Princeton.EDU + address 140.180.222.31 + _IP_MAC1 140.180.222.31 <=> 0:ab:1:aa:cc:dd + _SUBNET1 lb-vipnet-4 (EISFW - VLAN 3493 - 222.0) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,VI,Foundry + _date_created 2009-03-10 + _date_changed 2015-07-13 + notification_period score_hours + contacts Identity and Access Management + use generic-host +} + + +define host { + host_name egn-dome-wwwinterface + alias egn-dome-wwwinterface.Princeton.EDU + address 66.180.177.116 + contacts Gregory S. Paczkowski, Joseph M. Karam + use generic-host + check_period EGN Dome WWWInterface + notification_period EGN Dome WWWInterface +} + + +define host { + host_name webspace + alias webspace.princeton.edu + _alias1 webspace + address 140.180.222.86 + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + contacts CISDR + _contacts unix@princeton.edu + use generic-host +} + + +define host { + host_name webspaceqa + alias webspaceqa.Princeton.EDU + _alias1 webspaceqa + address 140.180.222.75 + contacts CISDR + use generic-host +} + + +define host { + host_name puwebp + alias puwebp.princeton.edu + address 140.180.219.150 + _department Administrative Information Services, Office of Information Technology + _building New South + _room MR, VI, ais204L + _date_created 2005-05-24 + _date_changed 2013-10-04 + contacts Christopher C. Dietrich + _contacts chris@princeton.edu, unix@princeton.edu + use generic-host +} + +define host { + host_name Arizona_Cluster + alias Arizona Cluster VIP + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name csg_host + alias faux webcheck csg host + address 140.180.223.42 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name email-end2end + alias End-to-end email testing + address 127.0.0.1 + use generic-host + notifications_enabled 0 + contacts nobody +} + +define host { + host_name epoxy + alias epoxy.Princeton.EDU + address 140.180.222.35 + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + check_command check_ssh + check_interval 10 + notification_interval 30 + retry_interval 5 + contact_groups null + contacts ESS Page + _contacts unix@princeton.edu + use UNIX Production +} + +define host { + host_name Kaltura Live + alias kaltura live virtual host + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody + #contacts Dwight D. Bashore, CSG OnCall +} + +define host { + host_name tsm + alias tsm session counter + address 127.0.0.1 + use generic-host + contacts nobody +} + +define host { + host_name Webcheck_Firefox + alias Pseudo host for Firefox webchecks + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name Webcheck_host + alias Webcheck_host.princeton.edu + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name Webhead_Cluster + alias Webhead Cluster VIP + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name www_roxen + alias faux host for Roxen pages + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name autumn-dev + alias autumn-dev.Princeton.EDU + display_name F5 VIP to autom100l and autom101l + address 10.6.58.46 + use generic-host + check_interval 0 + contacts Networking +} + +define host { + host_name autumn + alias autumn.Princeton.EDU + display_name F5 VIP to autom200l and autom201l + address 10.6.58.20 + use generic-host + check_interval 0 + contact_groups Networking Pager +} + +define host { + host_name roxdb01 + alias roxdb01.Princeton.EDU + address 10.6.52.14 + use UNIX Production 151 Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb01qa + alias roxdb01qa.Princeton.EDU + address 10.6.52.71 + use UNIX Dev/QA Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb02 + alias roxdb02.Princeton.EDU + address 10.6.52.72 + use UNIX Production NS Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb02qa + alias roxdb02qa.Princeton.EDU + address 10.6.52.73 + use UNIX Dev/QA Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name alumni-ldap + alias alumni-ldap.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni-ldap1 + alias alumni-ldap1.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni-ldap2 + alias alumni-ldap2.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni05 + alias alumni05.Princeton.EDU + address 10.6.63.109 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni06 + alias alumni06.Princeton.EDU + address 10.6.63.110 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name dsml + alias dsml.Princeton.EDU + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +# Now in AWS +define host { + host_name fed + alias fed.Princeton.EDU + address 140.180.222.18 + use generic-host +# address 3.220.234.24,3.211.185.100 +# use AWS Load Balancer + contacts Identity and Access Management +} + +#Now in AWS +define host { + host_name fedqa + alias fedqa.Princeton.EDU + address 3.220.168.135,3.220.168.44 + use AWS Load Balancer + contacts Identity and Access Management +} + +#Now in AWS +define host { + host_name idp + alias idp.Princeton.EDU + address 140.180.222.55 + use generic-host +# address 18.235.250.95,54.159.202.168 +# use AWS Load Balancer + contacts Identity and Access Management +} + +#Now in AWS +define host { + host_name idpqa + alias idpqa.Princeton.EDU + address 100.24.220.125,18.215.32.83 + use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name webservices + alias webservices.Princeton.EDU + address 140.180.222.61 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap + alias ldap.Princeton.EDU + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name dumper05 + alias dumper05.Princeton.EDU + address 10.6.63.108 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name dumper06 + alias dumper06.Princeton.EDU + address 10.6.63.111 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapprime + alias ldapprime.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapproxyqa + alias ldapproxyqa.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapremote + alias ldapremote.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap05 + alias ldap05.Princeton.edu + address 10.6.63.112 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap06 + alias ldap06.Princeton.edu + address 10.6.63.113 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapupdate + alias ldapupdate.Princeton.EDU + address 140.180.222.45 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name newdumper + alias newdumper.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name ovdprod + alias ovdprod.Princeton.EDU + address 140.180.222.103 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name qaovd + alias qaovd.Princeton.EDU + address 10.6.58.25 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name PUAccess + alias puaccess.Princeton.EDU + address 140.180.222.101 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name PUAccessQA + alias puaccessqa.Princeton.EDU + address 10.6.58.12 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name tools + alias tools.Princeton.EDU + address 140.180.222.56 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name sp + alias sp.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + + +define host { + host_name sp2010prod + alias sp2010prod.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + + +define host { + host_name sp2016 + alias sp2016.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + +define host { + host_name EP-Poe-Field-9019-Phone + alias Mini-Tower 1 (EP-Poe-Field-9019-Phone) + address 10.2.48.201 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location Poe Field + _Phone 077-9019 + contacts EBT + use generic-host +} + + +define host { + host_name EP-Princeton-Station-9076-Phone + alias Mini-Tower 2 (EP-Princeton-Station-9076-Phone) + address 10.2.48.202 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location WAWA Parking Lot (EP Princeton Station) + _Phone 077-9076 + contacts EBT + use generic-host +} + + +define host { + host_name EP-Lakeside-1232-Phone + alias Mini-Tower 3 (EP-Lakeside-1232-Phone) + address 10.2.22.39 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + _Device Talk-A-Phone VOIP-500 Emergency Phone + _Location Lakeside + _Phone 077-1232 + contacts EBT + use generic-host +} + +define host{ + use Dell Agent-free Server + host_name essesx205v-netmgt + alias essesx205v-netmgt.Princeton.EDU + address essesx205v-netmgt + display_name essesx205v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx205v-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } + +define host{ + use Dell Agent-free Server + host_name essesx206v-netmgt + alias essesx206v-netmgt + address essesx206v-netmgt + display_name essesx206v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx206v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } + define host{ + use Dell Agent-free Server + host_name essesx207v-netmgt + alias essesx207v-netmgt + address essesx207v-netmgt + display_name essesx207v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx207v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx208v-netmgt + alias essesx208v-netmgt + address essesx208v-netmgt + display_name essesx208v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx208v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx209v-netmgt + alias essesx209v-netmgt + address essesx209v-netmgt + display_name essesx209v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx209v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx210v-netmgt + alias essesx210v-netmgt + address essesx210v-netmgt + display_name essesx210v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx210v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx222v-netmgt + alias essesx222v-netmgt + address essesx222v-netmgt + display_name essesx222v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx222v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx224v-netmgt + alias essesx224v-netmgt + address essesx224v-netmgt + display_name essesx224v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx224v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx225v-netmgt + alias essesx225v-netmgt + address essesx225v-netmgt + display_name essesx225v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx225v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx226v-netmgt + alias essesx226v-netmgt + address essesx226v-netmgt + display_name essesx226v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx226v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx227v-netmgt + alias essesx227v-netmgt + address essesx227v-netmgt + display_name essesx227v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx227v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx270v-netmgt + alias essesx270v-netmgt + address essesx270v-netmgt + display_name essesx270v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx270v-netmgt + _dell_comm_params SNMP,IMS_m0nit0r,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name sdpldap201l-netmgt + alias sdpldap201l-netmgt.Princeton.EDU + address sdpldap201l-netmgt + display_name sdpldap201l-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://sdpldap201l-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name airwave2-netmgt + alias airwave2-netmgt.Princeton.EDU + address airwave2-netmgt + display_name airwave2-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://sdpldap201l-netmgt + _dell_comm_params SNMP,public,2,30,2,161,UDP/IPv4 + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx204v-netmgt + alias essesx204v-netmgt.Princeton.EDU + address essesx204v-netmgt + display_name essesx204v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx204v-netmgt + _dell_comm_params SNMP,$USER33$,2,3,1,161,UDP/IPv4 + notes Protocol selected : SNMP + } + +define host { + host_name dns1a.aws + alias dns1a.aws.Princeton.EDU + address 10.21.1.10 + contacts CISDR + use generic-host +} + + +define host { + host_name dns1c.aws + alias dns1c.aws.Princeton.EDU + address 10.21.1.138 + contacts CISDR + use generic-host +} + +define host { + host_name dascpan100l + alias dascpan100l.Princeton.EDU + _alias1 cpan-das-qa + _alias2 cpanel-das-qa + _alias3 cpanel-das-qa-alumtran + _alias4 cpanel-das-qa-aosapp + _alias5 cpanel-das-qa-cbeiwapp + _alias6 cpanel-das-qa-ccbapp + _alias7 cpanel-das-qa-ccdwapp + _alias8 cpanel-das-qa-clever + _alias9 cpanel-das-qa-cleverapp + _alias10 cpanel-das-qa-coiforms + _alias11 cpanel-das-qa-csdpapp + _alias12 cpanel-das-qa-daveh + _alias13 cpanel-das-qa-descetha + _alias14 cpanel-das-qa-dossier + _alias15 cpanel-das-qa-dossier2 + _alias16 cpanel-das-qa-ffpubsapp + _alias17 cpanel-das-qa-genpurch + _alias18 cpanel-das-qa-hdcpanel + _alias19 cpanel-das-qa-hisjpapp + _alias20 cpanel-das-qa-hlsapp + _alias21 cpanel-das-qa-husbyapp + _alias22 cpanel-das-qa-intlctra + _alias23 cpanel-das-qa-intldaymatch + _alias24 cpanel-das-qa-jkchu + _alias25 cpanel-das-qa-jshadow + _alias26 cpanel-das-qa-lapaappl + _alias27 cpanel-das-qa-lsrf + _alias28 cpanel-das-qa-maeiw + _alias29 cpanel-das-qa-mathapps + _alias30 cpanel-das-qa-mathsent + _alias31 cpanel-das-qa-mcgraw + _alias32 cpanel-das-qa-media + _alias33 cpanel-das-qa-molbiodb + _alias34 cpanel-das-qa-moldbupdate + _alias35 cpanel-das-qa-molgsinterview + _alias36 cpanel-das-qa-molqcbwb + _alias37 cpanel-das-qa-nandapps + _alias38 cpanel-das-qa-odocweb + _alias39 cpanel-das-qa-ohdcpanl + _alias40 cpanel-das-qa-oitcpanel + _alias41 cpanel-das-qa-oitdas + _alias42 cpanel-das-qa-oitdaspu + _alias43 cpanel-das-qa-oitdcf + _alias44 cpanel-das-qa-oitdivrs + _alias45 cpanel-das-qa-oitforms + _alias46 cpanel-das-qa-options + _alias47 cpanel-das-qa-paanetapp + _alias48 cpanel-das-qa-pccmapps + _alias49 cpanel-das-qa-pcs + _alias50 cpanel-das-qa-pcs2 + _alias51 cpanel-das-qa-phidossr + _alias52 cpanel-das-qa-pibapps + _alias53 cpanel-das-qa-picsimwb + _alias54 cpanel-das-qa-piiapps + _alias55 cpanel-das-qa-pnipurch + _alias56 cpanel-das-qa-pnisipap + _alias57 cpanel-das-qa-polapps + _alias58 cpanel-das-qa-poldosr + _alias59 cpanel-das-qa-polfalljiw + _alias60 cpanel-das-qa-polgsexam + _alias61 cpanel-das-qa-polsenth + _alias62 cpanel-das-qa-polthpostap + _alias63 cpanel-das-qa-ppplapps + _alias64 cpanel-das-qa-prvdata + _alias65 cpanel-das-qa-psafety + _alias66 cpanel-das-qa-psrc + _alias67 cpanel-das-qa-puvisa + _alias68 cpanel-das-qa-pwp + _alias69 cpanel-das-qa-ratliff + _alias70 cpanel-das-qa-raupload + _alias71 cpanel-das-qa-shipcalc + _alias72 cpanel-das-qa-sinsiapp + _alias73 cpanel-das-qa-sslamp + _alias74 cpanel-das-qa-stevea + _alias75 cpanel-das-qa-studtrav + _alias76 cpanel-das-qa-surpdcap + _alias77 cpanel-das-qa-surplus + _alias78 cpanel-das-qa-telecom + _alias79 cpanel-das-qa-uchv + _alias80 cpanel-das-qa-umattermapapp + _alias81 cpanel-das-qa-umwellness + _alias82 cpanel-das-qa-versions + _alias83 cpanel-das-qa-wasfrevvosvc + _alias84 cpanel-das-qa-webpanel + _alias85 cpanel-das-qa-websurvy + _alias86 cpanel-das-qa-wildcard + _alias87 cpanel-das-qa-wwsgrweb + _alias88 cpanel-redirects-qa + _alias89 das-lamp01-qa + address 128.112.52.21 + contacts CISDR Group of EIS, David L. Herrington, Mark A. Ratliff, Steve Albin + _contacts cisdr@princeton.edu, daveh@princeton.edu, ratliff@princeton.edu, stevea@princeton.edu, unix@princeton.edu + use UNIX Dev/QA +} + +define host { + host_name essesx200v + alias essesx200v.Princeton.EDU + address 10.6.52.61 + _IP_MAC1 10.6.52.61 <=> b8:ca:3a:64:5d:d0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, RK, C2 + _date_created 2017-02-22 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts winmail@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx201v + alias essesx201v.Princeton.EDU + address 10.6.52.43 + _IP_MAC1 10.6.52.43 <=> 24:6e:96:39:6e:b4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx202v + alias essesx202v.Princeton.EDU + address 10.6.52.62 + _IP_MAC1 10.6.52.62 <=> ba:ca:3a:64:66:21 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-09-14 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx203v + alias essesx203v.Princeton.EDU + address 10.6.52.63 + _IP_MAC1 10.6.52.63 <=> bc:30:5b:f8:c1:dc + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C5 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx204v + alias essesx204v.Princeton.EDU + address 10.6.52.64 + _IP_MAC1 10.6.52.64 <=> a4:ba:db:15:13:13 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C4 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx205v + alias essesx205v.Princeton.EDU + address 10.6.52.65 + _IP_MAC1 10.6.52.65 <=> ec:f4:bb:d0:64:c3 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx206v + alias essesx206v.Princeton.EDU + address 10.6.52.66 + _IP_MAC1 10.6.52.66 <=> ec:f4:bb:d6:d0:5c + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx207v + alias essesx207v.Princeton.EDU + address 10.6.52.67 + _IP_MAC1 10.6.52.67 <=> a4:ba:db:40:92:f0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx208v + alias essesx208v.Princeton.EDU + address 10.6.52.68 + _IP_MAC1 10.6.52.68 <=> 0:1b:21:90:26:18 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx209v + alias essesx209v.Princeton.EDU + address 10.6.52.69 + _IP_MAC1 10.6.52.69 <=> 0:1b:21:c8:5:70 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx210v + alias essesx210v.Princeton.EDU + address 10.6.53.3 + _IP_MAC1 10.6.53.3 <=> ec:f4:bb:ed:fb:67 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I4 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx211v + alias essesx211v.Princeton.EDU + address 10.6.52.87 + _IP_MAC1 10.6.52.87 <=> 24:6e:96:2a:7c:c0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MP,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-10-25 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx212v + alias essesx212v.Princeton.EDU + address 10.6.52.114 + _IP_MAC1 10.6.52.114 <=> 24:6e:96:2a:55:14 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-10-25 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx213v + alias essesx213v.Princeton.EDU + address 10.6.52.121 + _IP_MAC1 10.6.52.121 <=> 24:6e:96:39:94:7c + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx214v + alias essesx214v.Princeton.EDU + address 10.6.52.125 + _IP_MAC1 10.6.52.125 <=> bc:30:5b:ef:a6:c1 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx215v + alias essesx215v.Princeton.EDU + address 10.6.52.138 + _IP_MAC1 10.6.52.138 <=> bc:30:5b:ef:e3:65 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx216v + alias essesx216v.Princeton.EDU + address 10.6.52.171 + _IP_MAC1 10.6.52.171 <=> b8:ca:3a:69:3c:c4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, C3 + _date_created 2016-09-20 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx217v + alias essesx217v.Princeton.EDU + address 10.6.52.177 + _IP_MAC1 10.6.52.177 <=> bc:30:5b:f8:e2:98 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx218v + alias essesx218v.Princeton.EDU + address 10.6.52.178 + _IP_MAC1 10.6.52.178 <=> b8:ca:3a:69:46:c0 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx220v + alias essesx220v.Princeton.EDU + address 10.6.52.213 + _IP_MAC1 10.6.52.213 <=> ec:f4:bb:c2:74:44 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx221v + alias essesx221v.Princeton.EDU + address 10.6.52.216 + _IP_MAC1 10.6.52.216 <=> ec:f4:bb:c2:72:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,J3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx222v + alias essesx222v.Princeton.EDU + address 10.6.52.217 + _IP_MAC1 10.6.52.217 <=> ec:f4:bb:d6:cc:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx270v + alias essesx270v.Princeton.EDU + address 10.6.52.218 + _IP_MAC1 10.6.52.218 <=> ec:f4:bb:dd:f6:d4 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C1 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx224v + alias essesx224v.Princeton.EDU + address 10.6.52.219 + _IP_MAC1 10.6.52.219 <=> ec:f4:bb:ee:a7:80 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx225v + alias essesx225v.Princeton.EDU + address 10.6.52.239 + _IP_MAC1 10.6.52.239 <=> 24:6e:96:b:2e:fe + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR,RK,I3 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production NS Trust +} + + +define host { + host_name essesx226v + alias essesx226v.Princeton.EDU + address 10.6.52.247 + _IP_MAC1 10.6.52.247 <=> 24:6e:96:a:9f:41 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C2 + _date_created 2017-04-13 + _date_changed 2017-06-20 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princeton.edu, unix@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx227v + alias essesx227v.Princeton.EDU + address 10.6.52.58 + _IP_MAC1 10.6.52.58 <=> 24:6e:96:50:20:64 + _SUBNET1 fw-servernet-3 (Trust - VLAN 1049 - .52) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,RK,C02 + _date_created 2017-03-24 + _date_changed 2017-04-12 + check_command check_https_host + contacts Jeffrey L. Firestone + _contacts jf19@princetonedu, winmail@princeton.edu + use UNIX Production 151 Trust +} + + +define host { + host_name essesx228v + alias essesx228v.Princeton.EDU + address 10.6.52.38 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx229v + alias essesx229v.Princeton.EDU + address 10.6.52.39 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + + define host { + host_name essesx240v + alias essesx240v.Princeton.EDU + address 10.6.53.47 + check_command check_https_host + notes 87 Prospect + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + + define host { + host_name essesx241v + alias essesx241v.Princeton.EDU + address 10.6.53.48 + check_command check_https_host + notes 87 Prospect + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx242v + alias essesx242v.Princeton.EDU + address 10.6.53.52 + check_command check_https_host + notes 87 Prospect + contacts ESS Ops + use UNIX Production NS Trust +} + + + define host { + host_name essesx250v + alias essesx250v.Princeton.EDU + address 10.6.52.118 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + + + define host { + host_name essesx251v + alias essesx251v.Princeton.EDU + address 10.6.52.155 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + + + define host { + host_name essesx260v + alias essesx260v.Princeton.EDU + address 10.6.53.96 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + + + define host { + host_name essesx261v + alias essesx261v.Princeton.EDU + address 10.6.53.97 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + + +define host { + host_name essesx262v + alias essesx262v.Princeton.EDU + address 10.6.53.99 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + + +define host { + host_name essesx263v + alias essesx263v.Princeton.EDU + address 10.6.53.98 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + + +define host { + host_name essesx290v + alias essesx290v.Princeton.EDU + address 10.6.59.230 + _IP_MAC1 10.6.59.230 <=> c:c4:7a:9:a3:1e + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-14 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + + +define host { + host_name essesx291v + alias essesx291v.Princeton.EDU + address 10.6.59.232 + _IP_MAC1 10.6.59.232 <=> c:c4:7a:9:a0:ca + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-23 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + + +define host { + host_name essesx292v + alias essesx292v.Princeton.EDU + address 10.6.59.231 + _IP_MAC1 10.6.59.231 <=> c:c4:7a:9:a0:86 + _SUBNET1 pci-vm-mgmt + _department Office of the Vice President for Information Technology + _building 151 Forrestal Rd. + _room MR, RK, M19 + _date_created 2014-10-14 + _date_changed 2015-01-12 + check_command check_https_host + notes 151 Forrestal Rd. + _contacts unix@princeton.edu, winmail@princeton.edu + use UNIX Production +} + +define host { + host_name isserv215 + alias isserv215.Princeton.EDU + address 10.6.48.114 + contact_groups DBA Page + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use Solaris Production +} + + +define host { + host_name isserv216 + alias isserv216.Princeton.EDU + address 10.6.51.24 + contact_groups DBA Page + contacts DBA Important List + _contacts dbas@princeton.edu, unix@princeton.edu + use Solaris Production +} + +define host { + host_name x110client01 + alias x110client01.Princeton.EDU + address 10.6.53.100 + use Oracle Exadata Dev/QA 151 Trust + contacts DBA Important List +} + + +define host { + host_name x110client02 + alias x110client02.Princeton.EDU + address 10.6.53.102 + use Oracle Exadata Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name x210client01 + alias x210client01.Princeton.EDU + address 10.6.53.107 + use UNIX Production NS Trust + contacts DBA Important List +} + + +define host { + host_name x210client02 + alias x210client02.Princeton.EDU + address 10.6.53.109 + use UNIX Production NS Trust + contacts DBA Important List +} \ No newline at end of file diff --git a/new_hosts.cfg b/new_hosts.cfg new file mode 100644 index 0000000..8163851 --- /dev/null +++ b/new_hosts.cfg @@ -0,0 +1,5205 @@ +define host { + host_name eissql1b + alias eissql1b.Princeton.EDU + address 10.6.50.17 + contacts DBA Important List + use generic-host +} + + +define host { + host_name eissql1c + alias eissql1c.Princeton.EDU + address 10.6.48.128 + contacts DBA Important List + use generic-host +} + + +define host { + host_name eissql2a + alias eissql2a.Princeton.EDU + address 10.6.50.159 + contacts DBA Important List + use generic-host +} + + +define host { + host_name eissql2b + alias eissql2b.Princeton.EDU + address 10.6.50.178 + contacts DBA Important List + use generic-host +} + + +define host { + host_name eissql3a + alias eissql3a.Princeton.EDU + address 10.6.50.23 + contacts DBA Important List + use generic-host +} + + +define host { + host_name sasspdb3a + alias sasspdb3a.Princeton.EDU + address 10.6.52.70 + contacts DBA Important List + use generic-host + parents sasspdb308w, sasspdb309w +} + + +define host { + host_name wasspdb1a + alias wasspdb1a.Princeton.EDU + address 10.6.52.45 + contacts DBA Important List + use generic-host + parents wasspdb100w, wasspdb101w +} + + +define host { + host_name wasspdb2a + alias wasspdb2a.Princeton.EDU + address 10.6.53.11 + contacts DBA Important List + use generic-host + parents wasspdb200w, wasspdb201w +} + +define host { + host_name csghubprod + alias csghubprod.Princeton.EDU + address 140.180.223.18 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + + +define host { + host_name csgspdb1a-c + alias csgspdb1a-c.Princeton.EDU + address 10.6.52.203 + contacts DBA Important List + use generic-host +} + + +define host { + host_name csgspdb1a + alias csgspdb1a.Princeton.EDU + address 10.6.52.202 + contacts DBA Important List + use generic-host +} + + +define host { + host_name csgspdb2a-c + alias csgspdb2a-c.Princeton.EDU + address 10.6.52.212 + contacts DBA Important List + use generic-host +} + + +define host { + host_name csgspdb2a + alias csgspdb2a.Princeton.EDU + address 10.6.52.211 + contacts DBA Important List + use generic-host +} + + +define host { + host_name lists + alias lists.Princeton.EDU + address 128.112.131.33 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name oldsmtp + alias oldsmtp.Princeton.EDU + address 10.6.58.27 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa01 + alias ppa01.Princeton.EDU + address 128.112.128.213 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa02 + alias ppa02.Princeton.EDU + address 128.112.128.216 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa03 + alias ppa03.Princeton.EDU + address 128.112.128.214 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa04 + alias ppa04.Princeton.EDU + address 128.112.128.215 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppsqm + alias ppsqm.princeton.edu + address 128.112.128.212 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name ppvm + alias ppvm.Princeton.EDU + address 128.112.128.243 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name smtp + alias smtp.Princeton.EDU + address 140.180.222.58 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name deptbedit + alias deptbedit.Princeton.EDU + address 140.180.220.200 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name www-dept-edit + alias www-dept-edit.Princeton.EDU + address 140.180.220.199 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name aisedit + alias aisedit.Princeton.EDU + address 140.180.220.196 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name exchangeimap + alias exchangeimap.Princeton.EDU + address 140.180.223.46 + contacts CISDR, CSG OnCall + use generic-host +} + +define host { + host_name puwowzalive + alias puwowzalive.Princeton.EDU + address 140.180.222.84 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + + + +define host { + host_name ebt-200-elm-webs-server.voip + alias ebt-200-elm-webs-server.voip.princeton.edu + address 10.2.48.100 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t01-t04.voip + alias ebt-200-elm-net-page-t01-t04.voip.princeton.edu + address 10.2.48.101 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t05-t08.voip + alias ebt-200-elm-net-page-t05-t08.voip.princeton.edu + address 10.2.48.102 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t09-t12.voip + alias ebt-200-elm-net-page-t09-t12.voip.princeton.edu + address 10.2.48.103 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t13-t16.voip + alias ebt-200-elm-net-page-t13-t16.voip.princeton.edu + address 10.2.48.104 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t17-t20.voip + alias ebt-200-elm-net-page-t17-t20.voip.princeton.edu + address 10.2.48.105 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t21-t24.voip + alias ebt-200-elm-net-page-t21-t24.voip.princeton.edu + address 10.2.48.106 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t25-t28.voip + alias ebt-200-elm-net-page-t25-t28.voip.princeton.edu + address 10.2.48.107 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-200-elm-net-page-t29-t32.voip + alias ebt-200-elm-net-page-t29-t32.voip.princeton.edu + address 10.2.48.108 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-185-nassau-phone.voip + alias ebt-185-nassau-phone.voip.princeton.edu + address 10.2.48.125 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-185-nassau-audio.voip + alias ebt-185-nassau-audio.voip.princeton.edu + address 10.2.48.126 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-dickinson-phone.voip + alias ebt-dickinson-phone.voip.princeton.edu + address 10.2.48.127 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-dickinson-audio.voip + alias ebt-dickinson-audio.voip.princeton.edu + address 10.2.48.128 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-corwin-hall-phone.voip + alias ebt-corwin-hall-phone.voip.princeton.edu + address 10.2.48.129 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-corwin-hall-audio.voip + alias ebt-corwin-hall-audio.voip.princeton.edu + address 10.2.48.130 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lca-79078-phone.voip + alias ebt-lca-79078-phone.voip.princeton.edu + address 10.2.48.171 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lca-79078-audio.voip + alias ebt-lca-79078-audio.voip.princeton.edu + address 10.2.48.172 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-marx-phone.voip + alias ebt-marx-phone.voip.princeton.edu + address 10.2.48.133 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-marx-audio.voip + alias ebt-marx-audio.voip.princeton.edu + address 10.2.48.134 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-murray-dodge-phone.voip + alias ebt-murray-dodge-phone.voip.princeton.edu + address 10.2.48.135 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-murray-dodge-audio.voip + alias ebt-murray-dodge-audio.voip.princeton.edu + address 10.2.48.136 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-alexander-hall-phone.voip + alias ebt-alexander-hall-phone.voip.princeton.edu + address 10.2.48.137 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-alexander-hall-audio.voip + alias ebt-alexander-hall-audio.voip.princeton.edu + address 10.2.48.138 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-u-store-phone.voip + alias ebt-u-store-phone.voip.princeton.edu + address 10.2.48.139 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-u-store-audio.voip + alias ebt-u-store-audio.voip.princeton.edu + address 10.2.48.140 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-little-hall-phone.voip + alias ebt-little-hall-phone.voip.princeton.edu + address 10.2.48.141 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-little-hall-audio.voip + alias ebt-little-hall-audio.voip.princeton.edu + address 10.2.48.142 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-spelman-hall-phone.voip + alias ebt-spelman-hall-phone.voip.princeton.edu + address 10.2.48.143 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-spelman-hall-audio.voip + alias ebt-spelman-hall-audio.voip.princeton.edu + address 10.2.48.144 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-1937-hall-phone.voip + alias ebt-1937-hall-phone.voip.princeton.edu + address 10.2.48.145 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-1937-hall-audio.voip + alias ebt-1937-hall-audio.voip.princeton.edu + address 10.2.48.146 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lewis-library-phone.voip + alias ebt-lewis-library-phone.voip.princeton.edu + address 10.2.48.147 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + check_command check_alive_ssh + contacts EBT +} + + +define host { + host_name ebt-lewis-library-audio.voip + alias ebt-lewis-library-audio.voip.princeton.edu + address 10.2.48.148 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-scully-goheen-walk-phone.voip + alias ebt-scully-goheen-walk-phone.voip.princeton.edu + address 10.2.48.149 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-scully-goheen-walk-audio.voip + alias ebt-scully-goheen-walk-audio.voip.princeton.edu + address 10.2.48.150 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-1915-hall-phone.voip + alias ebt-1915-hall-phone.voip.princeton.edu + address 10.2.48.151 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-1915-hall-audio.voip + alias ebt-1915-hall-audio.voip.princeton.edu + address 10.2.48.152 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-princeton-station-lot-phone.voip + alias ebt-princeton-station-lot-phone.voip.princeton.edu + address 10.2.48.153 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-princeton-station-lot-audio.voip + alias ebt-princeton-station-lot-audio.voip.princeton.edu + address 10.2.48.154 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-new-south-phone.voip + alias ebt-new-south-phone.voip.princeton.edu + address 10.2.48.155 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-new-south-audio.voip + alias ebt-new-south-audio.voip.princeton.edu + address 10.2.48.156 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-forbes-college-phone.voip + alias ebt-forbes-college-phone.voip.princeton.edu + address 10.2.48.157 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-forbes-college-audio.voip + alias ebt-forbes-college-audio.voip.princeton.edu + address 10.2.48.158 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-grad-college-phone.voip + alias ebt-grad-college-phone.voip.princeton.edu + address 10.2.48.159 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-grad-college-audio.voip + alias ebt-grad-college-audio.voip.princeton.edu + address 10.2.48.160 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-roberts-stadium-phone.voip + alias ebt-roberts-stadium-phone.voip.princeton.edu + address 10.2.48.161 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-roberts-stadium-audio.voip + alias ebt-roberts-stadium-audio.voip.princeton.edu + address 10.2.48.162 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-princeton-stadium-phone.voip + alias ebt-princeton-stadium-phone.voip.princeton.edu + address 10.2.48.163 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-princeton-stadium-audio.voip + alias ebt-princeton-stadium-audio.voip.princeton.edu + address 10.2.48.164 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-denunzio-pool-phone.voip + alias ebt-denunzio-pool-phone.voip.princeton.edu + address 10.2.48.165 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-denunzio-pool-audio.voip + alias ebt-denunzio-pool-audio.voip.princeton.edu + address 10.2.48.166 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-nuero-science-south-phone.voip + alias ebt-nuero-science-south-phone.voip.princeton.edu + address 10.2.48.167 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-nuero-science-south-audio.voip + alias ebt-nuero-science-south-audio.voip.princeton.edu + address 10.2.48.168 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lot-23-phone.voip + alias ebt-lot-23-phone.voip.princeton.edu + address 10.2.48.169 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lot-23-audio.voip + alias ebt-lot-23-audio.voip.princeton.edu + address 10.2.48.170 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lawrence-apt-phone.voip + alias ebt-lawrence-apt-phone.voip.princeton.edu + address 10.2.48.173 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lawrence-apt-audio.voip + alias ebt-lawrence-apt-audio.voip.princeton.edu + address 10.2.48.174 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lightning-shelter-phone.voip + alias ebt-lightning-shelter-phone.voip.princeton.edu + address 10.2.48.175 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lightning-shelter-audio.voip + alias ebt-lightning-shelter-audio.voip.princeton.edu + address 10.2.48.176 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lake-71231-phone.voip + alias ebt-lake-71231-phone.voip.princeton.edu + address 10.2.48.178 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-lake-71231-audio.voip + alias ebt-lake-71231-audio.voip.princeton.edu + address 10.2.48.179 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-andlinger-79077-phone.voip + alias ebt-andlinger-79077-phone.voip.princeton.edu + address 10.2.48.131 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + +define host { + host_name ebt-andlinger-79077-audio.voip + alias ebt-andlinger-79077-audio.voip.princeton.edu + address 10.2.48.132 + use generic-host + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT +} + + + +define host { + host_name csghubprod + alias csghubprod.Princeton.EDU + address 140.180.223.18 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + + +define host { + host_name csgspdb1a-c + alias csgspdb1a-c.Princeton.EDU + address 10.6.52.203 + contacts DBA Important List + use generic-host +} + + +define host { + host_name csgspdb1a + alias csgspdb1a.Princeton.EDU + address 10.6.52.202 + contacts DBA Important List + use generic-host +} + + +define host { + host_name csgspdb2a-c + alias csgspdb2a-c.Princeton.EDU + address 10.6.52.212 + contacts DBA Important List + use generic-host +} + + +define host { + host_name csgspdb2a + alias csgspdb2a.Princeton.EDU + address 10.6.52.211 + contacts DBA Important List + use generic-host +} + + +define host { + host_name lists + alias lists.Princeton.EDU + address 128.112.131.33 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name oldsmtp + alias oldsmtp.Princeton.EDU + address 10.6.58.27 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa01 + alias ppa01.Princeton.EDU + address 128.112.128.213 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa02 + alias ppa02.Princeton.EDU + address 128.112.128.216 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa03 + alias ppa03.Princeton.EDU + address 128.112.128.214 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppa04 + alias ppa04.Princeton.EDU + address 128.112.128.215 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name ppsqm + alias ppsqm.princeton.edu + address 128.112.128.212 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name ppvm + alias ppvm.Princeton.EDU + address 128.112.128.243 + use generic-host + check_interval 0 + #contacts CISDR, CSG OnCall + contacts nagiosadmin + contact_groups null +} + +define host { + host_name smtp + alias smtp.Princeton.EDU + address 140.180.222.58 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name deptbedit + alias deptbedit.Princeton.EDU + address 140.180.220.200 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name www-dept-edit + alias www-dept-edit.Princeton.EDU + address 140.180.220.199 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name aisedit + alias aisedit.Princeton.EDU + address 140.180.220.196 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name exchangeimap + alias exchangeimap.Princeton.EDU + address 140.180.223.46 + contacts CISDR, CSG OnCall + use generic-host +} + +define host { + host_name puwowzalive + alias puwowzalive.Princeton.EDU + address 140.180.222.84 + use generic-host + check_interval 0 + contacts CISDR, CSG OnCall +} + +define host { + host_name monitor + alias monitor.Princeton.EDU + use generic-host + contacts nobody +} + +define host { + host_name monitor-dev + alias monitor-dev.Princeton.EDU + use generic-host + contacts nobody +} + +define host { + host_name Monitor Untrust + alias Pseudo host for Gearman Untrust status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PrivateDMZ$,$HOSTSTATEID:Gearman NS PrivateDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Untrust$,$SERVICESTATEID:monitor:Gearman worker NS Untrust$!-c @2: +} + + +define host { + host_name Monitor PrivateDMZ + alias Pseudo host for Gearman PrivateDMZ status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PrivateDMZ$,$HOSTSTATEID:Gearman NS PrivateDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 PrivateDMZ$,$SERVICESTATEID:monitor:Gearman worker NS PrivateDMZ$!-c @2: +} + +define host { + host_name Monitor PublicDMZ + alias Pseudo host for Gearman PublicDMZ status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 PublicDMZ$,$HOSTSTATEID:Gearman NS PublicDMZ!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 PublicDMZ$,$SERVICESTATEID:monitor:Gearman worker NS PublicDMZ$!-c @2: +} + +define host { + host_name Monitor Trust + alias Pseudo host for Gearman Trust status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 Trust$,$HOSTSTATEID:Gearman NS Trust!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Trust$,$SERVICESTATEID:monitor:Gearman worker NS Trust$!-c @2: +} + +define host { + host_name Monitor Eisfw F5 + alias Pseudo host for Gearman Eisfw status + use Gearman + #check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:Gearman 151 Trust$,$HOSTSTATEID:Gearman NS Trust!-c @2: + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker 151 Eisfw F5$,$SERVICESTATEID:monitor:Gearman worker NS Eisfw F5$!-c @2: +} + +define host { + host_name Gearman 151 Untrust + alias Pseudo host for Gearman 151 Untrust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims204 151 Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims205 151 Untrust dalet failover$!-c @4: +} + +define host { + host_name Gearman NS Untrust + alias Pseudo host for Gearman NS Untrust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust alef$,$SERVICESTATEID:monitor:Gearman worker ims205 NS Untrust bet$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims204 NS Untrust dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 PrivateDMZ + alias Pseudo host for Gearman 151 PrivateDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims221 151 PrivateDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman NS PrivateDMZ + alias Pseudo host for Gearman NS PrivateDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims220 NS PrivateDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 PublicDMZ + alias Pseudo host for Gearman 151 PublicDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims225 151 PublicDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman NS PublicDMZ + alias Pseudo host for Gearman NS PublicDMZ status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims224 NS PublicDMZ dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 Trust + alias Pseudo host for Gearman 151 Trust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims223 151 Trust dalet failover$!-c @4: +} + +define host { + host_name Gearman NS Trust + alias Pseudo host for Gearman NS Trust status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust gimel failover$,$SERVICESTATEID:monitor:Gearman worker ims222 NS Trust dalet failover$!-c @4: +} + +define host { + host_name Gearman 151 Eisfw F5 + alias Pseudo host for Gearman 151 Eisfw F5 status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims220 151 PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims224 151 PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims222 151 Trust bet$!-c @6: +} + +define host { + host_name Gearman NS Eisfw F5 + alias Pseudo host for Gearman NS Eisfw F5 status + use Gearman + check_command check_service_cluster!$HOSTNAME$!$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims221 NS PrivateDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ alef$,$SERVICESTATEID:monitor:Gearman worker ims225 NS PublicDMZ bet$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust alef$,$SERVICESTATEID:monitor:Gearman worker ims223 NS Trust bet$!-c @6: +} + +define host { + host_name kma-151-1 + alias kma-151-1.Princeton.EDU + address 10.6.53.31 + contacts Martin Harriss, Maureen E. OConnor + use generic-host +} + + +define host { + host_name kma-151-2 + alias kma-151-2.Princeton.EDU + address 10.6.53.38 + contacts Martin Harriss, Maureen E. OConnor + use generic-host +} + + +define host { + host_name kma-ns-1 + alias kma-ns-1.Princeton.EDU + address 10.6.53.30 + contacts Martin Harriss, Maureen E. OConnor + use generic-host +} + + +define host { + host_name kma-ns-2 + alias kma-ns-2.Princeton.EDU + address 10.6.53.27 + contacts Martin Harriss, Maureen E. OConnor + use generic-host +} + +define host { + host_name csgspdb202w-netmgt + alias csgspdb202w-netmgt.Princeton.EDU + address 172.19.0.113 + use Out of band interface +} + + +define host { + host_name csgspdb203w-netmgt + alias csgspdb203w-netmgt.Princeton.EDU + address 172.19.0.121 + use Out of band interface +} + + +define host { + host_name das210w-netmgt + alias das210w-netmgt.Princeton.EDU + address 172.19.0.18 + use Out of band interface +} + + +define host { + host_name dev203w-netmgt + alias dev203w-netmgt.Princeton.EDU + address 172.19.0.11 + use Out of band interface +} + + +define host { + host_name eis208l-drac + alias eis208l-drac.Princeton.EDU + address 172.19.1.9 + use Out of band interface +} + + +define host { + host_name eis319l-netmgt + alias eis319l-netmgt.Princeton.EDU + address 172.19.0.138 + use Out of band interface +} + + +define host { + host_name eissql100w-netmgt + alias eissql100w-netmgt.Princeton.EDU + address 172.19.0.89 + use Out of band interface +} + + +define host { + host_name eissql101w-netmgt + alias eissql101w-netmgt.Princeton.EDU + address 172.19.0.90 + use Out of band interface +} + + +define host { + host_name eissql105w-netmgt + alias eissql105w-netmgt.Princeton.EDU + address 172.19.0.58 + use Out of band interface +} + + +define host { + host_name eissql203w-netmgt + alias eissql203w-netmgt.Princeton.EDU + address 172.19.0.120 + use Out of band interface +} + + +define host { + host_name eissql204w-netmgt + alias eissql204w-netmgt.Princeton.EDU + address 172.19.0.47 + use Out of band interface +} + + +define host { + host_name eissql206w-netmgt + alias eissql206w-netmgt.Princeton.EDU + address 172.19.0.83 + use Out of band interface +} + + +define host { + host_name eissql207w-netmgt + alias eissql207w-netmgt.Princeton.EDU + address 172.19.0.86 + use Out of band interface +} + + +define host { + host_name eissql210w-netmgt + alias eissql210w-netmgt.Princeton.EDU + address 172.19.0.79 + use Out of band interface +} + + +define host { + host_name eissql211w-netmgt + alias eissql211w-netmgt.Princeton.EDU + address 172.19.0.108 + use Out of band interface +} + + +define host { + host_name eistsm206l-netmgt + alias eistsm206l-netmgt.Princeton.EDU + address 172.19.0.77 + use Out of band interface +} + + +define host { + host_name eistsm207l-netmgt + alias eistsm207l-netmgt.Princeton.EDU + address 172.19.0.82 + use Out of band interface +} + + +define host { + host_name eistsm208l-netmgt + alias eistsm208l-netmgt.Princeton.EDU + address 172.19.0.84 + use Out of band interface +} + + +define host { + host_name eistsm210l-netmgt + alias eistsm210l-netmgt.Princeton.EDU + address 172.19.0.88 + use Out of band interface +} + + +define host { + host_name eistsm211l-netmgt + alias eistsm211l-netmgt.Princeton.EDU + address 172.19.0.87 + use Out of band interface +} + + +define host { + host_name essconsole201w-netmgt + alias essconsole201w-netmgt.Princeton.EDU + address 172.19.0.38 + use Out of band interface +} + + +define host { + host_name essesx200v-netmgt + alias essesx200v-netmgt.Princeton.EDU + address 172.19.0.74 + use Out of band interface +} + + +define host { + host_name essesx201v-netmgt + alias essesx201v-netmgt.Princeton.EDU + address 172.19.0.75 + use Out of band interface +} + + +define host { + host_name essesx202v-netmgt + alias essesx202v-netmgt.Princeton.EDU + address 172.19.0.32 + use Out of band interface +} + + +define host { + host_name essesx203v-netmgt + alias essesx203v-netmgt.Princeton.EDU + address 172.19.0.76 + use Out of band interface +} + + +define host { + host_name essesx211v-netmgt + alias essesx211v-netmgt.Princeton.EDU + address 172.19.1.101 + use Out of band interface +} + + +define host { + host_name essesx212v-netmgt + alias essesx212v-netmgt.Princeton.EDU + address 172.19.1.102 + use Out of band interface +} + + +define host { + host_name essesx213v-netmgt + alias essesx213v-netmgt.Princeton.EDU + address 172.19.0.153 + use Out of band interface +} + + +define host { + host_name essesx214v-netmgt + alias essesx214v-netmgt.Princeton.EDU + address 172.19.0.185 + use Out of band interface +} + + +define host { + host_name essesx215v-netmgt + alias essesx215v-netmgt.Princeton.EDU + address 172.19.0.210 + use Out of band interface +} + + +define host { + host_name essesx216v-netmgt + alias essesx216v-netmgt.Princeton.EDU + address 172.19.0.104 + use Out of band interface +} + + +define host { + host_name essesx217v-netmgt + alias essesx217v-netmgt.Princeton.EDU + address 172.19.0.85 + use Out of band interface +} + + +define host { + host_name essesx218v-netmgt + alias essesx218v-netmgt.Princeton.EDU + address 172.19.0.105 + use Out of band interface +} + + +define host { + host_name essesx220v-netmgt + alias essesx220v-netmgt.Princeton.EDU + address 172.19.0.212 + use Out of band interface +} + + +define host { + host_name essesx221v-netmgt + alias essesx221v-netmgt.Princeton.EDU + address 172.19.0.242 + use Out of band interface +} + + +define host { + host_name essesx228v-netmgt + alias essesx228v-netmgt.Princeton.EDU + address 172.19.0.22 + use Out of band interface +} + + +define host { + host_name essesx229v-netmgt + alias essesx229v-netmgt.Princeton.EDU + address 172.19.0.39 + use Out of band interface +} + + +define host { + host_name essesx240v-netmgt + alias essesx240v-netmgt.Princeton.EDU + address 172.19.0.21 + use Out of band interface +} + + +define host { + host_name essesx241v-netmgt + alias essesx241v-netmgt.Princeton.EDU + address 172.19.0.56 + use Out of band interface +} + + +define host { + host_name essesx242v-netmgt + alias essesx242v-netmgt.Princeton.EDU + address 172.19.0.61 + use Out of band interface +} + + +define host { + host_name essesx250v-netmgt + alias essesx250v-netmgt.Princeton.EDU + address 172.19.0.97 + use Out of band interface +} + + +define host { + host_name essesx251v-netmgt + alias essesx251v-netmgt.Princeton.EDU + address 172.19.0.186 + use Out of band interface +} + + +define host { + host_name essesx260v-netmgt + alias essesx260v-netmgt.Princeton.EDU + address 172.19.0.147 + use Out of band interface +} + + +define host { + host_name essesx261v-netmgt + alias essesx261v-netmgt.Princeton.EDU + address 172.19.0.144 + use Out of band interface +} + + +define host { + host_name essesx262v-netmgt + alias essesx262v-netmgt.Princeton.EDU + address 172.19.0.143 + use Out of band interface +} + + +define host { + host_name essesx263v-netmgt + alias essesx263v-netmgt.Princeton.EDU + address 172.19.0.134 + use Out of band interface +} + + +define host { + host_name essesx290v-netmgt + alias essesx290v-netmgt.Princeton.EDU + address 172.19.0.231 + use Out of band interface +} + + +define host { + host_name essesx291v-netmgt + alias essesx291v-netmgt.Princeton.EDU + address 172.19.1.13 + use Out of band interface +} + + +define host { + host_name essesx292v-netmgt + alias essesx292v-netmgt.Princeton.EDU + address 172.19.1.14 + use Out of band interface +} + + +define host { + host_name essvmbkp100w-netmgt + alias essvmbkp100w-netmgt.Princeton.EDU + address 172.19.0.36 + use Out of band interface +} + + +define host { + host_name essvmbkp200w-netmgt + alias essvmbkp200w-netmgt.Princeton.EDU + address 172.19.0.128 + use Out of band interface +} + + +define host { + host_name essvmbkp201w-netmgt + alias essvmbkp201w-netmgt.Princeton.EDU + address 172.19.0.130 + use Out of band interface +} + + +define host { + host_name fac-infoctr1-netmgt + alias fac-infoctr1-netmgt.Princeton.EDU + address 172.19.0.68 + use Out of band interface +} + + +define host { + host_name iamencoder204w-netmgt + alias iamencoder204w-netmgt.Princeton.EDU + address 172.19.0.70 + use Out of band interface +} + + +define host { + host_name iamencoder205w-netmgt + alias iamencoder205w-netmgt.Princeton.EDU + address 172.19.0.81 + use Out of band interface +} + + +define host { + host_name iamencoder206w-netmgt + alias iamencoder206w-netmgt.Princeton.EDU + address 172.19.0.91 + use Out of band interface +} + + +define host { + host_name hoover1-netmgt + alias hoover1-netmgt.Princeton.EDU + address 172.19.0.176 + use Out of band interface +} + + +define host { + host_name ims204-netmgt + alias ims204-netmgt.Princeton.EDU + address 172.19.0.71 + use Out of band interface +} + + + +define host { + host_name isserv215-netmgt + alias isserv215-netmgt.Princeton.EDU + address 172.19.0.133 + use Out of band interface +} + + +define host { + host_name isserv216-netmgt + alias isserv216-netmgt.Princeton.EDU + address 172.19.0.55 + use Out of band interface +} + + +define host { + host_name lsscvms207w-netmgt + alias lsscvms207w-netmgt.Princeton.EDU + address 172.19.0.44 + use Out of band interface +} + + +define host { + host_name nismaster-netmgt + alias nismaster-netmgt.Princeton.EDU + address 172.19.0.33 + use Out of band interface +} + + +define host { + host_name pdom06-netmgt + alias pdom06-netmgt.Princeton.EDU + address 172.19.0.110 + use Out of band interface +} + + +define host { + host_name pdom07-netmgt + alias pdom07-netmgt.Princeton.EDU + address 172.19.1.15 + use Out of band interface +} + + +define host { + host_name prz203w-netmgt + alias prz203w-netmgt.Princeton.EDU + address 172.19.0.34 + use Out of band interface +} + + + +define host { + host_name roxdb01-netmgt + alias roxdb01-netmgt.Princeton.EDU + address 172.19.0.146 + use Out of band interface +} + + +define host { + host_name roxdb02-netmgt + alias roxdb02-netmgt.Princeton.EDU + address 172.19.0.164 + use Out of band interface +} + + +define host { + host_name roxdb01qa-netmgt + alias roxdb01qa-netmgt.Princeton.EDU + address 172.19.0.155 + use Out of band interface +} + + +define host { + host_name roxdb02qa-netmgt + alias roxdb02qa-netmgt.Princeton.EDU + address 172.19.0.175 + use Out of band interface +} + + +define host { + host_name sdpldap101l-netmgt + alias sdpldap101l-netmgt.Princeton.EDU + address 172.19.0.131 + use Out of band interface +} + + +define host { + host_name sentinel-netmgt + alias sentinel-netmgt.Princeton.EDU + address 172.19.0.171 + use Out of band interface +} + + +define host { + host_name wasspdb200w-netmgt + alias wasspdb200w-netmgt.Princeton.EDU + address 172.19.0.24 + use Out of band interface +} + + +define host { + host_name wasspdb201w-netmgt + alias wasspdb201w-netmgt.Princeton.EDU + address 172.19.0.19 + use Out of band interface +} + + +define host { + host_name win04-netmgt + alias win04-netmgt.Princeton.EDU + address 172.19.0.64 + use Out of band interface +} + + +define host { + host_name heymon + alias heymon.Princeton.EDU + address 128.112.128.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring server + contact_groups Networking Pager + use Networking device +} + + +define host { + host_name eyeinthesky + alias eyeinthesky.Princeton.EDU + address 128.112.133.130 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet1 + alias eyeinthesky-infranet1.Princeton.EDU + address 172.18.0.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet2 + alias eyeinthesky-infranet2.Princeton.EDU + address 172.18.32.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet3 + alias eyeinthesky-infranet3.Princeton.EDU + address 172.18.64.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet4 + alias eyeinthesky-infranet4.Princeton.EDU + address 172.18.192.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet5 + alias eyeinthesky-infranet5.Princeton.EDU + address 172.18.128.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name eyeinthesky-infranet7 + alias eyeinthesky-infranet7.Princeton.EDU + address 172.18.224.10 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet1 + alias heymon-infranet1.Princeton.EDU + address 172.18.0.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet2 + alias heymon-infranet2.Princeton.EDU + address 172.18.32.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet3 + alias heymon-infranet3.Princeton.EDU + address 172.18.64.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet4 + alias heymon-infranet4.Princeton.EDU + address 172.18.192.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet5 + alias heymon-infranet5.Princeton.EDU + address 172.18.128.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name heymon-infranet7 + alias heymon-infranet7.Princeton.EDU + address 172.18.224.152 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name kirby + alias kirby.Princeton.EDU + address 128.112.129.176 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name mrtg.net + alias mrtg.net.Princeton.EDU + address 128.112.134.12 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon + alias new-heymon.Princeton.EDU + address 128.112.129.55 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet1 + alias new-heymon-infranet1.Princeton.EDU + address 172.18.4.5 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet2 + alias new-heymon-infranet2.Princeton.EDU + address 172.18.32.16 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet3 + alias new-heymon-infranet3.Princeton.EDU + address 172.18.65.176 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet4 + alias new-heymon-infranet4.Princeton.EDU + address 172.18.192.64 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet5 + alias new-heymon-infranet5.Princeton.EDU + address 172.18.128.111 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name new-heymon-infranet7 + alias new-heymon-infranet7.Princeton.EDU + address 172.18.224.11 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name cuckoo + alias cuckoo.Princeton.EDU + address 10.6.63.139 + contact_groups Networking Pager + use Networking device +} + +define host { + host_name www.net + alias www.net.Princeton.EDU + address 128.112.128.55 + icon_image sun40.jpg + icon_image_alt Solaris + vrml_image sun40.png + statusmap_image sun40.gd2 + notes Network and Monitoring Solaris server + contact_groups Networking Pager + use Networking device +} + +define host { + host_name alumnicas + alias alumnicas.Princeton.EDU + address 140.180.222.31 + notification_period score_hours + contacts Identity and Access Management + use generic-host +} + + +define host { + host_name egn-dome-wwwinterface + alias egn-dome-wwwinterface.Princeton.EDU + address 66.180.177.116 + contacts Gregory S. Paczkowski, Joseph M. Karam + use generic-host + check_period EGN Dome WWWInterface + notification_period EGN Dome WWWInterface +} + + +define host { + host_name webspace + alias webspace.princeton.edu + address 140.180.222.86 + contacts CISDR + use generic-host +} + + +define host { + host_name webspaceqa + alias webspaceqa.Princeton.EDU + address 140.180.222.75 + contacts CISDR + use generic-host +} + + +define host { + host_name puwebp + alias puwebp.princeton.edu + address 140.180.219.150 + contacts Christopher C. Dietrich + use generic-host +} + +define host { + host_name Arizona_Cluster + alias Arizona Cluster VIP + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name csg_host + alias faux webcheck csg host + address 140.180.223.42 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name email-end2end + alias End-to-end email testing + address 127.0.0.1 + use generic-host + notifications_enabled 0 + contacts nobody +} + +define host { + host_name epoxy + alias epoxy.Princeton.EDU + address 140.180.222.35 + check_command check_ssh + check_interval 10 + notification_interval 30 + retry_interval 5 + contact_groups null + contacts ESS Page + use UNIX Production +} + +define host { + host_name Kaltura Live + alias kaltura live virtual host + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody + #contacts Dwight D. Bashore, CSG OnCall +} + +define host { + host_name tsm + alias tsm session counter + address 127.0.0.1 + use generic-host + contacts nobody +} + +define host { + host_name Webcheck_Firefox + alias Pseudo host for Firefox webchecks + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name Webcheck_host + alias Webcheck_host.princeton.edu + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name Webhead_Cluster + alias Webhead Cluster VIP + address 127.0.0.1 + use generic-host + check_interval 1440 + obsess_over_host 0 + event_handler_enabled 0 + process_perf_data 0 + flap_detection_enabled 0 + contacts nobody +} + +define host { + host_name www_roxen + alias faux host for Roxen pages + address 127.0.0.1 + use generic-host + check_interval 0 + contacts nobody +} + +define host { + host_name autumn-dev + alias autumn-dev.Princeton.EDU + display_name F5 VIP to autom100l and autom101l + address 10.6.58.46 + use generic-host + check_interval 0 + contacts Networking +} + +define host { + host_name autumn + alias autumn.Princeton.EDU + display_name F5 VIP to autom200l and autom201l + address 10.6.58.20 + use generic-host + check_interval 0 + contact_groups Networking Pager +} + +define host { + host_name roxdb01 + alias roxdb01.Princeton.EDU + address 10.6.52.14 + use UNIX Production 151 Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb01qa + alias roxdb01qa.Princeton.EDU + address 10.6.52.71 + use UNIX Dev/QA Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb02 + alias roxdb02.Princeton.EDU + address 10.6.52.72 + use UNIX Production NS Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name roxdb02qa + alias roxdb02qa.Princeton.EDU + address 10.6.52.73 + use UNIX Dev/QA Trust + contacts CSG List, CSG OnCall +} + +define host { + host_name alumni-ldap + alias alumni-ldap.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni-ldap1 + alias alumni-ldap1.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni-ldap2 + alias alumni-ldap2.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni05 + alias alumni05.Princeton.EDU + address 10.6.63.109 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name alumni06 + alias alumni06.Princeton.EDU + address 10.6.63.110 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name dsml + alias dsml.Princeton.EDU + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +# Now in AWS +define host { + host_name fed + alias fed.Princeton.EDU + address 140.180.222.18 + use generic-host +# address 3.220.234.24,3.211.185.100 +# use AWS Load Balancer + contacts Identity and Access Management +} + +#Now in AWS +define host { + host_name fedqa + alias fedqa.Princeton.EDU + address 3.220.168.135,3.220.168.44 + use AWS Load Balancer + contacts Identity and Access Management +} + +#Now in AWS +define host { + host_name idp + alias idp.Princeton.EDU + address 140.180.222.55 + use generic-host +# address 18.235.250.95,54.159.202.168 +# use AWS Load Balancer + contacts Identity and Access Management +} + +#Now in AWS +define host { + host_name idpqa + alias idpqa.Princeton.EDU + address 100.24.220.125,18.215.32.83 + use AWS Load Balancer + contacts Identity and Access Management +} + +define host { + host_name webservices + alias webservices.Princeton.EDU + address 140.180.222.61 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap + alias ldap.Princeton.EDU + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name dumper05 + alias dumper05.Princeton.EDU + address 10.6.63.108 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name dumper06 + alias dumper06.Princeton.EDU + address 10.6.63.111 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapprime + alias ldapprime.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapproxyqa + alias ldapproxyqa.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapremote + alias ldapremote.Princeton.edu + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap05 + alias ldap05.Princeton.edu + address 10.6.63.112 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldap06 + alias ldap06.Princeton.edu + address 10.6.63.113 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name ldapupdate + alias ldapupdate.Princeton.EDU + address 140.180.222.45 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name newdumper + alias newdumper.Princeton.EDU + use generic-host + contacts Identity and Access Management +} + +define host { + host_name ovdprod + alias ovdprod.Princeton.EDU + address 140.180.222.103 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name qaovd + alias qaovd.Princeton.EDU + address 10.6.58.25 + use generic-host + check_interval 0 + contacts Identity and Access Management +} + +define host { + host_name PUAccess + alias puaccess.Princeton.EDU + address 140.180.222.101 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name PUAccessQA + alias puaccessqa.Princeton.EDU + address 10.6.58.12 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name tools + alias tools.Princeton.EDU + address 140.180.222.56 + use generic-host + contacts Identity and Access Management +} + +define host { + host_name sp + alias sp.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + + +define host { + host_name sp2010prod + alias sp2010prod.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + + +define host { + host_name sp2016 + alias sp2016.princeton.edu + use generic-host + contacts Sharepoint Admin + contact_groups null +} + +define host { + host_name EP-Poe-Field-9019-Phone + alias Mini-Tower 1 (EP-Poe-Field-9019-Phone) + address 10.2.48.201 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT + use generic-host +} + + +define host { + host_name EP-Princeton-Station-9076-Phone + alias Mini-Tower 2 (EP-Princeton-Station-9076-Phone) + address 10.2.48.202 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT + use generic-host +} + + +define host { + host_name EP-Lakeside-1232-Phone + alias Mini-Tower 3 (EP-Lakeside-1232-Phone) + address 10.2.22.39 + hostgroups Talk-A-Phone Mini-Towers + check_interval 1 + retry_interval 1 + max_check_attempts 3 + contacts EBT + use generic-host +} + +define host{ + use Dell Agent-free Server + host_name essesx205v-netmgt + alias essesx205v-netmgt.Princeton.EDU + address essesx205v-netmgt + display_name essesx205v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx205v-netmgt + notes Protocol selected : SNMP + } + +define host{ + use Dell Agent-free Server + host_name essesx206v-netmgt + alias essesx206v-netmgt + address essesx206v-netmgt + display_name essesx206v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx206v-netmgt + notes Protocol selected : SNMP + } + define host{ + use Dell Agent-free Server + host_name essesx207v-netmgt + alias essesx207v-netmgt + address essesx207v-netmgt + display_name essesx207v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx207v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx208v-netmgt + alias essesx208v-netmgt + address essesx208v-netmgt + display_name essesx208v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx208v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx209v-netmgt + alias essesx209v-netmgt + address essesx209v-netmgt + display_name essesx209v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx209v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx210v-netmgt + alias essesx210v-netmgt + address essesx210v-netmgt + display_name essesx210v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx210v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx222v-netmgt + alias essesx222v-netmgt + address essesx222v-netmgt + display_name essesx222v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx222v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx224v-netmgt + alias essesx224v-netmgt + address essesx224v-netmgt + display_name essesx224v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx224v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx225v-netmgt + alias essesx225v-netmgt + address essesx225v-netmgt + display_name essesx225v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx225v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx226v-netmgt + alias essesx226v-netmgt + address essesx226v-netmgt + display_name essesx226v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx226v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx227v-netmgt + alias essesx227v-netmgt + address essesx227v-netmgt + display_name essesx227v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx227v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx270v-netmgt + alias essesx270v-netmgt + address essesx270v-netmgt + display_name essesx270v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx270v-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name sdpldap201l-netmgt + alias sdpldap201l-netmgt.Princeton.EDU + address sdpldap201l-netmgt + display_name sdpldap201l-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://sdpldap201l-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name airwave2-netmgt + alias airwave2-netmgt.Princeton.EDU + address airwave2-netmgt + display_name airwave2-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://sdpldap201l-netmgt + notes Protocol selected : SNMP + } +define host{ + use Dell Agent-free Server + host_name essesx204v-netmgt + alias essesx204v-netmgt.Princeton.EDU + address essesx204v-netmgt + display_name essesx204v-netmgt + icon_image idrac.png + hostgroups Dell Agent-free Servers + statusmap_image idrac.png + action_url http://essesx204v-netmgt + notes Protocol selected : SNMP + } + +define host { + host_name dns1a.aws + alias dns1a.aws.Princeton.EDU + address 10.21.1.10 + contacts CISDR + use generic-host +} + + +define host { + host_name dns1c.aws + alias dns1c.aws.Princeton.EDU + address 10.21.1.138 + contacts CISDR + use generic-host +} + +define host { + host_name dascpan100l + alias dascpan100l.Princeton.EDU + address 128.112.52.21 + contacts CISDR Group of EIS, David L. Herrington, Mark A. Ratliff, Steve Albin + use UNIX Dev/QA +} + +define host { + host_name essesx200v + alias essesx200v.Princeton.EDU + address 10.6.52.61 + check_command check_https_host + notes 151 Forrestal Rd. + use UNIX Production 151 Trust +} + + +define host { + host_name essesx201v + alias essesx201v.Princeton.EDU + address 10.6.52.43 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx202v + alias essesx202v.Princeton.EDU + address 10.6.52.62 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx203v + alias essesx203v.Princeton.EDU + address 10.6.52.63 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx204v + alias essesx204v.Princeton.EDU + address 10.6.52.64 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx205v + alias essesx205v.Princeton.EDU + address 10.6.52.65 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx206v + alias essesx206v.Princeton.EDU + address 10.6.52.66 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx207v + alias essesx207v.Princeton.EDU + address 10.6.52.67 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx208v + alias essesx208v.Princeton.EDU + address 10.6.52.68 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx209v + alias essesx209v.Princeton.EDU + address 10.6.52.69 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx210v + alias essesx210v.Princeton.EDU + address 10.6.53.3 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx211v + alias essesx211v.Princeton.EDU + address 10.6.52.87 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx212v + alias essesx212v.Princeton.EDU + address 10.6.52.114 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx213v + alias essesx213v.Princeton.EDU + address 10.6.52.121 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx214v + alias essesx214v.Princeton.EDU + address 10.6.52.125 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx215v + alias essesx215v.Princeton.EDU + address 10.6.52.138 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx216v + alias essesx216v.Princeton.EDU + address 10.6.52.171 + check_command check_https_host + notes 151 Forrestal Rd. + use UNIX Production 151 Trust +} + + +define host { + host_name essesx217v + alias essesx217v.Princeton.EDU + address 10.6.52.177 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx218v + alias essesx218v.Princeton.EDU + address 10.6.52.178 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx220v + alias essesx220v.Princeton.EDU + address 10.6.52.213 + check_command check_https_host + notes 151 Forrestal Rd. + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx221v + alias essesx221v.Princeton.EDU + address 10.6.52.216 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx222v + alias essesx222v.Princeton.EDU + address 10.6.52.217 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx270v + alias essesx270v.Princeton.EDU + address 10.6.52.218 + check_command check_https_host + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx224v + alias essesx224v.Princeton.EDU + address 10.6.52.219 + check_command check_https_host + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx225v + alias essesx225v.Princeton.EDU + address 10.6.52.239 + check_command check_https_host + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx226v + alias essesx226v.Princeton.EDU + address 10.6.52.247 + check_command check_https_host + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx227v + alias essesx227v.Princeton.EDU + address 10.6.52.58 + check_command check_https_host + contacts Jeffrey L. Firestone + use UNIX Production 151 Trust +} + + +define host { + host_name essesx228v + alias essesx228v.Princeton.EDU + address 10.6.52.38 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx229v + alias essesx229v.Princeton.EDU + address 10.6.52.39 + check_command check_https_host + notes New South + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + + define host { + host_name essesx240v + alias essesx240v.Princeton.EDU + address 10.6.53.47 + check_command check_https_host + notes 87 Prospect + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + + define host { + host_name essesx241v + alias essesx241v.Princeton.EDU + address 10.6.53.48 + check_command check_https_host + notes 87 Prospect + contacts Jeffrey L. Firestone + use UNIX Production NS Trust +} + + +define host { + host_name essesx242v + alias essesx242v.Princeton.EDU + address 10.6.53.52 + check_command check_https_host + notes 87 Prospect + contacts ESS Ops + use UNIX Production NS Trust +} + + + define host { + host_name essesx250v + alias essesx250v.Princeton.EDU + address 10.6.52.118 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + + + define host { + host_name essesx251v + alias essesx251v.Princeton.EDU + address 10.6.52.155 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + + + define host { + host_name essesx260v + alias essesx260v.Princeton.EDU + address 10.6.53.96 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + + + define host { + host_name essesx261v + alias essesx261v.Princeton.EDU + address 10.6.53.97 + check_command check_https_host + notes New South + contacts ESS Ops + use UNIX Production NS Trust +} + + +define host { + host_name essesx262v + alias essesx262v.Princeton.EDU + address 10.6.53.99 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + + +define host { + host_name essesx263v + alias essesx263v.Princeton.EDU + address 10.6.53.98 + check_command check_https_host + notes 151 Forrestal Rd. + contacts ESS Ops + use UNIX Production 151 Trust +} + + +define host { + host_name essesx290v + alias essesx290v.Princeton.EDU + address 10.6.59.230 + check_command check_https_host + notes 151 Forrestal Rd. + use UNIX Production +} + + +define host { + host_name essesx291v + alias essesx291v.Princeton.EDU + address 10.6.59.232 + check_command check_https_host + notes 151 Forrestal Rd. + use UNIX Production +} + + +define host { + host_name essesx292v + alias essesx292v.Princeton.EDU + address 10.6.59.231 + check_command check_https_host + notes 151 Forrestal Rd. + use UNIX Production +} + +define host { + host_name isserv215 + alias isserv215.Princeton.EDU + address 10.6.48.114 + contact_groups DBA Page + contacts DBA Important List + use Solaris Production +} + + +define host { + host_name isserv216 + alias isserv216.Princeton.EDU + address 10.6.51.24 + contact_groups DBA Page + contacts DBA Important List + use Solaris Production +} + +define host { + host_name x110client01 + alias x110client01.Princeton.EDU + address 10.6.53.100 + use Oracle Exadata Dev/QA 151 Trust + contacts DBA Important List +} + + +define host { + host_name x110client02 + alias x110client02.Princeton.EDU + address 10.6.53.102 + use Oracle Exadata Dev/QA 151 Trust + contacts DBA Important List +} + +define host { + host_name x210client01 + alias x210client01.Princeton.EDU + address 10.6.53.107 + use UNIX Production NS Trust + contacts DBA Important List +} + + +define host { + host_name x210client02 + alias x210client02.Princeton.EDU + address 10.6.53.109 + use UNIX Production NS Trust + contacts DBA Important List +} + +define host { + host_name ibgrid-backup + alias ibgrid-backup.Princeton.EDU + address 172.18.3.220 + use InfoBlox + contacts Networking +} + +define host { + host_name ibgrid-master + alias ibgrid-master.Princeton.EDU + address 172.18.3.182 + use InfoBlox + contacts Networking +} + +define host { + host_name ibwlan-87-a + alias ibwlan-87-a.Princeton.EDU + address 172.18.4.55 + use InfoBlox + contacts Hajar Niroomand +} + +#define host { +# host_name ibwlan-87-a-vapornet100 +# alias ibwlan-87-a-vapornet100.Princeton.EDU +# address 10.8.0.5 +# use InfoBlox +# contacts Networking +#} + +define host { + host_name ibwlan-87-b + alias ibwlan-87-b.Princeton.EDU + address 172.18.4.56 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +#define host { +# host_name ibwlan-87-b-visitornet101 +# alias ibwlan-87-b-visitornet101.Princeton.EDU +# address 10.24.0.5 +# use InfoBlox +# contacts Networking +#} + +#define host { +# host_name ibwlan-87-c +# alias ibwlan-87-c.Princeton.EDU +# address 172.18.1.228 +# use InfoBlox +# contacts Networking +#} + +#define host { +# host_name ibwlan-ns-a-vapornet100 +# alias ibwlan-ns-a-vapornet100.Princeton.EDU +# address 10.8.0.6 +# use InfoBlox +# contacts Networking +#} + +define host { + host_name ibwlan-ns-a + alias ibwlan-ns-a.Princeton.EDU + address 172.18.4.57 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibwlan-ns-b + alias ibwlan-ns-b.Princeton.EDU + address 172.18.4.58 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibwlan-a-vip + alias Pseudo VIP for ibwlan-ns-a and ibwlan-87-a + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibwlan-ns-a$,$HOSTSTATEID:ibwlan-87-a$!-c @2: + contacts Networking +} + +define host { + host_name ibwlan-b-vip + alias Pseudo VIP for ibwlan-ns-b and ibwlan-87-b + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibwlan-ns-b$,$HOSTSTATEID:ibwlan-87-b$!-c @2: + contacts Networking +} + +#define host { +# host_name ibwlan-ns-b-visitornet101 +# alias ibwlan-ns-b-visitornet101.Princeton.EDU +# address 10.24.0.6 +# use InfoBlox +# contacts Networking +#} + +#define host { +# host_name ibwlan-ns-c +# alias ibwlan-ns-c.Princeton.EDU +# address 172.18.1.229 +# use InfoBlox +# contacts Networking +#} + +#define host { +# host_name ibwlan-ns-c-wingnet.mccarter.org. +# alias ibwlan-ns-c-wingnet.mccarter.org..Princeton.EDU +# address 192.168.12.6 +# use InfoBlox +# contacts Networking +#} + +define host { + host_name iblox-87-ns-HA + alias HA cluster between iblox-87-ha and iblox-ns-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-87-ha$,$HOSTSTATEID:iblox-ns-a-ha!-c @2: + contacts Networking +} + +define host { + host_name iblox-hpcrc-ns-HA + alias HA cluster between iblox-hpcrc-ha and iblox-ns-b-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-hpcrc-ha$,$HOSTSTATEID:iblox-ns-b-ha!-c @2: + contacts Networking +} + +define host { + host_name ibddipv6 hpcrc-a ns-a HA + alias HA cluster between ibddipv6-hpcrc-a-ha and ibddipv6-ns-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibddipv6-hpcrc-a-ha$,$HOSTSTATEID:ibddipv6-ns-a-ha!-c @2: + contacts Networking +} + +define host { + host_name ibvoip HA + alias HA cluster between ibvoip-a and ibvoip-b + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibvoip-a$,$HOSTSTATEID:ibvoip-b!-c @2: + contacts Networking +} + +define host { + host_name ibddipv6-vrrp + alias ibddipv6-vrrp.Princeton.EDU + address 128.112.128.50 + use InfoBlox + contacts Networking +} + +define host { + host_name ibddipv6-hpcrc-a-ha + alias ibddipv6-hpcrc-a-ha.Princeton.EDU + address 128.112.128.46 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-hpcrc-a + alias ibddipv6-hpcrc-a.Princeton.EDU + address 128.112.128.42 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-ns-a-ha + alias ibddipv6-ns-a-ha.Princeton.EDU + address 128.112.128.47 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-ns-a + alias ibddipv6-ns-a.Princeton.EDU + address 128.112.128.43 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-87-ha + alias iblox-87-ha.Princeton.EDU + address 128.112.129.211 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-87 + alias iblox-87.Princeton.EDU + address 128.112.130.94 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-hpcrc-ha + alias iblox-hpcrc-ha.Princeton.EDU + address 128.112.131.212 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-hpcrc + alias iblox-hpcrc.Princeton.EDU + address 128.112.131.248 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ns-a-ha + alias iblox-ns-a-ha.Princeton.EDU + address 128.112.130.110 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ns-a + alias iblox-ns-a.Princeton.EDU + address 128.112.130.135 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ns-b-ha + alias iblox-ns-b-ha.Princeton.EDU + address 128.112.131.142 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ns-b + alias iblox-ns-b.Princeton.EDU + address 128.112.131.183 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox1-vrrp + alias iblox1-vrrp.Princeton.EDU + address 128.112.129.7 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox2-vrrp + alias iblox2-vrrp.Princeton.EDU + address 128.112.129.209 + use InfoBlox + contacts Networking +} + +define host { + host_name ibvoip-a + alias ibvoip-a.Princeton.EDU + address 172.18.0.32 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibvoip-b + alias ibvoip-b.Princeton.EDU + address 172.18.0.71 + use InfoBlox + contacts Hajar Niroomand +} + + +# TASK0094339 - New InfoBlox systems + +define host { + host_name iblox-master + alias iblox-master.Princeton.EDU + address 172.18.2.154 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-master-hpcrc + alias iblox-master-hpcrc.Princeton.EDU + address 172.18.2.158 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-master-ns + alias iblox-master-ns.Princeton.EDU + address 172.18.2.161 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-master-hpcrc-ha + alias iblox-master-hpcrc-ha.Princeton.EDU + address 172.18.2.163 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name iblox-master-ns-ha + alias iblox-master-ns-ha.Princeton.EDU + address 172.18.2.171 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name iblox-master hpcrc-ha ns-ha HA + alias HA cluster between iblox-master-ns-ha and iblox-master-hpcrc-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-master-hpcrc-ha$,$HOSTSTATEID:iblox-master-ns-ha$!-c @2: + contacts Networking +} + + +define host { + host_name iblox-external + alias iblox-external.Princeton.EDU + address 128.112.128.68 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-ext-hpcrc-a + alias iblox-ext-hpcrc-a.Princeton.EDU + address 128.112.128.70 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-ext-ns-a + alias iblox-ext-ns-a.Princeton.EDU + address 128.112.128.71 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-ext-hpcrc-a-ha + alias iblox-ext-hpcrc-a-ha.Princeton.EDU + address 128.112.128.72 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name iblox-ext-ns-a-ha + alias iblox-ext-ns-a-ha.Princeton.EDU + address 128.112.128.73 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name iblox-ext hpcrc-a-ha ns-a-ha HA + alias HA cluster between iblox-ext-ns-a-ha and iblox-ext-hpcrc-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-ext-hpcrc-a-ha$,$HOSTSTATEID:iblox-ext-ns-a-ha$!-c @2: + contacts Networking +} + + +define host { + host_name iblox-ext-hpcrc-a-mgmt + alias iblox-ext-hpcrc-a-mgmt.Princeton.EDU + address 172.18.2.173 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-ext-ns-a-mgmt + alias iblox-ext-ns-a-mgmt.Princeton.EDU + address 172.18.2.180 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-candidate-ns + alias iblox-candidate-ns.Princeton.EDU + address 172.18.2.181 + use InfoBlox + contacts Networking +} + + +define host { + host_name ibloxdev-master + alias ibloxdev-master.Princeton.EDU + address 172.18.2.90 + use InfoBlox + contacts Networking +} + + +define host { + host_name ibloxdev-master-hpcrc + alias ibloxdev-master-hpcrc.Princeton.EDU + address 172.18.2.94 + use InfoBlox + contacts Networking +} + + +define host { + host_name ibloxdev-master-ns + alias ibloxdev-master-ns.Princeton.EDU + address 172.18.2.95 + use InfoBlox + contacts Networking +} + + +define host { + host_name ibloxdev-master-hpcrc-ha + alias ibloxdev-master-hpcrc-ha.Princeton.EDU + address 172.18.2.103 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name ibloxdev-master-ns-ha + alias ibloxdev-master-ns-ha.Princeton.EDU + address 172.18.2.111 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name ibloxdev-master hpcrc-ha ns-ha HA + alias HA cluster between ibloxdev-master-ns-ha and ibloxdev-master-hpcrc-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibloxdev-master-hpcrc-ha$,$HOSTSTATEID:ibloxdev-master-ns-ha$!-c @2: + contacts Networking +} + +define host { + host_name eis202lb-ha + alias eis202lb-ha.Princeton.EDU + address 192.168.4.141 +# _IP_MAC1 192.168.4.138 <=> N/A +# _SUBNET1 f5-heartbeat-1 +# _department Enterprise Infrastructure Services, Office of Information Technology +# _building New South +# _room MR, RK, E2 +# _date_created 2013-10-04 +# _date_changed 2013-12-12 +# _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + + +define host { + host_name eis202lb-router1 + alias eis202lb-router1.Princeton.EDU + address 192.168.9.93 + use Router/Switch/Load Balancer +} + + +define host { + host_name eis202lb + alias eis202lb.Princeton.EDU + address 172.18.3.102 +# _IP_MAC1 172.19.1.73 <=> N/A +# _SUBNET1 tbnnet +# _department Enterprise Infrastructure Services, Office of Information Technology +# _building New South +# _room MR, RK, E2 +# _date_created 2011-10-20 +# _date_changed 2013-12-12 +# _contacts unix@princeton.edu + contacts Hajar Pager, Networking + use Router/Switch/Load Balancer +} + + +define host { + host_name eis203lb-ha + alias eis203lb-ha.Princeton.EDU + address 192.168.4.142 +# _IP_MAC1 192.168.4.145 <=> 0:1:d7:bb:a2:c3 +# _SUBNET1 f5-heartbeat-1 +# _department Enterprise Infrastructure Services, Office of Information Technology +# _building 151 Forrestal Rd. +# _room MR, AI, eis203lb +# _date_created 2014-02-04 +# _date_changed 2014-05-29 +# _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + + +define host { + host_name eis203lb-router-fw + alias eis203lb-router-fw.Princeton.EDU + address 192.168.9.44 + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router-fw + alias eis202lb-router-fw.Princeton.EDU + address 192.168.9.45 + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router1 + alias eis203lb-router1.Princeton.EDU + address 192.168.9.92 + use Router/Switch/Load Balancer +} + + +define host { + host_name eis203lb + alias eis203lb.Princeton.EDU + address 172.18.3.100 +# _IP_MAC1 172.19.0.35 <=> 0:1:d7:ab:d4:c1 +# _SUBNET1 tbnnet +# _department Enterprise Infrastructure Services, Office of Information Technology +# _building 151 Forrestal Rd. +# _room MR, RK, E8 +# _date_created 2014-02-04 +# _date_changed 2014-05-23 +# _contacts unix@princeton.edu + contacts Hajar Pager, Networking + use Router/Switch/Load Balancer +} + + +define host { + host_name eis300lb + alias eis300lb.Princeton.EDU + address 172.19.1.65 + check_command check_https_host + contacts Hajar Niroomand + use Router/Switch/Load Balancer +} + + +define host { + host_name eis301lb + alias eis301lb.Princeton.EDU + address 172.19.1.67 + check_command check_https_host + contacts Hajar Niroomand + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router-fw-lb-servernet-10-direct + alias eis203lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.99 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-10 + alias eis203lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.99 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_eis203lb-router-fw-lb-servernet-10$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-10-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-11-direct + alias eis203lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-11 + alias eis203lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_eis203lb-router-fw-lb-servernet-11$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-11-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-3-direct + alias eis203lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-3 + alias eis203lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_eis203lb-router-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_eis203lb-router-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_eis203lb-router-fw-lb-servernet-3$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-3-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-4-direct + alias eis203lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-4 + alias eis203lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_eis203lb-router-fw-lb-servernet-4$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-4-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-5-direct + alias eis203lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-5 + alias eis203lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_eis203lb-router-fw-lb-servernet-5$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-5-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-6-direct + alias eis203lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-6 + alias eis203lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_eis203lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_eis203lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_eis203lb-router-fw-lb-servernet-6$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-6-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-9-direct + alias eis203lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-9 + alias eis203lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_eis203lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_eis203lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_eis203lb-router-fw-lb-servernet-9$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-9-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-plinknet8 + alias eis203lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.44 + use Router/Switch/Load Balancer +} + + +define host { + host_name eis203lb-router1-lb-servernet-1-direct + alias eis203lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router1-lb-servernet-1 + alias eis203lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_eis203lb-router1-lb-servernet-1$,$HOSTSTATEID:eis203lb-router1-lb-servernet-1-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router1-lb-servernet-2-direct + alias eis203lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router1-lb-servernet-2 + alias eis203lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_eis203lb-router1-lb-servernet-2$,$HOSTSTATEID:eis203lb-router1-lb-servernet-2-direct$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router1-lb-servernet-7-direct + alias eis203lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router1-lb-servernet-7 + alias eis203lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_eis203lb-router1-lb-servernet-7$,$HOSTSTATEID:eis203lb-router1-lb-servernet-7-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router1-lb-servernet-8-direct + alias eis203lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.195 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router1-lb-servernet-8 + alias eis203lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.195 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_eis203lb-router1-lb-servernet-8$,$HOSTSTATEID:eis203lb-router1-lb-servernet-8-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router1-plinknet20 + alias eis203lb-router1-plinknet20.Princeton.EDU + address 192.168.9.92 + use Router/Switch/Load Balancer +} + + +define host { + host_name lb-prod-float-1-lb-servernet-1 + alias lb-prod-float-1-lb-servernet-1.Princeton.EDU + address 10.6.61.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_lb-prod-float-1-lb-servernet-1$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-1-lb-servernet-2 + alias lb-prod-float-1-lb-servernet-2.Princeton.EDU + address 10.6.62.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_lb-prod-float-1-lb-servernet-2$!-c @2: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-1-lb-servernet-7 + alias lb-prod-float-1-lb-servernet-7.Princeton.EDU + address 10.6.60.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_lb-prod-float-1-lb-servernet-7$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-1-lb-servernet-8 + alias lb-prod-float-1-lb-servernet-8.Princeton.EDU + address 10.6.60.193 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_lb-prod-float-1-lb-servernet-8$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-1-plinknet20 + alias lb-prod-float-1-plinknet20.Princeton.EDU + address 192.168.9.94 + use Router/Switch/Load Balancer +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-10 + alias lb-prod-float-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.97 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_lb-prod-float-fw-lb-servernet-10$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-11 + alias lb-prod-float-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_lb-prod-float-fw-lb-servernet-11$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-3 + alias lb-prod-float-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_lb-prod-float-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_lb-prod-float-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_lb-prod-float-fw-lb-servernet-3$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-4 + alias lb-prod-float-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_lb-prod-float-fw-lb-servernet-4$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-5 + alias lb-prod-float-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_lb-prod-float-fw-lb-servernet-5$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-6 + alias lb-prod-float-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_lb-prod-float-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_lb-prod-float-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_lb-prod-float-fw-lb-servernet-6$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +#### Only 3 members available +define host { + host_name lb-prod-float-fw-lb-servernet-9 + alias lb-prod-float-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_lb-prod-float-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_lb-prod-float-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_lb-prod-float-fw-lb-servernet-9$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-plinknet8 + alias lb-prod-float-fw-plinknet8.Princeton.EDU + address 192.168.9.46 + use Router/Switch/Load Balancer +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-10-direct + alias eis202lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.98 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-10 + alias eis202lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.98 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_eis202lb-router-fw-lb-servernet-10$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-10-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-11-direct + alias eis202lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-11 + alias eis202lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_eis202lb-router-fw-lb-servernet-11$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-11-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-3-direct + alias eis202lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-3 + alias eis202lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_eis202lb-router-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_eis202lb-router-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_eis202lb-router-fw-lb-servernet-3$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-3-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-4-direct + alias eis202lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-4 + alias eis202lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_eis202lb-router-fw-lb-servernet-4$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-4-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-5-direct + alias eis202lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-5 + alias eis202lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_eis202lb-router-fw-lb-servernet-5$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-5-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-6-direct + alias eis202lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-6 + alias eis202lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_eis202lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_eis202lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_eis202lb-router-fw-lb-servernet-6$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-6-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-9-direct + alias eis202lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-9 + alias eis202lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_eis202lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_eis202lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_eis202lb-router-fw-lb-servernet-9$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-9-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-plinknet8 + alias eis202lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.45 + use Router/Switch/Load Balancer +} + + +define host { + host_name eis202lb-router1-lb-servernet-1-direct + alias eis202lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router1-lb-servernet-1 + alias eis202lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_eis202lb-router1-lb-servernet-1$,$HOSTSTATEID:eis202lb-router1-lb-servernet-1-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router1-lb-servernet-2-direct + alias eis202lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router1-lb-servernet-2 + alias eis202lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_eis202lb-router1-lb-servernet-2$,$HOSTSTATEID:eis202lb-router1-lb-servernet-2-direct$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router1-lb-servernet-7-direct + alias eis202lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router1-lb-servernet-7 + alias eis202lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_eis202lb-router1-lb-servernet-7$,$HOSTSTATEID:eis202lb-router1-lb-servernet-7-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router1-lb-servernet-8-direct + alias eis202lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.194 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router1-lb-servernet-8 + alias eis202lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.194 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_eis202lb-router1-lb-servernet-8$,$HOSTSTATEID:eis202lb-router1-lb-servernet-8-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router1-plinknet20 + alias eis202lb-router1-plinknet20.Princeton.EDU + address 192.168.9.93 + use Router/Switch/Load Balancer +} + + +### 151 Switch - direct connection to Nagios ims204 +define host { + host_name gigagate6 + alias Main 151 Forrestal switch + address 172.18.0.81 + use Router/Switch/Load Balancer + check_command check_ssh + contacts nagiosadmin +} + +#### Need a host cluster for gig6 to determine if traffic passes through it + +define host { + host_name gigagate6 151 switch + alias Main 151 Forrestal switch + use Router/Switch/Load Balancer + max_check_attempts 2 + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:gigagate6$,$HOSTSTATEID:core-87-router$,HOSTSTATEID:ims314$,$HOSTSTATEID:ims315$!-c @6: + contacts nagiosadmin +} + + +### NS Switch - direct connection to Nagios ims205 +define host { + host_name core-ns + alias Main New South switch + address 172.18.174.13 + use Router/Switch/Load Balancer + check_command check_ssh + contacts nagiosadmin +} + +#### Need a host cluster for core-ns to determine if traffic passes through it + +define host { + host_name core-ns NS switch + alias Main New South switch + use Router/Switch/Load Balancer + max_check_attempts 2 + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:core-ns$,$HOSTSTATEID:core-87-router$,HOSTSTATEID:ims314$,$HOSTSTATEID:ims315$!-c @6: + contacts nagiosadmin +} + + +define host { + host_name core-87-router + alias 87 Prospect CDN router + address 128.112.128.2 + use Router/Switch/Load Balancer + contacts nagiosadmin +} + +define host { + host_name border-87-router + alias Border edge router in 87 Prospect + use Router/Switch/Load Balancer + parents core-87-router + contacts nagiosadmin +} + +define host { + host_name core-cdn-router + alias core-cdn-router.Princeton.EDU + use Router/Switch/Load Balancer + contacts nagiosadmin +} + +define host { + host_name eisnet200l + alias eisnet200l.Princeton.EDU + address 140.180.220.115 + use Router/Switch/Load Balancer + parents core-87-router + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name backupvpn + alias backupvpn.Princeton.EDU + address 140.180.226.56 + use Router/Switch/Load Balancer + parents core-87-router + contacts Networking +} + +define host { + host_name aventailsslvpn-sra-n1 + alias aventailsslvpn-sra-n1.Princeton.EDU + address 128.112.64.25 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name aventailsslvpn-sra-n2 + alias aventailsslvpn-sra-n2.Princeton.EDU + address 128.112.64.29 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +#define host { +# host_name remote-access +# alias remote-access.Princeton.EDU +# use Router/Switch/Load Balancer +# icon_image firewall.gif +# statusmap_image firewall.gd2 +# contacts Networking +#} + +define host { + host_name eisnet-sra-cms + alias eisnet-sra-cms.Princeton.EDU + address 140.180.219.19 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + + +define host { + host_name eisnet-sra-n1.remote + alias eisnet-sra-n1.remote.Princeton.EDU + address 128.112.101.13 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name eisnet-sra-n2.remote + alias eisnet-sra-n2.remote.Princeton.EDU + address 128.112.101.14 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +#### TMS + +define host { + host_name tms-87-mgmt0 + alias tms-87-mgmt0.Princeton.EDU + address 172.18.4.26 + use Networking device +} + +define host { + host_name tms-87-mgmt1 + alias tms-87-mgmt1.Princeton.EDU + address 172.18.4.34 + use Networking device +} + +define host { + host_name sightline-NS + alias sightline-NS.Princeton.EDU + address 140.180.219.33 + use Networking device +} + +define host { + host_name aruba-cppm-01 + alias aruba-cppm-01.Princeton.EDU + address 128.112.128.11 + contacts Networking + use Aruba ClearPass +} + + +define host { + host_name aruba-cppm-02 + alias aruba-cppm-02.Princeton.EDU + address 128.112.128.14 + contacts Networking + use Aruba ClearPass +} + + +define host { + host_name aruba-cppm-03 + alias aruba-cppm-03.Princeton.EDU + address 128.112.129.64 + contacts Networking + use Aruba ClearPass +} + + +define host { + host_name aruba-cppm-04 + alias aruba-cppm-04.Princeton.EDU + address 128.112.129.68 + contacts Networking + use Aruba ClearPass +} + + +define host { + host_name aruba-cppm-05 + alias aruba-cppm-05.Princeton.EDU + address 128.112.128.28 + contacts Networking + use Aruba ClearPass +} + + +define host { + host_name airwave-development + alias airwave-development.Princeton.EDU + address 128.112.132.244 + contacts Networking + use Networking device +} + + +define host { + host_name airwave-failover + alias airwave-failover.Princeton.EDU + address 128.112.128.63 + contacts Networking + use Networking device +} + + +define host { + host_name airwave-rap + alias airwave-rap.Princeton.EDU + address 128.112.131.247 + contacts Networking + use Networking device +} + + +define host { + host_name airwave1 + alias airwave-administrative.Princeton.EDU + address 128.112.129.16 + contacts Networking + use Networking device +} + + +define host { + host_name airwave2 + alias airwave-dormnet.Princeton.EDU + address 128.112.133.136 + contacts Networking + use Networking device +} + + +define host { + host_name airwave4 + alias airwave4.Princeton.EDU + address 128.112.128.51 + contacts Networking + use Networking device +} + + +define host { + host_name airwave5 + alias airwave5.Princeton.EDU + address 128.112.128.67 + contacts Networking + use Networking device +} + + +define host { + host_name airwave6 + alias airwave6.Princeton.EDU + address 128.112.128.69 + contacts Networking + use Networking device +} + + +define host { + host_name airwave7 + alias airwave7.Princeton.EDU + address 128.112.128.80 + contacts Networking + use Networking device +} + + +define host { + host_name backupvpn1 + alias backupvpn1.Princeton.EDU + address 140.180.226.53 + contacts Networking + use Networking device +} + + +define host { + host_name backupvpn2 + alias backupvpn2.Princeton.EDU + address 140.180.226.102 + contacts Networking + use Networking device +} + + +define host { + host_name netvirtu01 + alias netvirtu01.Princeton.EDU + address 140.180.225.102 + contacts Networking + use Networking device +} + + +define host { + host_name netvirtu02 + alias netvirtu02.Princeton.EDU + address 140.180.225.85 + contacts Networking + use Networking device +} + + +define host { + host_name raritan-87pr-core + alias raritan-87pr-core.Princeton.EDU + address 172.18.194.97 + contacts Networking + use Networking device +} + + +define host { + host_name raritan-87pr-core2 + alias raritan-87pr-core2.Princeton.EDU + address 172.18.194.96 + contacts Networking + use Networking device +} + + +define host { + host_name raritan-87pr-network-lab + alias raritan-87pr-network-lab.Princeton.EDU + address 172.18.3.30 + contacts Erick W. Burd, Networking + use Networking device +} + + +define host { + host_name raritan-hpcrc + alias raritan-hpcrc.Princeton.EDU + address 172.18.194.98 + contacts Networking + use Networking device +} + + +define host { + host_name raritan-newsouth-machineroom-oob + alias raritan-newsouth-machineroom-oob.Princeton.EDU + address 172.18.3.179 + contacts Networking + use Networking device +} + + +define host { + host_name raritan-newsouth-machineroom + alias raritan-newsouth-machineroom.Princeton.EDU + address 172.18.194.99 + contacts Networking + use Networking device +} + + +define host { + host_name esm + alias esm.Princeton.EDU + address 128.112.133.222 + contacts Networking, Ruth D Gittens + use UNIX Production +} + + +define host { + host_name receiver01 + alias receiver01.Princeton.EDU + address 128.112.134.226 + contacts Networking + use UNIX Production +} + + +define host { + host_name receiver02 + alias receiver02.Princeton.EDU + address 128.112.128.22 + contacts Networking + use UNIX Production +} + + +define host { + host_name receiver03 + alias receiver03.Princeton.EDU + address 128.112.128.20 + contacts Networking + use UNIX Production +} + + +define host { + host_name siem-ace + alias siem-ace.Princeton.EDU + address 128.112.134.246 + contacts Networking + use UNIX Production +} + + +define host { + host_name siem-adm + alias siem-adm.Princeton.EDU + address 128.112.130.132 + contacts Networking, Security and Data Protection + use UNIX Production +} + + +define host { + host_name siem-dem + alias siem-dem.Princeton.EDU + address 128.112.133.222 + contacts Networking, Security and Data Protection + use UNIX Production +} + + +define host { + host_name siem-elm + alias siem-elm.Princeton.EDU + address 128.112.129.243 + contacts Networking, Security and Data Protection + use UNIX Production +} + +define host { + host_name eisfw1-mgmt + alias eisfw1-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfw2-mgmt + alias eisfw2-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfwqa1-mgmt + alias eisfwqa1-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfw + alias eisfw.Princeton.EDU + address 128.112.12.126 + use Router/Switch/Load Balancer + parents core-87-router + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts epm-list, ESS UNIX List, ESS Windows List +} diff --git a/new_new_hosts b/new_new_hosts new file mode 100644 index 0000000..50ef43c --- /dev/null +++ b/new_new_hosts @@ -0,0 +1,1910 @@ + +define host { + host_name ibgrid-backup + alias ibgrid-backup.Princeton.EDU + address 172.18.3.220 + use InfoBlox + contacts Networking +} + +define host { + host_name ibgrid-master + alias ibgrid-master.Princeton.EDU + address 172.18.3.182 + use InfoBlox + contacts Networking +} + +define host { + host_name ibwlan-87-a + alias ibwlan-87-a.Princeton.EDU + address 172.18.4.55 + use InfoBlox + contacts Hajar Niroomand +} + +#define host { +# host_name ibwlan-87-a-vapornet100 +# alias ibwlan-87-a-vapornet100.Princeton.EDU +# address 10.8.0.5 +# use InfoBlox +# contacts Networking +#} + +define host { + host_name ibwlan-87-b + alias ibwlan-87-b.Princeton.EDU + address 172.18.4.56 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +#define host { +# host_name ibwlan-87-b-visitornet101 +# alias ibwlan-87-b-visitornet101.Princeton.EDU +# address 10.24.0.5 +# use InfoBlox +# contacts Networking +#} + +#define host { +# host_name ibwlan-87-c +# alias ibwlan-87-c.Princeton.EDU +# address 172.18.1.228 +# use InfoBlox +# contacts Networking +#} + +#define host { +# host_name ibwlan-ns-a-vapornet100 +# alias ibwlan-ns-a-vapornet100.Princeton.EDU +# address 10.8.0.6 +# use InfoBlox +# contacts Networking +#} + +define host { + host_name ibwlan-ns-a + alias ibwlan-ns-a.Princeton.EDU + address 172.18.4.57 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibwlan-ns-b + alias ibwlan-ns-b.Princeton.EDU + address 172.18.4.58 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibwlan-a-vip + alias Pseudo VIP for ibwlan-ns-a and ibwlan-87-a + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibwlan-ns-a$,$HOSTSTATEID:ibwlan-87-a$!-c @2: + contacts Networking +} + +define host { + host_name ibwlan-b-vip + alias Pseudo VIP for ibwlan-ns-b and ibwlan-87-b + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibwlan-ns-b$,$HOSTSTATEID:ibwlan-87-b$!-c @2: + contacts Networking +} + +#define host { +# host_name ibwlan-ns-b-visitornet101 +# alias ibwlan-ns-b-visitornet101.Princeton.EDU +# address 10.24.0.6 +# use InfoBlox +# contacts Networking +#} + +#define host { +# host_name ibwlan-ns-c +# alias ibwlan-ns-c.Princeton.EDU +# address 172.18.1.229 +# use InfoBlox +# contacts Networking +#} + +#define host { +# host_name ibwlan-ns-c-wingnet.mccarter.org. +# alias ibwlan-ns-c-wingnet.mccarter.org..Princeton.EDU +# address 192.168.12.6 +# use InfoBlox +# contacts Networking +#} + +define host { + host_name iblox-87-ns-HA + alias HA cluster between iblox-87-ha and iblox-ns-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-87-ha$,$HOSTSTATEID:iblox-ns-a-ha!-c @2: + contacts Networking +} + +define host { + host_name iblox-hpcrc-ns-HA + alias HA cluster between iblox-hpcrc-ha and iblox-ns-b-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-hpcrc-ha$,$HOSTSTATEID:iblox-ns-b-ha!-c @2: + contacts Networking +} + +define host { + host_name ibddipv6 hpcrc-a ns-a HA + alias HA cluster between ibddipv6-hpcrc-a-ha and ibddipv6-ns-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibddipv6-hpcrc-a-ha$,$HOSTSTATEID:ibddipv6-ns-a-ha!-c @2: + contacts Networking +} + +define host { + host_name ibvoip HA + alias HA cluster between ibvoip-a and ibvoip-b + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibvoip-a$,$HOSTSTATEID:ibvoip-b!-c @2: + contacts Networking +} + +define host { + host_name ibddipv6-vrrp + alias ibddipv6-vrrp.Princeton.EDU + address 128.112.128.50 + use InfoBlox + contacts Networking +} + +define host { + host_name ibddipv6-hpcrc-a-ha + alias ibddipv6-hpcrc-a-ha.Princeton.EDU + address 128.112.128.46 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-hpcrc-a + alias ibddipv6-hpcrc-a.Princeton.EDU + address 128.112.128.42 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-ns-a-ha + alias ibddipv6-ns-a-ha.Princeton.EDU + address 128.112.128.47 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name ibddipv6-ns-a + alias ibddipv6-ns-a.Princeton.EDU + address 128.112.128.43 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-87-ha + alias iblox-87-ha.Princeton.EDU + address 128.112.129.211 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-87 + alias iblox-87.Princeton.EDU + address 128.112.130.94 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-hpcrc-ha + alias iblox-hpcrc-ha.Princeton.EDU + address 128.112.131.212 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-hpcrc + alias iblox-hpcrc.Princeton.EDU + address 128.112.131.248 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ns-a-ha + alias iblox-ns-a-ha.Princeton.EDU + address 128.112.130.110 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ns-a + alias iblox-ns-a.Princeton.EDU + address 128.112.130.135 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox-ns-b-ha + alias iblox-ns-b-ha.Princeton.EDU + address 128.112.131.142 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + +define host { + host_name iblox-ns-b + alias iblox-ns-b.Princeton.EDU + address 128.112.131.183 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox1-vrrp + alias iblox1-vrrp.Princeton.EDU + address 128.112.129.7 + use InfoBlox + contacts Networking +} + +define host { + host_name iblox2-vrrp + alias iblox2-vrrp.Princeton.EDU + address 128.112.129.209 + use InfoBlox + contacts Networking +} + +define host { + host_name ibvoip-a + alias ibvoip-a.Princeton.EDU + address 172.18.0.32 + use InfoBlox + contacts Hajar Niroomand +} + +define host { + host_name ibvoip-b + alias ibvoip-b.Princeton.EDU + address 172.18.0.71 + use InfoBlox + contacts Hajar Niroomand +} + + +# TASK0094339 - New InfoBlox systems + +define host { + host_name iblox-master + alias iblox-master.Princeton.EDU + address 172.18.2.154 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-master-hpcrc + alias iblox-master-hpcrc.Princeton.EDU + address 172.18.2.158 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-master-ns + alias iblox-master-ns.Princeton.EDU + address 172.18.2.161 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-master-hpcrc-ha + alias iblox-master-hpcrc-ha.Princeton.EDU + address 172.18.2.163 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name iblox-master-ns-ha + alias iblox-master-ns-ha.Princeton.EDU + address 172.18.2.171 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name iblox-master hpcrc-ha ns-ha HA + alias HA cluster between iblox-master-ns-ha and iblox-master-hpcrc-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-master-hpcrc-ha$,$HOSTSTATEID:iblox-master-ns-ha$!-c @2: + contacts Networking +} + + +define host { + host_name iblox-external + alias iblox-external.Princeton.EDU + address 128.112.128.68 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-ext-hpcrc-a + alias iblox-ext-hpcrc-a.Princeton.EDU + address 128.112.128.70 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-ext-ns-a + alias iblox-ext-ns-a.Princeton.EDU + address 128.112.128.71 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-ext-hpcrc-a-ha + alias iblox-ext-hpcrc-a-ha.Princeton.EDU + address 128.112.128.72 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name iblox-ext-ns-a-ha + alias iblox-ext-ns-a-ha.Princeton.EDU + address 128.112.128.73 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name iblox-ext hpcrc-a-ha ns-a-ha HA + alias HA cluster between iblox-ext-ns-a-ha and iblox-ext-hpcrc-a-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:iblox-ext-hpcrc-a-ha$,$HOSTSTATEID:iblox-ext-ns-a-ha$!-c @2: + contacts Networking +} + + +define host { + host_name iblox-ext-hpcrc-a-mgmt + alias iblox-ext-hpcrc-a-mgmt.Princeton.EDU + address 172.18.2.173 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-ext-ns-a-mgmt + alias iblox-ext-ns-a-mgmt.Princeton.EDU + address 172.18.2.180 + use InfoBlox + contacts Networking +} + + +define host { + host_name iblox-candidate-ns + alias iblox-candidate-ns.Princeton.EDU + address 172.18.2.181 + use InfoBlox + contacts Networking +} + + +define host { + host_name ibloxdev-master + alias ibloxdev-master.Princeton.EDU + address 172.18.2.90 + use InfoBlox + contacts Networking +} + + +define host { + host_name ibloxdev-master-hpcrc + alias ibloxdev-master-hpcrc.Princeton.EDU + address 172.18.2.94 + use InfoBlox + contacts Networking +} + + +define host { + host_name ibloxdev-master-ns + alias ibloxdev-master-ns.Princeton.EDU + address 172.18.2.95 + use InfoBlox + contacts Networking +} + + +define host { + host_name ibloxdev-master-hpcrc-ha + alias ibloxdev-master-hpcrc-ha.Princeton.EDU + address 172.18.2.103 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name ibloxdev-master-ns-ha + alias ibloxdev-master-ns-ha.Princeton.EDU + address 172.18.2.111 + use InfoBlox + notifications_enabled 0 + contacts Networking +} + + +define host { + host_name ibloxdev-master hpcrc-ha ns-ha HA + alias HA cluster between ibloxdev-master-ns-ha and ibloxdev-master-hpcrc-ha + use InfoBlox + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:ibloxdev-master-hpcrc-ha$,$HOSTSTATEID:ibloxdev-master-ns-ha$!-c @2: + contacts Networking +} + +define host { + host_name eis202lb-ha + alias eis202lb-ha.Princeton.EDU + address 192.168.4.141 +# _IP_MAC1 192.168.4.138 <=> N/A +# _SUBNET1 f5-heartbeat-1 +# _department Enterprise Infrastructure Services, Office of Information Technology +# _building New South +# _room MR, RK, E2 +# _date_created 2013-10-04 +# _date_changed 2013-12-12 +# _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + + +define host { + host_name eis202lb-router1 + alias eis202lb-router1.Princeton.EDU + address 192.168.9.93 + _IP_MAC1 10.6.62.2 <=> N/A + _SUBNET1 lb-servernet-2 (Untrust - VLAN 1045 - .62) + _IP_MAC2 192.168.9.93 <=> N/A + _SUBNET2 plinknet20 + _IP_MAC3 10.6.60.130 <=> N/A + _SUBNET3 lb-servernet-7 (Untrust - VLAN 4054 - .60.128) + _IP_MAC4 10.6.61.2 <=> N/A + _SUBNET4 lb-servernet-1 (Untrust - VLAN 1048 - .61) + _IP_MAC5 10.6.60.194 <=> N/A + _SUBNET5 lb-servernet-8 (Untrust - VLAN 4055 - .60.192) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, E2 + _date_created 2013-10-03 + _date_changed 2014-07-08 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + + +define host { + host_name eis202lb + alias eis202lb.Princeton.EDU + address 172.18.3.102 +# _IP_MAC1 172.19.1.73 <=> N/A +# _SUBNET1 tbnnet +# _department Enterprise Infrastructure Services, Office of Information Technology +# _building New South +# _room MR, RK, E2 +# _date_created 2011-10-20 +# _date_changed 2013-12-12 +# _contacts unix@princeton.edu + contacts Hajar Pager, Networking + use Router/Switch/Load Balancer +} + + +define host { + host_name eis203lb-ha + alias eis203lb-ha.Princeton.EDU + address 192.168.4.142 +# _IP_MAC1 192.168.4.145 <=> 0:1:d7:bb:a2:c3 +# _SUBNET1 f5-heartbeat-1 +# _department Enterprise Infrastructure Services, Office of Information Technology +# _building 151 Forrestal Rd. +# _room MR, AI, eis203lb +# _date_created 2014-02-04 +# _date_changed 2014-05-29 +# _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + + +define host { + host_name eis203lb-router-fw + alias eis203lb-router-fw.Princeton.EDU + address 192.168.9.44 + _IP_MAC1 10.6.57.3 <=> N/A + _SUBNET1 lb-servernet-6 (EISFW - VLAN 4074 - .57) + _IP_MAC2 10.6.54.3 <=> N/A + _SUBNET2 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _IP_MAC3 140.180.223.131 <=> N/A + _SUBNET3 lb-servernet-9 (EISFW - VLAN 1712 - 223.128) + _IP_MAC4 140.180.219.131 <=> N/A + _SUBNET4 lb-servernet-11 (EISFW - .219.128) + _IP_MAC5 10.6.63.99 <=> N/A + _SUBNET5 lb-servernet-10 (EISFW - VLAN 4076 - .63.96) + _IP_MAC6 192.168.9.44 <=> N/A + _SUBNET6 plinknet8 + _IP_MAC7 10.6.56.3 <=> N/A + _SUBNET7 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _IP_MAC8 10.6.55.3 <=> N/A + _SUBNET8 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR,VI,Eis203lb + _date_created 2014-02-21 + _date_changed 2015-02-16 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis202lb-router-fw + alias eis202lb-router-fw.Princeton.EDU + address 192.168.9.45 + _IP_MAC1 10.6.57.2 <=> N/A + _SUBNET1 lb-servernet-6 (EISFW - VLAN 4074 - .57) + _IP_MAC2 10.6.56.2 <=> N/A + _SUBNET2 lb-servernet-5 (EISFW - VLAN 4073 - .56) + _IP_MAC3 192.168.9.45 <=> N/A + _SUBNET3 plinknet8 + _IP_MAC4 10.6.63.98 <=> N/A + _SUBNET4 lb-servernet-10 (EISFW - VLAN 4076 - .63.96) + _IP_MAC5 10.6.55.2 <=> N/A + _SUBNET5 lb-servernet-4 (EISFW - VLAN 4072 - .55) + _IP_MAC6 140.180.219.130 <=> N/A + _SUBNET6 lb-servernet-11 (EISFW - .219.128) + _IP_MAC7 140.180.223.130 <=> N/A + _SUBNET7 lb-servernet-9 (EISFW - VLAN 1712 - 223.128) + _IP_MAC8 10.6.54.2 <=> N/A + _SUBNET8 lb-servernet-3 (EISFW - VLAN 4071 - .54) + _department Enterprise Infrastructure Services, Office of Information Technology + _building New South + _room MR, RK, E2 + _date_created 2014-02-21 + _date_changed 2015-02-16 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router1 + alias eis203lb-router1.Princeton.EDU + address 192.168.9.92 + _IP_MAC1 10.6.61.3 <=> N/A + _SUBNET1 lb-servernet-1 (Untrust - VLAN 1048 - .61) + _IP_MAC2 10.6.62.3 <=> N/A + _SUBNET2 lb-servernet-2 (Untrust - VLAN 1045 - .62) + _IP_MAC3 10.6.60.195 <=> N/A + _SUBNET3 lb-servernet-8 (Untrust - VLAN 4055 - .60.192) + _IP_MAC4 192.168.9.92 <=> N/A + _SUBNET4 plinknet20 + _IP_MAC5 10.6.60.131 <=> N/A + _SUBNET5 lb-servernet-7 (Untrust - VLAN 4054 - .60.128) + _department Enterprise Infrastructure Services, Office of Information Technology + _building 151 Forrestal Rd. + _room MR, AI, eis203lb + _date_created 2014-02-04 + _date_changed 2014-07-08 + _contacts unix@princeton.edu + use Router/Switch/Load Balancer +} + + +define host { + host_name eis203lb + alias eis203lb.Princeton.EDU + address 172.18.3.100 +# _IP_MAC1 172.19.0.35 <=> 0:1:d7:ab:d4:c1 +# _SUBNET1 tbnnet +# _department Enterprise Infrastructure Services, Office of Information Technology +# _building 151 Forrestal Rd. +# _room MR, RK, E8 +# _date_created 2014-02-04 +# _date_changed 2014-05-23 +# _contacts unix@princeton.edu + contacts Hajar Pager, Networking + use Router/Switch/Load Balancer +} + + +define host { + host_name eis300lb + alias eis300lb.Princeton.EDU + address 172.19.1.65 + _IP_MAC1 172.19.1.65 <=> 0:50:56:93:0:5d + _SUBNET1 tbnnet + _department Enterprise Infrastructure Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, VI + _date_created 2011-09-13 + _date_changed 2011-09-15 + check_command check_https_host + _contacts unix@princeton.edu + contacts Hajar Niroomand + use Router/Switch/Load Balancer +} + + +define host { + host_name eis301lb + alias eis301lb.Princeton.EDU + address 172.19.1.67 + _IP_MAC1 172.19.1.67 <=> 0:50:56:93:0:72 + _SUBNET1 tbnnet + _department Enterprise Infrastructure Services, Office of Information Technology + _building 87 Prospect Ave. + _room MR, VM + _date_created 2011-09-15 + _date_changed 2011-09-30 + check_command check_https_host + _contacts unix@princeton.edu + contacts Hajar Niroomand + use Router/Switch/Load Balancer +} + +define host { + host_name eis203lb-router-fw-lb-servernet-10-direct + alias eis203lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.99 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-10 + alias eis203lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.99 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_eis203lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_eis203lb-router-fw-lb-servernet-10$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-10-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-11-direct + alias eis203lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-11 + alias eis203lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_eis203lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_eis203lb-router-fw-lb-servernet-11$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-11-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-3-direct + alias eis203lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-3 + alias eis203lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_eis203lb-router-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_eis203lb-router-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_eis203lb-router-fw-lb-servernet-3$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-3-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-4-direct + alias eis203lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-4 + alias eis203lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_eis203lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_eis203lb-router-fw-lb-servernet-4$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-4-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-5-direct + alias eis203lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-5 + alias eis203lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_eis203lb-router-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_eis203lb-router-fw-lb-servernet-5$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-5-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-6-direct + alias eis203lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-6 + alias eis203lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_eis203lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_eis203lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_eis203lb-router-fw-lb-servernet-6$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-6-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-9-direct + alias eis203lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router-fw-lb-servernet-9 + alias eis203lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_eis203lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_eis203lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_eis203lb-router-fw-lb-servernet-9$,$HOSTSTATEID:eis203lb-router-fw-lb-servernet-9-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router-fw-plinknet8 + alias eis203lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.44 + use Router/Switch/Load Balancer +} + + +define host { + host_name eis203lb-router1-lb-servernet-1-direct + alias eis203lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router1-lb-servernet-1 + alias eis203lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_eis203lb-router1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_eis203lb-router1-lb-servernet-1$,$HOSTSTATEID:eis203lb-router1-lb-servernet-1-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router1-lb-servernet-2-direct + alias eis203lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.3 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router1-lb-servernet-2 + alias eis203lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.3 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_eis203lb-router1-lb-servernet-2$,$HOSTSTATEID:eis203lb-router1-lb-servernet-2-direct$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router1-lb-servernet-7-direct + alias eis203lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.131 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router1-lb-servernet-7 + alias eis203lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.131 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_eis203lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_eis203lb-router1-lb-servernet-7$,$HOSTSTATEID:eis203lb-router1-lb-servernet-7-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router1-lb-servernet-8-direct + alias eis203lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.195 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis203lb-router1-lb-servernet-8 + alias eis203lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.195 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_eis203lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_eis203lb-router1-lb-servernet-8$,$HOSTSTATEID:eis203lb-router1-lb-servernet-8-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis203lb-router1-plinknet20 + alias eis203lb-router1-plinknet20.Princeton.EDU + address 192.168.9.92 + use Router/Switch/Load Balancer +} + + +define host { + host_name lb-prod-float-1-lb-servernet-1 + alias lb-prod-float-1-lb-servernet-1.Princeton.EDU + address 10.6.61.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_lb-prod-float-1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_lb-prod-float-1-lb-servernet-1$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-1-lb-servernet-2 + alias lb-prod-float-1-lb-servernet-2.Princeton.EDU + address 10.6.62.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_lb-prod-float-1-lb-servernet-2$!-c @2: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-1-lb-servernet-7 + alias lb-prod-float-1-lb-servernet-7.Princeton.EDU + address 10.6.60.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_lb-prod-float-1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_lb-prod-float-1-lb-servernet-7$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-1-lb-servernet-8 + alias lb-prod-float-1-lb-servernet-8.Princeton.EDU + address 10.6.60.193 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_lb-prod-float-1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_lb-prod-float-1-lb-servernet-8$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-1-plinknet20 + alias lb-prod-float-1-plinknet20.Princeton.EDU + address 192.168.9.94 + use Router/Switch/Load Balancer +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-10 + alias lb-prod-float-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.97 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_lb-prod-float-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_lb-prod-float-fw-lb-servernet-10$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-11 + alias lb-prod-float-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_lb-prod-float-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_lb-prod-float-fw-lb-servernet-11$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-3 + alias lb-prod-float-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_lb-prod-float-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_lb-prod-float-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_lb-prod-float-fw-lb-servernet-3$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-4 + alias lb-prod-float-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_lb-prod-float-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_lb-prod-float-fw-lb-servernet-4$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-5 + alias lb-prod-float-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_lb-prod-float-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_lb-prod-float-fw-lb-servernet-5$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-lb-servernet-6 + alias lb-prod-float-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.1 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_lb-prod-float-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_lb-prod-float-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_lb-prod-float-fw-lb-servernet-6$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + +#### Only 3 members available +define host { + host_name lb-prod-float-fw-lb-servernet-9 + alias lb-prod-float-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.129 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_lb-prod-float-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_lb-prod-float-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_lb-prod-float-fw-lb-servernet-9$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name lb-prod-float-fw-plinknet8 + alias lb-prod-float-fw-plinknet8.Princeton.EDU + address 192.168.9.46 + use Router/Switch/Load Balancer +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-10-direct + alias eis202lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.98 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-10 + alias eis202lb-router-fw-lb-servernet-10.Princeton.EDU + address 10.6.63.98 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:sdpldap100l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpldap101l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs200l:nrpe_eis202lb-router-fw-lb-servernet-10$,$SERVICESTATEID:sdpohs201l:nrpe_eis202lb-router-fw-lb-servernet-10$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-10-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-11-direct + alias eis202lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-11 + alias eis202lb-router-fw-lb-servernet-11.Princeton.EDU + address 140.180.219.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais204l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess202l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess203l:nrpe_eis202lb-router-fw-lb-servernet-11$,$SERVICESTATEID:eisess204l:nrpe_eis202lb-router-fw-lb-servernet-11$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-11-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-3-direct + alias eis202lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-3 + alias eis202lb-router-fw-lb-servernet-3.Princeton.EDU + address 10.6.54.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgkaltura300l:nrpe_eis202lb-router-fw-lb-servernet-3$,$SERVICESTATEID:iamxythos100l:nrpe_eis202lb-router-fw-lb-servernet-3$,$SERVICESTATEID:reg102l:nrpe_eis202lb-router-fw-lb-servernet-3$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-3-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-4-direct + alias eis202lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-4 + alias eis202lb-router-fw-lb-servernet-4.Princeton.EDU + address 10.6.55.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:wassp102w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:wassp103w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas100w:nrpe_eis202lb-router-fw-lb-servernet-4$,$SERVICESTATEID:sdpcas101w:nrpe_eis202lb-router-fw-lb-servernet-4$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-4-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-5-direct + alias eis202lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-5 + alias eis202lb-router-fw-lb-servernet-5.Princeton.EDU + address 10.6.56.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:ais101l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:iamprox100l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:sdpprox100l:nrpe_eis202lb-router-fw-lb-servernet-5$,$SERVICESTATEID:timeline101l:nrpe_eis202lb-router-fw-lb-servernet-5$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-5-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-6-direct + alias eis202lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-6 + alias eis202lb-router-fw-lb-servernet-6.Princeton.EDU + address 10.6.57.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:eisoid101l:nrpe_eis202lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpohs100l:nrpe_eis202lb-router-fw-lb-servernet-6$,$SERVICESTATEID:sdpovd100l:nrpe_eis202lb-router-fw-lb-servernet-6$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-6-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-9-direct + alias eis202lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router-fw-lb-servernet-9 + alias eis202lb-router-fw-lb-servernet-9.Princeton.EDU + address 140.180.223.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgsmtp100l:nrpe_eis202lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp202l:nrpe_eis202lb-router-fw-lb-servernet-9$,$SERVICESTATEID:csgsmtp203l:nrpe_eis202lb-router-fw-lb-servernet-9$,$HOSTSTATEID:eis202lb-router-fw-lb-servernet-9-direct$!-c @4: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router-fw-plinknet8 + alias eis202lb-router-fw-plinknet8.Princeton.EDU + address 192.168.9.45 + use Router/Switch/Load Balancer +} + + +define host { + host_name eis202lb-router1-lb-servernet-1-direct + alias eis202lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router1-lb-servernet-1 + alias eis202lb-router1-lb-servernet-1.Princeton.EDU + address 10.6.61.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas104w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync221w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:csglync229w:nrpe_eis202lb-router1-lb-servernet-1$,$SERVICESTATEID:sdp100w:nrpe_eis202lb-router1-lb-servernet-1$,$HOSTSTATEID:eis202lb-router1-lb-servernet-1-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router1-lb-servernet-2-direct + alias eis202lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.2 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router1-lb-servernet-2 + alias eis202lb-router1-lb-servernet-2.Princeton.EDU + address 10.6.62.2 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:cisdrroxen101l:nrpe_eis202lb-router1-lb-servernet-2$,$HOSTSTATEID:eis202lb-router1-lb-servernet-2-direct$!-c @3: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router1-lb-servernet-7-direct + alias eis202lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.130 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router1-lb-servernet-7 + alias eis202lb-router1-lb-servernet-7.Princeton.EDU + address 10.6.60.130 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csgcas204w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas205w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas206w:nrpe_eis202lb-router1-lb-servernet-7$,$SERVICESTATEID:csgcas207w:nrpe_eis202lb-router1-lb-servernet-7$,$HOSTSTATEID:eis202lb-router1-lb-servernet-7-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router1-lb-servernet-8-direct + alias eis202lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.194 + use Router/Switch/Load Balancer + notifications_enabled 0 +} + + +define host { + host_name eis202lb-router1-lb-servernet-8 + alias eis202lb-router1-lb-servernet-8.Princeton.EDU + address 10.6.60.194 + use Router/Switch/Load Balancer + check_command check_host_cluster!$HOSTNAME$!$SERVICESTATEID:csghub102w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub103w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub208w:nrpe_eis202lb-router1-lb-servernet-8$,$SERVICESTATEID:csghub209w:nrpe_eis202lb-router1-lb-servernet-8$,$HOSTSTATEID:eis202lb-router1-lb-servernet-8-direct$!-c @5: + check_interval 1 + retry_interval 1 + max_check_attempts 2 +} + + +define host { + host_name eis202lb-router1-plinknet20 + alias eis202lb-router1-plinknet20.Princeton.EDU + address 192.168.9.93 + use Router/Switch/Load Balancer +} + + +### 151 Switch - direct connection to Nagios ims204 +define host { + host_name gigagate6 + alias Main 151 Forrestal switch + address 172.18.0.81 + use Router/Switch/Load Balancer + check_command check_ssh + contacts nagiosadmin +} + +#### Need a host cluster for gig6 to determine if traffic passes through it + +define host { + host_name gigagate6 151 switch + alias Main 151 Forrestal switch + use Router/Switch/Load Balancer + max_check_attempts 2 + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:gigagate6$,$HOSTSTATEID:core-87-router$,HOSTSTATEID:ims314$,$HOSTSTATEID:ims315$!-c @6: + contacts nagiosadmin +} + + +### NS Switch - direct connection to Nagios ims205 +define host { + host_name core-ns + alias Main New South switch + address 172.18.174.13 + use Router/Switch/Load Balancer + check_command check_ssh + contacts nagiosadmin +} + +#### Need a host cluster for core-ns to determine if traffic passes through it + +define host { + host_name core-ns NS switch + alias Main New South switch + use Router/Switch/Load Balancer + max_check_attempts 2 + check_command check_host_cluster!$HOSTNAME$!$HOSTSTATEID:core-ns$,$HOSTSTATEID:core-87-router$,HOSTSTATEID:ims314$,$HOSTSTATEID:ims315$!-c @6: + contacts nagiosadmin +} + + +define host { + host_name core-87-router + alias 87 Prospect CDN router + address 128.112.128.2 + use Router/Switch/Load Balancer + contacts nagiosadmin +} + +define host { + host_name border-87-router + alias Border edge router in 87 Prospect + use Router/Switch/Load Balancer + parents core-87-router + contacts nagiosadmin +} + +define host { + host_name core-cdn-router + alias core-cdn-router.Princeton.EDU + use Router/Switch/Load Balancer + contacts nagiosadmin +} + +define host { + host_name eisnet200l + alias eisnet200l.Princeton.EDU + address 140.180.220.115 + use Router/Switch/Load Balancer + parents core-87-router + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name backupvpn + alias backupvpn.Princeton.EDU + address 140.180.226.56 + use Router/Switch/Load Balancer + parents core-87-router + contacts Networking +} + +define host { + host_name aventailsslvpn-sra-n1 + alias aventailsslvpn-sra-n1.Princeton.EDU + address 128.112.64.25 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name aventailsslvpn-sra-n2 + alias aventailsslvpn-sra-n2.Princeton.EDU + address 128.112.64.29 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +#define host { +# host_name remote-access +# alias remote-access.Princeton.EDU +# use Router/Switch/Load Balancer +# icon_image firewall.gif +# statusmap_image firewall.gd2 +# contacts Networking +#} + +define host { + host_name eisnet-sra-cms + alias eisnet-sra-cms.Princeton.EDU + address 140.180.219.19 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + + +define host { + host_name eisnet-sra-n1.remote + alias eisnet-sra-n1.remote.Princeton.EDU + address 128.112.101.13 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +define host { + host_name eisnet-sra-n2.remote + alias eisnet-sra-n2.remote.Princeton.EDU + address 128.112.101.14 + use Router/Switch/Load Balancer + check_command check_http + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts Networking +} + +#### TMS + +define host { + host_name tms-87-mgmt0 + alias tms-87-mgmt0.Princeton.EDU + address 172.18.4.26 + use Networking device +} + +define host { + host_name tms-87-mgmt1 + alias tms-87-mgmt1.Princeton.EDU + address 172.18.4.34 + use Networking device +} + +define host { + host_name sightline-NS + alias sightline-NS.Princeton.EDU + address 140.180.219.33 + use Networking device +} + +define host { + host_name aruba-cppm-01 + alias aruba-cppm-01.Princeton.EDU + _alias1 cppm-01 + address 128.112.128.11 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + + +define host { + host_name aruba-cppm-02 + alias aruba-cppm-02.Princeton.EDU + _alias1 cpinsight + _alias2 cppm-02 + address 128.112.128.14 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + + +define host { + host_name aruba-cppm-03 + alias aruba-cppm-03.Princeton.EDU + _alias1 cppm-03 + address 128.112.129.64 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + + +define host { + host_name aruba-cppm-04 + alias aruba-cppm-04.Princeton.EDU + _alias1 cppm-04 + address 128.112.129.68 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + + +define host { + host_name aruba-cppm-05 + alias aruba-cppm-05.Princeton.EDU + _alias1 aruba-cppm-05 + address 128.112.128.28 + contacts Networking + _contacts networking@princeton.edu + use Aruba ClearPass +} + + +define host { + host_name airwave-development + alias airwave-development.Princeton.EDU + _alias1 airwave-dev + address 128.112.132.244 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name airwave-failover + alias airwave-failover.Princeton.EDU + address 128.112.128.63 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name airwave-rap + alias airwave-rap.Princeton.EDU + address 128.112.131.247 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name airwave1 + alias airwave-administrative.Princeton.EDU + _alias1 airwave-administrative + _alias2 airwave-aruba + address 128.112.129.16 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name airwave2 + alias airwave-dormnet.Princeton.EDU + _alias1 airwave-dormnet + _alias2 airwave-cisco + address 128.112.133.136 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name airwave4 + alias airwave4.Princeton.EDU + _alias1 airwave-four + _alias2 airwave-academic-east + address 128.112.128.51 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name airwave5 + alias airwave5.Princeton.EDU + _alias1 airwave-five + _alias2 airwave-academic-west + address 128.112.128.67 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name airwave6 + alias airwave6.Princeton.EDU + _alias1 airwave-six + _alias2 airwave-dorm-central + address 128.112.128.69 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name airwave7 + alias airwave7.Princeton.EDU + _alias1 airwave-seven + _alias2 airwave-dorm-east-west + address 128.112.128.80 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name backupvpn1 + alias backupvpn1.Princeton.EDU + address 140.180.226.53 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name backupvpn2 + alias backupvpn2.Princeton.EDU + address 140.180.226.102 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name netvirtu01 + alias netvirtu01.Princeton.EDU + address 140.180.225.102 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name netvirtu02 + alias netvirtu02.Princeton.EDU + address 140.180.225.85 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name raritan-87pr-core + alias raritan-87pr-core.Princeton.EDU + address 172.18.194.97 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name raritan-87pr-core2 + alias raritan-87pr-core2.Princeton.EDU + address 172.18.194.96 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name raritan-87pr-network-lab + alias raritan-87pr-network-lab.Princeton.EDU + address 172.18.3.30 + contacts Erick W. Burd, Networking + _contacts eburd@princeton.edu, networking@princeton.edu + use Networking device +} + + +define host { + host_name raritan-hpcrc + alias raritan-hpcrc.Princeton.EDU + address 172.18.194.98 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name raritan-newsouth-machineroom-oob + alias raritan-newsouth-machineroom-oob.Princeton.EDU + address 172.18.3.179 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name raritan-newsouth-machineroom + alias raritan-newsouth-machineroom.Princeton.EDU + address 172.18.194.99 + contacts Networking + _contacts networking@princeton.edu + use Networking device +} + + +define host { + host_name esm + alias esm.Princeton.EDU + address 128.112.133.222 + contacts Networking, Ruth D Gittens + _contacts rgittens@princeton.edu + use UNIX Production +} + + +define host { + host_name receiver01 + alias receiver01.Princeton.EDU + address 128.112.134.226 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + + +define host { + host_name receiver02 + alias receiver02.Princeton.EDU + address 128.112.128.22 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + + +define host { + host_name receiver03 + alias receiver03.Princeton.EDU + address 128.112.128.20 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + + +define host { + host_name siem-ace + alias siem-ace.Princeton.EDU + address 128.112.134.246 + contacts Networking + _contacts networking@princeton.edu + use UNIX Production +} + + +define host { + host_name siem-adm + alias siem-adm.Princeton.EDU + address 128.112.130.132 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + + +define host { + host_name siem-dem + alias siem-dem.Princeton.EDU + address 128.112.133.222 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + + +define host { + host_name siem-elm + alias siem-elm.Princeton.EDU + address 128.112.129.243 + contacts Networking, Security and Data Protection + _contacts networking@princeton.edu, sdp@princeton.edu + use UNIX Production +} + +define host { + host_name eisfw1-mgmt + alias eisfw1-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfw2-mgmt + alias eisfw2-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfwqa1-mgmt + alias eisfwqa1-mgmt.Princeton.EDU + use Router/Switch/Load Balancer + icon_image firewall.gif + statusmap_image firewall.gd2 + #parents core-87-router + notification_period none + contacts epm-list, ESS UNIX List, ESS Windows List +} + +define host { + host_name eisfw + alias eisfw.Princeton.EDU + address 128.112.12.126 + _fw1 140.180.220.1 + _fw2 10.6.48.1 + _fw3 10.6.52.1 + _fw4 10.6.63.65 + _fw6 10.6.63.129 + _fw7 140.180.219.1 + _fw10 10.6.0.1 + _fw11 10.6.32.1 + _plinknet8 192.168.9.33 + use Router/Switch/Load Balancer + parents core-87-router + icon_image firewall.gif + statusmap_image firewall.gd2 + contacts epm-list, ESS UNIX List, ESS Windows List +} \ No newline at end of file diff --git a/objects.cache.gz b/objects.cache.gz new file mode 100644 index 0000000..c150c7d Binary files /dev/null and b/objects.cache.gz differ diff --git a/princeton.zip b/princeton.zip new file mode 100644 index 0000000..207bebd Binary files /dev/null and b/princeton.zip differ diff --git a/pu/libexec/Makefile b/pu/libexec/Makefile new file mode 100644 index 0000000..e787840 --- /dev/null +++ b/pu/libexec/Makefile @@ -0,0 +1,31 @@ +# +------------------------------------------------------------------+ +# | ____ _ _ __ __ _ __ | +# | / ___| |__ ___ ___| | __ | \/ | |/ / | +# | | | | '_ \ / _ \/ __| |/ / | |\/| | ' / | +# | | |___| | | | __/ (__| < | | | | . \ | +# | \____|_| |_|\___|\___|_|\_\___|_| |_|_|\_\ | +# | | +# | Copyright Mathias Kettner 2014 mk@mathias-kettner.de | +# +------------------------------------------------------------------+ +# +# This file is part of Check_MK. +# The official homepage is at http://mathias-kettner.de/check_mk. +# +# check_mk is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation in version 2. check_mk is distributed +# in the hope that it will be useful, but WITHOUT ANY WARRANTY; with- +# out even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU General Public License for more de- +# ails. You should have received a copy of the GNU General Public +# License along with GNU Make; see the file COPYING. If not, write +# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +# Boston, MA 02110-1301 USA. + +all: check_mkevents + +check_mkevents: check_mkevents.cc + g++ -O2 -s -o check_mkevents check_mkevents.cc + +clean: + rm -f check_mkevents diff --git a/pu/libexec/check_apache.pl b/pu/libexec/check_apache.pl new file mode 100644 index 0000000..dc16a1c --- /dev/null +++ b/pu/libexec/check_apache.pl @@ -0,0 +1,284 @@ +#!/usr/local/bin/perl +# +# (c)2001 Sebastian Hetze, Linux Information Systems AG +# send bug reports to +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty +# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# you should have received a copy of the GNU General Public License +# along with this program (or with Nagios); if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA +# +# +# Check apache status information provided by mod_status to find +# out about the load (number of servers working) and the +# performance (average response time for recent requests). +# +# Usage: +# check_apache -H [-lhV] [-w ] [-c ] [-u ] +# +# check_apache (if you cannot avoid it) +# + +use LWP::UserAgent; +use URI::URL; +use Getopt::Long; +Getopt::Long::Configure('bundling'); + +$version=0.01; + +my %ERRORS = ('UNKNOWN' , '-1', + 'OK' , '0', + 'WARNING', '1', + 'CRITICAL', '2'); + + +# +# some default values +# +$perf_w=500; +$perf_c=1000; +$load_w=20; +$load_c=30; +$TIMEOUT=15; + +# +# get command line options the regular way +# +GetOptions + ("V" => \$opt_V, "version" => \$opt_V, + "h" => \$opt_h, "help" => \$opt_h, + "l" => \$opt_l, "load" => \$opt_l, + "v" => \$verbose, "verbose" => \$verbose, + "w=s" => \$opt_w, "warning=s" => \$opt_w, + "c=s" => \$opt_c, "critical=s" => \$opt_c, + "H=s" => \$opt_H, "hostname=s" => \$opt_H, + "u=s" => \$opt_u, "url=s" => \$opt_u); + +# +# handle the verbose stuff first +# +if ($opt_V) { + print "\n"; + print "check_apache nagios plugin version $version\n"; + print "\n"; + print "The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n"; + print "copies of the plugins under the terms of the GNU General Public License.\n"; + print "For more information about these matters, see the file named COPYING.\n"; + print "\n"; + print "Copyright (c) 2001 Sebastian Hetze Linux Information Systems AG\n"; + print "\n"; + print "\n"; + exit $ERRORS{'UNKNOWN'}; +} + +if ($opt_h) { + print_help(); + exit $ERRORS{'UNKNOWN'}; +} + +# +# now get options the weired way and set the defaults +# if nothing else is provided +# +$opt_H = shift unless ($opt_H); +print_usage() unless ($opt_H); + +if($opt_l) { + $autostring="?auto"; + ($opt_w) || ($opt_w = shift) || ($opt_w = $load_w); + $warn = $1 if ($opt_w =~ /([0-9]+)/); + ($opt_c) || ($opt_c = shift) || ($opt_c = $load_c); + $alert = $1 if ($opt_c =~ /([0-9]+)/); +} else { + $autostring=""; + ($opt_w) || ($opt_w = shift) || ($opt_w = $perf_w); + $warn = $1 if ($opt_w =~ /([0-9]+)/); + ($opt_c) || ($opt_c = shift) || ($opt_c = $perf_c); + $alert = $1 if ($opt_c =~ /([0-9]+)/); +} + +($opt_u) || ($opt_u = shift) || ($opt_u = "/server-status"); + + +# +# dont let us wait forever... +# +$SIG{'ALRM'} = sub { + print ("ERROR: No response from HTTP server (alarm)\n"); + exit $ERRORS{"UNKNOWN"}; +}; +alarm($TIMEOUT); + + +# +# now we set things up for the real work +# and fire up the request +# +$ua = new LWP::UserAgent; +$ua->agent("Nagios/0.1 " . $ua->agent); + + +$urlstring = "http://" . $opt_H . $opt_u . $autostring; +$url = url($urlstring); + +my $req = new HTTP::Request 'GET', $url; +my $res = $ua->request($req); + +# +# hopefully we´ve got something usefull +# +if ($res->is_success) { + if($opt_l) { + foreach $_ (split /^/m, $res->content) { + next if /^\s*$/; +# +# this is the load checking section +# we parse the whole content, just in case someone +# wants to use this some day in the future +# + if (/^Total Accesses:\s+([0-9.]+)/) { $accesses = $1; next; } + if (/^Total kBytes:\s+([0-9.]+)/) { $kbytes = $1; next; } + if (/^CPULoad:\s+([0-9.]+)\s+/) { $load = $1; next; } + if (/^Uptime:\s+([0-9.]+)\s+/) { $uptime = $1; next; } + if (/^ReqPerSec:\s+([0-9.]+)\s+/) { $rps = $1; next; } + if (/^BytesPerSec:\s+([0-9.]+)\s+/) { $bps = $1; next; } + if (/^BytesPerReq:\s+([0-9.]+)\s+/) { $bpr = $1; next; } + if (/^BusyServers:\s+([0-9.]+)\s+/) { $busy = $1; next; } + if (/^IdleServers:\s+([0-9.]+)\s+/) { $idle = $1; next; } + if (/^Scoreboard:\s+([SRWKDLG_.]+)\s+/) { $score = $1; next; } + print "Unknown Status\n"; + exit $ERRORS{"UNKNOWN"}; + } +# +# now we even parse the whole scoreboard, just for fun +# + foreach $scorepoint (split //m, $score) { + if($scorepoint eq '.') { $scores{'.'}+=1; next; } # Unused + if($scorepoint eq '_') { $scores{'_'}+=1; next; } # Waiting + if($scorepoint eq 'S') { $scores{'S'}+=1; next; } # Starting + if($scorepoint eq 'R') { $scores{'R'}+=1; next; } # Reading + if($scorepoint eq 'W') { $scores{'W'}+=1; next; } # Writing + if($scorepoint eq 'K') { $scores{'K'}+=1; next; } # Keepalive + if($scorepoint eq 'D') { $scores{'D'}+=1; next; } # DNS Lookup + if($scorepoint eq 'L') { $scores{'L'}+=1; next; } # Logging + if($scorepoint eq 'G') { $scores{'G'}+=1; next; } # Going + } + + if($busy>$alert) { + printf "HTTPD CRITICAL: %.0f servers running\n", $busy; + exit $ERRORS{"CRITICAL"}; + } + if($busy>$warn) { + printf "HTTPD WARNING: %.0f servers running\n", $busy; + exit $ERRORS{"WARNING"}; + } + printf "HTTPD ok: %.0f servers running, %d idle\n", $busy, $idle; + exit $ERRORS{"OK"}; + + } else { +# +# this is the performance check section +# We are a bit lazy here, no parsing of the initial data +# block and the scoreboard. +# However, you have the whole set of per server +# information to play with ;-) +# The actual performance is measured by adding up the +# milliseconds required to process the most recent +# requests of all instances and then taking the average. +# + foreach $tablerow (split //m, $res->content) { + $tablerow =~ s/<\/td>//g; + ($empty,$Srv,$PID,$Acc,$M,$CPU,$SS,$Req,$Conn,$Child,$Slot,$Client,$VHost,$Request) + = split //, $tablerow; + if(defined $Req) { + $lines+=1; + $req_sum+=$Req; + } + undef $Req; + } + $average=$req_sum/$lines; + if($average>$alert) { + printf "HTTPD CRITICAL: average response time %.0f + milliseconds\n", $average; + exit $ERRORS{"CRITICAL"}; + } + if($average>$warn) { + printf "HTTPD WARNING: average response time %.0f + milliseconds\n", $average; + exit $ERRORS{"WARNING"}; + } + if($average>0 or ($average == 0 and $lines > 0)) { + printf "HTTPD ok: average response time %.0f milliseconds\n", + $average; + exit $ERRORS{"OK"}; + } + print "Unknown Status\n"; + exit $ERRORS{"UNKNOWN"}; + } +} else { + print "HTTP request failed\n"; + exit $ERRORS{"CRITICAL"}; +} + + +# +# ok, now we are almost through +# These last subroutines do the things for those that do not +# read source code. +# +sub print_usage () { + print "Usage: $0 -H [-lhV] [-w ] [-c ] [-u ]\n"; } + +sub print_help () { + print "\n"; + print "\n"; + print "check_apache nagios plugin version $version\n"; + print "\n"; + print "The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\n"; + print "copies of the plugins under the terms of the GNU General Public License.\n"; + print "For more information about these matters, see the file named COPYING.\n"; + print "\n"; + print "Copyright (c) 2001 Sebastian Hetze Linux Information Systems AG\n"; + print "\n"; + print "\n"; + print "This plugin checks the apache HTTP service on the specified host.\n"; + print "It uses the mod_status facilities provided by the apache server.\n"; + print "The monitoring server must be authorized in httpd.conf.\n"; + print "\n"; + print "\n"; + print_usage(); + print "\n"; + print "Options:\n"; + print " -H, --hostname=ADDRESS\n"; + print " host name argument for server.\n"; + print " -l, --load\n"; + print " check load instead of performance.\n"; + print " -h, --help\n"; + print " print detailed help screen.\n"; + print " -V, --version\n"; + print " print version information.\n"; + print " -w, --warning=INTEGER\n"; + print " load / performance level at which a warning message will be gererated.\n"; + print " -c, --critical=INTEGER\n"; + print " load / performance level at which a critical message will be gererated.\n"; + print " -u, --url=PATH\n"; + print " location to call mod_status.\n"; + print "\n"; + print " Defaults for performance checking are $perf_w/$perf_c msec.\n"; + print " Defaults for load checking are $load_w/$load_c servers running.\n"; + print "\n"; + print "\n"; +} +# +# the end +# diff --git a/pu/libexec/check_apt b/pu/libexec/check_apt new file mode 100644 index 0000000..ffdda16 Binary files /dev/null and b/pu/libexec/check_apt differ diff --git a/pu/libexec/check_biztalk.pl b/pu/libexec/check_biztalk.pl new file mode 100644 index 0000000..8f9d2fb --- /dev/null +++ b/pu/libexec/check_biztalk.pl @@ -0,0 +1,192 @@ +#!/usr/bin/perl +# +# License: GPL v.3+ +# Copyright (c) 2009 op5 AB +# Author: Henrik Nilsson +# +# For direct contact with any of the op5 developers send a mail to +# op5-users@lists.op5.com +# Discussions are directed to the mailing list op5-users@op5.com, +# see http://lists.op5.com/mailman/listinfo/op5-users +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 3 or, +# at your option, any later version, as published by the Free Software +# Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# + +use lib qw(/usr/local/monitoring/perl/lib/perl5); + +use DBI; +use Nagios::Plugin; +my $return_code=0; +my $return_msg; +my $p=Nagios::Plugin->new(usage=>"Usage %s: -U user -P password (-H server|-S servername)\n"); + +$p->add_arg(spec=>'username|U=s', help=>'User name', required=>1); +$p->add_arg(spec=>'password|P=s', help=>'Password', required=>1); +$p->add_arg(spec=>'host|H=s', help=>'BizTalk server to check (hostname/IP)', required=>0); +$p->add_arg(spec=>'server|S=s', help=>'BizTalk server to check (by sybase configuration)', required=>0); +$p->add_arg(spec=>'port|p=i', help=>'Port for the MSSQL server that BizTalk uses', required=>0); +$p->add_arg(spec=>'warning|w=s', help=>'Warning-range for receive/send ports', required=>0); +$p->add_arg(spec=>'critical|c=s', help=>'Critical-range for receive/send ports', required=>0); +$p->add_arg(spec=>'queuewarning|W=s', help=>'Warning-range for queues', required=>0); +$p->add_arg(spec=>'queuecritical|C=s', help=>'Critical-range for queues', required=>0); +$p->add_arg(spec=>'orchestrationwarning|o=s', help=>'Warning-range for orchestrations', required=>0); +$p->add_arg(spec=>'orchestrationcritical|O=s', help=>'Critical-range for orchestrations', required=>0); +$p->add_arg(spec=>'sendportwarning|d=s', help=>'Warning-range for sendports', required=>0); +$p->add_arg(spec=>'sendportcritical|D=s', help=>'Critical-range for sendports', required=>0); +$p->add_arg(spec=>'receivelocations|l=s', help=>'Specific receivelocation(s) to check, comma-separated', required=>0); +$p->getopts; + +if(!defined($p->opts->host)&&!defined($p->opts->server)){$p->nagios_die("You must provide either host or server name");} + +# Set up timeout +if(defined($p->opts->timeout)) +{ + $SIG{'ALRM'} = sub{$p->nagios_die("UNKNOWN", "Plugin timed out.");}; + alarm($p->opts->timeout); +} + +if (defined($p->opts->port)) { + $ENV{TDSPORT} = $p->opts->port; +} + +# Connect to the database +my $db; +if(defined($p->opts->host)) +{ + $db=DBI->connect("dbi:Sybase:server=".$p->opts->host.";port=".(defined($p->opts->port)?$p->opts->port:1433), $p->opts->username, $p->opts->password) or $p->nagios_die("Could not connect to the BizTalk database", CRITICAL); +}else{ + $db=DBI->connect("dbi:Sybase:".$p->opts->server, $p->opts->username, $p->opts->password) or $p->nagios_die("Could not connect to the BizTalk database", CRITICAL); +} +$db->prepare("use BizTalkMgmtDb")->execute(); + +# Check receive locations +my $q=$db->prepare("select Name, Disabled from adm_ReceiveLocation;"); +$q->execute(); +my $name, $disabled; +my $count=0; +my $msg=""; +$q->bind_columns(\$name, \$disabled); +if(defined($p->opts->receivelocations)) +{ + $msg=''; + my @list=split(",", $p->opts->receivelocations); + while($q->fetch) + { + if($disabled and grep {$_ eq $name} @list) + { + $msg.=$name.", "; + $count++; + } + } + $return_code=$p->check_threshold(check=>$count, warning=>$p->opts->warning, critical=>$p->opts->critical); + $p->nagios_exit($return_code, $count." of ".@list." receive location".(@list!=1?'s':'')." disabled: ".$msg); +}else{ + while($q->fetch) + { + if($disabled) + { + $msg.=$name.", "; + $count++; + } + } +} +$code=$p->check_threshold(check=>$count, warning=>$p->opts->warning, critical=>$p->opts->critical); +if($code>$return_code) +{ + $return_code=$code; + $return_msg=$count." receive location".($count!=1?"s":"")." disabled: ".$msg; +}elsif($return_code==0){ + $return_msg.=$count." receive location".($count!=1?"s":"")." disabled. "; +} + +# Check message queue +# Getting the messagequeue, in which we check if nState is 4 or 32 (both mean suspended, 4 for resumable, 32 for non-resumable) +$db->prepare("use BizTalkMsgBoxDb")->execute(); +$q=$db->prepare("select nState, nvcErrorDescription from InstancesSuspended where nState=4 or nState=32;"); +$q->execute(); +my $state, $error; +$count=0; +$msg=""; +$q->bind_columns(\$state, \$error); +while($q->fetch) +{ + if($state==32) + { + $msg.="Non-resumable: ".$error; + }else{ + $msg.="Resumable: ".$error; + } + $count++; +} +$code=$p->check_threshold(check=>$count, warning=>$p->opts->warning, critical=>$p->opts->critical); +if($code>$return_code) +{ + $return_code=$code; + $return_msg=$count." suspended messages: ".$msg; +}elsif($return_code==0){ + $return_msg.=$count." suspended messages. "; +} + +# Check the total length of the queue +$q=$db->prepare("select count(nState) from InstancesSuspended;"); +$q->execute(); +my @line=$q->fetchrow_array; +$code=$p->check_threshold(check=>$line[0], warning=>$p->opts->queuewarning, critical=>$p->opts->queuecritical); +if($code>$return_code) +{ + $return_code=$code; + $return_msg=$line[0]." messages in queue."; +}elsif($return_code==0){ + $return_msg.=$line[0]." messages in queue. "; +} + +# Check SendPorts +$q=$db->prepare("SELECT nvcName AS SendPortName, nPortStatus as PortStatus FROM [BizTalkMgmtDb].[dbo].[bts_sendport] WHERE nPortStatus != 3"); +$q->execute(); +$q->bind_columns(\$SendPortName, \$PortStatus); + +$count=0; +my $portline; +while($q->fetch) { + $portline .= $SendPortName . ": " . $PortStatus . " "; + $count++; +} + $return_msg .= $count . " lines matching SendPortStatus <> 3. "; + +$code=$p->check_threshold(check=>$count,warning=>$p->opts->sendportwarning,critical=>$p->opts->sendportcritical); + +if ( $code > 0 ) { + $return_code = $code; + $return_msg =" SendPort: " . $portline +} + + +# Check Orchesrations +$q=$db->prepare("SELECT nvcFullName AS OrchestrationName,nOrchestrationStatus as PortStatus FROM [BizTalkMgmtDb].[dbo].[bts_orchestration] WHERE (nOrchestrationStatus != 3)"); +$q->execute(); +$q->bind_columns(\$OrchestrationName, \$PortStatus); + +$count=0; +my $orchline; +while($q->fetch) { + $orchline .= $OrchestrationName . ": " . $PortStatus . " "; + $count++; +} + $return_msg .= $count . " lines matching OrchestrationStatus <> 3. "; + +$code=$p->check_threshold(check=>$count,warning=>$p->opts->orchestrationwarning,critical=>$p->opts->orchestrationcritical); + +if ( $code > 0 ) { + $return_code = $code; + $return_msg =" Orchestration: " . $orchline +} + +$p->nagios_exit($return_code, $return_msg); diff --git a/pu/libexec/check_biztalk_cluster_host_instance.sh b/pu/libexec/check_biztalk_cluster_host_instance.sh new file mode 100644 index 0000000..42ed957 --- /dev/null +++ b/pu/libexec/check_biztalk_cluster_host_instance.sh @@ -0,0 +1,38 @@ +#!/bin/bash + +### ### som kollar att MSDTC process som visar vilken server som är aktiv, körs på exakt en av de servrar som anges i argumentet. + +SERVICE='BTSSvc$GcCxHost' + +if [ $# -ne 1 -o "$1" == "-h" ]; then + echo "Usage: $1 -h | ip.address,ip.address,ip.address, ..." + exit +fi + +IFS=, + + +RUNNING=0 +for i in $1; do + + status=`/opt/plugins/check_nt -H $i -p 1248 -v SERVICESTATE -l $SERVICE` + ret=$? + + if [ $ret == 0 ]; then + RUNNING=$(($RUNNING + 1)) + TEXT="$TEXT$i is running $SERVICE " + fi + +done + +if [ $RUNNING == 0 ]; then + echo "INSTANCES CRITICAL: None running $SERVICE" + exit 2 +elif [ $RUNNING -gt 1 ]; then + echo "INSTANCES CRITICAL: More than one ($RUNNING) hosts running +$SERVICE! ($TEXT)" + exit 2 +else + echo "INSTANCES OK: $TEXT" + exit 0 +fi \ No newline at end of file diff --git a/pu/libexec/check_biztalk_msdtc.sh b/pu/libexec/check_biztalk_msdtc.sh new file mode 100644 index 0000000..0ffcf80 --- /dev/null +++ b/pu/libexec/check_biztalk_msdtc.sh @@ -0,0 +1,39 @@ +#!/bin/bash + +### som kollar att MSDTC process som visar vilken server som är aktiv, körs på exakt en av de servrar som anges i argumentet. + + +SERVICE='MSDTC$a6c864e0-37c8-4aa9-b63e-8fb1b8c89f79' + +if [ $# -ne 1 -o "$1" == "-h" ]; then + echo "Usage: $1 -h | ip.address,ip.address,ip.address, ..." + exit +fi + +IFS=, + + +RUNNING=0 +for i in $1; do + + status=`/opt/plugins/check_nt -H $i -p 1248 -v SERVICESTATE -l $SERVICE` + ret=$? + + if [ $ret == 0 ]; then + RUNNING=$(($RUNNING + 1)) + TEXT="$TEXT$i is running $SERVICE " + fi + +done + +if [ $RUNNING == 0 ]; then + echo "INSTANCES CRITICAL: None running $SERVICE" + exit 2 +elif [ $RUNNING -gt 1 ]; then + echo "INSTANCES CRITICAL: More than one ($RUNNING) hosts running +$SERVICE! ($TEXT)" + exit 2 +else + echo "INSTANCES OK: $TEXT" + exit 0 +fi \ No newline at end of file diff --git a/pu/libexec/check_breeze b/pu/libexec/check_breeze new file mode 100644 index 0000000..64fa5be --- /dev/null +++ b/pu/libexec/check_breeze @@ -0,0 +1,89 @@ +#!/usr/local/bin/perl -w + + +use strict; +use Getopt::Long; +use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME); +use FindBin; +use lib "$FindBin::Bin"; +use lib '/usr/local/monitoring/libexec'; +use utils qw(%ERRORS &print_revision &support &usage); + +$PROGNAME = "check_breeze"; + +sub print_help (); +sub print_usage (); + +$ENV{'PATH'}='/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'; +$ENV{'BASH_ENV'}=''; +$ENV{'ENV'}=''; + +Getopt::Long::Configure('bundling'); +GetOptions + ("V" => \$opt_V, "version" => \$opt_V, + "h" => \$opt_h, "help" => \$opt_h, + "w=s" => \$opt_w, "warning=s" => \$opt_w, + "c=s" => \$opt_c, "critical=s" => \$opt_c, + "H=s" => \$opt_H, "hostname=s" => \$opt_H, + "C=s" => \$opt_C, "community=s" => \$opt_C); + +if ($opt_V) { + print_revision($PROGNAME,'2.1.1'); + exit $ERRORS{'OK'}; +} + +if ($opt_h) {print_help(); exit $ERRORS{'OK'};} + +($opt_H) || usage("Host name/address not specified\n"); +my $host = $1 if ($opt_H =~ /([-.A-Za-z0-9]+)/); +($host) || usage("Invalid host: $opt_H\n"); + +($opt_w) || usage("Warning threshold not specified\n"); +my $warning = $1 if ($opt_w =~ /([0-9]{1,2}|100)+/); +($warning) || usage("Invalid warning threshold: $opt_w\n"); + +($opt_c) || usage("Critical threshold not specified\n"); +my $critical = $1 if ($opt_c =~ /([0-9]{1,2}|100)/); +($critical) || usage("Invalid critical threshold: $opt_c\n"); + +($opt_C) || ($opt_C = "public") ; + +my $sig=0; +$sig = `/usr/bin/snmpget $host $opt_C .1.3.6.1.4.1.710.3.2.3.1.3.0`; +my @test=split(/ /,$sig); +$sig=$test[2]; +$sig=int($sig); +if ($sig>100){$sig=100} + +print "Signal Strength at: $sig%\n"; + +exit $ERRORS{'CRITICAL'} if ($sig<$critical); +exit $ERRORS{'WARNING'} if ($sig<$warning); +exit $ERRORS{'OK'}; + + +sub print_usage () { + print "Usage: $PROGNAME -H [-C community] -w -c \n"; +} + +sub print_help () { + print_revision($PROGNAME,'2.1.1'); + print "Copyright (c) 2000 Jeffrey Blank/Karl DeBisschop + +This plugin reports the signal strength of a Breezecom wireless equipment + +"; + print_usage(); + print " +-H, --hostname=HOST + Name or IP address of host to check +-C, --community=community + SNMPv1 community (default public) +-w, --warning=INTEGER + Percentage strength below which a WARNING status will result +-c, --critical=INTEGER + Percentage strength below which a CRITICAL status will result + +"; + support(); +} diff --git a/pu/libexec/check_by_ssh b/pu/libexec/check_by_ssh new file mode 100644 index 0000000..0640fb1 Binary files /dev/null and b/pu/libexec/check_by_ssh differ diff --git a/pu/libexec/check_by_ssh_key_wrapper b/pu/libexec/check_by_ssh_key_wrapper new file mode 100644 index 0000000..e51e50a --- /dev/null +++ b/pu/libexec/check_by_ssh_key_wrapper @@ -0,0 +1,16 @@ +#!/bin/bash + +eval "$(<~/.ssh/.ssh-agent)" >/dev/null + +#for arg in $@; do echo "#${arg}#"; done + +# This crazy shit is done because of issues with passing quotes in +precmd=`echo $* | sed 's/\-C.*//'` +cmd=`echo "$*" | sed 's/.*\-C[[:space:]]\+//'` + +#echo "#${precmd}#${cmd}#" + +exec /usr/local/monitoring/nagios/libexec/check_by_ssh $precmd -C "$cmd" 2>&1 + +exit $? + diff --git a/pu/libexec/check_by_ssh_ng b/pu/libexec/check_by_ssh_ng new file mode 100644 index 0000000..3e3fbd3 --- /dev/null +++ b/pu/libexec/check_by_ssh_ng @@ -0,0 +1,28 @@ +#!/bin/bash + +if [[ "$#" -lt "4" ]]; then + echo "Usage: $0 [regex_to_match_expected]" + exit 3 +fi + +key=$1 +usr=$2 +host=$3 +command=$4 +expect=$5 + +command=`echo "$command" | sed 's/%%%%pipe%%%%/|/'` +##echo "###$command###" + +ret=`/usr/bin/ssh -i $key ${usr}@${host} "$command" 2>&1` +stat=$? + +if [[ "$stat" -eq "0" && ("$ret" =~ $expect || -z "$expect") ]] +then + echo "OK: $ret" +else + echo "CRITICAL: $ret" + stat=2 +fi + +exit $stat diff --git a/pu/libexec/check_clamd b/pu/libexec/check_clamd new file mode 100644 index 0000000..e6ec383 Binary files /dev/null and b/pu/libexec/check_clamd differ diff --git a/pu/libexec/check_cluster b/pu/libexec/check_cluster new file mode 100644 index 0000000..bc6c71a Binary files /dev/null and b/pu/libexec/check_cluster differ diff --git a/pu/libexec/check_cluster_wrapper b/pu/libexec/check_cluster_wrapper new file mode 100644 index 0000000..03c1d00 --- /dev/null +++ b/pu/libexec/check_cluster_wrapper @@ -0,0 +1,45 @@ +#!/bin/sh + +name=`basename $0` + +usage () { + echo "Usage: $name {-h|-s} [-l label] [-w warn_thres] [-c crit_thres] -d " + exit 3 +} +#echo "$*" >> /tmp/trace.clus + +while getopts "d:hsl:w:c:" option +do + case $option in + d) spec="$OPTARG" ;; + s) type="-s" ;; + h) type="-h" ;; + l) label="$OPTARG" ;; + w) warn="-w $OPTARG" ;; + c) crit="-c $OPTARG" ;; + *) usage ;; + \?) usage ;; + esac +done + +if [ -z "$type" -o -z "$spec" ]; then usage; fi + +OLD_IFS="$IFS" +IFS=, + +for stat in $spec +do + if [ "$stat" -eq "$stat" ] 2>/dev/null; then continue; else + echo "The host or service specified \"$stat\" does not exist" + exit 3 + fi +done + +IFS="$OLD_IFS" + +lbl=`echo $label | sed 's/ /_/g'` +label="$lbl" + +#echo "/usr/local/monitoring/nagios/libexec/check_cluster $type $label -d $spec $warn $crit" >> /tmp/trace.clus +/usr/local/monitoring/nagios/libexec/check_cluster $type -l $label -d $spec $warn $crit +exit $? diff --git a/pu/libexec/check_cpu.pl b/pu/libexec/check_cpu.pl new file mode 100644 index 0000000..de2a476 --- /dev/null +++ b/pu/libexec/check_cpu.pl @@ -0,0 +1,263 @@ +#!/usr/bin/perl -w +# +# $Id: check_cpu,v 1.7 2004/06/22 16:51:05 hmann Exp $ +# +# check_cpu checks CPU and returns sar stats +# +# Copyright (c) 2000-2004 Harper Mann. All rights reserved +# (harper.mann@comcast.net) +# +# No warrenty of any kind is granted io implied. +# +# Change Log +#---------------- +# 15-Feb-2004 - Harper Mann +# Initial revision +# 19-Mar-2004 Harper Mann +# Fixed to use /proc instead of sar +# 23-Mar-2004 Harper Mann +# Back to sar so numbers match. Beta release +# 4-Jun-2004 - Harper Mann +# Changed idle value to be a < test +# 21-Jun-2004 - Harper Mann +# Added switch for CPU +# +use strict; + +my @sar_vals = undef; +my @lines = undef; +my @res = undef; + +my $PROCSTAT = "/proc/stat"; + +my $cpu; +my $userwarn = 101; +my $usercrit = 101; +my $nicewarn = 101; +my $nicecrit = 101; +my $syswarn = 101; +my $syscrit = 101; +my $iowaitwarn = 101; +my $iowaitcrit = 101; +my $idlewarn = 0; +my $idlecrit = 0; + +my $debug = 0; +my $perf = 0; + +# my $SAR = "/usr/local/groundwork/bin/sar"; +my $SAR = "/usr/bin/sar"; + +use Getopt::Long; +use vars qw($opt_V $opt_c $opt_s $opt_n $opt_u $opt_i $opt_W $opt_D $opt_p $opt_h); +use vars qw($PROGNAME); +use lib "/usr/local/nagios/libexec" ; +use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); + +sub print_help (); +sub print_usage (); + +$PROGNAME = "check_cpu"; + +Getopt::Long::Configure('bundling'); +my $status = GetOptions + ( "V" => \$opt_V, "Version" => \$opt_V, + "c=s" => \$opt_c, "cpu=s" => \$opt_c, + "u=s" => \$opt_u, "user=s" => \$opt_u, + "n=s" => \$opt_n, "nice=s" => \$opt_n, + "s=s" => \$opt_s, "system=s" => \$opt_s, + "W=s" => \$opt_W, "iowait=s" => \$opt_W, + "i=s" => \$opt_i, "idle=s" => \$opt_i, + "D" => \$opt_D, "debug" => \$opt_D, + "p" => \$opt_p, "performance" => \$opt_p, + "h" => \$opt_h, "help" => \$opt_h ); + +if ($status == 0) { print_usage() ; exit $ERRORS{'UNKNOWN'}; } + +# Debug switch +if ($opt_D) { $debug = 1 } + +# Cpu switch +if ($opt_c) { $cpu = $opt_c } else { $cpu = 0 } +print "CPU: $cpu\n" if $debug; + +# Performance switch +if ($opt_p) { $perf = 1; } + +# Version +if ($opt_V) { + print_revision($PROGNAME,'$Revision: 1.7 $'); + exit $ERRORS{'OK'}; +} + +if ($opt_h) {print_help(); exit $ERRORS{'UNKNOWN'}} + +# Options checking +# Percent CPU system utilization +if ($opt_s) { + ($syswarn, $syscrit) = split /:/, $opt_s; + + ($syswarn && $syscrit) || usage ("missing value -s \n"); + + ($syswarn =~ /^\d{1,3}$/ && $syswarn > 0 && $syswarn <= 100) && + ($syscrit =~ /^\d{1,3}$/ && $syscrit > 0 && $syscrit <= 100) || + usage("Invalid value: -s (system percent): $opt_s\n"); + + ($syscrit > $syswarn) || + usage("system critical (-s $opt_s ) must be > warning\n"); +} + +# Percent CPU nice utilization +if ($opt_n) { + ($nicewarn, $nicecrit) = split /:/, $opt_n; + + ($nicewarn && $nicecrit) || usage ("missing value -n \n"); + + ($nicewarn =~ /^\d{1,3}$/ && $nicewarn > 0 && $nicewarn <= 100) && + ($nicecrit =~ /^\d{1,3}$/ && $nicecrit > 0 && $nicecrit <= 100) || + usage("Invalid value: -n (nice percent): $opt_n\n"); + + ($nicecrit > $nicewarn) || + usage("nice critical (-n $opt_n ) must be > warning\n"); +} + +# Percent CPU user utilzation +if ($opt_u) { + ($userwarn, $usercrit) = split /:/, $opt_u; + + ($userwarn && $usercrit) || usage ("missing value -u \n"); + + ($userwarn =~ /^\d{1,3}$/ && $userwarn > 0 && $userwarn <= 100) && + ($usercrit =~ /^\d{1,3}$/ && $usercrit > 0 && $usercrit <= 100) || + usage("Invalid value: -u (user percent): $opt_u\n"); + + ($usercrit > $userwarn) || + usage("user critical (-u $opt_u ) must be < warning\n"); +} + +# Percent CPU idle utilzation +if ($opt_i) { + ($idlewarn, $idlecrit) = split /:/, $opt_i; + + ($idlewarn && $idlecrit) || usage ("missing value -i \n"); + + ($idlewarn =~ /^\d{1,3}$/ && $idlewarn > 0 && $idlewarn <= 100) && + ($idlecrit =~ /^\d{1,3}$/ && $idlecrit > 0 && $idlecrit <= 100) || + usage("Invalid value: -i (idle percent): $opt_i\n"); + + ($idlecrit < $idlewarn) || + usage("idle critical (-i $opt_i ) must be > warning\n"); +} + +# Percent CPU iowait utilzation +if ($opt_W) { + ($iowaitwarn, $iowaitcrit) = split /:/, $opt_W; + + ($iowaitwarn && $iowaitcrit) || usage ("missing value -W \n"); + + ($iowaitwarn =~ /^\d{1,3}$/ && $iowaitwarn > 0 && $iowaitwarn <= 100) && + ($iowaitcrit =~ /^\d{1,3}$/ && $iowaitcrit > 0 && $iowaitcrit <= 100) || + usage("Invalid value: -W (iowait percent): $opt_W\n"); + + ($iowaitcrit > $iowaitwarn) || + usage("iowait critical (-i $opt_W ) must be > warning\n"); +} + +# Read /proc/stat values. The first "cpu " line has aggregate values if +# the system is SMP +# + +my ($lbl, $user, $nice, $sys, $iowait, $idle, $idle2, $use_idle2) = undef; +if ($cpu eq "ALL" ) { + (@res = qx/$SAR 1 1/) || die "No output from sar: $!"; +} else { + (@res = qx/$SAR 1 1 -U $cpu/) || die "No output from sar: $!"; +} +foreach (@res) { + chomp; + if (/steal/) { $use_idle2 = 1; } + ($lbl,$cpu,$user,$nice,$sys,$iowait,$idle,$idle2) = split(/\s+/); + if (/average/) { last } +} + +$idle = $idle2 if $use_idle2; + +# Do the value checks +my $out = undef; +$out=$out."(cpu: $cpu) "; + +$out=$out."user: $user"; +($user > $usercrit) ? ($out=$out."(Critical) ") : + ($user > $userwarn) ? ($out=$out."(Warning) ") : ($out=$out."(OK) "); + +$out=$out."nice: $nice"; +($nice > $nicecrit) ? ($out=$out."(Critical) ") : + ($nice > $nicewarn) ? ($out=$out."(Warning) ") : ($out=$out."(OK) "); + +$out=$out."iowait: $iowait"; +($iowait > $iowaitcrit) ? ($out=$out."(Critical) ") : + ($iowait > $iowaitwarn) ? ($out=$out."(Warning) ") : ($out=$out."(OK) "); + +$out=$out."sys: $sys"; +($sys > $syscrit) ? ($out=$out."(Critical) ") : + ($sys > $syswarn) ? ($out=$out."(Warning) ") : ($out=$out."(OK) "); + +$out=$out."idle: $idle"; +($idle < $idlecrit) ? ($out=$out."(Critical) ") : + ($idle < $idlewarn) ? ($out=$out."(Warning) ") : ($out=$out."(OK) "); + +print "$out"; + +print " |cpu: $cpu user: $user nice: $nice sys: $sys idle: $idle" if $perf; + +print "\n"; + +# Plugin output +# $worst == $ERRORS{'OK'} ? print "CPU OK @goodlist" : print "@badlist"; + +# Performance? + +if ($out =~ /Critical/) { exit (2) } +if ($out =~ /Warning/) { exit (1) } +exit (0); #OK + +# Usage sub +sub print_usage () { + print "Usage: $PROGNAME + [-c, --cpu + [-u, --user percent + [-n, --nice percent + [-s, --system percent + [-i, --idle percent (NOTE: idle less than x) + [-p] (output Nagios performance data) + [-D] (debug) [-h] (help) [-V] (Version)\n"; +} + +# Help sub +sub print_help () { + print_revision($PROGNAME,'$Revision: 1.7 $'); + +# Perl device CPU check plugin for Nagios + + print_usage(); + print " +-c, --cpu + CPU Number (default is 0, ALL for all) +-u, --user + Percent CPU user +-n, --nice + Percent CPU nice +-s, --system=STRING + Percent CPU system +-i, --idle + If less than Percent CPU idle +-p, --performance + Report Nagios performance data after the ouput string +-h, --help + Print help +-V, --Version + Print version of plugin +"; + +} + diff --git a/pu/libexec/check_dell_openmanage.1.3_pu.pl b/pu/libexec/check_dell_openmanage.1.3_pu.pl new file mode 100644 index 0000000..2b5436f --- /dev/null +++ b/pu/libexec/check_dell_openmanage.1.3_pu.pl @@ -0,0 +1,580 @@ +#!/usr/bin/perl -w +# +# ============================== SUMMARY ===================================== +# +# Program : check_dell_openmanage.pl +# Version : 1.3 +# Date : March 31 2010 +# Author : Jason Ellison - infotek@gmail.com +# Summary : This is a nagios plugin that checks the status of objects +# monitored by Dell OpenManage on Dell PowerEdge servers via SNMP +# +# Licence : GPL - summary below, full text at http://www.fsf.org/licenses/gpl.txt +# +# =========================== PROGRAM LICENSE ================================= +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# ===================== INFORMATION ABOUT THIS PLUGIN ========================= +# +# This plugin checks the status of objects monitored by OpenManage via SNMP +# and returns OK, WARNING, CRITICAL or UNKNOWN. If a failure occurs it will +# describe the subsystem that failed and the failure code. +# +# This program is written and maintained by: +# Jason Ellison - infotek(at)gmail.com +# +# It is based on check_snmp_temperature.pl plugin by: +# William Leibzon - william(at)leibzon.org +# +# Using information from +# Dell OpenManage Server Administrator Version 5.4 SNMP Reference Guide +# http://support.dell.com/support/edocs/software/svradmin/ +# +# System Types +# +# "dellom" monitors the following OID's: +# systemStateChassisStatus .1.3.6.1.4.1.674.10892.1.200.10.1.4.1 +# systemStatePowerSupplyStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.9.1 +# systemStateVoltageStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.12.1 +# systemStateCoolingDeviceStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.21.1 +# systemStateTemperatureStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.24.1 +# systemStateMemoryDeviceStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.27.1 +# systemStateChassisIntrusionStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.30.1 +# systemStateEventLogStatus .1.3.6.1.4.1.674.10892.1.200.10.1.41.1 +# +# "dellom_storage" test all of the OID's "dellom" tests plus the storage OID +# systemStateChassisStatus .1.3.6.1.4.1.674.10892.1.200.10.1.4.1 +# systemStatePowerSupplyStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.9.1 +# systemStateVoltageStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.12.1 +# systemStateCoolingDeviceStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.21.1 +# systemStateTemperatureStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.24.1 +# systemStateMemoryDeviceStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.27.1 +# systemStateChassisIntrusionStatusCombined .1.3.6.1.4.1.674.10892.1.200.10.1.30.1 +# systemStateEventLogStatus .1.3.6.1.4.1.674.10892.1.200.10.1.41.1 +# StorageManagement-MIB::agentGlobalSystemStatus .1.3.6.1.4.1.674.10893.1.20.110.13.0 +# +# "global" monitors +# GlobalSystemStatus .1.3.6.1.4.1.674.10892.1.200.10.1.2.1 +# +# "chassis" monitors +# ChassisStatus .1.3.6.1.4.1.674.10892.1.200.10.1.4.1 +# +# "custom" is meant to be customised by advanced users +# +# ============================= SETUP NOTES ==================================== +# +# Copy this file to your Nagios installation folder in "libexec/". Rename +# to "check_dell_openmanage.pl". +# +# You must have Dell OpenManage installed on the server that you want to +# monitor. You must have enabled SNMP on the server and allow SNMP queries. +# On the server that will be running the plugin you must have the perl +# "Net::SNMP" module installed. +# +# perl -MCPAN -e shell +# cpan> install Net::SNMP +# +# For SNMPv3 support make sure you have the following modules installed: +# Crypt::DES, Digest::MD5, Digest::SHA1, and Digest::HMAC +# +# Check Dell OpenManage on the local host for alert thresholds like min/max +# fan speeds and temperatures... +# +# To test using SNMPv1 use the following syntax: +# +# ./check_dell_openmanage.pl -v -H -C -T +# +# Where is "test", "dellom", "dellom_storage", "blade", "global", "chassis" or "custom" +# +# ========================= SETUP EXAMPLES ================================== +# +# define command{ +# command_name check_dell_open_manage +# command_line $USER1$/check_dell_openmanage.pl -H $HOSTADDRESS$ -C $ARG1$ -T $ARG2$ +# } +# +# define service{ +# use generic-service +# host_name DELL-SERVER-00 +# service_description Dell OpenManage Status +# check_command check_dell_open_manage!public!dellom +# normal_check_interval 3 +# retry_check_interval 1 +# } +# +# define service{ +# use generic-service +# host_name DELL-SERVER-01 +# service_description Dell OpenManage Status plus Storage +# check_command check_dell_open_manage!public!dellom_storage +# normal_check_interval 3 +# retry_check_interval 1 +# } +# +# =================================== TODO =================================== +# +# Fix bugs and make more user friendly. +# +# ================================ REVISION ================================== +# +# +# ver 1.3 +# +# If non-numeric codes are returned just add the text to the statusinfo +# This was done to allow adding machine information Dell Model Number and Service Tag to output. +# +# ver 1.2 +# +# Major rewrite. Simplified the way new systems are defined. Added system +# type "test" which can be used to easly generate new system definitions. +# +# ver 1.1 +# formating of text output +# add blade system type... blades apparently do not support +# systemStatePowerSupplyStatusCombined, systemStateCoolingDeviceStatusCombined +# or systemStateChassisIntrusionStatusCombined + +# +# ver 1.0 +# +# while in verbose mode report which OID failed in a more readable manner. +# add "global", "chassis", and "custom" type. +# +# ver 0.9 +# change added type dellom_storage as this is more accurate. This plugin works +# with all PowerEdge servers it has been tested with. left pe2950 in for compat +# remove min max int options from help text as they are no longer relevant +# +# ver 0.8 +# +# removed ucdavis definition. Added note about SNMPv3 dependencies +# check that perl environment has "Net::SNMP" if not found complain. +# missing "Net::SNMP" is the most common issue users report. +# +# ver 0.7 +# +# removed ucdavis definition. Added note about SNMPv3 dependencies +# +# ver 0.6 +# +# + Added StorageManagement GlobalSystemStatus +# StorageManagement-MIB::agentGlobalSystemStatus +# .1.3.6.1.4.1.674.10893.1.20.110.13.0 +# +# ver 0.5 +# +# + Cleaned up verbose output for debugging +# +# ver 0.4 +# +# + Fixed major flaw in logic that cause errors to not be reported. +# +# + Added to the system_types error warning and unkown variables like seen on +# http://www.mail-archive.com/intermapper-talk@list.dartware.com/msg02687.html +# below section: "This section performs value to text conversions" +# +# ========================== START OF PROGRAM CODE ============================ + +use strict; + +use Getopt::Long; +my %system_types = ( + "dellom" => [ + 'systemStateChassisStatus', + 'systemStatePowerSupplyStatusCombined', + 'systemStateVoltageStatusCombined', + 'systemStateCoolingDeviceStatusCombined', + 'systemStateTemperatureStatusCombined', + 'systemStateMemoryDeviceStatusCombined', + 'systemStateChassisIntrusionStatusCombined', + 'systemStateEventLogStatus', + ], + "dellom_storage" => [ + 'systemStateChassisStatus', + 'systemStatePowerSupplyStatusCombined', + 'systemStateVoltageStatusCombined', + 'systemStateCoolingDeviceStatusCombined', + 'systemStateTemperatureStatusCombined', + 'systemStateMemoryDeviceStatusCombined', + 'systemStateChassisIntrusionStatusCombined', + 'systemStateEventLogStatus', + 'StorageManagementGlobalSystemStatus' + ], + "blade" => [ + 'systemStateChassisStatus', + 'systemStateVoltageStatusCombined', + 'systemStateTemperatureStatusCombined', + 'systemStateMemoryDeviceStatusCombined', + 'systemStateEventLogStatus', + 'StorageManagementGlobalSystemStatus' + ], + "global" => [ + 'systemStateGlobalSystemStatus' + ], + "chassis" => [ + 'systemStateChassisStatus' + ], + "storage" => [ + 'StorageManagementGlobalSystemStatus' + ], + "custom" => [ + 'systemStateChassisStatus', + 'systemStatePowerSupplyStatusCombined', + 'systemStateCoolingDeviceStatusCombined', + 'systemStateTemperatureStatusCombined', + 'systemStateChassisIntrusionStatusCombined', + 'systemStateEventLogStatus', + 'chassisModelName', + 'chassisServiceTagName' + ] +); + +my %dell_oids = ( + 'systemStateGlobalSystemStatus'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.2.1', + 'systemStateChassisStatus'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.4.1', + 'systemStatePowerSupplyStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.9.1', + 'systemStateVoltageStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.12.1', + 'systemStateAmperageStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.15.1', + 'systemStateCoolingDeviceStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.21.1', + 'systemStateTemperatureStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.24.1', + 'systemStateMemoryDeviceStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.27.1', + 'systemStateChassisIntrusionStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.30.1', + 'systemStateACPowerCordStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.36.1', + 'systemStateEventLogStatus'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.41.1', + 'systemStatePowerUnitStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.42.1', + 'systemStateCoolingUnitStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.44.1', + 'systemStateACPowerSwitchStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.46.1', + 'systemStateProcessorDeviceStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.50.1', + 'systemStateBatteryStatusCombined'=>'.1.3.6.1.4.1.674.10892.1.200.10.1.52.1', + 'StorageManagementGlobalSystemStatus'=>'.1.3.6.1.4.1.674.10893.1.20.110.13.0', + 'chassisManufacturerName'=>'1.3.6.1.4.1.674.10892.1.300.10.1.8.1', + 'chassisModelName'=>'1.3.6.1.4.1.674.10892.1.300.10.1.9.1', + 'chassisServiceTagName'=>'1.3.6.1.4.1.674.10892.1.300.10.1.11.1', + 'chassisSystemName'=>'1.3.6.1.4.1.674.10892.1.300.10.1.15.1', + 'operatingSystemOperatingSystemName'=>'1.3.6.1.4.1.674.10892.1.400.10.1.6.1', + 'operatingSystemOperatingSystemVersionName'=>'1.3.6.1.4.1.674.10892.1.400.10.1.7.1' +); + +my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4); +my @DELLSTATUS=('DellStatus', 'other', 'unknown', 'ok', 'nonCritical', 'critical', 'nonRecoverable'); +my $Version='1.3'; +my $o_host= undef; # hostname +my $o_community= undef; # community +my $o_port= 161; # SNMP port +my $o_help= undef; # help option +my $o_verb= undef; # verbose mode +my $o_version= undef; # version info option +my $o_warn= undef; # warning level option +my @o_warnL= (); # array for above list +my $o_crit= undef; # Critical level option +my @o_critL= (); # array for above list +my $o_timeout= 5; # Default 5s Timeout +my $o_version2= undef; # use snmp v2c +# SNMPv3 specific +my $o_login= undef; # Login for snmpv3 +my $o_passwd= undef; # Pass for snmpv3 +my $o_attr= undef; # What attribute(s) to check (specify more then one separated by '.') +my @o_attrL= (); # array for above list +my $o_unkdef= 2; # Default value to report for unknown attributes +my $o_type= undef; # Type of system to check + +sub print_version { print "$0: $Version\n" }; + +sub print_usage { + print "Usage: $0 [-v] -H -C [-2] | (-l login -x passwd) [-P ] -T test|dellom|dellom_storage|blade|global|chassis|custom [-t ] [-V] [-u ]\n"; +} + +# Return true if arg is a number +sub isnum { + my $num = shift; + if ( $num =~ /^(\d+\.?\d*)|(^\.\d+)$/ ) { return 1 ;} + return 0; +} + +sub help { + print "\nSNMP Dell OpenManage Monitor for Nagios version ",$Version,"\n"; + print " by Jason Ellison - infotek(at)gmail.com\n\n"; + print_usage(); + print < \$o_verb, 'verbose' => \$o_verb, + 'h' => \$o_help, 'help' => \$o_help, + 'H:s' => \$o_host, 'hostname:s' => \$o_host, + 'P:i' => \$o_port, 'port:i' => \$o_port, + 'C:s' => \$o_community, 'community:s' => \$o_community, + 'l:s' => \$o_login, 'login:s' => \$o_login, + 'x:s' => \$o_passwd, 'passwd:s' => \$o_passwd, + 't:i' => \$o_timeout, 'timeout:i' => \$o_timeout, + 'V' => \$o_version, 'version' => \$o_version, + '2' => \$o_version2, 'v2c' => \$o_version2, + 'u:i' => \$o_unkdef, 'unknown_default:i' => \$o_unkdef, + 'T:s' => \$o_type, 'type:s' => \$o_type + ); + if (defined($o_help) ) { help(); exit $ERRORS{"UNKNOWN"}; } + if (defined($o_version)) { print_version(); exit $ERRORS{"UNKNOWN"}; } + if (! defined($o_host) ) # check host and filter + { print "No host defined!\n";print_usage(); exit $ERRORS{"UNKNOWN"}; } + # check snmp information + if (!defined($o_community) && (!defined($o_login) || !defined($o_passwd)) ) + { print "Put snmp login info!\n"; print_usage(); exit $ERRORS{"UNKNOWN"}; } + if (!defined($o_type)) { print "Must define system type!\n"; print_usage(); exit $ERRORS{"UNKNOWN"}; } + if (defined ($o_type)) { + if ($o_type eq "test"){ + print "TEST MODE:\n"; + } elsif (!defined($system_types{$o_type})) { + print "Unknown system type $o_type !\n"; print_usage(); exit $ERRORS{"UNKNOWN"}; + } + } +} +########## MAIN ####### +check_options(); +# Check global timeout if something goes wrong +if (defined($o_timeout)) { + verb("Alarm at $o_timeout"); + alarm($o_timeout); +} else { + verb("no timeout defined : using 5s"); + alarm (5); +} + +eval "use Net::SNMP"; +if ($@) { + verb("ERROR: You do NOT have the Net:".":SNMP library \n" + . " Install it by running: \n" + . " perl -MCPAN -e shell \n" + . " cpan[1]> install Net::SNMP \n"); + exit 1; +} else { + verb("The Net:".":SNMP library is available on your server \n"); +} + +# SNMP Connection to the host +my ($session,$error); +if (defined($o_login) && defined($o_passwd)) { + # SNMPv3 login + verb("SNMPv3 login"); + ($session, $error) = Net::SNMP->session( + -hostname => $o_host, + -version => '3', + -username => $o_login, + -authpassword => $o_passwd, + -authprotocol => 'md5', + -privpassword => $o_passwd, + -timeout => $o_timeout + ); +} else { + if (defined ($o_version2)) { + # SNMPv2 Login + ($session, $error) = Net::SNMP->session( + -hostname => $o_host, + -version => 2, + -community => $o_community, + -port => $o_port, + -timeout => $o_timeout + ); + } else { + # SNMPV1 login + ($session, $error) = Net::SNMP->session( + -hostname => $o_host, + -community => $o_community, + -port => $o_port, + -timeout => $o_timeout + ); + } +} +# next part of the code builds list of attributes to be retrieved +my $i; +my $oid; +my $line; +my $resp; +my $attr; +my $key; +my %varlist = (); +my $result; + +if ( $o_type eq "test" ) { + print "Trying all preconfigured Dell OID's against target...\n"; + for $attr (sort keys %dell_oids) { + print "$attr\t\($dell_oids{$attr}\)\n"; + $result = $session->get_request( + -varbindlist => [$dell_oids{$attr}] + ); + print "RESULT: "; + if (!defined($result)) { + print "NO RESPONSE\n"; + } else { + if ( $result->{$dell_oids{$attr}} =~ /^[123456]$/ ) { + push @{ $varlist{$attr} }, "$attr", "$dell_oids{$attr}", "$result->{$dell_oids{$attr}}"; + print "$result->{$dell_oids{$attr}}\($DELLSTATUS[$result->{$dell_oids{$attr}}]\)\n"; + } else { + print "$result->{$dell_oids{$attr}}\n"; + } + } + } + $session->close(); + print "\nPlease email the results to Jason Ellison - infotek\@gmail.com\n"; + print "\nTo add this system to check_dell_openmanage, use something like the following:\n\n"; + print " \"pexxxx\" => [\n"; + $i = 1; + my $count = keys %varlist; + for $attr (sort keys %varlist){ + print " \'$varlist{$attr}[0]\'"; + if ( $i lt $count ) { + print ",\n"; + } else { + print "\n"; + } + $i++; + } + print " ],\n"; + exit 0 ; +} + +my $statusinfo = ""; + +verb("SNMP responses..."); +for $attr ( @{ $system_types{$o_type} } ) { + $result = $session->get_request( + -varbindlist => [$dell_oids{$attr}] + ); + if (!defined($result)) { + verb("RESULT: $attr \n$dell_oids{$attr} = undef"); + push @{ $varlist{$attr} }, "$attr", "$dell_oids{$attr}", "$o_unkdef"; + } + else { + if ( $result->{$dell_oids{$attr}} =~ /^[123456]$/ ) { + verb("RESULT: $attr \n$dell_oids{$attr} = $result->{$dell_oids{$attr}}\($DELLSTATUS[$result->{$dell_oids{$attr}}]\)"); + push @{ $varlist{$attr} }, "$attr", "$dell_oids{$attr}", "$result->{$dell_oids{$attr}}"; + } else { + verb("RESULT: $attr \n$dell_oids{$attr} = $result->{$dell_oids{$attr}}"); + $statusinfo .= ", " if ($statusinfo); + $statusinfo .= "$result->{$dell_oids{$attr}}"; + } + } +} + +$session->close(); + +# loop to check if warning & critical attributes are ok +verb("\nDell Status to Nagios Status mapping..."); + +my $statuscode = "OK"; + +my $statuscritical = "0"; +my $statuswarning = "0"; +my $statusunknown = "0"; + +foreach $attr (keys %varlist) { + if ($varlist{$attr}[2] eq "6") { + $statuscritical = "1"; + $statuscode="CRITICAL"; + $statusinfo .= ", " if ($statusinfo); + $statusinfo .= "$attr=Non-Recoverable"; + } + elsif ($varlist{$attr}[2] eq "5") { + $statuscritical="1"; + $statuscode="CRITICAL"; + $statusinfo .= ", " if ($statusinfo); + $statusinfo .= "$attr=Critical"; + } + elsif ($varlist{$attr}[2] eq "4") { + $statuswarning = "1"; + $statuscode="WARNING"; + $statusinfo .= ", " if ($statusinfo); + $statusinfo .= "$attr=Non-Critical"; + } + elsif ($varlist{$attr}[2] eq "2") { + $statusunknown = "1"; + $statuscode="UNKNOWN"; + $statusinfo .= ", " if ($statusinfo); + $statusinfo .= "$attr=UKNOWN"; + } + elsif ($varlist{$attr}[2] eq "1") { + $statusunknown = "1"; + $statuscode="UNKNOWN"; + $statusinfo .= ", " if ($statusinfo); + $statusinfo .= "$attr=Other"; + } + elsif ($varlist{$attr}[2] eq "3") { + $statuscode="OK"; + } + else { + $statusunknown = "1"; + $statuscode="UNKNOWN"; + $statusinfo .= ", " if ($statusinfo); + $statusinfo .= "$attr=UKNOWN"; + } + verb("$attr: statuscode = $statuscode"); +} + +$statuscode="OK"; + +if ($statuscritical eq '1'){ + $statuscode="CRITICAL"; +} +elsif ($statuswarning eq '1'){ + $statuscode="WARNING"; +} +elsif ($statusunknown eq '1'){ + $statuscode="UNKNOWN"; +} + +printf("$statuscode: $statusinfo\n"); + +verb("\nEXIT CODE: $ERRORS{$statuscode} STATUS CODE: $statuscode\n"); + +exit $ERRORS{$statuscode}; + diff --git a/pu/libexec/check_dhcp b/pu/libexec/check_dhcp new file mode 100644 index 0000000..adf822b Binary files /dev/null and b/pu/libexec/check_dhcp differ diff --git a/pu/libexec/check_dig b/pu/libexec/check_dig new file mode 100644 index 0000000..29fc061 Binary files /dev/null and b/pu/libexec/check_dig differ diff --git a/pu/libexec/check_disk b/pu/libexec/check_disk new file mode 100644 index 0000000..a596da6 Binary files /dev/null and b/pu/libexec/check_disk differ diff --git a/pu/libexec/check_disk_pu.pl b/pu/libexec/check_disk_pu.pl new file mode 100644 index 0000000..90314ce --- /dev/null +++ b/pu/libexec/check_disk_pu.pl @@ -0,0 +1,279 @@ +#!/usr/bin/perl + +use Getopt::Std; + +$CFG_FILE = "/usr/local/nagios/etc/check_disk.cfg"; +$CFG_FILE_LOCAL = "/usr/local/nagios/etc/check_disk_local.cfg"; +$DFLT_WARN = 90; +$DFLT_CRIT = 95; +$DFLT_CLASS = "system"; + +$CURR_WARN = $DFLT_WARN; +$CURR_CRIT = $DFLT_CRIT; +$CURR_CLASS = $DFLT_CLASS; + +$sys_type = `uname`; +chomp($sys_type); + +%FSTypes = ( + ext2 => 1, + ext3 => 1, + ext4 => 1, + ufs => 1, + vxfs => 1, + zfs => 1, + xfs => 1 +); + +# -p enable perf stats +# -d enable debugging output +# -c set default critical threshold +# -w set default warning threshold +# -f +# -C +# -t add additional file system types + +getopts("pdc:w:f:C:t:"); +$CURR_WARN = $opt_w if $opt_w ne ''; +$CURR_CRIT = $opt_c if $opt_c ne ''; +$opt_C = $CURR_CLASS if $opt_C eq ''; + +# get the types + +if ($opt_t ne '') { + @types = split(/,/, $opt_t); + for $t (@types) { + print "add type $t\n" if $opt_d; + $FSTypes{$t} = 1; + } +} + +# get the list of file systems + +&read_mounts; + +# read the config file; if it's not there we take the defaults, except +# that if we specify a config file on the command line, we return UNKNOWN +# if the file isn't there + +if ($opt_f ne '') { + open (CFG_FILE, $opt_f) or unknown("Can't open config file: $opt_f"); + &read_config; +} + +else { + (open(CFG_FILE, $CFG_FILE_LOCAL) or open(CFG_FILE, $CFG_FILE)) and &read_config; +} + + +if ($opt_d) { + for $fs (sort keys %Class) { + print "fs $fs class $Class{$fs} warn $Warn{$fs} crit $Crit{$fs}\n"; + } +} + + +# if there are any file systems that are mounted but not mentioned in the config file, +# give them default class and thresholds + +for $fs (keys %Type) { + print "testing $fs: ", defined($Interesting{$fs}) ? "" : "not ", "interested\n" if $opt_d; + if (! defined($Interesting{$fs})) { + $Class{$fs} = $DFLT_CLASS; + $Warn{$fs} = $DFLT_WARN; + $Crit{$fs} = $DFLT_CRIT; + } +} + +if ($sys_type eq "Linux") { + $cmd = "/bin/df -kP"; +} + +elsif ($sys_type eq "SunOS") { + $cmd = "/usr/bin/df -k"; +} + +else { + unknown("I don't grok system type $sys_type"); +} + +$fscount = 0; +for $fs (sort keys %Class) { + ## unknown("Non-existant FS ($fs) in config file, line $Line{$fs}") if $Type{$fs} eq ''; + push(@FSList, $fs); +} + + +for $fs (@FSList) { + next if $Ignore{$fs}; + next if $Class{$fs} ne $opt_C; + + $cmd = $cmd . " " . $fs; + $fscount++; +} + +if ($fscount == 0) { + unknown("no file systems in class \'$opt_C\'"); +} + +print "$cmd\n" if $opt_d; +$code = 0; +open(DF, "$cmd|") or unknown("Unable to exec df command"); +$junk = ; # column headers +while () { + chop; + ($dev, $tot, $used, $free, $cap, $fs) = split; + $p = int(($tot - $free) * 100 / $tot); + print "$fs: $used/$tot $p\n" if $opt_d; + $perf .= " $fs=$p\%"; + if ($p > $Crit{$fs}) { + $crit_result .= " $fs: $p\% (C)"; + $code = 2; + } + + elsif ($p > $Warn{$fs}) { + $warn_result .= " $fs: $p\% (W)"; + $code = 1 if $code != 2; + } + + else { + $result .= " $fs: $p\% (OK)"; + } +} + +print "perf $perf\n" if $opt_d; +@CODE = ("OK", "WARNING", "CRITICAL", "UNKNOWN"); +print "DISK $CODE[$code]: class '$opt_C':$crit_result$warn_result$result"; + +print "|$perf" if $opt_p; +print "\n"; +exit $code; + + +sub read_mounts +{ + open(MNTTAB, "/etc/mtab") or open(MNTTAB, "/etc/mnttab") or unknown("Can't open file system mount table"); + while () { + chop; + @mnt = split; + + next if $FSTypes{$mnt[2]} != 1; + $fs = $mnt[1]; + print "read from mtab: $_\n" if $opt_d; + # push(@FSList, $fs); + + $Type{$fs} = $mnt[2]; + # $Class{$fs} = $DFLT_CLASS; + # $Warn{$fs} = $DFLT_WARN; + # $Crit{$fs} = $DFLT_CRIT; + } +} + + +sub read_config +{ + my ($tmp_class, $tmp_warn, $tmp_crit); + $line_num = 0; + while () { + $line_num++; + chop; + + s/^[ ]*//; + next if /^#/; + next if $_ eq ''; + + if (/^ignore\s/) { + ($junk, $fs) = split; + $Ignore{$fs} = 1; + } + + elsif (/^crit\s/) { + ($junk, $crit) = split; + $CURR_CRIT = $crit; + } + + elsif (/^warn\s/) { + ($junk, $warn) = split; + $CURR_WARN = $warn; + } + + elsif (/^class\s/) { + ($junk, $class) = split; + $CURR_CLASS = $class; + } + + elsif (/^fs\s/) { + ($junk, @a) = split; + $fs = $a[0]; + + @fslist = &match($fs); + foreach $fs (@fslist) { + $tmp_class = $CURR_CLASS; + $tmp_warn = $CURR_WARN; + $tmp_crit = $CURR_CRIT; + + @aa = @a; + shift @aa; + foreach $arg (@aa) { + if ($arg =~ /^class=/) { $tmp_class = substr($arg, 6); } + elsif ($arg =~ /^warn=/) { $tmp_warn = substr($arg, 5); } + elsif ($arg =~ /^crit=/) { $tmp_crit = substr($arg, 5); } + + else { unknown("Syntax error in config file, line $line_num"); } + } + + # mark the file system as being of overall interest + + $Interesting{$fs} = 1; + + # Only set these values if the class of the file system is the one that + # we are looking to check. This allows us to put a file system in + # multiple classes (in cases where more than on group wants to know + # about a F.S.) and not have one definition overwritten by another one. + + print "about to test $fs now $Class{$fs} tmp $tmp_class dflt $CURR_CLASS opt $opt_C\n" if $opt_d; + next if $tmp_class ne $opt_C; + + print "setting $fs to class $tmp_class\n" if $opt_d; + $Class{$fs} = $tmp_class; + $Warn{$fs} = $tmp_warn; + $Crit{$fs} = $tmp_crit; + $Line{$fs} = $line_num; + } + } + + else { # syntax error + unknown("Syntax error in config file, line $line_num"); + } + } + + close(CFG_FILE); +} + + +sub match +{ + my ($fs) = @_; + my @glist = glob($fs); + my @rlist = (); + + print "Match glob list is " . join(' ', @glist) . "\n" if $opt_d; + + foreach $fs (@glist) { + push @rlist, $fs if $Type{$fs} ne ''; + } + + print "Match return list is " . join(' ', @rlist) . "\n" if $opt_d; + + return @rlist; +} + + +sub unknown +{ + my ($reason) = @_; + + print "UNKNOWN: $reason\n"; + exit 3; +} + diff --git a/pu/libexec/check_disk_smb b/pu/libexec/check_disk_smb new file mode 100644 index 0000000..1f42e08 --- /dev/null +++ b/pu/libexec/check_disk_smb @@ -0,0 +1,331 @@ +#!/usr/local/bin/perl -w +# +# +# check_disk.pl [warn] [critical] [port] +# +# Monitoring host script to get the disk usage from a SMB share +# +# Changes and Modifications +# ========================= +# 7-Aug-1999 - Michael Anthon +# Created from check_disk.pl script provided with netsaint_statd (basically +# cause I was too lazy (or is that smart?) to write it from scratch) +# 8-Aug-1999 - Michael Anthon +# Modified [warn] and [critical] parameters to accept format of nnn[M|G] to +# allow setting of limits in MBytes or GBytes. Percentage settings for large +# drives is a pain in the butt +# 2-May-2002 - SGhosh fix for embedded perl +# +# + +require 5.004; +use POSIX; +use strict; +use Getopt::Long; +use vars qw($opt_P $opt_V $opt_h $opt_H $opt_s $opt_W $opt_u $opt_p $opt_w $opt_c $opt_a $verbose); +use vars qw($PROGNAME); +use FindBin; +use lib "$FindBin::Bin"; +use lib '/usr/local/monitoring/libexec'; +use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); + +sub print_help (); +sub print_usage (); + +$PROGNAME = "check_disk_smb"; + +$ENV{'PATH'}='/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'; +$ENV{'BASH_ENV'}=''; +$ENV{'ENV'}=''; + +Getopt::Long::Configure('bundling'); +GetOptions + ("v" => \$verbose, "verbose" => \$verbose, + "P=s" => \$opt_P, "port=s" => \$opt_P, + "V" => \$opt_V, "version" => \$opt_V, + "h" => \$opt_h, "help" => \$opt_h, + "w=s" => \$opt_w, "warning=s" => \$opt_w, + "c=s" => \$opt_c, "critical=s" => \$opt_c, + "p=s" => \$opt_p, "password=s" => \$opt_p, + "u=s" => \$opt_u, "username=s" => \$opt_u, + "s=s" => \$opt_s, "share=s" => \$opt_s, + "W=s" => \$opt_W, "workgroup=s" => \$opt_W, + "H=s" => \$opt_H, "hostname=s" => \$opt_H, + "a=s" => \$opt_a, "address=s" => \$opt_a); + +if ($opt_V) { + print_revision($PROGNAME,'2.1.1'); #' + exit $ERRORS{'OK'}; +} + +if ($opt_h) {print_help(); exit $ERRORS{'OK'};} + +my $smbclient = $utils::PATH_TO_SMBCLIENT; +$smbclient || usage("check requires smbclient, smbclient not set\n"); +-x $smbclient || usage("check requires smbclient, $smbclient: $!\n"); + +# Options checking + +($opt_H) || ($opt_H = shift @ARGV) || usage("Host name not specified\n"); +my $host = $1 if ($opt_H =~ /^([-_.A-Za-z0-9 ]+\$?)$/); +($host) || usage("Invalid host: $opt_H\n"); + +($opt_s) || ($opt_s = shift @ARGV) || usage("Share volume not specified\n"); +my $share = $1 if ($opt_s =~ /^([-_.A-Za-z0-9 ]+\$?)$/); +($share) || usage("Invalid share: $opt_s\n"); + +defined($opt_u) || ($opt_u = shift @ARGV) || ($opt_u = "guest"); +my $user = $1 if ($opt_u =~ /^([-_.A-Za-z0-9\\]*)$/); +defined($user) || usage("Invalid user: $opt_u\n"); + +defined($opt_p) || ($opt_p = shift @ARGV) || ($opt_p = ""); +my $pass = $1 if ($opt_p =~ /(.*)/); + +($opt_w) || ($opt_w = shift @ARGV) || ($opt_w = 85); +my $warn = $1 if ($opt_w =~ /^([0-9]{1,2}\%?|100\%?|[0-9]+[kMG])$/); +($warn) || usage("Invalid warning threshold: $opt_w\n"); + +($opt_c) || ($opt_c = shift @ARGV) || ($opt_c = 95); +my $crit = $1 if ($opt_c =~ /^([0-9]{1,2}\%?|100\%?|[0-9]+[kMG])$/); +($crit) || usage("Invalid critical threshold: $opt_c\n"); + +# Execute the given command line and return anything it writes to STDOUT and/or +# STDERR. (This might be useful for other plugins, too, so it should possibly +# be moved to utils.pm.) +sub output_and_error_of { + local *CMD; + local $/ = undef; + my $pid = open CMD, "-|"; + if (defined($pid)) { + if ($pid) { + return ; + } else { + open STDERR, ">&STDOUT" and exec @_; + exit(1); + } + } + return undef; +} + +# split the type from the unit value +#Check $warn and $crit for type (%/M/G) and set up for tests +#P = Percent, K = KBytes +my $warn_type; +my $crit_type; + +if ($opt_w =~ /^([0-9]+)\%?$/) { + $warn = "$1"; + $warn_type = "P"; +} elsif ($opt_w =~ /^([0-9]+)k$/) { + $warn_type = "K"; + $warn = $1; +} elsif ($opt_w =~ /^([0-9]+)M$/) { + $warn_type = "K"; + $warn = $1 * 1024; +} elsif ($opt_w =~ /^([0-9]+)G$/) { + $warn_type = "K"; + $warn = $1 * 1048576; +} +if ($opt_c =~ /^([0-9]+)\%?$/) { + $crit = "$1"; + $crit_type = "P"; +} elsif ($opt_c =~ /^([0-9]+)k$/) { + $crit_type = "K"; + $crit = $1; +} elsif ($opt_c =~ /^([0-9]+)M$/) { + $crit_type = "K"; + $crit = $1 * 1024; +} elsif ($opt_c =~ /^([0-9]+)G$/) { + $crit_type = "K"; + $crit = $1 * 1048576; +} + +# check if both warning and critical are percentage or size +unless( ( $warn_type eq "P" && $crit_type eq "P" ) || ( $warn_type ne "P" && $crit_type ne "P" ) ){ + $opt_w =~ s/\%/\%\%/g; + $opt_c =~ s/\%/\%\%/g; + usage("Both warning and critical should be same type- warning: $opt_w critical: $opt_c \n"); +} + +# verify warning is less than critical +if ( $warn_type eq "K") { + unless ( $warn > $crit) { + usage("Disk size: warning ($opt_w) should be greater than critical ($opt_c) \n"); + } +}else{ + unless ( $warn < $crit) { + $opt_w =~ s/\%/\%\%/g; + $opt_c =~ s/\%/\%\%/g; + usage("Percentage: warning ($opt_w) should be less than critical ($opt_c) \n"); + } +} + +my $workgroup = $1 if (defined($opt_W) && $opt_W =~ /(.*)/); + +my $address = $1 if (defined($opt_a) && $opt_a =~ /(.*)/); + +# end of options checking + + +my $state = "OK"; +my $answer = undef; +my $res = undef; +my $perfdata = ""; +my @lines = undef; + +# Just in case of problems, let's not hang the monitoring system +$SIG{'ALRM'} = sub { + print "No Answer from Client\n"; + exit $ERRORS{"UNKNOWN"}; +}; +alarm($TIMEOUT); + +# Execute a "du" on the share using smbclient program +# get the results into $res +my @cmd = ( + $smbclient, + "//$host/$share", + "-U", "$user%$pass", + defined($workgroup) ? ("-W", $workgroup) : (), + defined($address) ? ("-I", $address) : (), + defined($opt_P) ? ("-p", $opt_P) : (), + "-c", "du" +); + +print join(" ", @cmd) . "\n" if ($verbose); +$res = output_and_error_of(@cmd) or exit $ERRORS{"UNKNOWN"}; + +#Turn off alarm +alarm(0); + +#Split $res into an array of lines +@lines = split /\n/, $res; + +#Get the last line into $_ +$_ = $lines[$#lines-1]; +#print "$_\n"; + +#Process the last line to get free space. +#If line does not match required regexp, return an UNKNOWN error +if (/\s*(\d*) blocks of size (\d*)\. (\d*) blocks available/) { + + my ($avail_bytes) = $3 * $2; + my ($total_bytes) = $1 * $2; + my ($occupied_bytes) = $1 * $2 - $avail_bytes; + my ($avail) = $avail_bytes/1024; + my ($capper) = int(($3/$1)*100); + my ($mountpt) = "\\\\$host\\$share"; + + # TODO : why is the kB the standard unit for args ? + my ($warn_bytes) = $total_bytes - $warn * 1024; + if ($warn_type eq "P") { + $warn_bytes = $warn * $1 * $2 / 100; + } + my ($crit_bytes) = $total_bytes - $crit * 1024; + if ($crit_type eq "P") { + $crit_bytes = $crit * $1 * $2 / 100; + } + + + if (int($avail / 1024) > 0) { + $avail = int($avail / 1024); + if (int($avail /1024) > 0) { + $avail = (int(($avail / 1024)*100))/100; + $avail = $avail ."G"; + } else { + $avail = $avail ."M"; + } + } else { + $avail = $avail ."K"; + } + +#print ":$warn:$warn_type:\n"; +#print ":$crit:$crit_type:\n"; +#print ":$avail:$avail_bytes:$capper:$mountpt:\n"; + $perfdata = "'" . $share . "'=" . $occupied_bytes . 'B;' + . $warn_bytes . ';' + . $crit_bytes . ';' + . '0;' + . $total_bytes; + + if ($occupied_bytes > $crit_bytes) { + $state = "CRITICAL"; + $answer = "CRITICAL: Only $avail ($capper%) free on $mountpt"; + } elsif ( $occupied_bytes > $warn_bytes ) { + $state = "WARNING"; + $answer = "WARNING: Only $avail ($capper%) free on $mountpt"; + } else { + $answer = "Disk ok - $avail ($capper%) free on $mountpt"; + } +} else { + $answer = "Result from smbclient not suitable"; + $state = "UNKNOWN"; + foreach (@lines) { + if (/(Access denied|NT_STATUS_LOGON_FAILURE|NT_STATUS_ACCESS_DENIED)/) { + $answer = "Access Denied"; + $state = "CRITICAL"; + last; + } + if (/(Unknown host \w*|Connection.*failed)/) { + $answer = "$1"; + $state = "CRITICAL"; + last; + } + if (/(You specified an invalid share name|NT_STATUS_BAD_NETWORK_NAME)/) { + $answer = "Invalid share name \\\\$host\\$share"; + $state = "CRITICAL"; + last; + } + } +} + + +print $answer; +print " | " . $perfdata if ($perfdata); +print "\n"; +print "$state\n" if ($verbose); +exit $ERRORS{$state}; + +sub print_usage () { + print "Usage: $PROGNAME -H -s -u -p + -w -c [-W ] [-P ] [-a ]\n"; +} + +sub print_help () { + print_revision($PROGNAME,'2.1.1'); + print "Copyright (c) 2000 Michael Anthon/Karl DeBisschop + +Perl Check SMB Disk plugin for monitoring + +"; + print_usage(); + print " +-H, --hostname=HOST + NetBIOS name of the server +-s, --share=STRING + Share name to be tested +-W, --workgroup=STRING + Workgroup or Domain used (Defaults to \"WORKGROUP\") +-a, --address=IP + IP-address of HOST (only necessary if HOST is in another network) +-u, --user=STRING + Username to log in to server. (Defaults to \"guest\") +-p, --password=STRING + Password to log in to server. (Defaults to an empty password) +-w, --warning=INTEGER or INTEGER[kMG] + Percent of used space at which a warning will be generated (Default: 85%) + +-c, --critical=INTEGER or INTEGER[kMG] + Percent of used space at which a critical will be generated (Defaults: 95%) +-P, --port=INTEGER + Port to be used to connect to. Some Windows boxes use 139, others 445 (Defaults to smbclient default) + + If thresholds are followed by either a k, M, or G then check to see if that + much disk space is available (kilobytes, Megabytes, Gigabytes) + + Warning percentage should be less than critical + Warning (remaining) disk space should be greater than critical. + +"; + support(); +} diff --git a/pu/libexec/check_dns b/pu/libexec/check_dns new file mode 100644 index 0000000..c1c7a3b Binary files /dev/null and b/pu/libexec/check_dns differ diff --git a/pu/libexec/check_dsml.pl b/pu/libexec/check_dsml.pl new file mode 100644 index 0000000..ee3df66 --- /dev/null +++ b/pu/libexec/check_dsml.pl @@ -0,0 +1,155 @@ +#!/usr/bin/perl -w + +use strict; +use IO::Handle; +use Socket; +use Sys::Hostname; +use Getopt::Std; + +STDERR->autoflush(1); +STDOUT->autoflush(1); + +# getopts "H:p:b:a:v:s:t: +# b: base dn; a: atrib; v: value of attrib; s: search string; t: timeout + +use vars qw($opt_d $opt_h $opt_H $opt_p $opt_b $opt_a $opt_v $opt_s $opt_t); +getopts("dhH:p:b:a:v:s:t:"); + +our $Usage = < [-p ] [-t ] -b -a -v -s +EOUSAGE +(print $Usage and exit 3) if $opt_h; + +if (!defined($opt_H) or !defined($opt_b) or !defined($opt_a) or !defined($opt_v) or !defined($opt_s)) { + print $Usage; + exit 3; +} + +our $debug = $opt_d; + +our $ThatHost = $opt_H; +our $ThatPort = defined($opt_p) ? $opt_p : 80; +our $TIMEOUT = defined($opt_t) ? $opt_t : 10; + +# our $BaseDN = "o=Princeton University,c=US"; +# our $Attrib = "uid"; +# our $Value = "esm"; + +our $BaseDN = $opt_b; +our $Attrib = $opt_a; +our $Value = $opt_v; + +our $SearchFor = $opt_s; +our @Result; + +our $DSML = < + + + + + + + $Value + + + + + + + + + +End_Of_Query + +our $LengthOfDSML = length($DSML); + +our $ThisHost = hostname(); +our ($AfInet, $SockStream, $SockAddr) = (AF_INET, SOCK_STREAM, 'S n a4 x8'); +our ($Name, $Aliases, $Proto) = getprotobyname('tcp'); +our ($Type, $Length) = (undef, undef); +our @ThisAddr = (); +our @ThatAddr = (); +($Name, $Aliases, $Type, $Length, @ThisAddr) = gethostbyname($ThisHost); +($Name, $Aliases, $Type, $Length, @ThatAddr) = gethostbyname($ThatHost); +our $This = pack ($SockAddr, $AfInet, 0, $ThisAddr[0]); +our $That = pack ($SockAddr, $AfInet, $ThatPort, $ThatAddr[0]); +if (socket(SOCKET, $AfInet, $SockStream, $Proto)) { + print STDOUT "TCP socket created\n" if $debug; +} else { + print "CRITICAL: Cannot connect to $ThatHost:$ThatPort\n"; + exit 2; +} +## if (bind(SOCKET, $This)) { + ## print STDOUT "Bound to $ThisHost\n"; +## } else { + ## die "Cannot bind to $ThisHost; $!\n"; +## } +## our $Error = sprintf 'Timeout connecting to port %u of %s', $ThatPort, $ThatHost; +our $Error = ''; +$SIG{ALRM} = sub { print "CRITICAL: Timeout connecting to $ThatHost:$ThatPort\n"; exit 2; }; +alarm($TIMEOUT) if $TIMEOUT > 0; +if (connect(SOCKET, $That)) { + printf STDOUT "Connected to port %u of %s\n", $ThatPort, $ThatHost if $debug; +} else { + print "CRITICAL: Cannot connect to $ThatHost:$ThatPort\n"; + exit 2; +} + +alarm(0); + +$SIG{ALRM} = 'DEFAULT'; +SOCKET->autoflush(1); + +our $HTTPandDSML = < 0; +print STDOUT $HTTPandDSML if $debug; +print SOCKET $HTTPandDSML; + +while () { + print STDOUT if $debug; + chop; + push @Result, $_; + next unless m||is; + $Error = ''; + last; +} + +alarm(0); +$SIG{ALRM} = 'DEFAULT'; +close SOCKET; + +if ($Result[0] !~ /HTTP\/.*200 OK/) { + print "CRITICAL: DSML query returned $Result[0]\n"; + exit 2; +} + +my $s; + +foreach $s (@Result) { + if ($s =~ /$SearchFor/) { + print "OK: lookup of $Attrib=$Value succeeded\n"; + exit 0; + } +} + +print "CRITICAL: lookup of $Attrib=$Value failed\n"; +exit 2; + diff --git a/pu/libexec/check_dummy b/pu/libexec/check_dummy new file mode 100644 index 0000000..4469bdc Binary files /dev/null and b/pu/libexec/check_dummy differ diff --git a/pu/libexec/check_email_delivery b/pu/libexec/check_email_delivery new file mode 100644 index 0000000..b682695 --- /dev/null +++ b/pu/libexec/check_email_delivery @@ -0,0 +1,974 @@ +#!/usr/bin/perl + +use strict; +use lib qw(/usr/local/perl/lib/perl5); +#use lib qw(/usr/local/perl/modules/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/5.8.8 /usr/local/perl/modules/lib64/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib64/perl5/5.8.8); + +my $VERSION = '0.7.1'; +my $COPYRIGHT = 'Copyright (C) 2005-2011 Jonathan Buhacoff '; +my $LICENSE = 'http://www.gnu.org/licenses/gpl.txt'; +my %status = ( 'OK' => 0, 'WARNING' => 1, 'CRITICAL' => 2, 'UNKNOWN' => 3 ); + +# look for required modules +exit $status{UNKNOWN} unless load_modules(qw/Getopt::Long/); + +BEGIN { + if( grep { /^--hires$/ } @ARGV ) { + eval "use Time::HiRes qw(time);"; + warn "Time::HiRes not installed\n" if $@; + } +} + +# get options from command line +Getopt::Long::Configure("bundling"); +my $verbose = 0; +my $help = ""; +my $help_usage = ""; +my $show_version = ""; +my $host = ""; +my $smtp_server = ""; +my $smtp_port = ""; +my $imap_server = ""; +my $smtp_username = ""; +my $smtp_password = ""; +my $smtp_tls = ""; +my $imap_port = ""; +my $imap_username = ""; +my $imap_password = ""; +my $imap_mailbox = ""; +my $username = ""; +my $password = ""; +my $ssl = ""; +my $imap_ssl = ""; +my $mailto = ""; +my $mailfrom = ""; +my @header = (); +my $body = ""; +my $warnstr = ""; +my $critstr = ""; +my $waitstr = ""; +my $delay_warn = 95; +my $delay_crit = 300; +my $smtp_warn = 15; +my $smtp_crit = 30; +my $imap_warn = 15; +my $imap_crit = 30; +my $timeout = ""; +my @alert_plugins = (); +my $imap_interval = 5; +my $imap_retries = 5; +my @plugins = (); +my @token_formats = (); +my $tokenfile = ""; +my $default_crit = 30; +my $default_warn = 15; +my $default_wait = 5; +my $default_timeout = 60; +my $time_hires = ""; +my $libexec = "/usr/local/monitoring/nagios/libexec"; +my $ok; +$ok = Getopt::Long::GetOptions( + "V|version"=>\$show_version, + "v|verbose+"=>\$verbose,"h|help"=>\$help,"usage"=>\$help_usage, + "w|warning=s"=>\$warnstr,"c|critical=s"=>\$critstr, "t|timeout=s"=>\$timeout, + "libexec=s"=>\$libexec, + # plugin settings + "p|plugin=s"=>\@plugins, "T|token=s"=>\@token_formats, + "A|alert=i"=>\@alert_plugins, + "F|file=s"=>\$tokenfile, + # common settings + "H|hostname=s"=>\$host, + "U|username=s"=>\$username,"P|password=s"=>\$password, + "ssl!"=>\$ssl, + # smtp settings + "smtp-server=s"=>\$smtp_server,"smtp-port=i"=>\$smtp_port, + "mailto=s"=>\$mailto, "mailfrom=s",\$mailfrom, + "header=s"=>\@header, "body=s"=>\$body, + # smtp-tls settings + "smtptls!"=>\$smtp_tls, + "smtp-username=s"=>\$smtp_username,"smtp-password=s"=>\$smtp_password, + # delay settings + "wait=s"=>\$waitstr, + # imap settings + "imap-server=s"=>\$imap_server,"imap-port=i"=>\$imap_port, + "imap-username=s"=>\$imap_username,"imap-password=s"=>\$imap_password, + "imap-mailbox=s"=>\$imap_mailbox, + "imap-check-interval=i"=>\$imap_interval,"imap-retries=i"=>\$imap_retries, + "imapssl!"=>\$imap_ssl, + # Time + "hires"=>\$time_hires, + ); + +if( $show_version ) { + print "$VERSION\n"; + if( $verbose ) { + print "Warning threshold: $delay_warn seconds\n"; + print "Critical threshold: $delay_crit seconds\n"; + print "Default wait: $default_wait seconds\n"; + print "Default timeout: $default_timeout seconds\n"; + } + exit $status{UNKNOWN}; +} + +if( $help ) { + exec "perldoc", $0 or print "Try `perldoc $0`\n"; + exit $status{UNKNOWN}; +} + +if( $host ) { + $smtp_server = $host if $smtp_server eq ""; + $imap_server = $host if $imap_server eq ""; +} + +if( $username ) { + $smtp_username = $username if $smtp_username eq ""; + $imap_username = $username if $imap_username eq ""; +} + +if( $password ) { + $smtp_password = $password if $smtp_password eq ""; + $imap_password = $password if $imap_password eq ""; +} + +if( $ssl ) { + $imap_ssl = $ssl if $imap_ssl eq ""; + $smtp_tls = $ssl if $smtp_tls eq ""; +} + +if( $help_usage + || + ( + scalar(@plugins) == 0 + && + ( + $smtp_server eq "" || $mailto eq "" || $mailfrom eq "" + || $imap_server eq "" || $username eq "" || $password eq "" + ) + ) + ) { + print "Usage 1: $0 -H host \n\t". + "--mailto recipient\@your.net --mailfrom sender\@your.net --body 'message' \n\t". + "--username username --password password \n\t". + "[-w ] [-c ]\n\t" . + "[--imap-check-interval ] [--imap-retries ]\n"; + print "Usage 2: $0 \n\t". + "-p 'first plugin command with %TOKEN1% embedded' \n\t". + "-p 'second plugin command with %TOKEN1% embedded' \n\t". + "[-w ,] [-c ,] \n"; + exit $status{UNKNOWN}; +} + +# determine thresholds +my @warning_times = split(",", $warnstr); +my @critical_times = split(",", $critstr); +my @alarm_times = split(",", $timeout); +my @wait_times = split(",", $waitstr); +my ($dw,$sw,$rw) = split(",", $warnstr); +my ($dc,$sc,$rc) = split(",", $critstr); +my ($wait) = split(",", $waitstr); +$delay_warn = $dw if defined $dw and $dw ne ""; +$smtp_warn = $sw if defined $sw and $sw ne ""; +$imap_warn = $rw if defined $rw and $rw ne ""; +$delay_crit = $dc if defined $dc and $dc ne ""; +$smtp_crit = $sc if defined $sc and $sc ne ""; +$imap_crit = $rc if defined $rc and $rc ne ""; +my $smtp_thresholds = ""; +$smtp_thresholds .= "-w $smtp_warn " if defined $smtp_warn and $smtp_warn ne ""; +$smtp_thresholds .= "-c $smtp_crit " if defined $smtp_crit and $smtp_crit ne ""; +my $imap_thresholds = ""; +$imap_thresholds .= "-w $imap_warn " if defined $imap_warn and $imap_warn ne ""; +$imap_thresholds .= "-c $imap_crit " if defined $imap_crit and $imap_crit ne ""; +$imap_thresholds .= "--imap-check-interval $imap_interval " if defined $imap_interval and $imap_interval ne ""; +$imap_thresholds .= "--imap-retries $imap_retries " if defined $imap_retries and $imap_retries ne ""; +if( scalar(@alarm_times) == 1 ) { + $default_timeout = shift(@alarm_times); +} + +# determine which other options to include +my $smtp_options = ""; +$smtp_options .= "-H $smtp_server " if defined $smtp_server and $smtp_server ne ""; +$smtp_options .= "-p $smtp_port " if defined $smtp_port and $smtp_port ne ""; +$smtp_options .= "--tls " if defined $smtp_tls and $smtp_tls; +$smtp_options .= "-U ".shellquote($smtp_username)." " if defined $smtp_username and $smtp_username ne ""; +$smtp_options .= "-P ".shellquote($smtp_password)." " if defined $smtp_password and $smtp_password ne ""; +$smtp_options .= "--mailto ".shellquote($mailto)." " if defined $mailto and $mailto ne ""; +$smtp_options .= "--mailfrom ".shellquote($mailfrom)." " if defined $mailfrom and $mailfrom ne ""; +foreach my $h( @header ) { + $smtp_options .= "--header ".shellquote($h)." "; +} +my $imap_options = ""; +$imap_options .= "-H $imap_server " if defined $imap_server and $imap_server ne ""; +$imap_options .= "-p $imap_port " if defined $imap_port and $imap_port ne ""; +$imap_options .= "-U ".shellquote($imap_username)." " if defined $imap_username and $imap_username ne ""; +$imap_options .= "-P ".shellquote($imap_password)." " if defined $imap_password and $imap_password ne ""; +$imap_options .= "--mailbox ".shellquote($imap_mailbox)." " if defined $imap_mailbox and $imap_mailbox ne ""; +$imap_options .= "--ssl " if defined $imap_ssl and $imap_ssl; + + +# create the report object +my $report = new PluginReport; +my @report_plugins = (); # populated later with either (smtp,imap) or (plugin1,plugin2,...) +my $time_start; # initialized later with time the work actually starts + +# create token formats for use with the plugins +my @alpha = qw/a b c d e f g h i j k l m n o p q r s t u v w x y z/; +my @numeric = qw/0 1 2 3 4 5 6 7 8 9/; +my @hex = qw/0 1 2 3 4 5 6 7 8 9 a b c d e f/; +my @pgp_even = qw/aardvark absurd accrue acme adrift adult afflict ahead aimless Algol allow alone ammo ancient apple artist assume Athens atlas Aztec baboon backfield backward banjo beaming bedlamp beehive beeswax befriend Belfast berserk billiard bison blackjack blockade blowtorch bluebird bombast bookshelf brackish breadline breakup brickyard briefcase Burbank button buzzard cement chairlift chatter checkup chisel choking chopper Christmas clamshell classic classroom cleanup clockwork cobra commence concert cowbell crackdown cranky crowfoot crucial crumpled crusade cubic dashboard deadbolt deckhand dogsled dragnet drainage dreadful drifter dropper drumbeat drunken Dupont dwelling eating edict egghead eightball endorse endow enlist erase escape exceed eyeglass eyetooth facial fallout flagpole flatfoot flytrap fracture framework freedom frighten gazelle Geiger glitter glucose goggles goldfish gremlin guidance hamlet highchair hockey indoors indulge inverse involve island jawbone keyboard kickoff kiwi klaxon locale lockup merit minnow miser Mohawk mural music necklace Neptune newborn nightbird Oakland obtuse offload optic orca payday peachy pheasant physique playhouse Pluto preclude prefer preshrunk printer prowler pupil puppy python quadrant quiver quota ragtime ratchet rebirth reform regain reindeer rematch repay retouch revenge reward rhythm ribcage ringbolt robust rocker ruffled sailboat sawdust scallion scenic scorecard Scotland seabird select sentence shadow shamrock showgirl skullcap skydive slingshot slowdown snapline snapshot snowcap snowslide solo southward soybean spaniel spearhead spellbind spheroid spigot spindle spyglass stagehand stagnate stairway standard stapler steamship sterling stockman stopwatch stormy sugar surmount suspense sweatband swelter tactics talon tapeworm tempest tiger tissue tonic topmost tracker transit trauma treadmill Trojan trouble tumor tunnel tycoon uncut unearth unwind uproot upset upshot vapor village virus Vulcan waffle wallet watchword wayside willow woodlark Zulu/; +my @pgp_odd = qw/adroitness adviser aftermath aggregate alkali almighty amulet amusement antenna applicant Apollo armistice article asteroid Atlantic atmosphere autopsy Babylon backwater barbecue belowground bifocals bodyguard bookseller borderline bottomless Bradbury bravado Brazilian breakaway Burlington businessman butterfat Camelot candidate cannonball Capricorn caravan caretaker celebrate cellulose certify chambermaid Cherokee Chicago clergyman coherence combustion commando company component concurrent confidence conformist congregate consensus consulting corporate corrosion councilman crossover crucifix cumbersome customer Dakota decadence December decimal designing detector detergent determine dictator dinosaur direction disable disbelief disruptive distortion document embezzle enchanting enrollment enterprise equation equipment escapade Eskimo everyday examine existence exodus fascinate filament finicky forever fortitude frequency gadgetry Galveston getaway glossary gossamer graduate gravity guitarist hamburger Hamilton handiwork hazardous headwaters hemisphere hesitate hideaway holiness hurricane hydraulic impartial impetus inception indigo inertia infancy inferno informant insincere insurgent integrate intention inventive Istanbul Jamaica Jupiter leprosy letterhead liberty maritime matchmaker maverick Medusa megaton microscope microwave midsummer millionaire miracle misnomer molasses molecule Montana monument mosquito narrative nebula newsletter Norwegian October Ohio onlooker opulent Orlando outfielder Pacific pandemic Pandora paperweight paragon paragraph paramount passenger pedigree Pegasus penetrate perceptive performance pharmacy phonetic photograph pioneer pocketful politeness positive potato processor provincial proximate puberty publisher pyramid quantity racketeer rebellion recipe recover repellent replica reproduce resistor responsive retraction retrieval retrospect revenue revival revolver sandalwood sardonic Saturday savagery scavenger sensation sociable souvenir specialist speculate stethoscope stupendous supportive surrender suspicious sympathy tambourine telephone therapist tobacco tolerance tomorrow torpedo tradition travesty trombonist truncated typewriter ultimate undaunted underfoot unicorn unify universe unravel upcoming vacancy vagabond vertigo Virginia visitor vocalist voyager warranty Waterloo whimsical Wichita Wilmington Wyoming yesteryear Yucatan/; +my %formats = ( + 'a' => sub { pick_random(@alpha) }, + 'n' => sub { pick_random(@numeric) }, + 'c' => sub { pick_random(@alpha,@numeric) }, + 'h' => sub { pick_random(@hex) }, + 'U' => sub { time }, + 'X' => sub { pick_random(@pgp_even) }, + 'Y' => sub { pick_random(@pgp_odd) }, +); +if( scalar(@plugins) ) { + # scan the plugin commands for use of tokens to count how many we need + my $token_count = 0; + foreach my $p (@plugins) { + my @matches = sort ($p =~ m/%TOKEN(\d+)%/g); + my $max = pop @matches; + $token_count = $max if defined($max) && $max > $token_count; + } + # create the tokens + my @tokens = (); + foreach my $t (1..$token_count) { + my $format = shift @token_formats; + $format = "U-X-Y" unless $format; + my @format_characters = split(//, $format); + my $token = ""; + foreach my $c (@format_characters) { + if( defined $formats{$c} ) { + $token .= &{$formats{$c}}; + } + else { + $token .= $c; + } + } + push @tokens, $token; + } + # substitute the tokens into each plugin command + foreach my $p (@plugins) { + foreach my $t (1..$token_count) { + my $token = $tokens[$t-1]; + $p =~ s/%TOKEN$t%/$token/g; + } + } + # mark plugins that are allowed to generate alerts. default behavior is to alert for all plugins. + my %alert_plugins = (); + if( scalar(@alert_plugins) > 0 ) { + %alert_plugins = map { $_ => 1 } @alert_plugins; + } + else { + %alert_plugins = map { $_ => 1 } (1..scalar(@plugins)); + } + # run each plugin and store its output in a report + $time_start = time; + my $i = 0; + foreach my $p( @plugins ) { + $i++; + my $plugin_timeout = shift(@alarm_times) || $default_timeout; + # run the plugin + eval { + local $SIG{ALRM} = sub { die "exceeded timeout $plugin_timeout seconds\n" }; # NB: \n required, see `perldoc -f alarm` + alarm $plugin_timeout; + my $output = `$p`; + chomp $output; + if( $output !~ m/OK|WARNING|CRITICAL/ ) { + print "EMAIL DELIVERY UNKNOWN - plugin $i error: $output\n"; + print "Plugin $i: $p\n" if $verbose; + # record tokens in a file if option is enabled + record_tokens($tokenfile,\@tokens,$time_start,undef,'UNKNOWN',$i,$output) if $tokenfile; + exit $status{UNKNOWN}; + } + if( $output =~ m/CRITICAL/ && $alert_plugins{$i} ) { + print "EMAIL DELIVERY CRITICAL - plugin $i failed: $output\n"; + print "Plugin $i: $p" if $verbose; + # record tokens in a file if option is enabled + record_tokens($tokenfile,\@tokens,$time_start,undef,'CRITICAL',$i,$output) if $tokenfile; + exit $status{CRITICAL}; + } + if( $output =~ m/WARNING/ && $alert_plugins{$i} ) { + print "EMAIL DELIVERY WARNING - plugin $i warning: $output\n"; + print "Plugin $i: $p\n" if $verbose; + # record tokens in a file if option is enabled + record_tokens($tokenfile,\@tokens,$time_start,undef,'WARNING',$i,$output) if $tokenfile; + exit $status{WARNING}; + } + $report->{"plugin".$i} = $output; + alarm 0; + }; + if( $@ && $alert_plugins{$i} ) { + print "EMAIL DELIVERY CRITICAL - Could not run plugin $i: $@\n"; + print "Plugin $i: $p\n" if $verbose; + exit $status{CRITICAL}; + } + # if this wasn't the last plugin, wait before continuing + if( $i < scalar(@plugins) ) { + my $wait = shift(@wait_times) || $default_wait; + sleep $wait; + } + # compatibility with the "not using plugins" method... pretend to calculate the total round trip time (the delay) using data from the plugins ... + $report->{max} = 0; + $report->{delay} = 0; + } + # register the list of reports + foreach my $r ( 1..scalar(@plugins)) { + push @report_plugins, "plugin".$r; + } + # record tokens in a file if option is enabled + my $tmp_long_report = join(", ", map { "$_: $report->{$_}" } @report_plugins ) if $tokenfile; + record_tokens($tokenfile,\@tokens,$time_start,time,'OK',scalar(@plugins),$tmp_long_report) if $tokenfile; +} +else { + # not using plugins. + $time_start = time; + + # send email via SMTP + my $id = $time_start; # XXX should include localhost name maybe or some random number in case the same mailbox is used for multiple delivery tests + + my $smtp_plugin = "$libexec/check_smtp_send"; + $smtp_plugin = "$libexec/check_smtp_send.pl" unless -e $smtp_plugin; + my $smtp_timeout = shift(@alarm_times) || $default_timeout; + eval { + local $SIG{ALRM} = sub { die "exceeded timeout $smtp_timeout seconds\n" }; # NB: \n required, see `perldoc -f alarm` + alarm $smtp_timeout; + my $smtp = `$smtp_plugin $smtp_options --header 'Subject: Nagios Message SMTP $smtp_server ID $id.' --body 'Nagios Email Delivery Plugin\n$body' $smtp_thresholds`; + if( $smtp !~ m/OK|WARNING|CRITICAL/ ) { + print "EMAIL DELIVERY UNKNOWN - smtp unknown: $smtp\n"; + exit $status{UNKNOWN}; + } + if( $smtp =~ m/CRITICAL/ ) { + print "EMAIL DELIVERY CRITICAL - smtp failed: $smtp\n"; + exit $status{CRITICAL}; + } + chomp $smtp; + $report->{smtp} = $smtp; + alarm 0; + }; + if( $@ ) { + print "EMAIL DELIVERY CRITICAL - Could not connect to SMTP server $smtp_server: $@\n"; + exit $status{CRITICAL}; + } + + # wait before checking the delivery + $wait = shift(@wait_times) || $default_wait; + sleep $wait; + + # check email via IMAP + my $imap_plugin = "$libexec/check_imap_receive"; + $imap_plugin = "$libexec/check_imap_receive.pl" unless -e $imap_plugin; + my $imap_timeout = shift(@alarm_times) || $default_timeout; + eval { + local $SIG{ALRM} = sub { die "exceeded timeout $imap_timeout seconds\n" }; # NB: \n required, see `perldoc -f alarm` + alarm $imap_timeout; + my $imap = `$imap_plugin $imap_options -s SUBJECT -s 'Nagios Message SMTP $smtp_server ID' --capture-max 'Nagios Message SMTP $smtp_server ID (\\d+)' --nodelete-captured $imap_thresholds`; + if( $imap !~ m/OK|WARNING|CRITICAL/ ) { + print "EMAIL DELIVERY UNKNOWN - imap unknown: $imap\n"; + exit $status{UNKNOWN}; + } + if( $imap =~ m/CRITICAL/ ) { + print "EMAIL DELIVERY CRITICAL - imap failed: $imap\n"; + exit $status{CRITICAL}; + } + if( $imap =~ m/ (\d+) max/ ) { + my $last_received = $1; + $report->{max} = $1; + my $delay = time - $last_received; + $report->{delay} = $delay; + } + chomp $imap; + $report->{imap} = $imap; + alarm 0; + }; + if( $@ ) { + print "EMAIL DELIVERY CRITICAL - Could not connect to IMAP server $imap_server: $@\n"; + exit $status{CRITICAL}; + } + # register the list of reports + push @report_plugins, ("smtp","imap"); +} + + +# calculate elapsed time and issue warnings +my $time_end = time; +my $elapsedtime = $time_end - $time_start; +$report->{seconds} = $elapsedtime; + +my @warning = (); +my @critical = (); + +push @warning, "most recent received $report->{delay} seconds ago" if( defined($report->{delay}) && $report->{delay} > $delay_warn ); +push @critical, "most recent received $report->{delay} seconds ago" if( defined($report->{delay}) && $report->{delay} > $delay_crit ); +push @warning, "no emails found" if( !defined($report->{delay}) ); + +# print report and exit with known status +my $perf_data = "delay=".$report->{delay}."s;$delay_warn;$delay_crit;0 elapsed=".$report->{seconds}."s"; # TODO: need a component for safely generating valid perf data format. for notes on the format, see http://www.perfparse.de/tiki-view_faq.php?faqId=6 +my $short_report = $report->text(qw/seconds delay/) . " | $perf_data"; +my $long_report = join("", map { "$_: $report->{$_}\n" } @report_plugins ); +if( scalar @critical ) { + my $alerts = join(", ", @critical); + print "EMAIL DELIVERY CRITICAL - $alerts; $short_report\n"; + print $long_report if $verbose; + exit $status{CRITICAL}; +} +if( scalar @warning ) { + my $alerts = join(", ", @warning); + print "EMAIL DELIVERY WARNING - $alerts; $short_report\n"; + print $long_report if $verbose; + exit $status{WARNING}; +} +print "EMAIL DELIVERY OK - $short_report\n"; +print $long_report if $verbose; +exit $status{OK}; + +# utility to load required modules. exits if unable to load one or more of the modules. +sub load_modules { + my @missing_modules = (); + foreach( @_ ) { + eval "require $_"; + push @missing_modules, $_ if $@; + } + if( @missing_modules ) { + print "Missing perl modules: @missing_modules\n"; + return 0; + } + return 1; +} + +# returns one random character from a set of characters +sub pick_random { + my @set = @_; + my $size = scalar @set; + my $string = $set[int(rand($size))]; + return $string; +} + +# appens tokens and times to a tab-separated value file +sub record_tokens { + my ($tokenfile,$tokens,$time_start,$time_end,$status,$plugin_num,$output) = @_; + if( $tokenfile ) { + my @tokens = @$tokens; + $time_end = "" unless defined $time_end; + $status = "" unless defined $status; + $plugin_num = "" unless defined $plugin_num; + $output = "" unless defined $output; + print "saving ".scalar(@tokens)." tokens into $tokenfile\n" if $verbose; + open(TOKENFILE,">>$tokenfile"); + foreach(@tokens) { + print TOKENFILE "$_\t$time_start\t$time_end\t$status\t$plugin_num\t$output\n"; + } + close(TOKENFILE); + } +} + +# wraps argument in single-quotes and escapes any single-quotes in the argument +sub shellquote { + my $str = shift || ""; + $str =~ s/\'/\'\\\'\'/g; + return "'$str'"; +} + + +# NAME +# PluginReport +# SYNOPSIS +# $report = new PluginReport; +# $report->{label1} = "value1"; +# $report->{label2} = "value2"; +# print $report->text(qw/label1 label2/); +package PluginReport; + +sub new { + my ($proto,%p) = @_; + my $class = ref($proto) || $proto; + my $self = bless {}, $class; + $self->{$_} = $p{$_} foreach keys %p; + return $self; +} + +sub text { + my ($self,@labels) = @_; + my @report = map { "$self->{$_} $_" } grep { defined $self->{$_} } @labels; + my $text = join(", ", @report); + return $text; +} + +package main; +1; + +__END__ + +=pod + +=head1 NAME + +check_email_delivery - sends email and verifies delivery + +=head1 SYNOPSIS + + check_email_delivery -vV + check_email_delivery --usage + check_email_delivery --help + +=head1 OPTIONS + +=over + +=item --warning [,,] + +Exit with WARNING if the most recent email found is older than . The +optional and parameters will be passed on to the +included plugins that are used for those tasks. If they are not +given then they will not be passed on and the default for that plugin will apply. +Also known as: -w [,[,]] + +When using the --plugin option, only one parameter is supported (-w ) and it will apply +to the entire process. You can specify a warning threshold specific to each plugin in the +plugin command line. + +When using the --plugin option, no measuring of "most recent email" is done because we would +not know how to read this information from receive plugins. This may be addressed in future versions. + +=item --critical [,,] + +Exit with CRITICAL if the most recent email found is older than . The +optional and parameters will be passed on to the +included plugins that are used for those tasks. If they are not +given then they will not be passed on and the default for that plugin will apply. +Also known as: -c [,[,]] + +When using the --plugin option, only one parameter is supported (-c ) and it will apply +to the entire process. You can specify a critical threshold specific to each plugin in the +plugin command line. + +When using the --plugin option, no measuring of "most recent email" is done because we would +not know how to read this information from receive plugins. This may be addressed in future versions. + +=item --timeout + +=item --timeout , + +=item --timeout ,,... + +Exit with CRITICAL if the plugins do not return a status within the specified number of seconds. +When only one parameter is used, it applies to each plugin. When multiple parameters are used +(separated by commas) they apply to plugins in the same order the plugins were specified on the +command line. When using --timeout but not the --plugin option, the first parameter is for +check_smtp_send and the second is for check_imap_receive. + +=item --alert + +Exit with WARNING or CRITICAL only if a warning or error (--warning, --critical, or --timeout) +occurs for specified plugins. If a warning or error occurs for non-specified plugins that run +BEFORE the specified plugins, the exit status will be UNKNOWN. If a warning of error occurs +for non-specified plugins that run AFTER the specified plugins, the exit status will not be +affected. + +You would use this option if you are using check_email_delivery with the --plugin option and +the plugins you configure each use different servers, for example different SMTP and IMAP servers. +By default, if you do not use the --alert option, if anything goes wrong during the email delivery +check, a WARNING or CRITICAL alert will be issued. This means that if you define check_email_delivery +for the SMTP server only and the IMAP server fails, Nagios will alert you for the SMTP server which +would be misleading. If you define it for both the SMTP server and IMAP server and just one of them +fails, Nagios will alert you for both servers, which would still be misleading. If you have this +situation, you may want to use the --alert option. You define the check_email_delivery check for +both servers: for the SMTP server (first plugin) you use --alert 1, and for for the IMAP server +(second plugin) you use --alert 2. When check_email_delivery runs with --alert 1 and the SMTP +server fails, you will get the appropriate alert. If the IMAP server fails it will not affect the +status. When check_email_delivery runs with --alert 2 and the SMTP server fails, you will get the +UNKNOWN return code. If the IMAP server generates an alert you will get a WARNING or CRITICAL as +appropriate. + +You can repeat this option to specify multiple plugins that should cause an alert. +Do this if you have multiple plugins on the command line but some of them involve the same server. + +See also: --plugin. +Also known as: -A + + +=item --wait [,,...] + +How long to wait between sending the message and checking that it was received. View default with +the -vV option. + +When using the --plugin option, you can specify as many wait-between times as you have plugins +(minus the last plugin, because it makes no sense to wait after running the last one). For +example, if you use the --plugin option twice to specify an SMTP plugin and an IMAP plugin, and +you want to wait 5 seconds between sending and receiving, then you would specify --wait 5. A second +example, if you are using the --plugin option three times, then specifying -w 5 will wait 5 seconds +between the second and third plugins also. You can specify a different wait time +of 10 seconds between the second and third plugins, like this: -w 5,10. + +=item --hostname + +Address or name of the SMTP and IMAP server. Examples: mail.server.com, localhost, 192.168.1.100. +Also known as: -H + +=item --smtp-server + +Address or name of the SMTP server. Examples: smtp.server.com, localhost, 192.168.1.100. +Using this option overrides the hostname option. + +=item --smtp-port + +Service port on the SMTP server. Default is 25. + +=item --smtp-username + +=item --smtp-password + +Username and password to use when connecting to the SMTP server with the TLS option. +Use these options if the SMTP account has a different username/password than the +IMAP account you are testing. These options take precendence over the --username and +the --password options. + +These are shell-escaped; special characters are ok. + +=item --imap-server + +Address or name of the IMAP server. Examples: imap.server.com, localhost, 192.168.1.100. +Using this option overrides the hostname option. + +=item --imap-port + +Service port on the IMAP server. Default is 143. If you use SSL the default is 993. + +=item --imap-username + +=item --imap-password + +Username and password to use when connecting to the IMAP server. +Use these options if the IMAP account has a different username/password than the +SMTP account you are testing. These options take precendence over the --username and +the --password options. + +These are shell-escaped; special characters are ok. + +=item --username + +=item --password + +Username and password to use when connecting to IMAP server. +Also known as: -U -P + +Also used as the username and password for SMTP when the TLS option is enabled. +To specify a separate set of credentials for SMTP authentication, see the +options --smtp-username and --smtp-password. + +=item --imap-check-interval + +How long to wait between polls of the imap-server for the specified mail. Default is 5 seconds. + +=item --imap-retries + +How many times to poll the imap-server for the mail, before we give up. Default is 10. + +=item --body + +Use this option to specify the body of the email message. + +=item --header
+ +Use this option to set an arbitrary header in the message. You can use it multiple times. + +=item --mailto recipient@your.net + +You can send a message to multiple recipients by repeating this option or by separating +the email addresses with commas (no whitespace allowed): + +$ check_email_delivery ... --mailto recipient@your.net,recipient2@your.net --mailfrom sender@your.net + +This argument is shell-escaped; special characters or angle brackets around the address are ok. + +=item --mailfrom sender@your.net + +Use this option to set the "from" address in the email. + +=item --imapssl +=item --noimapssl + +Use this to enable or disable SSL for the IMAP plugin. + +This argument is shell-escaped; special characters or angle brackets around the address are ok. + +=item --smtptls +=item --nosmtptls + +Use this to enable or disable TLS/AUTH for the SMTP plugin. + +=item --libexec + +Use this option to set the path of the Nagios libexec directory. The default is +/usr/local/monitoring/nagios/libexec. This is where this plugin looks for the SMTP and IMAP +plugins that it depends on. + +=item --plugin + +This is a new option introduced in version 0.5 of the check_email_delivery plugin. +It frees the plugin from depending on specific external plugins and generalizes the +work done to determine that the email loop is operational. When using the --plugin +option, the following options are ignored: libexec, imapssl, smtptls, hostname, +username, password, smtp*, imap*, mailto, mailfrom, body, header, search. + +Use this option multiple times to specify the complete trip. Typically, you would use +this twice to specify plugins for SMTP and IMAP, or SMTP and POP3. + +The output will be success if all the plugins return success. Each plugin should be a +standard Nagios plugin. + +A random token will be automatically generated and passed to each plugin specified on +the command line by substituting the string %TOKEN1%. + +Example usage: + + command_name check_email_delivery + command_line check_email_delivery + --plugin "$USER1$/check_smtp_send -H $ARG1$ --mailto recipient@your.net --mailfrom sender@your.net --header 'Subject: Nagios Test %TOKEN1%.'" + --plugin "$USER1$/check_imap_receive -H $ARG1$ -U $ARG1$ -P $ARG2$ -s SUBJECT -s 'Nagios Test %TOKEN1%.'" + +This technique allows for a lot of flexibility in configuring the plugins that test +each part of your email delivery loop. + +See also: --token. +Also known as: -p + +=item --token + +This is a new option introduced in version 0.5 of the check_email_delivery plugin. +It can be used in conjunction with --plugin to control the tokens that are generated +and passed to the plugins, like %TOKEN1%. + +Use this option multiple times to specify formats for different tokens. For example, +if you want %TOKEN1% to consist of only alphabetical characters but want %TOKEN2% to +consist of only digits, then you might use these options: --token aaaaaa --token nnnnn + +Any tokens used in your plugin commands that have not been specified by --token +will default to --token U-X-Y + +Token formats: +a - alpha character (a-z) +n - numeric character (0-9) +c - alphanumeric character (a-z0-9) +h - hexadecimal character (0-9a-f) +U - unix time, seconds from epoch. eg 1193012441 +X - a word from the pgp even list. eg aardvark +Y - a word from the pgp odd list. eg adroitness + +Caution: It has been observed that some IMAP servers do not handle underscores well in the +search criteria. For best results, avoid using underscores in your tokens. Use hyphens or commas instead. + +See also: --plugin. +Also known as: -T + +The PGP word list was obtained from http://en.wikipedia.org/wiki/PGP_word_list + +=item --file + +Save (append) status information into the given tab-delimited file. Format used: + + token start-time end-time status plugin-num output + +Note: format may change in future versions and may become configurable. + +This option available as of version 0.6.2. + +Also known as: -F + +=item --hires + +Use the Time::HiRes module to measure time, if available. + +=item --verbose + +Display additional information. Useful for troubleshooting. Use together with --version to see the default +warning and critical timeout values. +Also known as: -v + +=item --version + +Display plugin version and exit. +Also known as: -V + +=item --help + +Display this documentation and exit. Does not work in the ePN version. +Also known as: -h + +=item --usage + +Display a short usage instruction and exit. + +=back + +=head1 EXAMPLES + +=head2 Send a message with custom headers + +$ check_email_delivery -H mail.server.net --mailto recipient@your.net --mailfrom sender@your.net +--username recipient --password secret + +EMAIL DELIVERY OK - 1 seconds + +=head2 Set warning and critical timeouts for receive plugin only: + +$ check_email_delivery -H mail.server.net --mailto recipient@your.net --mailfrom sender@your.net +--username recipient --password secret -w ,,5 -c ,,15 + +EMAIL DELIVERY OK - 1 seconds + +=head1 EXIT CODES + +Complies with the Nagios plug-in specification: + 0 OK The plugin was able to check the service and it appeared to be functioning properly + 1 Warning The plugin was able to check the service, but it appeared to be above some "warning" threshold or did not appear to be working properly + 2 Critical The plugin detected that either the service was not running or it was above some "critical" threshold + 3 Unknown Invalid command line arguments were supplied to the plugin or the plugin was unable to check the status of the given hosts/service + +=head1 NAGIOS PLUGIN NOTES + +Nagios plugin reference: http://nagiosplug.sourceforge.net/developer-guidelines.html + +This plugin does NOT use Nagios DEFAULT_SOCKET_TIMEOUT (provided by utils.pm as $TIMEOUT) because +the path to utils.pm must be specified completely in this program and forces users to edit the source +code if their install location is different (if they realize this is the problem). You can view +the default timeout for this module by using the --verbose and --version options together. The +short form is -vV. + +Other than that, it attempts to follow published guidelines for Nagios plugins. + +=head1 CHANGES + + Wed Oct 29 13:08:00 PST 2005 + + version 0.1 + + Wed Nov 9 17:16:09 PST 2005 + + updated arguments to check_smtp_send and check_imap_receive + + added eval/alarm block to implement -c option + + added wait option to adjust sleep time between smtp and imap calls + + added delay-warn and delay-crit options to adjust email delivery warning thresholds + + now using an inline PluginReport package to generate the report + + copyright notice and GNU GPL + + version 0.2 + + Thu Apr 20 14:00:00 CET 2006 (by Johan Nilsson ) + + version 0.2.1 + + corrected bug in getoptions ($imap_server would never ever be set from command-line...) + + will not make $smtp_server and $imap_server == $host if they're defined on commandline + + added support for multiple polls of imap-server, with specified intervals + + changed default behaviour in check_imap_server (searches for the specific id in subject and deletes mails found) + + increased default delay_warn from 65 seconds to 95 seconds + + Thu Apr 20 16:00:00 PST 2006 (by Geoff Crompton ) + + fixed a bug in getoptions + + version 0.2.2 + + Tue Apr 24 21:17:53 PDT 2007 + + now there is an alternate version (same but without embedded perl POD) that is compatible with the new new embedded-perl Nagios feature + + version 0.2.3 + + Fri Apr 27 20:32:53 PDT 2007 + + documentation now mentions every command-line option accepted by the plugin, including abbreviations + + changed connection error to display timeout only if timeout was the error + + default IMAP plugin is libexec/check_imap_receive (also checking for same but with .pl extension) + + default SMTP plugin is libexec/check_smtp_send (also checking for same but with .pl extension) + + removed default values for SMTP port and IMAP port to allow those plugins to set the defaults; so current behavior stays the same and will continue to make sense with SSL + + version 0.3 + + Thu Oct 11 10:00:00 EET 2007 (by Timo Virtaneva + + Changed the header and the search criteria so that the same email-box can be used for all smtp-servers + + version 0.3.1 + + Sun Oct 21 11:01:03 PDT 2007 + + added support for TLS options to the SMTP plugin + + version 0.4 + + Sun Oct 21 16:17:14 PDT 2007 + + added support for arbitrary plugins to send and receive mail (or anthing else!). see the --plugin option. + + version 0.5 + + Tue Dec 4 07:36:20 PST 2007 + + added --usage option because the official nagios plugins have both --help and --usage + + added --timeout option to match the official nagios plugins + + shortcut option for --token is now -T to avoid clash with standard shortcut -t for --timeout + + fixed some minor pod formatting issues for perldoc + + version 0.5.1 + + Sat Dec 15 07:39:59 PST 2007 + + improved compatibility with Nagios embedded perl (ePN) + + version 0.5.2 + + Thu Jan 17 20:27:36 PST 2008 (by Timo Virtaneva on Thu Oct 11 10:00:00 EET 2007) + + Changed the header and the search criteria so that the same email-box can be used for all smtp-servers + + version 0.5.3 + + Mon Jan 28 22:11:02 PST 2008 + + fixed a bug, smtp-password and imap-password are now string parameters + + added --alert option to allow selection of which plugin(s) should cause a WARNING or CRITICAL alert + + version 0.6 + + Mon Feb 11 19:09:37 PST 2008 + + fixed a bug for embedded perl version, variable "%status" will not stay shared in load_modules + + version 0.6.1 + + Mon May 26 10:39:19 PDT 2008 + + added --file option to allow plugin to record status information into a tab-delimited file + + changed default token from U_X_Y to U-X-Y + + version 0.6.2 + + Wed Jan 14 08:29:35 PST 2009 + + fixed a bug that the --header parameter was not being passed to the smtp plugin. + + version 0.6.3 + + Mon Jun 8 15:43:48 PDT 2009 + + added performance data for use with PNP4Nagios! (thanks to Ben Ritcey for the patch) + + version 0.6.4 + + Wed Sep 16 07:10:10 PDT 2009 + + added elapsed time in seconds to performance data + + version 0.6.5 + + Fri Oct 8 19:48:44 PDT 2010 + + fixed uniform IMAP and SMTP username and password bug (thanks to Micle Moerenhout for pointing it out) + + version 0.6.6 + + Mon Jan 3 08:24:23 PST 2011 + + added shell escaping for smtp-username, smtp-password, mailto, mailfrom, imap-username, and imap-password arguments + + version 0.7.0 + + Fri May 6 08:35:09 AST 2011 + + added --hires option to enable use of Time::Hires if available + + version 0.7.1 + + Sun Jun 12 17:17:06 AST 2011 + + added --imap-mailbox option to pass through to check_imap_receive --mailbox option + + added --ssl option to conveniently enable both --smtp-tls and --imap-ssl + + version 0.7.2 + +=head1 AUTHOR + +Jonathan Buhacoff + +=head1 COPYRIGHT AND LICENSE + + Copyright (C) 2005-2011 Jonathan Buhacoff + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + http://www.gnu.org/licenses/gpl.txt + +=cut diff --git a/pu/libexec/check_esxi_hardware.py b/pu/libexec/check_esxi_hardware.py new file mode 100644 index 0000000..76e4a4a --- /dev/null +++ b/pu/libexec/check_esxi_hardware.py @@ -0,0 +1,840 @@ +#!/usr/local/monitoring/bin/python +# -*- coding: UTF-8 -*- +# +# Script for checking global health of host running VMware ESX/ESXi +# +# Licence : GNU General Public Licence (GPL) http://www.gnu.org/ +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# Pre-req : pywbem +# +# Copyright (c) 2008 David Ligeret +# Copyright (c) 2009 Joshua Daniel Franklin +# Copyright (c) 2010 Branden Schneider +# Copyright (c) 2010-2013 Claudio Kuenzler +# Copyright (c) 2010 Samir Ibradzic +# Copyright (c) 2010 Aaron Rogers +# Copyright (c) 2011 Ludovic Hutin +# Copyright (c) 2011 Carsten Schoene +# Copyright (c) 2011-2012 Phil Randal +# Copyright (c) 2011 Fredrik Aslund +# Copyright (c) 2011 Bertrand Jomin +# Copyright (c) 2011 Ian Chard +# Copyright (c) 2012 Craig Hart +# Copyright (c) 2013 Carl R. Friend +# +# The VMware 4.1 CIM API is documented here: +# http://www.vmware.com/support/developer/cim-sdk/4.1/smash/cim_smash_410_prog.pdf +# http://www.vmware.com/support/developer/cim-sdk/smash/u2/ga/apirefdoc/ +# +# The VMware 5.x CIM API is documented here: +# http://pubs.vmware.com/vsphere-50/index.jsp?nav=/5_1_1 +# +# This Nagios plugin is maintained here: +# http://www.claudiokuenzler.com/nagios-plugins/check_esxi_hardware.php +# +#@--------------------------------------------------- +#@ History +#@--------------------------------------------------- +#@ Date : 20080820 +#@ Author : David Ligeret +#@ Reason : Initial release +#@--------------------------------------------------- +#@ Date : 20080821 +#@ Author : David Ligeret +#@ Reason : Add verbose mode +#@--------------------------------------------------- +#@ Date : 20090219 +#@ Author : Joshua Daniel Franklin +#@ Reason : Add try/except to catch AuthError and CIMError +#@--------------------------------------------------- +#@ Date : 20100202 +#@ Author : Branden Schneider +#@ Reason : Added HP Support (HealthState) +#@--------------------------------------------------- +#@ Date : 20100512 +#@ Author : Claudio Kuenzler www.claudiokuenzler.com +#@ Reason : Combined different versions (Joshua and Branden) +#@ Reason : Added hardware type switch (dell or hp) +#@--------------------------------------------------- +#@ Date : 20100626/28 +#@ Author : Samir Ibradzic www.brastel.com +#@ Reason : Added basic server info +#@ Reason : Wanted to have server name, serial number & bios version at output +#@ Reason : Set default return status to Unknown +#@--------------------------------------------------- +#@ Date : 20100702 +#@ Author : Aaron Rogers www.cloudmark.com +#@ Reason : GlobalStatus was incorrectly getting (re)set to OK with every CIM element check +#@--------------------------------------------------- +#@ Date : 20100705 +#@ Author : Claudio Kuenzler www.claudiokuenzler.com +#@ Reason : Due to change 20100702 all Dell servers would return UNKNOWN instead of OK... +#@ Reason : ... so added Aaron's logic at the end of the Dell checks as well +#@--------------------------------------------------- +#@ Date : 20101028 +#@ Author : Claudio Kuenzler www.claudiokuenzler.com +#@ Reason : Changed text in Usage and Example so people dont forget to use https:// +#@--------------------------------------------------- +#@ Date : 20110110 +#@ Author : Ludovic Hutin (Idea and Coding) / Claudio Kuenzler (Bugfix) +#@ Reason : If Dell Blade Servers are used, Serial Number of Chassis was returned +#@--------------------------------------------------- +#@ Date : 20110207 +#@ Author : Carsten Schoene carsten.schoene.cc +#@ Reason : Bugfix for Intel systems (in this case Intel SE7520) - use 'intel' as system type +#@--------------------------------------------------- +#@ Date : 20110215 +#@ Author : Ludovic Hutin +#@ Reason : Plugin now catches Socket Error (Timeout Error) and added a timeout parameter +#@--------------------------------------------------- +#@ Date : 20110217/18 +#@ Author : Ludovic Hutin / Tom Murphy +#@ Reason : Bugfix in Socket Error if clause +#@--------------------------------------------------- +#@ Date : 20110221 +#@ Author : Claudio Kuenzler www.claudiokuenzler.com +#@ Reason : Remove recently added Timeout due to incompabatility on Windows +#@ Reason : and changed name of plugin to check_esxi_hardware +#@--------------------------------------------------- +#@ Date : 20110426 +#@ Author : Claudio Kuenzler www.claudiokuenzler.com +#@ Reason : Added 'ibm' hardware type (compatible to Dell output). Tested by Keith Erekson. +#@--------------------------------------------------- +#@ Date : 20110426 +#@ Author : Phil Randal +#@ Reason : URLise Dell model and tag numbers (as in check_openmanage) +#@ Reason : Return performance data (as in check_openmanage, using similar names where possible) +#@ Reason : Minor code tidyup - use elementName instead of instance['ElementName'] +#@--------------------------------------------------- +#@ Date : 20110428 +#@ Author : Phil Randal (phil.randal@gmail.com) +#@ Reason : If hardware type is specified as 'auto' try to autodetect vendor +#@ Reason : Return performance data for some HP models +#@ Reason : Indent 'verbose' output to make it easier to read +#@ Reason : Use OptionParser to give better parameter parsing (retaining compatability with original) +#@--------------------------------------------------- +#@ Date : 20110503 +#@ Author : Phil Randal (phil.randal@gmail.com) +#@ Reason : Fix bug in HP Virtual Fan percentage output +#@ Reason : Slight code reorganisation +#@ Reason : Sort performance data +#@ Reason : Fix formatting of current output +#@--------------------------------------------------- +#@ Date : 20110504 +#@ Author : Phil Randal (phil.randal@gmail.com) +#@ Reason : Minor code changes and documentation improvements +#@ Reason : Remove redundant mismatched ' character in performance data output +#@ Reason : Output non-integral values for all sensors to fix problem seen with system board voltage sensors +#@ on an IBM server (thanks to Attilio Drei for the sample output) +#@--------------------------------------------------- +#@ Date : 20110505 +#@ Author : Fredrik Aslund +#@ Reason : Added possibility to use first line of a file as password (file:) +#@--------------------------------------------------- +#@ Date : 20110505 +#@ Author : Phil Randal (phil.randal@gmail.com) +#@ Reason : Simplfy 'verboseoutput' to use 'verbose' as global variable instead of as parameter +#@ Reason : Don't look at performance data from CIM_NumericSensor if we're not using it +#@ Reason : Add --no-power, --no-volts, --no-current, --no-temp, and --no-fan options +#@--------------------------------------------------- +#@ Date : 20110506 +#@ Author : Phil Randal (phil.randal@gmail.com) +#@ Reason : Reinstate timeouts with --timeout parameter (but not on Windows) +#@ Reason : Allow file:passwordfile in old-style arguments too +#@--------------------------------------------------- +#@ Date : 20110507 +#@ Author : Phil Randal (phil.randal@gmail.com) +#@ Reason : On error, include numeric sensor value in output +#@--------------------------------------------------- +#@ Date : 20110520 +#@ Author : Bertrand Jomin +#@ Reason : Plugin had problems to handle some S/N from IBM Blade Servers +#@--------------------------------------------------- +#@ Date : 20110614 +#@ Author : Claudio Kuenzler (www.claudiokuenzler.com) +#@ Reason : Rewrote file handling and file can now be used for user AND password +#@--------------------------------------------------- +#@ Date : 20111003 +#@ Author : Ian Chard (ian@chard.org) +#@ Reason : Allow a list of unwanted elements to be specified, which is useful +#@ in cases where hardware isn't well supported by ESXi +#@--------------------------------------------------- +#@ Date : 20120402 +#@ Author : Claudio Kuenzler (www.claudiokuenzler.com) +#@ Reason : Making plugin GPL compatible (Copyright) and preparing for OpenBSD port +#@--------------------------------------------------- +#@ Date : 20120405 +#@ Author : Phil Randal (phil.randal@gmail.com) +#@ Reason : Fix lookup of warranty info for Dell +#@--------------------------------------------------- +#@ Date : 20120501 +#@ Author : Craig Hart +#@ Reason : Bugfix in manufacturer discovery when cim entry not found or empty +#@--------------------------------------------------- +#@ Date : 20121027 +#@ Author : Claudio Kuenzler (www.claudiokuenzler.com) +#@ Reason : Added workaround for Dell PE x620 where "System Board 1 Riser Config Err 0: Connected" +#@ element outputs wrong return code. Dell, please fix that. +#@ Added web-link to VMware CIM API 5.x at top of script. +#@--------------------------------------------------- +#@ Date : 20130424 +#@ Author : Claudio Kuenzler (www.claudiokuenzler.com) +#@ Reason : Another workaround for Dell systems "System Board 1 LCD Cable Pres 0: Connected" +#@--------------------------------------------------- +#@ Date : 20130702 +#@ Author : Carl R. Friend +#@ Reason : Improving wrong authentication timeout and exit UNKNOWN +#@--------------------------------------------------- +#@ Date : 20130725 +#@ Author : Phil Randal (phil.randal@gmail.com) +#@ Reason : Fix lookup of warranty info for Dell +#@--------------------------------------------------- + +import sys +sys.path.append('/usr/local/monitoring/python/lib/python2.7/site-packages') +import time +import pywbem +import re +import string +from optparse import OptionParser,OptionGroup + +version = '20130725' + +NS = 'root/cimv2' + +# define classes to check 'OperationStatus' instance +ClassesToCheck = [ + 'OMC_SMASHFirmwareIdentity', + 'CIM_Chassis', + 'CIM_Card', + 'CIM_ComputerSystem', + 'CIM_NumericSensor', + 'CIM_Memory', + 'CIM_Processor', + 'CIM_RecordLog', + 'OMC_DiscreteSensor', + 'OMC_Fan', + 'OMC_PowerSupply', + 'VMware_StorageExtent', + 'VMware_Controller', + 'VMware_StorageVolume', + 'VMware_Battery', + 'VMware_SASSATAPort' +] + +sensor_Type = { + 0:'unknown', + 1:'Other', + 2:'Temperature', + 3:'Voltage', + 4:'Current', + 5:'Tachometer', + 6:'Counter', + 7:'Switch', + 8:'Lock', + 9:'Humidity', + 10:'Smoke Detection', + 11:'Presence', + 12:'Air Flow', + 13:'Power Consumption', + 14:'Power Production', + 15:'Pressure', + 16:'Intrusion', + 32768:'DMTF Reserved', + 65535:'Vendor Reserved' +} + +data = [] + +perf_Prefix = { + 1:'Pow', + 2:'Vol', + 3:'Cur', + 4:'Tem', + 5:'Fan', + 6:'FanP' +} + + +# parameters + +# host name +hostname='' + +# user +user='' + +# password +password='' + +# vendor - possible values are 'unknown', 'auto', 'dell', 'hp', 'ibm', 'intel' +vendor='unknown' + +# verbose +verbose=False + +# Produce performance data output for nagios +perfdata=False + +# timeout +timeout = 0 + +# elements to ignore (full SEL, broken BIOS, etc) +ignore_list=[] + +# urlise model and tag numbers (currently only Dell supported, but the code does the right thing for other vendors) +urlise_country='' + +# collect perfdata for each category +get_power = True +get_volts = True +get_current = True +get_temp = True +get_fan = True + +# define exit codes +ExitOK = 0 +ExitWarning = 1 +ExitCritical = 2 +ExitUnknown = 3 + +def dell_country(country): + if country == 'at': # Austria + return 'at/de/' + if country == 'be': # Belgium + return 'be/nl/' + if country == 'cz': # Czech Republic + return 'cz/cs/' + if country == 'de': # Germany + return 'de/de/' + if country == 'dk': # Denmark + return 'dk/da/' + if country == 'es': # Spain + return 'es/es/' + if country == 'fi': # Finland + return 'fi/fi/' + if country == 'fr': # France + return 'fr/fr/' + if country == 'gr': # Greece + return 'gr/en/' + if country == 'it': # Italy + return 'it/it/' + if country == 'il': # Israel + return 'il/en/' + if country == 'me': # Middle East + return 'me/en/' + if country == 'no': # Norway + return 'no/no/' + if country == 'nl': # The Netherlands + return 'nl/nl/' + if country == 'pl': # Poland + return 'pl/pl/' + if country == 'pt': # Portugal + return 'pt/en/' + if country == 'ru': # Russia + return 'ru/ru/' + if country == 'se': # Sweden + return 'se/sv/' + if country == 'uk': # United Kingdom + return 'uk/en/' + if country == 'za': # South Africa + return 'za/en/' + if country == 'br': # Brazil + return 'br/pt/' + if country == 'ca': # Canada + return 'ca/en/' + if country == 'mx': # Mexico + return 'mx/es/' + if country == 'us': # United States + return 'us/en/' + if country == 'au': # Australia + return 'au/en/' + if country == 'cn': # China + return 'cn/zh/' + if country == 'in': # India + return 'in/en/' + # default + return 'en/us/' + +def urlised_server_info(vendor, country, server_info): + #server_inf = server_info + if vendor == 'dell' : + # Dell support URLs (idea and tables borrowed from check_openmanage) + du = 'http://www.dell.com/support/troubleshooting/' + dell_country(country) + '19/Product/poweredge-' + if (server_info is not None) : + p=re.match('(.*)PowerEdge (.*) (.*)',server_info) + if (p is not None) : + md=p.group(2) + if md == 'R210 II': + md='r210-2' + md=md.lower() + server_info = p.group(1) + 'PowerEdge ' + p.group(2)+' ' + p.group(3) + elif vendor == 'hp': + return server_info + elif vendor == 'ibm': + return server_info + elif vendor == 'intel': + return server_info + + return server_info + +# ---------------------------------------------------------------------- + +def system_tag_url(vendor,country): + if vendor == 'dell': + # Dell support sites + supportsite = 'http://www.dell.com/support/troubleshooting/' + dellsuffix = 'nodhs1/Index?t=warranty&servicetag=' + + # warranty URLs for different country codes + return supportsite + dell_country(country) + dellsuffix + # elif vendor == 'hp': + # elif vendor == 'ibm': + # elif vendor == 'intel': + + return '' + +# ---------------------------------------------------------------------- + +def urlised_serialnumber(vendor,country,SerialNumber): + if SerialNumber is not None : + tu = system_tag_url(vendor,country) + if tu != '' : + SerialNumber = '' + SerialNumber + '' + return SerialNumber + +# ---------------------------------------------------------------------- + +def verboseoutput(message) : + if verbose: + print "%s %s" % (time.strftime("%Y%m%d %H:%M:%S"), message) + +# ---------------------------------------------------------------------- + +def getopts() : + global hosturl,user,password,vendor,verbose,perfdata,urlise_country,timeout,ignore_list,get_power,get_volts,get_current,get_temp,get_fan + usage = "usage: %prog https://hostname user password system [verbose]\n" \ + "example: %prog https://my-shiny-new-vmware-server root fakepassword dell\n\n" \ + "or, using new style options:\n\n" \ + "usage: %prog -H hostname -U username -P password [-V system -v -p -I XX]\n" \ + "example: %prog -H my-shiny-new-vmware-server -U root -P fakepassword -V auto -I uk\n\n" \ + "or, verbosely:\n\n" \ + "usage: %prog --host=hostname --user=username --pass=password [--vendor=system --verbose --perfdata --html=XX]\n" + + parser = OptionParser(usage=usage, version="%prog "+version) + group1 = OptionGroup(parser, 'Mandatory parameters') + group2 = OptionGroup(parser, 'Optional parameters') + + group1.add_option("-H", "--host", dest="host", help="report on HOST", metavar="HOST") + group1.add_option("-U", "--user", dest="user", help="user to connect as", metavar="USER") + group1.add_option("-P", "--pass", dest="password", \ + help="password, if password matches file:, first line of given file will be used as password", metavar="PASS") + + group2.add_option("-V", "--vendor", dest="vendor", help="Vendor code: auto, dell, hp, ibm, intel, or unknown (default)", \ + metavar="VENDOR", type='choice', choices=['auto','dell','hp','ibm','intel','unknown'],default="unknown") + group2.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, \ + help="print status messages to stdout (default is to be quiet)") + group2.add_option("-p", "--perfdata", action="store_true", dest="perfdata", default=False, \ + help="collect performance data for pnp4nagios (default is not to)") + group2.add_option("-I", "--html", dest="urlise_country", default="", \ + help="generate html links for country XX (default is not to)", metavar="XX") + group2.add_option("-t", "--timeout", action="store", type="int", dest="timeout", default=0, \ + help="timeout in seconds - no effect on Windows (default = no timeout)") + group2.add_option("-i", "--ignore", action="store", type="string", dest="ignore", default="", \ + help="comma-separated list of elements to ignore") + group2.add_option("--no-power", action="store_false", dest="get_power", default=True, \ + help="don't collect power performance data") + group2.add_option("--no-volts", action="store_false", dest="get_volts", default=True, \ + help="don't collect voltage performance data") + group2.add_option("--no-current", action="store_false", dest="get_current", default=True, \ + help="don't collect current performance data") + group2.add_option("--no-temp", action="store_false", dest="get_temp", default=True, \ + help="don't collect temperature performance data") + group2.add_option("--no-fan", action="store_false", dest="get_fan", default=True, \ + help="don't collect fan performance data") + + parser.add_option_group(group1) + parser.add_option_group(group2) + + # check input arguments + if len(sys.argv) < 2: + print "no parameters specified\n" + parser.print_help() + sys.exit(-1) + # if first argument starts with 'https://' we have old-style parameters, so handle in old way + if re.match("https://",sys.argv[1]): + # check input arguments + if len(sys.argv) < 5: + print "too few parameters\n" + parser.print_help() + sys.exit(-1) + if len(sys.argv) > 5 : + if sys.argv[5] == "verbose" : + verbose = True + hosturl = sys.argv[1] + user = sys.argv[2] + password = sys.argv[3] + vendor = sys.argv[4] + else: + # we're dealing with new-style parameters, so go get them! + (options, args) = parser.parse_args() + + # Making sure all mandatory options appeared. + mandatories = ['host', 'user', 'password'] + for m in mandatories: + if not options.__dict__[m]: + print "mandatory parameter '--" + m + "' is missing\n" + parser.print_help() + sys.exit(-1) + + hostname=options.host.lower() + # if user has put "https://" in front of hostname out of habit, do the right thing + # hosturl will end up as https://hostname + if re.match('^https://',hostname): + hosturl = hostname + else: + hosturl = 'https://' + hostname + + user=options.user + password=options.password + vendor=options.vendor.lower() + verbose=options.verbose + perfdata=options.perfdata + urlise_country=options.urlise_country.lower() + timeout=options.timeout + ignore_list=options.ignore.split(',') + get_power=options.get_power + get_volts=options.get_volts + get_current=options.get_current + get_temp=options.get_temp + get_fan=options.get_fan + + # if user or password starts with 'file:', use the first string in file as user, second as password + if (re.match('^file:', user) or re.match('^file:', password)): + if re.match('^file:', user): + filextract = re.sub('^file:', '', user) + filename = open(filextract, 'r') + filetext = filename.readline().split() + user = filetext[0] + password = filetext[1] + filename.close() + elif re.match('^file:', password): + filextract = re.sub('^file:', '', password) + filename = open(filextract, 'r') + filetext = filename.readline().split() + password = filetext[0] + filename.close() + +# ---------------------------------------------------------------------- + +getopts() + +# if running on Windows, don't use timeouts and signal.alarm +on_windows = True +os_platform = sys.platform +if os_platform != "win32": + on_windows = False + import signal + def handler(signum, frame): + print 'CRITICAL: Execution time too long!' + sys.exit(ExitCritical) + +# connection to host +verboseoutput("Connection to "+hosturl) +wbemclient = pywbem.WBEMConnection(hosturl, (user,password), NS) + +# Add a timeout for the script. When using with Nagios, the Nagios timeout cannot be < than plugin timeout. +if on_windows == False and timeout > 0: + signal.signal(signal.SIGALRM, handler) + signal.alarm(timeout) + +# run the check for each defined class +GlobalStatus = ExitUnknown +server_info = "" +bios_info = "" +SerialNumber = "" +ExitMsg = "" + +# if vendor is specified as 'auto', try to get vendor from CIM +# note: the default vendor is 'unknown' +if vendor=='auto': + try: + c=wbemclient.EnumerateInstances('CIM_Chassis') + except pywbem.cim_operations.CIMError,args: + if ( args[1].find('Socket error') >= 0 ): + print "UNKNOWN: %s" %args + sys.exit (ExitUnknown) + else: + verboseoutput("Unknown CIM Error: %s" % args) + except pywbem.cim_http.AuthError,arg: + verboseoutput("Global exit set to UNKNOWN") + GlobalStatus = ExitUnknown + print "UNKNOWN: Authentication Error" + sys.exit (GlobalStatus) + else: + man=c[0][u'Manufacturer'] + if re.match("Dell",man): + vendor="dell" + elif re.match("HP",man): + vendor="hp" + elif re.match("IBM",man): + vendor="ibm" + elif re.match("Intel",man): + vendor="intel" + else: + vendor='unknown' + +for classe in ClassesToCheck : + verboseoutput("Check classe "+classe) + try: + instance_list = wbemclient.EnumerateInstances(classe) + except pywbem.cim_operations.CIMError,args: + if ( args[1].find('Socket error') >= 0 ): + print "CRITICAL: %s" %args + sys.exit (ExitCritical) + else: + verboseoutput("Unknown CIM Error: %s" % args) + except pywbem.cim_http.AuthError,arg: + verboseoutput("Global exit set to UNKNOWN") + GlobalStatus = ExitCritical + print "UNKNOWN: Authentication Error" + sys.exit (GlobalStatus) + else: + # GlobalStatus = ExitOK #ARR + for instance in instance_list : + sensor_value = "" + elementName = instance['ElementName'] + elementNameValue = elementName + verboseoutput(" Element Name = "+elementName) + + # Ignore element if we don't want it + if elementName in ignore_list : + verboseoutput(" (ignored)") + continue + + # BIOS & Server info + if elementName == 'System BIOS' : + bios_info = instance[u'Name'] + ': ' \ + + instance[u'VersionString'] + ' ' \ + + str(instance[u'ReleaseDate'].datetime.date()) + verboseoutput(" VersionString = "+instance[u'VersionString']) + + elif elementName == 'Chassis' : + man = instance[u'Manufacturer'] + if man is None : + man = 'Unknown Manufacturer' + verboseoutput(" Manufacturer = "+man) + SerialNumber = instance[u'SerialNumber'] + if SerialNumber: + verboseoutput(" SerialNumber = "+SerialNumber) + server_info = man + ' ' + if vendor != 'intel': + model = instance[u'Model'] + if model: + verboseoutput(" Model = "+model) + server_info += model + ' s/n:' + + elif elementName == 'Server Blade' : + SerialNumber = instance[u'SerialNumber'] + if SerialNumber: + verboseoutput(" SerialNumber = "+SerialNumber) + + # Report detail of Numeric Sensors and generate nagios perfdata + + if classe == "CIM_NumericSensor" : + sensorType = instance[u'sensorType'] + sensStr = sensor_Type.get(sensorType,"Unknown") + if sensorType: + verboseoutput(" sensorType = %d - %s" % (sensorType,sensStr)) + units = instance[u'BaseUnits'] + if units: + verboseoutput(" BaseUnits = %d" % units) + # grab some of these values for Nagios performance data + scale = 10**instance[u'UnitModifier'] + verboseoutput(" Scaled by = %f " % scale) + cr = int(instance[u'CurrentReading'])*scale + verboseoutput(" Current Reading = %f" % cr) + elementNameValue = "%s: %g" % (elementName,cr) + ltnc = 0 + utnc = 0 + ltc = 0 + utc = 0 + if instance[u'LowerThresholdNonCritical'] is not None: + ltnc = instance[u'LowerThresholdNonCritical']*scale + verboseoutput(" Lower Threshold Non Critical = %f" % ltnc) + if instance[u'UpperThresholdNonCritical'] is not None: + utnc = instance[u'UpperThresholdNonCritical']*scale + verboseoutput(" Upper Threshold Non Critical = %f" % utnc) + if instance[u'LowerThresholdCritical'] is not None: + ltc = instance[u'LowerThresholdCritical']*scale + verboseoutput(" Lower Threshold Critical = %f" % ltc) + if instance[u'UpperThresholdCritical'] is not None: + utc = instance[u'UpperThresholdCritical']*scale + verboseoutput(" Upper Threshold Critical = %f" % utc) + # + if perfdata: + perf_el = elementName.replace(' ','_') + + # Power and Current + if sensorType == 4: # Current or Power Consumption + if units == 7: # Watts + if get_power: + data.append( ("%s=%g;%g;%g " % (perf_el, cr, utnc, utc),1) ) + elif units == 6: # Current + if get_current: + data.append( ("%s=%g;%g;%g " % (perf_el, cr, utnc, utc),3) ) + + # PSU Voltage + elif sensorType == 3: # Voltage + if get_volts: + data.append( ("%s=%g;%g;%g " % (perf_el, cr, utnc, utc),2) ) + + # Temperatures + elif sensorType == 2: # Temperature + if get_temp: + data.append( ("%s=%g;%g;%g " % (perf_el, cr, utnc, utc),4) ) + + # Fan speeds + elif sensorType == 5: # Tachometer + if get_fan: + if units == 65: # percentage + data.append( ("%s=%g%%;%g;%g " % (perf_el, cr, utnc, utc),6) ) + else: + data.append( ("%s=%g;%g;%g " % (perf_el, cr, utnc, utc),5) ) + + elif classe == "CIM_Processor" : + verboseoutput(" Family = %d" % instance['Family']) + verboseoutput(" CurrentClockSpeed = %dMHz" % instance['CurrentClockSpeed']) + + + # HP Check + if vendor == "hp" : + if instance['HealthState'] is not None : + elementStatus = instance['HealthState'] + verboseoutput(" Element HealthState = %d" % elementStatus) + interpretStatus = { + 0 : ExitOK, # Unknown + 5 : ExitOK, # OK + 10 : ExitWarning, # Degraded + 15 : ExitWarning, # Minor + 20 : ExitCritical, # Major + 25 : ExitCritical, # Critical + 30 : ExitCritical, # Non-recoverable Error + }[elementStatus] + if (interpretStatus == ExitCritical) : + verboseoutput("GLobal exit set to CRITICAL") + GlobalStatus = ExitCritical + ExitMsg += " CRITICAL : %s " % elementNameValue + if (interpretStatus == ExitWarning and GlobalStatus != ExitCritical) : + verboseoutput("GLobal exit set to WARNING") + GlobalStatus = ExitWarning + ExitMsg += " WARNING : %s " % elementNameValue + # Added the following for when GlobalStatus is ExitCritical and a warning is detected + # This way the ExitMsg gets added but GlobalStatus isn't changed + if (interpretStatus == ExitWarning and GlobalStatus == ExitCritical) : # ARR + ExitMsg += " WARNING : %s " % elementNameValue #ARR + # Added the following so that GlobalStatus gets set to OK if there's no warning or critical + if (interpretStatus == ExitOK and GlobalStatus != ExitWarning and GlobalStatus != ExitCritical) : #ARR + GlobalStatus = ExitOK #ARR + + + + # Dell, Intel, IBM and unknown hardware check + elif (vendor == "dell" or vendor == "intel" or vendor == "ibm" or vendor=="unknown") : + # Added 20121027 As long as Dell doesnt correct these CIM elements return code we have to ignore it + ignore_list.append("System Board 1 Riser Config Err 0: Connected") + ignore_list.append("System Board 1 LCD Cable Pres 0: Connected") + if instance['OperationalStatus'] is not None : + elementStatus = instance['OperationalStatus'][0] + verboseoutput(" Element Op Status = %d" % elementStatus) + interpretStatus = { + 0 : ExitOK, # Unknown + 1 : ExitCritical, # Other + 2 : ExitOK, # OK + 3 : ExitWarning, # Degraded + 4 : ExitWarning, # Stressed + 5 : ExitWarning, # Predictive Failure + 6 : ExitCritical, # Error + 7 : ExitCritical, # Non-Recoverable Error + 8 : ExitWarning, # Starting + 9 : ExitWarning, # Stopping + 10 : ExitCritical, # Stopped + 11 : ExitOK, # In Service + 12 : ExitWarning, # No Contact + 13 : ExitCritical, # Lost Communication + 14 : ExitCritical, # Aborted + 15 : ExitOK, # Dormant + 16 : ExitCritical, # Supporting Entity in Error + 17 : ExitOK, # Completed + 18 : ExitOK, # Power Mode + 19 : ExitOK, # DMTF Reserved + 20 : ExitOK # Vendor Reserved + }[elementStatus] + if (interpretStatus == ExitCritical) : + verboseoutput("Global exit set to CRITICAL") + GlobalStatus = ExitCritical + ExitMsg += " CRITICAL : %s " % elementNameValue + if (interpretStatus == ExitWarning and GlobalStatus != ExitCritical) : + verboseoutput("GLobal exit set to WARNING") + GlobalStatus = ExitWarning + ExitMsg += " WARNING : %s " % elementNameValue + # Added same logic as in 20100702 here, otherwise Dell servers would return UNKNOWN instead of OK + if (interpretStatus == ExitWarning and GlobalStatus == ExitCritical) : # ARR + ExitMsg += " WARNING : %s " % elementNameValue #ARR + if (interpretStatus == ExitOK and GlobalStatus != ExitWarning and GlobalStatus != ExitCritical) : #ARR + GlobalStatus = ExitOK #ARR + if elementName == 'Server Blade' : + if SerialNumber : + if SerialNumber.find(".") != -1 : + SerialNumber = SerialNumber.split('.')[1] + + +# Munge the ouptput to give links to documentation and warranty info +if (urlise_country != '') : + SerialNumber = urlised_serialnumber(vendor,urlise_country,SerialNumber) + server_info = urlised_server_info(vendor,urlise_country,server_info) + +# Output performance data +perf = '|' +if perfdata: + sdata=[] + ctr=[0,0,0,0,0,0,0] + # sort the data so we always get perfdata in the right order + # we make no assumptions about the order in which CIM returns data + # first sort by element name (effectively) and insert sequence numbers + for p in sorted(data): + p1 = p[1] + sdata.append( ("P%d%s_%d_%s") % (p1,perf_Prefix[p1], ctr[p1], p[0]) ) + ctr[p1] += 1 + # then sort perfdata into groups and output perfdata string + for p in sorted(sdata): + perf += p + +# sanitise perfdata - don't output "|" if nothing to report +if perf == '|': + perf = '' + +if GlobalStatus == ExitOK : + print "OK - Server: %s %s %s%s" % (server_info, SerialNumber, bios_info, perf) + +elif GlobalStatus == ExitUnknown : + print "UNKNOWN: %s" % (ExitMsg) #ARR + +else: + print "%s- Server: %s %s %s%s" % (ExitMsg, server_info, SerialNumber, bios_info, perf) + +sys.exit (GlobalStatus) diff --git a/pu/libexec/check_file.pl b/pu/libexec/check_file.pl new file mode 100644 index 0000000..ea5902a --- /dev/null +++ b/pu/libexec/check_file.pl @@ -0,0 +1,48 @@ +#!/usr/bin/perl + +use Getopt::Std; +use File::Basename; + +getopts('wch'); + +if ($opt_h or $ARGV[0] eq '') { + print "Usage:\n"; + print " check_file -w|-c file1,file2,file3,...\n"; + print " check_file -h\n"; + exit 0; +} + +(@files) = split(/,/, $ARGV[0]); +foreach $f (@files) { + ($n, $p, $s) = fileparse($f, ()); + $ff = "$n$s"; + + @st = stat $f; + if ($st[7] eq '') { + $bad = $bad . " $ff(?)"; + } + + elsif ($st[7] == 0) { + $bad = $bad . " $ff(0)"; + } + + else { + $ok = $ok . " $ff"; + } +} + +if ($bad ne '') { + if ($opt_w) { + print "FILES WARNING:$bad\n"; + exit 1; + } + + if ($opt_c) { + print "FILES CRITICAL:$bad\n"; + exit 2; + } +} + +print "FILES OK:$ok\n"; +exit 0; + diff --git a/pu/libexec/check_file_age b/pu/libexec/check_file_age new file mode 100644 index 0000000..8f17570 --- /dev/null +++ b/pu/libexec/check_file_age @@ -0,0 +1,127 @@ +#!/usr/local/bin/perl -w + +# check_file_age.pl Copyright (C) 2003 Steven Grimm +# +# Checks a file's size and modification time to make sure it's not empty +# and that it's sufficiently recent. +# +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty +# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# you should have received a copy of the GNU General Public License +# along with this program if not, write to the Free Software Foundation, +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +use strict; +use English; +use Getopt::Long; +use File::stat; +use vars qw($PROGNAME); +use FindBin; +use lib "$FindBin::Bin"; +use lib '/usr/local/monitoring/libexec'; +use utils qw (%ERRORS &print_revision &support); + +sub print_help (); +sub print_usage (); + +my ($opt_c, $opt_f, $opt_w, $opt_C, $opt_W, $opt_h, $opt_V, $opt_i); +my ($result, $message, $age, $size, $st, $perfdata); + +$PROGNAME="check_file_age"; + +$ENV{'PATH'}='/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'; +$ENV{'BASH_ENV'}=''; +$ENV{'ENV'}=''; + +$opt_w = 240; +$opt_c = 600; +$opt_W = 0; +$opt_C = 0; +$opt_f = ""; + +Getopt::Long::Configure('bundling'); +GetOptions( + "V" => \$opt_V, "version" => \$opt_V, + "h" => \$opt_h, "help" => \$opt_h, + "i" => \$opt_i, "ignore-missing" => \$opt_i, + "f=s" => \$opt_f, "file" => \$opt_f, + "w=f" => \$opt_w, "warning-age=f" => \$opt_w, + "W=f" => \$opt_W, "warning-size=f" => \$opt_W, + "c=f" => \$opt_c, "critical-age=f" => \$opt_c, + "C=f" => \$opt_C, "critical-size=f" => \$opt_C); + +if ($opt_V) { + print_revision($PROGNAME, '2.1.1'); + exit $ERRORS{'OK'}; +} + +if ($opt_h) { + print_help(); + exit $ERRORS{'OK'}; +} + +$opt_f = shift unless ($opt_f); + +if (! $opt_f) { + print "FILE_AGE UNKNOWN: No file specified\n"; + exit $ERRORS{'UNKNOWN'}; +} + +# Check that file exists (can be directory or link) +unless (-e $opt_f) { + if ($opt_i) { + $result = 'OK'; + print "FILE_AGE $result: $opt_f doesn't exist, but ignore-missing was set\n"; + exit $ERRORS{$result}; + + } else { + print "FILE_AGE CRITICAL: File not found - $opt_f\n"; + exit $ERRORS{'CRITICAL'}; + } +} + +$st = File::stat::stat($opt_f); +$age = time - $st->mtime; +$size = $st->size; +$perfdata = "age=${age}s;${opt_w};${opt_c} size=${size}B;${opt_W};${opt_C};0"; + + +$result = 'OK'; + +if (($opt_c and $age > $opt_c) or ($opt_C and $size < $opt_C)) { + $result = 'CRITICAL'; +} +elsif (($opt_w and $age > $opt_w) or ($opt_W and $size < $opt_W)) { + $result = 'WARNING'; +} + +print "FILE_AGE $result: $opt_f is $age seconds old and $size bytes | $perfdata\n"; +exit $ERRORS{$result}; + +sub print_usage () { + print "Usage:\n"; + print " $PROGNAME [-w ] [-c ] [-W ] [-C ] [-i] -f \n"; + print " $PROGNAME [-h | --help]\n"; + print " $PROGNAME [-V | --version]\n"; +} + +sub print_help () { + print_revision($PROGNAME, '2.1.1'); + print "Copyright (c) 2003 Steven Grimm\n\n"; + print_usage(); + print "\n"; + print " -i | --ignore-missing : return OK if the file does not exist\n"; + print " File must be no more than this many seconds old (default: warn 240 secs, crit 600)\n"; + print " File must be at least this many bytes long (default: crit 0 bytes)\n"; + print "\n"; + support(); +} diff --git a/pu/libexec/check_flexlm b/pu/libexec/check_flexlm new file mode 100644 index 0000000..d5df4ec --- /dev/null +++ b/pu/libexec/check_flexlm @@ -0,0 +1,246 @@ +#!/usr/local/bin/perl -w +# +# usage: +# check_flexlm.pl license_file +# +# Check available flexlm license managers. +# Use lmstat to check the status of the license server +# described by the license file given as argument. +# Check and interpret the output of lmstat +# and create returncodes and output. +# +# Contrary to most other plugins, this script takes +# a file, not a hostname as an argument and returns +# the status of hosts and services described in that +# file. Use these hosts.cfg entries as an example +# +#host[anchor]=any host will do;some.address.com;;check-host-alive;3;120;24x7;1;1;1; +#service[anchor]=yodel;24x7;3;5;5;unix-admin;60;24x7;1;1;1;;check_flexlm!/opt/lic/licfiles/yodel_lic +#service[anchor]=yeehaw;24x7;3;5;5;unix-admin;60;24x7;1;1;1;;check_flexlm!/opt/lic/licfiles/yeehaw_lic +#command[check_flexlm]=/some/path/libexec/check_flexlm.pl $ARG1$ +# +# Notes: +# - you need the lmstat utility which comes with flexlm. +# - set the correct path in the variable $lmstat. +# +# initial version: 9-10-99 Ernst-Dieter Martin edmt@infineon.com +# +# License: GPL +# +# lmstat output patches from Steve Rigler/Cliff Rice 13-Apr-2002 +# srigler@marathonoil.com,cerice@marathonoil.com + + + +use strict; +use Getopt::Long; +use vars qw($opt_V $opt_h $opt_F $opt_t $verbose $PROGNAME); +use FindBin; +use lib "$FindBin::Bin"; +use lib '/usr/local/monitoring/libexec'; +use utils qw(%ERRORS &print_revision &support &usage); + +$PROGNAME="check_flexlm"; + +sub print_help (); +sub print_usage (); + +$ENV{'PATH'}='/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'; +$ENV{'BASH_ENV'}=''; +$ENV{'ENV'}=''; + +Getopt::Long::Configure('bundling'); +GetOptions + ("V" => \$opt_V, "version" => \$opt_V, + "h" => \$opt_h, "help" => \$opt_h, + "v" => \$verbose, "verbose" => \$verbose, + "F=s" => \$opt_F, "filename=s" => \$opt_F, + "t=i" => \$opt_t, "timeout=i" => \$opt_t); + +if ($opt_V) { + print_revision($PROGNAME,'2.1.1'); + exit $ERRORS{'OK'}; +} + +unless (defined $opt_t) { + $opt_t = $utils::TIMEOUT ; # default timeout +} + + +if ($opt_h) {print_help(); exit $ERRORS{'OK'};} + +unless (defined $opt_F) { + print "Missing license.dat file\n"; + print_usage(); + exit $ERRORS{'UNKNOWN'}; +} +# Just in case of problems, let's not hang the monitoring system +$SIG{'ALRM'} = sub { + print "Timeout: No Answer from Client\n"; + exit $ERRORS{'UNKNOWN'}; +}; +alarm($opt_t); + +my $lmstat = $utils::PATH_TO_LMSTAT ; +unless (-x $lmstat ) { + print "Cannot find \"lmstat\"\n"; + exit $ERRORS{'UNKNOWN'}; +} + +($opt_F) || ($opt_F = shift) || usage("License file not specified\n"); +my $licfile = $1 if ($opt_F =~ /^(.*)$/); +($licfile) || usage("Invalid filename: $opt_F\n"); + +print "$licfile\n" if $verbose; + +if ( ! open(CMD,"$lmstat -c $licfile |") ) { + print "ERROR: Could not open \"$lmstat -c $licfile\" ($!)\n"; + exit exit $ERRORS{'UNKNOWN'}; +} + +my $serverup = 0; +my @upsrv; +my @downsrv; # list of servers up and down + +#my ($ls1,$ls2,$ls3,$lf1,$lf2,$lf3,$servers); + +# key off of the term "license server" and +# grab the status. Keep going until "Vendor" is found +# + +# +# Collect list of license servers by their status +# Vendor daemon status is ignored for the moment. + +while ( ) { + next if (/^lmstat/); # ignore 1st line - copyright + next if (/^Flexible/); # ignore 2nd line - timestamp + (/^Vendor/) && last; # ignore Vendor daemon status + print $_ if $verbose; + + if ($_ =~ /license server /) { # matched 1 (of possibly 3) license server + s/^\s*//; #some servers start at col 1, other have whitespace + # strip staring whitespace if any + if ( $_ =~ /UP/) { + $_ =~ /^(.*):/ ; + push(@upsrv, $1); + print "up:$1:\n" if $verbose; + } else { + $_ =~ /^(.*):/; + push(@downsrv, $1); + print "down:$1:\n" if $verbose; + } + + } + + +# if ( /^License server status: [0-9]*@([-0-9a-zA-Z_]*),[0-9]*@([-0-9a-zA-Z_]*),[0-9]*@([-0-9a-zA-Z_]*)/ ) { +# $ls1 = $1; +# $ls2 = $2; +# $ls3 = $3; +# $lf1 = $lf2 = $lf3 = 0; +# $servers = 3; +# } elsif ( /^License server status: [0-9]*@([-0-9a-zA-Z_]*)/ ) { +# $ls1 = $1; +# $ls2 = $ls3 = ""; +# $lf1 = $lf2 = $lf3 = 0; +# $servers = 1; +# } elsif ( / *$ls1: license server UP/ ) { +# print "$ls1 UP, "; +# $lf1 = 1 +# } elsif ( / *$ls2: license server UP/ ) { +# print "$ls2 UP, "; +# $lf2 = 1 +# } elsif ( / *$ls3: license server UP/ ) { +# print "$ls3 UP, "; +# $lf3 = 1 +# } elsif ( / *([^:]*: UP .*)/ ) { +# print " license server for $1\n"; +# $serverup = 1; +# } + +} + +#if ( $serverup == 0 ) { +# print " license server not running\n"; +# exit 2; +#} + +close CMD; + +if ($verbose) { + print "License Servers running: ".scalar(@upsrv) ."\n"; + foreach my $upserver (@upsrv) { + print "$upserver\n"; + } + print "License servers not running: ".scalar(@downsrv)."\n"; + foreach my $downserver (@downsrv) { + print "$downserver\n"; + } +} + +# +# print list of servers which are up. +# +if (scalar(@upsrv) > 0) { + print "License Servers running:"; + foreach my $upserver (@upsrv) { + print "$upserver,"; + } +} +# +# Ditto for those which are down. +# +if (scalar(@downsrv) > 0) { + print "License servers NOT running:"; + foreach my $downserver (@downsrv) { + print "$downserver,"; + } +} + +# perfdata +print "\n|flexlm::up:".scalar(@upsrv).";down:".scalar(@downsrv)."\n"; + +exit $ERRORS{'OK'} if ( scalar(@downsrv) == 0 ); +exit $ERRORS{'WARNING'} if ( (scalar(@upsrv) > 0) && (scalar(@downsrv) > 0)); + +#exit $ERRORS{'OK'} if ( $servers == $lf1 + $lf2 + $lf3 ); +#exit $ERRORS{'WARNING'} if ( $servers == 3 && $lf1 + $lf2 + $lf3 == 2 ); +exit $ERRORS{'CRITICAL'}; + + +sub print_usage () { + print "Usage: + $PROGNAME -F [-v] [-t] [-V] [-h] + $PROGNAME --help + $PROGNAME --version +"; +} + +sub print_help () { + print_revision($PROGNAME,'2.1.1'); + print "Copyright (c) 2000 Ernst-Dieter Martin/Karl DeBisschop + +Check available flexlm license managers + +"; + print_usage(); + print " +-F, --filename=FILE + Name of license file (usually \"license.dat\") +-v, --verbose + Print some extra debugging information (not advised for normal operation) +-t, --timeout + Plugin time out in seconds (default = $utils::TIMEOUT ) +-V, --version + Show version and license information +-h, --help + Show this help screen + +Flexlm license managers usually run as a single server or three servers and a +quorum is needed. The plugin return OK if 1 (single) or 3 (triple) servers +are running, CRITICAL if 1(single) or 3 (triple) servers are down, and WARNING +if 1 or 2 of 3 servers are running\n +"; + support(); +} diff --git a/pu/libexec/check_fping b/pu/libexec/check_fping new file mode 100644 index 0000000..4b1d391 Binary files /dev/null and b/pu/libexec/check_fping differ diff --git a/pu/libexec/check_ftp b/pu/libexec/check_ftp new file mode 100644 index 0000000..e6ec383 Binary files /dev/null and b/pu/libexec/check_ftp differ diff --git a/pu/libexec/check_game b/pu/libexec/check_game new file mode 100644 index 0000000..fa3fee0 Binary files /dev/null and b/pu/libexec/check_game differ diff --git a/pu/libexec/check_gearman b/pu/libexec/check_gearman new file mode 100644 index 0000000..3be7a8b Binary files /dev/null and b/pu/libexec/check_gearman differ diff --git a/pu/libexec/check_generic b/pu/libexec/check_generic new file mode 100644 index 0000000..e0b1ba9 --- /dev/null +++ b/pu/libexec/check_generic @@ -0,0 +1,651 @@ +#!/usr/bin/perl -w +# +# check_generic - nagios plugin +# +# Copyright (c) 2007 Matthias Flacke (matthias.flacke at gmx.de) +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# +# TODO +# +# +# $Id$ +# +#nagios: -epn +# +use strict; +use Getopt::Long qw(:config no_ignore_case bundling); +BEGIN { eval("use Time::HiRes qw(time)") } +use lib "/usr/local/monitoring/libexec"; +use vars qw( +$MYSELF %opt %cmd %rc $command $returncode +$VERSION $OK $WARNING $CRITICAL $UNKNOWN +$DETAIL_LIST $DETAIL_RC $DETAIL_STDERR $DETAIL_PERFORMANCE +); + +#------------------------------------------------------------------------------- +#--- vars ---------------------------------------------------------------------- +#------------------------------------------------------------------------------- +$MYSELF="check_generic"; +$VERSION='$Revision$ $Date$ $Author$'; +# +#--- RC defines +$OK=0; +$WARNING=1; +$CRITICAL=2; +$UNKNOWN=3; +# +#--- report defines +$DETAIL_LIST=1; +$DETAIL_RC=2; +$DETAIL_STDERR=4; +$DETAIL_PERFORMANCE=8; +# +#--- vars +%cmd=( + matchlist => [], +); +%rc=( + label => { $OK => "OK", $WARNING => "WARNING", $CRITICAL => "CRITICAL", $UNKNOWN => "UNKNOWN", }, + number => { "OK" => $OK, "WARNING" => $WARNING, "CRITICAL" => $CRITICAL, "UNKNOWN" => $UNKNOWN, + "ok" => $OK, "warning" => $WARNING, "critical" => $CRITICAL, "unknown" => $UNKNOWN, + "o" => $OK, "w" => $WARNING, "c" => $CRITICAL, "u" => $UNKNOWN, }, + s2r => { 0 => $OK, 2 => $WARNING, 3 => $CRITICAL, 1 => $UNKNOWN, }, + r2s => { $OK => 0, $WARNING => 2, $CRITICAL => 3, $UNKNOWN => 1, }, + complement => { $OK => $CRITICAL, $WARNING => $OK, $CRITICAL => $OK, $UNKNOWN => $OK, }, + minimum => { $OK => 0, $WARNING => 1, $CRITICAL => 1, $UNKNOWN => 1, }, + maximum => { $OK => 0, $WARNING => 1, $CRITICAL => 1, $UNKNOWN => 1, }, + list => { $OK => [],$WARNING => [],$CRITICAL => [],$UNKNOWN => [], }, + textsev => ["ok","unknown","warning","critical"], + top => $OK, + error => [ ], + starttime => 0.0, + endtime => 0.0, +); + +my %opt=( + "configfile" => "", + "ignore_rc" => 0, + "libexec" => "/usr/local/nagios/libexec", + "maxage" => 24, #hours + "name" => "CHANGEME", + "performance" => undef, + "report" => 15, + "string" => {}, + "timeout" => 10, + "tmpdir" => "/usr/tmp/check_generic", + "type" => "scalar", + "verbose" => 0, + #"ok" => "0:0", + #"warning" => "1:1", + #"critical" => "1:1", + #"unknown" => "1:1", +); + +#------------------------------------------------------------------------------- +#--- subs ---------------------------------------------------------------------- +#------------------------------------------------------------------------------- + +sub process_parameters { + + if (! GetOptions( + "c|critical=s" => \$opt{critical}, + "d|tmpdir=s" => \$opt{tmpdir}, + "e|execute=s" => \$opt{execute}, + "h|help" => \$opt{help}, + "i|ignore_rc" => \$opt{ignore_rc}, + "n|name=s" => \$opt{name}, + "o|ok=s" => \$opt{ok}, + "p|performance=s" => \$opt{performance}, + "r|report:i" => \$opt{report}, + "f|false=s" => \$opt{false}, + "t|timeout=i" => \$opt{timeout}, + "u|unknown=s" => \$opt{unknown}, + "v|verbose+" => \$opt{verbose}, + "V|version" => \$opt{version}, + "w|warning=s" => \$opt{warning}, + "y|type=s" => \$opt{type}, + ) + ) { + short_usage(); + return $UNKNOWN; + } + + if ($opt{version}) { + print "$MYSELF: v$VERSION\n"; + return $UNKNOWN; + } + if ($opt{help}) { + short_usage(); + long_usage(); + return $UNKNOWN; + } + if (!$opt{execute}) { + print "$MYSELF error: no commandline specified\n"; + short_usage(); + return $UNKNOWN; + } else { + $cmd{command}=$opt{execute}; + $cmd{name}=$opt{execute}; + } + + if (!$opt{ok} && !$opt{warning} && !$opt{critical} && !$opt{unknown}) { + print "$MYSELF error: no evaluation expression specified\n"; + short_usage(); + return $UNKNOWN; + } else { + foreach my $state (reverse @{$rc{textsev}}) { + if (defined($opt{$state})) { + $opt{string}=is_string_cmp($opt{$state}); + debug(3,"process_parameters: state $state defined:$opt{$state}, text evaluation:$opt{string}"); + } else { + debug(3,"process_parameters: state $state not defined"); + } + } + } + if ($opt{false} && ( + $opt{false} ne "o" && $opt{false} ne "OK" && + $opt{false} ne "u" && $opt{false} ne "UNKNOWN" && + $opt{false} ne "w" && $opt{false} ne "WARNING" && + $opt{false} ne "c" && $opt{false} ne "CRITICAL")) { + print "$MYSELF error: unknown false $opt{false}, should be u|UNKNOWN w|WARNING c|critical o|OK\n"; + short_usage(); + return $UNKNOWN; + } + while (!defined($opt{false})) { + foreach my $state (reverse @{$rc{textsev}}) { + #print "DEBUG:state:$state opt{state}:$opt{$state}\n"; + if (defined($opt{$state})) { + $opt{false}=$rc{label}{$rc{complement}{$rc{number}{$state}}}; + last; + } + } + } + if (! -d $opt{tmpdir}) { + mkdir $opt{tmpdir} || debug(0,"mkdir $opt{tmpdir} failed:$!"); + if (! -d $opt{tmpdir}) { + return $UNKNOWN if (defined($opt{delta})); + } + } + if ($opt{type} eq "delta") { + #--- create tmpfile name from 1. tag 2. command 3. expressions + $opt{tmpfile}=$opt{name} . "_" . $opt{execute}; + foreach my $state (reverse @{$rc{textsev}}) { + $opt{tmpfile} .= '_' . $opt{$state} if (defined($opt{$state})); + } + $opt{tmpfile}=~s/\W/_/g; + $opt{tmpfile}="$MYSELF.$opt{tmpfile}.tmp"; + debug(2, "process_parameter: tmpfile:$opt{tmpfile}"); + + #--- read content of old tmpfile if available + my $content=readfile("$opt{tmpdir}/$opt{tmpfile}"); + if ($content ne "") { + chomp $content; + ($cmd{old_timestamp},$cmd{old_output})=split(/\s+/,$content); + debug(2, "process_parameter: old_timestamp:$cmd{old_timestamp} old_output:$cmd{old_output}"); + } + #--- remove old files in tmpdir older than one day + &garbage_collection($opt{maxage}); + } + debug(2, "verbosity:$opt{verbose}"); + return $OK; +} + +sub short_usage { +print < -o|u|w|c [-f false_state] [-n name] [-t timeout] [-r level] +$MYSELF [-h | --help] +$MYSELF [-V | --version] +SHORTEOF +} + +sub long_usage { +print < + string which contains commands to be executed + (can be a complete filter chain) +-u|w|c|o, --unknown,warning,critical,ok + operator is perl operators, e.g. + '= n' - numerically equal + '< n' - numerically equal + '> n' - numerically equal + 'eq s' - string equal + 'ne s' - string non equal + '=~/s/ - pattern matching + default: CRITICAL +-f, --false [u|UNKNOWN|w|WARNING|c|CRITICAL|o|OK] + which state the plugin should become if the expression is false + default: complement of state +-y, --type [SCALAR,ARRAY,DELTA] + type of data value +-i, --ignore_rc + normally the return code of the command executed is taken into account + use this option to explicitly ignore it, default: $opt{ignore_rc} +-n, --name + plugin name (shown in output), default: $opt{name} +-t, --timeout + timeout for one command, default: $opt{timeout} +-d, --tmpdir + specify directory for tmpfiles, default: $opt{tmpdir} + (garbage collection for files \'${MYSELF}*\' removes files older than ) +-v, --verbose + increase verbosity (can be called multiple), default: $opt{verbose} +-h, --help + print detailed help screen +-V, --version + print version information +LONGEOF + +#-s, --state [u|UNKNOWN|w|WARNING|c|CRITICAL|o|OK] +# which state the plugin should become if the expression is true +#-r, --report +# specify level of details in output (level is binary coded, just add all options) +# default: $opt{report} +# 1: mention service names in plugin_output, e.g. +# "24 plugins checked, 1 critical (http), 0 warning, 0 unknown, 23 ok" +# 2: show STATE in front of each line of plugin output, e.g. +# "[16] OK system_ssh - SSH OK - OpenSSH_4.4 (protocol 1.99)" +# 4: show STDERR (if any) in each line of plugin output +# 8: show performance data +} + +#--- +#--- debug output routine +#--- +sub debug { + my ($level,$message)=@_; + print "$message\n" if ($level <= $opt{verbose}); +} + +#--- +#--- read file and return its contents +#--- +sub readfile { + my ($filename)=@_; + open(FILE,$filename) || add_error("readfile: error opening $filename:$!") && return ""; + my @lines=; + close(FILE); + return join("", @lines); +} + +#--- +#--- write to file +#--- +sub writefile { + my ($filename, $content)=@_; + open(FILE,">$filename") || add_error("writefile: error opening $filename:$!") && return 0; + print FILE $content; + close(FILE); + return -s $filename; +} + +#--- +#--- check if expression is string evaluation +#--- +sub is_string_cmp { + my $expression=shift; + my %stringop=(' lt ',' gt ',' le ',' ge ','\=\~','\!\~',' eq ',' ne '); + foreach my $key (keys(%stringop)) { + return 1 if ($expression=~/^\s*$key/); + } + return 0; +} +# +#--- +sub match_env { + my ($string, $expr, $wanted_length)=@_; + my @match=(); + my @len=(); + my $total=""; + my $cute_little_proc="if (\'${string}\'${expr}) { \@match=(\$\`,\$\&,\$\'); }"; + my $rc=eval($cute_little_proc); + #print "match_env: cute_little_proc:$cute_little_proc\n"; + #print "match_env: string:$string expr:$expr wanted_length:$wanted_length rc eval:$rc eval:$@\n"; + for my $i (0..$#match) { + $len[$i]=length($match[$i]); + #print "match $i: $match[$i] ($len[$i])\n"; + } + return squeeze($match[0],"right",$wanted_length/3) . + squeeze($match[1],"middle",$wanted_length/3) . + squeeze($match[2],"left",$wanted_length/3); +} + +#--- +#--- squeeze string +#--- +sub squeeze { + my ($string,$fromwhere,$num)=@_; + + return "" if (!defined($string)); + + my $len=length($string); + my $replacement="[...]"; + my $rlen=5; # length($replacement) + + #--- nothing to squeeze ;-) + return $string if ($len<=$num); + + if ($fromwhere eq "left") { + return substr($string,0,$num-$rlen) . $replacement; + } elsif ($fromwhere eq "middle") { + return $replacement . substr($string,($len/2)-($num/2)+$rlen,$num-($rlen*2)) . $replacement; + } elsif ($fromwhere eq "right") { + return $replacement . substr($string,$num*-1+$rlen); + } elsif ($fromwhere eq "both") { + return substr($string,0,$num/2-($rlen/2)) . $replacement . substr($string,($num*-1)/2+($rlen/2)); + } else { + return "squeeze error: unknown fromwhere parameter $fromwhere\n"; + } +} + +#--- +#--- taken from Perl Cookbook ;-) +#--- +sub is_valid_regex { + my $pat = shift; + return eval { "" =~ /$pat/; 1 } || 0; +} + +#--- +#--- trim input string if found any chars from trim string +#--- +sub mytrim { + my ($src, $trim)=@_; + return ($src=~/[$trim]*(.*)[$trim]*/) ? $1 : $src; +} + +#--- +#--- +#--- +sub mysubst { + my ($src,$pattern,$substitution)=@_; + $src=~s/$pattern/$substitution/g; + return $src; +} + +#--- +#--- substitute macros a la $HOSTNAME$ from environment +#--- +sub substitute_macros { + my ($input)=@_; + while ((my $var)=($input=~/\$([A-Z0-9^\$]+)\$/)) { + $input=~s/\$$var\$/$ENV{"NAGIOS_$var"}/g; + } + return $input; +} + +#--- +#--- add error(s) to global error list +#--- +sub add_error { + push @{$rc{error}}, @_; +} + +#--- +#--- create unique tmpfile and try to create it +#--- +sub get_tmpfile { + my ($path,$prefix)=@_; + my $attempt=0; + my $tmpfile=""; + #--- check existance of path and create it if necessary + if (! -d $path && ! mkdir($path,0700)) { + die("get_tmpfile: error creating tmp_path $path:$!"); + return ""; + } + #--- do 5 attempts to create tmpfile + while (++$attempt <= 5) { + my $suffix=int(rand(89999))+10000; + $tmpfile="$path/$prefix.$suffix"; + next if (-f $tmpfile); + if (open(TMP,">$tmpfile")) { + close TMP; + return $tmpfile; + } + } + die("get_tmpfile: giving up opening $tmpfile:$!"); + return ""; +} + +#--- +#--- remove too old files from $tmpdir +#--- +sub garbage_collection { + my $interval=shift; + opendir(DIR, $opt{tmpdir}) or die "garbage_collection: cannot open directory $opt{tmpdir}: $!"; + while (defined(my $filename = readdir(DIR))) { + #--- basic security against weak tmpdirs: delete only files beginning with $MYSELF + next if ($filename!~/^$MYSELF/); + my $mtime=(stat("$opt{tmpdir}/$filename"))[9]; + if (time-$mtime>($interval*60*60)) { + debug(2, sprintf("garbage collection: removing %d hours old $opt{tmpdir}/$filename", (time-$mtime)/(60*60))); + unlink "$opt{tmpdir}/$filename"; + } + } + closedir(DIR); +} + +#--- +#--- execute $command, return result in %cmd +#--- +sub exec_command { + my ($cmd)=@_; + my $tmp_stdout=""; + my $tmp_stderr=""; + + #--- execute command with alarm timer to catch timeouts + $SIG{'ALRM'} = sub { die "timeout" }; + eval { + alarm($opt{timeout}); + + #--- prepare tmpfiles for stdout and stderr + $tmp_stdout=&get_tmpfile($opt{tmpdir}, "${MYSELF}_stdout_$$"); + $tmp_stderr=&get_tmpfile($opt{tmpdir}, "${MYSELF}_stderr_$$"); + + #--- execute command and store stdout/stderr/return code + `$cmd{command} 1>$tmp_stdout 2>$tmp_stderr`; + $cmd{rc}=$? >> 8; + $cmd{timestamp}=time; + + #--- store stdout/stderr and cleanup tmpfiles + $cmd{output}=readfile($tmp_stdout); + $cmd{stderr}=readfile($tmp_stderr); + unlink $tmp_stdout, $tmp_stderr; + debug(3, "exec_command: raw output:>" . squeeze($cmd{output},"both",80) . "< raw stderr:>" . squeeze($cmd{stderr},"both",80) . "<"); + + $cmd{output} .= $cmd{stderr}; + + #--- unknown return code? change it explicitly to UNKNOWN + if (!defined($rc{r2s}{$cmd{rc}})) { + $cmd{stderr}.=" RC was $cmd{no}{rc}!"; + $cmd{rc}=$UNKNOWN; + } + + #--- remove white chars from output + chomp $cmd{output}; + $cmd{output}=~s/'//mg; + #$cmd{output}=~s/\n/\\n/mg; + #$cmd{output}=mytrim($cmd{output},"\\n\\s"); + #$cmd{stderr}=mytrim($cmd{stderr},"\\n\\s"); + + #print "DEBUG output:>$cmd{output}< stderr:>$cmd{stderr} 0) { + $cmd{elapsed_seconds}=$cmd{timestamp}-$cmd{old_timestamp}; + $cmd{delta}=$cmd{output}-$cmd{old_output}; + writefile("$opt{tmpdir}/$opt{tmpfile}", "$cmd{timestamp} $cmd{output}"); + debug(2, "do_analysis: elapsed_seconds:$cmd{elapsed_seconds} delta:$cmd{delta}"); + if ($cmd{elapsed_seconds} > 0) { + $cmd{output}=sprintf "%.2f", $cmd{delta}/$cmd{elapsed_seconds}; + } + } else { + writefile("$opt{tmpdir}/$opt{tmpfile}", "$cmd{timestamp} $cmd{output}"); + $cmd{result}=squeeze($cmd{output},"left",80); + $cmd{match}="[ delta: no previous output available ]"; + return $UNKNOWN; + } + } + + #--- start with no match + $cmd{match}="none"; + $cmd{matchlist}=[]; + + if ($opt{string}) { + #--- escape newlines in multiline pattern + $cmd{output}=~s/\n/\\n/mg; + $cmd{result}=squeeze($cmd{output},"left",50); + } else { + #--- remove last newline from numerical patterns + chomp($cmd{output}) if ($cmd{output}=~/\n$/); + $cmd{result}=$cmd{output}; + } + + #--- step forward in the order of severity from OK to CRITICAL + foreach my $severity (@{$rc{textsev}}) { + + if (defined($opt{$severity})) { + my $expression="\'$cmd{output}\'$opt{$severity}"; + debug(2,"do_analysis: evaluate expression for severity $severity >\'" . squeeze($cmd{output},"left",80) . + "\'" . squeeze($opt{$severity},"both",80)."<"); + #--- can be numerical or string evaluation + if (eval($expression)) { + $cmd{match}=$opt{$severity}; + push @{$cmd{matchlist}},$severity; + $returncode=$rc{number}{$severity}; + if ($opt{string}) { + $cmd{result}="x" . match_env($cmd{output},$opt{$severity},50); + } else { + $cmd{result}=$cmd{output}; + #$cmd{result}=squeeze($cmd{output},"both",80); + } + debug(2,"do_analysis: eval was successful rc:$returncode result:\'$cmd{result}\' match:\'$cmd{match}\'"); + } else { + $cmd{result}=squeeze($cmd{output},"both",80); + debug(2,"do_analysis: eval was *not* successful rc:$returncode severity:$severity expression:>\'" . + squeeze($cmd{output},"both",80) . "\'$opt{$severity}<"); + } + + } + } + return $returncode; +} + +#--- +#--- +#--- +sub do_report { + my $cmd=shift; + + foreach my $var ('$opt{name}','$rc{rc}','$rc{label}{$rc{rc}}','$cmd{result}','$cmd{match}','$cmd{matchlist}') { + defined_var("do_report",$var); + } + #--- report results + my $report_output=sprintf "%s %s - result:%s match:%s %s", + $opt{name}, + $rc{label}{$rc{rc}}, + defined($cmd{result}) ? $cmd{result} : "[...]", + defined($cmd{match}) ? $cmd{match} : "[...]", + (@{$cmd{matchlist}}) ? "severities:" . join(',',@{$cmd{matchlist}}) : ""; + #print mysubst($report_output,"\\|","PIPE"); + print $report_output; + #printf "|%s=%s", $opt{performance}, squeeze($cmd{output},"left",80) if ($opt{performance}); + printf "\n"; +} +# +# +# +sub defined_var { + my ($prefix,$var)=@_; + if (! eval "defined($var)") { + debug(0,"$prefix: var $var is not defined"); + return 0; + } + return 1; +} + +#------------------------------------------------------------------------------- +#--- main ---------------------------------------------------------------------- +#------------------------------------------------------------------------------- + +#--- parse command line options +if (&process_parameters != $OK) { + exit $UNKNOWN; +} + +#--- initialize timer for overall timeout +$rc{starttime}=time; +$rc{endtime}=$rc{starttime} + $opt{timeout}; + +#--- execute command +&exec_command(\%cmd); + +#--- analyze results +$rc{rc}=&do_analysis(\%cmd); + +#--- report +&do_report(\%cmd); + +#--- return rc with highest severity +exit $rc{rc}; diff --git a/pu/libexec/check_hpasm b/pu/libexec/check_hpasm new file mode 100644 index 0000000..3827ad5 --- /dev/null +++ b/pu/libexec/check_hpasm @@ -0,0 +1,10751 @@ +#! /usr/local/bin/perl -w + +package Nagios::MiniPlugin; + +use strict; +use Getopt::Long qw(:config no_ignore_case bundling); + +our @STATUS_CODES = qw(OK WARNING CRITICAL UNKNOWN DEPENDENT); + +require Exporter; +our @ISA = qw(Exporter); +our @EXPORT = (@STATUS_CODES, qw(nagios_exit nagios_die check_messages)); +our @EXPORT_OK = qw(%ERRORS); + +use constant OK => 0; +use constant WARNING => 1; +use constant CRITICAL => 2; +use constant UNKNOWN => 3; +use constant DEPENDENT => 4; + +our %ERRORS = ( + 'OK' => OK, + 'WARNING' => WARNING, + 'CRITICAL' => CRITICAL, + 'UNKNOWN' => UNKNOWN, + 'DEPENDENT' => DEPENDENT, +); + +our %STATUS_TEXT = reverse %ERRORS; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + perfdata => [], + messages => { + ok => [], + warning => [], + critical => [], + unknown => [], + }, + args => [], + opts => Nagios::MiniPlugin::Getopt->new(%params), + }; + foreach (qw(shortname usage version url plugin blurb extra + license timeout)) { + $self->{$_} = $params{$_}; + } + bless $self, $class; +} + +sub add_arg { + my $self = shift; + $self->{opts}->add_arg(@_); +} + +sub getopts { + my $self = shift; + $self->{opts}->getopts(); +} + +sub opts { + my $self = shift; + return $self->{opts}; +} + +sub add_message { + my $self = shift; + my ($code, @messages) = @_; + $code = (qw(ok warning critical unknown))[$code] if $code =~ /^\d+$/; + $code = lc $code; + push @{$self->{messages}->{$code}}, @messages; +} + +sub remove_message { + my $self = shift; + my ($code, @messages) = @_; + $code = (qw(ok warning critical unknown))[$code] if $code =~ /^\d+$/; + $code = lc $code; + pop @{$self->{messages}->{$code}}; +} + +sub add_perfdata { + my ($self, %args) = @_; + my $str = $args{label}.'='.$args{value}; + if ($args{uom}) { + $str .= $args{uom}; + } + if ($args{warning}) { + $str .= ';'.$args{warning}; + } + if ($args{critical}) { + $str .= ';'.$args{critical}; + } + push @{$self->{perfdata}}, $str; +} + + +sub check_messages { + my $self = shift; + my %args = @_; + + # Add object messages to any passed in as args + for my $code (qw(critical warning unknown ok)) { + my $messages = $self->{messages}->{$code} || []; + if ($args{$code}) { + unless (ref $args{$code} eq 'ARRAY') { + if ($code eq 'ok') { + $args{$code} = [ $args{$code} ]; + } + } + push @{$args{$code}}, @$messages; + } else { + $args{$code} = $messages; + } + } + my %arg = %args; + $arg{join} = ' ' unless defined $arg{join}; + + # Decide $code + my $code = OK; + $code ||= CRITICAL if @{$arg{critical}}; + $code ||= WARNING if @{$arg{warning}}; + $code ||= UNKNOWN if @{$arg{unknown}}; + return $code unless wantarray; + + # Compose message + my $message = ''; + if ($arg{join_all}) { + $message = join( $arg{join_all}, + map { @$_ ? join( $arg{'join'}, @$_) : () } + $arg{critical}, + $arg{warning}, + $arg{unknown}, + $arg{ok} ? (ref $arg{ok} ? $arg{ok} : [ $arg{ok} ]) : [] + ); + } + + else { + $message ||= join( $arg{'join'}, @{$arg{critical}} ) + if $code == CRITICAL; + $message ||= join( $arg{'join'}, @{$arg{warning}} ) + if $code == WARNING; + $message ||= join( $arg{'join'}, @{$arg{unknown}} ) + if $code == UNKNOWN; + $message ||= ref $arg{ok} ? join( $arg{'join'}, @{$arg{ok}} ) : $arg{ok} + if $arg{ok}; + } + + return ($code, $message); +} + +sub nagios_exit { + my $self = shift; + my ($code, $message, $arg) = @_; + $code = $ERRORS{$code} if defined $code && exists $ERRORS{$code}; + $code = UNKNOWN unless defined $code && exists $STATUS_TEXT{$code}; + $message = '' unless defined $message; + if (ref $message && ref $message eq 'ARRAY') { + $message = join(' ', map { chomp; $_ } @$message); + } else { + chomp $message; + } + my $output = "$STATUS_TEXT{$code}"; + $output .= " - $message" if defined $message && $message ne ''; + if (scalar (@{$self->{perfdata}})) { + $output .= " | ".join(" ", @{$self->{perfdata}}); + } + $output .= "\n"; + print $output; + exit $code; +} + +package Nagios::MiniPlugin::Getopt; + +use strict; +use File::Basename; +use Data::Dumper; +use Getopt::Long qw(:config no_ignore_case bundling); + +# Standard defaults +my %DEFAULT = ( + timeout => 60, + verbose => 0, + license => +"This nagios plugin is free software, and comes with ABSOLUTELY NO WARRANTY. +It may be used, redistributed and/or modified under the terms of the GNU +General Public Licence (see http://www.fsf.org/licensing/licenses/gpl.txt).", +); +# Standard arguments +my @ARGS = ({ + spec => 'usage|?', + help => "-?, --usage\n Print usage information", + }, { + spec => 'help|h', + help => "-h, --help\n Print detailed help screen", + }, { + spec => 'version|V', + help => "-V, --version\n Print version information", + }, { + #spec => 'extra-opts:s@', + #help => "--extra-opts=[
[@]]\n Section and/or config_file from which to load extra options (may repeat)", + }, { + spec => 'timeout|t=i', + help => "-t, --timeout=INTEGER\n Seconds before plugin times out (default: %s)", + default => $DEFAULT{timeout}, + }, { + spec => 'verbose|v+', + help => "-v, --verbose\n Show details for command-line debugging (can repeat up to 3 times)", + default => $DEFAULT{verbose}, + }, +); +# Standard arguments we traditionally display last in the help output +my %DEFER_ARGS = map { $_ => 1 } qw(timeout verbose); + +sub _init +{ + my $self = shift; + my %params = @_; + # Check params + my $plugin = basename($ENV{NAGIOS_PLUGIN} || $0); + #my %attr = validate( @_, { + my %attr = ( + usage => 1, + version => 0, + url => 0, + plugin => { default => $plugin }, + blurb => 0, + extra => 0, + 'extra-opts' => 0, + license => { default => $DEFAULT{license} }, + timeout => { default => $DEFAULT{timeout} }, + ); + + # Add attr to private _attr hash (except timeout) + $self->{timeout} = delete $attr{timeout}; + $self->{_attr} = { %attr }; + foreach (keys %{$self->{_attr}}) { + if (exists $params{$_}) { + $self->{_attr}->{$_} = $params{$_}; + } else { + $self->{_attr}->{$_} = $self->{_attr}->{$_}->{default} + if ref ($self->{_attr}->{$_}) eq 'HASH' && + exists $self->{_attr}->{$_}->{default}; + } + } + # Chomp _attr values + chomp foreach values %{$self->{_attr}}; + + # Setup initial args list + $self->{_args} = [ grep { exists $_->{spec} } @ARGS ]; + + $self +} + +sub new +{ + my $class = shift; + my $self = bless {}, $class; + $self->_init(@_); +} + +sub add_arg { + my $self = shift; + my %arg = @_; + push (@{$self->{_args}}, \%arg); +} + +sub getopts { + my $self = shift; + my %commandline = (); + my @params = map { $_->{spec} } @{$self->{_args}}; + if (! GetOptions(\%commandline, @params)) { + $self->print_help(); + exit 0; + } else { + no strict 'refs'; + do { $self->print_help(); exit 0; } if $commandline{help}; + do { $self->print_version(); exit 0 } if $commandline{version}; + do { $self->print_usage(); exit 0 } if $commandline{usage}; + foreach (map { $_->{spec} =~ /^([\w\-]+)/; $1; } @{$self->{_args}}) { + my $field = $_; + *{"$field"} = sub { + return $self->{opts}->{$field}; + }; + } + foreach (grep { exists $_->{default} } @{$self->{_args}}) { + $_->{spec} =~ /^([\w\-]+)/; + my $spec = $1; + $self->{opts}->{$spec} = $_->{default}; + } + foreach (keys %commandline) { + $self->{opts}->{$_} = $commandline{$_}; + } + } +} + +sub get { + my $self = shift; + my $opt = shift; + return $self->{opts}->{$opt}; +} + +sub print_help { + my $self = shift; + $self->print_version(); + printf "\n%s\n", $self->{_attr}->{license}; + printf "\n%s\n\n", $self->{_attr}->{blurb}; + $self->print_usage(); + foreach (@{$self->{_args}}) { + printf " %s\n", $_->{help}; + } + exit 0; +} + +sub print_usage { + my $self = shift; + printf $self->{_attr}->{usage}, $self->{_attr}->{plugin}; + print "\n"; +} + +sub print_version { + my $self = shift; + printf "%s %s", $self->{_attr}->{plugin}, $self->{_attr}->{version}; + printf " [%s]", $self->{_attr}->{url} if $self->{_attr}->{url}; + print "\n"; +} + +sub print_license { + my $self = shift; + printf "%s\n", $self->{_attr}->{license}; + print "\n"; +} + + +package SNMP::Utils; + +use strict; + +{ + sub get_indices { + my $oids = shift; + my $entry = shift; + my $numindices = shift; + # find all oids beginning with $entry + # then skip one field for the sequence + # then read the next numindices fields + my $entrypat = $entry; + $entrypat =~ s/\./\\\./g; + my @indices = map { + /^$entrypat\.\d+\.(.*)/ && $1; + } grep { + /^$entrypat/ + } keys %{$oids}; + my %seen = (); + my @o = map {[split /\./]} sort grep !$seen{$_}++, @indices; + return @o; + } + + sub get_size { + my $oids = shift; + my $entry = shift; + my $entrypat = $entry; + $entrypat =~ s/\./\\\./g; + my @entries = grep { + /^$entrypat/ + } keys %{$oids}; + return scalar(@entries); + } + + sub get_object { + my $oids = shift; + my $object = shift; + my @indices = @_; + #my $oid = $object.'.'.join('.', @indices); + my $oid = $object; + $oid .= '.'.join('.', @indices) if (@indices); + return $oids->{$oid}; + } + + sub get_object_value { + my $oids = shift; + my $object = shift; + my $values = shift; + my @indices = @_; + my $key = get_object($oids, $object, @indices); + if (defined $key) { + return $values->{$key}; + } else { + return undef; + } + } + + #SNMP::Utils::counter([$idxs1, $idxs2], $idx1, $idx2), + # this flattens a n-dimensional array and returns the absolute position + # of the element at position idx1,idx2,...,idxn + # element 1,2 in table 0,0 0,1 0,2 1,0 1,1 1,2 2,0 2,1 2,2 is at pos 6 + sub get_number { + my $indexlists = shift; #, zeiger auf array aus [1, 2] + my @element = @_; + my $dimensions = scalar(@{$indexlists->[0]}); + my @sorted = (); + my $number = 0; + if ($dimensions == 1) { + @sorted = + sort { $a->[0] <=> $b->[0] } @{$indexlists}; + } elsif ($dimensions == 2) { + @sorted = + sort { $a->[0] <=> $b->[0] || $a->[1] <=> $b->[1] } @{$indexlists}; + } elsif ($dimensions == 3) { + @sorted = + sort { $a->[0] <=> $b->[0] || + $a->[1] <=> $b->[1] || + $a->[2] <=> $b->[2] } @{$indexlists}; + } + foreach (@sorted) { + if ($dimensions == 1) { + if ($_->[0] == $element[0]) { + last; + } + } elsif ($dimensions == 2) { + if ($_->[0] == $element[0] && $_->[1] == $element[1]) { + last; + } + } elsif ($dimensions == 3) { + if ($_->[0] == $element[0] && + $_->[1] == $element[1] && + $_->[2] == $element[2]) { + last; + } + } + $number++; + } + return ++$number; + } + +} + +package HP::Proliant::Component::EventSubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + events => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + boottime => 0, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + $self = HP::Proliant::Component::EventSubsystem::SNMP->new(%params); + my $sysUpTime = SNMP::Utils::get_object( + $self->{rawdata}, '1.3.6.1.2.1.1.3.0') || 3600*24*100; + $self->{boottime} = int(time - $sysUpTime / 100); + } elsif ($self->{method} eq 'cli') { + $self = HP::Proliant::Component::EventSubsystem::CLI->new(%params); + my $uptime = do { local (@ARGV, $/) = "/proc/uptime"; my $x = <>; close ARGV; $x }; + # also watch 10 minutes of booting before the operating system starts ticking + $self->{boottime} = time - int((split(/\s+/, $uptime))[0]) - 600; + } else { + die "unknown method"; + } + # repair dates + my $lasttime = 0; + for my $event (reverse @{$self->{events}}) { + if ($event->{cpqHeEventLogUpdateTime} != 0) { + $lasttime = $event->{cpqHeEventLogUpdateTime}; + } else { + $event->{cpqHeEventLogUpdateTime} = $lasttime; + } + } + # maybe the most recent events had zero timestamps. + # fill them up with timestamps from the past. + for my $event (@{$self->{events}}) { + if ($event->{cpqHeEventLogUpdateTime} != 0) { + $lasttime = $event->{cpqHeEventLogUpdateTime}; + } else { + $event->{cpqHeEventLogUpdateTime} = $lasttime; + } + } + # we need the boottime in the event's check method + for my $event (@{$self->{events}}) { + $event->{boottime} = $self->{boottime}; + } + return $self; +} + +sub check { + my $self = shift; + my $errorfound = 0; + $self->add_info('checking events'); + if (scalar (@{$self->{events}}) == 0) { + #$self->overall_check(); + $self->add_info('no events found'); + } else { + foreach (sort { $a->{cpqHeEventLogEntryNumber} <=> $b->{cpqHeEventLogEntryNumber}} + @{$self->{events}}) { + $_->check($self->{warningtime}, $self->{criticaltime}); + } + } +} + +sub dump { + my $self = shift; + foreach (sort { $a->{cpqHeEventLogEntryNumber} <=> $b->{cpqHeEventLogEntryNumber} } @{$self->{events}}) { + $_->dump(); + } +} + + +package HP::Proliant::Component::EventSubsystem::Event; +our @ISA = qw(HP::Proliant::Component::EventSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +{ + our $interesting_events = { + # POST Error: 201-Memory Error Multi-bit error occurred during memory initialization, Board 1, Bank B. Bank containing DIMM(s) has been disabled.. + # POST Error: 201-Memory Error Single-bit error occured during memory initialization, Board 1, DIMM 1. Bank containing DIMM(s) has been disabled.. + # POST Error: 207-Memory initialization error on Memory Board 5 DIMM 7. The operating system may not have access to all of the memory installed in the system.. + # POST Error: 207-Invalid Memory Configuration-Mismatched DIMMs within DIMM Bank Memory in Bank A Not Utilized.. + # POST Error: 210 - Quick Path Interconnect (QPI) Link Degradation. A QPI link is operating in a degraded performace state.. + 'POST Messages' => [ + '201-Memory', '207-Memory', + '210\s*-\s*Quick Path Interconnect.*degraded.*' + ], + 'Main Memory' => [ + 'Corrected Memory Error threshold exceeded', + 'Uncorrectable Memory Error', + ], + }; +} + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqHeEventLogEntryNumber => $params{cpqHeEventLogEntryNumber}, + cpqHeEventLogEntrySeverity => lc $params{cpqHeEventLogEntrySeverity}, + cpqHeEventLogEntryClass => $params{cpqHeEventLogEntryClass}, + cpqHeEventLogEntryCount => $params{cpqHeEventLogEntryCount} || 1, + cpqHeEventLogInitialTime => $params{cpqHeEventLogInitialTime}, + cpqHeEventLogUpdateTime => $params{cpqHeEventLogUpdateTime}, + cpqHeEventLogErrorDesc => $params{cpqHeEventLogErrorDesc}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + if (! $self->{cpqHeEventLogInitialTime}) { + $self->{cpqHeEventLogInitialTime} = $self->{cpqHeEventLogUpdateTime}; + } + # + # + #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + # |warn |crit |now + # + #<----- ignore -------><----- warning ------><---------- critical ---------> + # + # If we have --eventrange / + # Very young events are shown as critical + # If the event gets older, it is shown as warning + # At some time, the event is no longer shown + # Without --eventrange the event is shown as critical until you manually repair it + if ($params{runtime}->{options}->{eventrange}) { + my ($warningrange, $criticalrange) = split(/\//, $params{runtime}->{options}->{eventrange}); + if (! $criticalrange) { + $criticalrange = $warningrange; + } + if ($criticalrange =~ /^(\d+)[s]*$/) { + $criticalrange = $1; + } elsif ($criticalrange =~ /^(\d+)m$/) { + $criticalrange = $1 * 60; + } elsif ($criticalrange =~ /^(\d+)h$/) { + $criticalrange = $1 * 3600; + } elsif ($criticalrange =~ /^(\d+)d$/) { + $criticalrange = $1 * 3600 * 24; + } else { + die "range has to be [smhd]"; + } + if ($warningrange =~ /^(\d+)[s]*$/) { + $warningrange = $1; + } elsif ($warningrange =~ /^(\d+)m$/) { + $warningrange = $1 * 60; + } elsif ($warningrange =~ /^(\d+)h$/) { + $warningrange = $1 * 3600; + } elsif ($warningrange =~ /^(\d+)d$/) { + $warningrange = $1 * 3600 * 24; + } else { + die "range has to be [smhd]"; + } + $self->{warningtime} = time - $warningrange; + $self->{criticaltime} = time - $criticalrange; + } else { + $self->{warningtime} = 0; + $self->{criticaltime} = 0; + } + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('evt', $self->{cpqHeEventLogEntryNumber}); + # only check severity "critical" and "caution" + # optional: only check interesting events + # POST events only if they date maximum from reboot-5min + # younger than critical? -> critical + # + $self->add_info(sprintf "Event: %d Added: %s Class: (%s) %s %s", + $self->{cpqHeEventLogEntryNumber}, + $self->{cpqHeEventLogUpdateTime}, + $self->{cpqHeEventLogEntryClass}, + $self->{cpqHeEventLogEntrySeverity}, + $self->{cpqHeEventLogErrorDesc}); + if ($self->{cpqHeEventLogEntrySeverity} eq "caution" || + $self->{cpqHeEventLogEntrySeverity} eq "critical") { + # also watch 10 minutes of booting before the operating system starts ticking + if ($self->{cpqHeEventLogUpdateTime} >= $self->{boottime}) { + foreach my $class (keys %{$HP::Proliant::Component::EventSubsystem::Event::interesting_events}) { + foreach my $pattern (@{$HP::Proliant::Component::EventSubsystem::Event::interesting_events->{$class}}) { + if ($self->{cpqHeEventLogErrorDesc} =~ /$pattern/) { + if ($self->{cpqHeEventLogUpdateTime} < $self->{warningtime}) { + # you didn't care for this problem too long. + # don't say i didn't warn you. + if (0) { + # auto-ack? + } + last; + } elsif ($self->{cpqHeEventLogUpdateTime} < $self->{criticaltime}) { + $self->add_message(WARNING, $self->{info}); + last; + } else { + $self->add_message(CRITICAL, $self->{info}); + last; + } + } + } + } + } + } else { + # info, repair... + } +} + +sub dump { + my $self = shift; + printf "[EVENT_%s]\n", $self->{cpqHeEventLogEntryNumber}; + foreach (qw(cpqHeEventLogEntryNumber cpqHeEventLogEntrySeverity + cpqHeEventLogEntryCount cpqHeEventLogInitialTime + cpqHeEventLogUpdateTime cpqHeEventLogErrorDesc)) { + if ($_ =~ /.*Time$/) { + printf "%s: %s\n", $_, scalar localtime $self->{$_}; + } else { + printf "%s: %s\n", $_, $self->{$_}; + } + } + printf "info: %s\n\n", $self->{info}; +} + + + +package HP::Proliant::Component::EventSubsystem::CLI; +our @ISA = qw(HP::Proliant::Component::EventSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; +use Time::Local; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + events => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(%params); + return $self; +} + + +sub init { + my $self = shift; + my %params = @_; + my %tmpevent = ( + runtime => $params{runtime}, + ); + my $inblock = 0; + foreach (grep(/^iml/, split(/\n/, $self->{rawdata}))) { + s/^iml\s*//g; + if (/^Event:\s+(\d+)\s+[\w]+:\s+(\d+)\/(\d+)\/(\d+)\s+(\d+):(\d+)/) { + # Event: 31 Added: 09/22/2011 05:11 + # 1 2 3 4 5 6 + $tmpevent{cpqHeEventLogEntryNumber} = $1; + if ($4 == 0) { + # Event: 29 Added: 00/00/0000 00:00 + $tmpevent{cpqHeEventLogUpdateTime} = 0; + } else { + eval { + $tmpevent{cpqHeEventLogUpdateTime} = timelocal(0, $6, $5, $3, $2 - 1, $4); + }; + if ($@) { + # Event: 10 Added: 27/27/2027 27:27 + $tmpevent{cpqHeEventLogUpdateTime} = 0; + } + } + $inblock = 1; + } elsif (/^(\w+):\s+(.*?)\s+\-\s+(.*)/) { + $tmpevent{cpqHeEventLogEntrySeverity} = $1; + $tmpevent{cpqHeEventLogEntryClass} = $2; + $tmpevent{cpqHeEventLogErrorDesc} = $3; + if ($tmpevent{cpqHeEventLogErrorDesc} =~ /.*?:\s+(\d+)/) { + $tmpevent{cpqHeEventLogEntryCode} = $1; + } else { + $tmpevent{cpqHeEventLogEntryCode} = 0; + } + } elsif (/^\s*$/) { + if ($inblock) { + $inblock = 0; + push(@{$self->{events}}, + HP::Proliant::Component::EventSubsystem::Event->new(%tmpevent)); + %tmpevent = ( + runtime => $params{runtime}, + ); + } + } + } + if ($inblock) { + push(@{$self->{events}}, + HP::Proliant::Component::EventSubsystem::Event->new(%tmpevent)); + } +} + + + +package HP::Proliant::Component::EventSubsystem::SNMP; +our @ISA = qw(HP::Proliant::Component::EventSubsystem + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; +use Time::Local; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + events => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->overall_init(%params); + $self->init(%params); + return $self; +} + +sub overall_init { + my $self = shift; + my %params = @_; + my $snmpwalk = $params{rawdata}; + # overall + my $cpqHeEventLogSupported = '1.3.6.1.4.1.232.6.2.11.1.0'; + my $cpqHeEventLogSupportedValue = { + 1 => 'other', + 2 => 'notSupported', + 3 => 'supported', + 4 => 'clear', + }; + my $cpqHeEventLogCondition = '1.3.6.1.4.1.232.6.2.11.2.0'; + my $cpqHeEventLogConditionValue = { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }; + $self->{eventsupp} = SNMP::Utils::get_object_value( + $snmpwalk, $cpqHeEventLogSupported, + $cpqHeEventLogSupportedValue); + $self->{eventstatus} = SNMP::Utils::get_object_value( + $snmpwalk, $cpqHeEventLogCondition, + $cpqHeEventLogConditionValue); + $self->{eventsupp} |= lc $self->{eventsupp}; + $self->{eventstatus} |= lc $self->{eventstatus}; +} + +sub init { + my $self = shift; + my %params = @_; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqHeEventLogEntry => "1.3.6.1.4.1.232.6.2.11.3.1", + cpqHeEventLogEntryNumber => "1.3.6.1.4.1.232.6.2.11.3.1.1", + cpqHeEventLogEntrySeverity => "1.3.6.1.4.1.232.6.2.11.3.1.2", + cpqHeEventLogEntryClass => "1.3.6.1.4.1.232.6.2.11.3.1.3", + cpqHeEventLogEntryCode => "1.3.6.1.4.1.232.6.2.11.3.1.4", + cpqHeEventLogEntryCount => "1.3.6.1.4.1.232.6.2.11.3.1.5", + cpqHeEventLogInitialTime => "1.3.6.1.4.1.232.6.2.11.3.1.6", + cpqHeEventLogUpdateTime => "1.3.6.1.4.1.232.6.2.11.3.1.7", + cpqHeEventLogErrorDesc => "1.3.6.1.4.1.232.6.2.11.3.1.8", + + cpqHeEventLogEntryClassValue => { + # 2 Fan Failure (Fan 1, Location I/O Board) + # Internal Storage System Overheating (Slot 0, Zone 1, Location Storage, Temperature Unknown) + # System Fans Not Redundant (Location I/O Board) + # MY MUSTARD: only critical events should lead to an alert, if at all. The caution events mean "loss of redundancy". + # We monitor temperatures and fan status anyway. + #2 => "", + # 3 Corrected Memory Error threshold exceeded (System Memory, Memory Module 1) + # Uncorrectable Memory Error detected by ROM-based memory validation (Board 1, Memory Module 4) + # MY MUSTARD: threshold exceeded is caution. Uncorrectable errors are critical. Both should be detected anyway. + 3 => "Main Memory", + # 4 Accelerator Cache Memory Parity Error (Socket 1) + #4 => "", + # 5 Processor Correctable error threshold exceeded (Board 0, Processor 2) + #5 => "", + # 6 Unrecoverable Intermodule Bus error (Error code 0x00000000) + #6 => "", + # 8 PCI Bus Error (Slot 0, Bus 0, Device 0, Function 0) + 8 => "PCI Bus", + # 10 1720-S.M.A.R.T. Hard Drive Detects Imminent Failure + # POST Error: 201-Memory Error Multi-bit error occurred during memory initialization, Board 1, Bank B. Bank containing DIMM(s) has been disabled.. + # POST Error: 201-Memory Error Single-bit error occured during memory initialization, Board 1, DIMM 1. Bank containing DIMM(s) has been disabled.. + # POST Error: 207-Memory Configuration Warning - memory boards should be installed sequentially. + # POST Error: 210-Memory Board Failure on board 4. + # POST Error: 210-Memory Board Power Fault on board 3. + # POST Error: 207-Memory initialization error on Memory Board 5 DIMM 7. The operating system may not have access to all of the memory installed in the system.. + # POST Error: 207-Invalid Memory Configuration-Mismatched DIMMs within DIMM Bank Memory in Bank A Not Utilized.. + 10 => "POST Messages", + 11 => "Power Subsystem", + 13 => "ASR", + # 14 Automatic Operating System Shutdown Initiated Due to Overheat Condition + # Automatic Operating System Shutdown Initiated Due to Fan Failure + # Blue Screen Trap (BugCheck, STOP: 0x00000050 (0x9CB2C5B4, 0x00000001, 0x00000004, 0x00000000)) + # Operating System failure (BugCheck, STOP: 0x000000AB (0x00000005, 0x00000488, 0x00000000, 0x00000002)) + 14 => "OS Class", + # 15 Unknown Event (Class 15, Code 255) + #15 => "", + # 17 Network Adapter Link Down (Slot 0, Port 4) + # Network Adapters Redundancy Reduced (Slot 0, Port 1) + 17 => "Network Adapter", + # 19 Drive Array Device Failure (Slot 0, Bus 2, Bay 4) + # Internal SAS Enclosure Device Failure (Bay 1, Box 1, Port 2I, Slot 1) + #19 => "", + # 20 An Unrecoverable System Error (NMI) has occurred + # Unrecoverable System Error has occurred (Error code 0x01AE0E2F, 0x00000000) + 20 => "Unrecoverable System Error", + # 32 ROM flashed (New version: 01/09/2008) + 32 => "System Revision", + # 33 IML Cleared (Administrator) + # IML cleared through HP ProLiant Health Agent (cmahealthd) + # Insight Diagnostics Note: Physisches Festplattenlaufwerk 5, Controller Steckplatz 0-Diagnosis: Fehlgeschlagen + 33 => "Maintenance Note", + # 34 New Chassis Connected (Enclosure Address 27AC) + # Loss Of Chassis Connectivity (Enclosure Serial Number 8004******) + # Server Blade Enclosure Server Blade Inserted (Slot 16, Enclosure Address 0000) + #34 => "", + }, + cpqHeEventLogEntrySeverityValue => { + 2 => "informational", + 3 => "infoWithAlert", + 6 => "repaired", + 9 => "caution", + 15 => "critical", + }, + # Time + # 07 D8 09 02 11 11 + }; + # INDEX { cpqHeEventLogEntryNumber } + foreach ($self->get_entries($oids, 'cpqHeEventLogEntry')) { + if ($_->{cpqHeEventLogInitialTime} =~ /^(([0-9a-fA-F]{2})( [0-9a-fA-F]{2})*)\s*$/) { + $_->{cpqHeEventLogInitialTime} =~ s/ //; + my ($year, $month, $day, $hour, $min) = map { hex($_) } split(/\s+/, $_->{cpqHeEventLogInitialTime}); + if ($year == 0) { + $_->{cpqHeEventLogInitialTime} = 0; + } else { + eval { + $_->{cpqHeEventLogInitialTime} = timelocal(0, $min, $hour, $day, $month - 1, $year); + }; + if ($@) { + $_->{cpqHeEventLogInitialTime} = 0; + } + } + } elsif ($_->{cpqHeEventLogInitialTime} =~ /^0x([0-9a-fA-F]{4})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})/) { + my ($year, $month, $day, $hour, $min) = map { hex($_) } ($1, $2, $3, $4, $5); + if ($year == 0) { + $_->{cpqHeEventLogInitialTime} = 0; + } else { + eval { + $_->{cpqHeEventLogInitialTime} = timelocal(0, $min, $hour, $day, $month - 1, $year); + }; + if ($@) { + $_->{cpqHeEventLogInitialTime} = 0; + } + } + } elsif ($_->{cpqHeEventLogInitialTime} =~ /^\0\0\0\0\0\0/) { + $_->{cpqHeEventLogInitialTime} = 0; + } + if ($_->{cpqHeEventLogUpdateTime} =~ /^(([0-9a-fA-F]{2})( [0-9a-fA-F]{2})*)\s*$/) { + $_->{cpqHeEventLogUpdateTime} =~ s/ //; + my ($year, $month, $day, $hour, $min) = map { hex($_) } split(/\s+/, $_->{cpqHeEventLogUpdateTime}); + if ($year == 0) { + $_->{cpqHeEventLogUpdateTime} = 0; + } else { + eval { + $_->{cpqHeEventLogUpdateTime} = timelocal(0, $min, $hour, $day, $month - 1, $year); + }; + if ($@) { + $_->{cpqHeEventLogUpdateTime} = 0; + } + } + } elsif ($_->{cpqHeEventLogUpdateTime} =~ /^0x([0-9a-fA-F]{4})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})/) { + my ($year, $month, $day, $hour, $min) = map { hex($_) } ($1, $2, $3, $4, $5); + if ($year == 0) { + $_->{cpqHeEventLogUpdateTime} = 0; + } else { + eval { + $_->{cpqHeEventLogUpdateTime} = timelocal(0, $min, $hour, $day, $month - 1, $year); + }; + if ($@) { + $_->{cpqHeEventLogUpdateTime} = 0; + } + } + } elsif ($_->{cpqHeEventLogUpdateTime} =~ /^\0\0\0\0\0\0/) { + $_->{cpqHeEventLogUpdateTime} = 0; + } + if ($_->{cpqHeEventLogErrorDesc} =~ /^(([0-9a-fA-F]{2})(\s+[0-9a-fA-F]{2})*)\s*$/) { + $_->{cpqHeEventLogErrorDesc} = join "", map { chr($_) } map { if (hex($_) > 127) { 20; } else { hex($_) } } split(/\s+/, $_->{cpqHeEventLogErrorDesc}); + } + push(@{$self->{events}}, + HP::Proliant::Component::EventSubsystem::Event->new(%{$_})); + } +} + +sub overall_check { + my $self = shift; + my $result = 0; + $self->blacklist('oe', ''); + if ($self->{eventsupp} && $self->{eventsupp} eq "supported") { + if ($self->{eventstatus} eq "ok") { + $result = 0; + $self->add_info('eventlog system is ok'); + } else { + $result = 0; + $self->add_info(sprintf "eventlog system is %s", $self->{eventstatus}); + } + } else { + $result = 0; + $self->add_info('no event status found'); + } +} + + +package HP::Proliant::Component::PowersupplySubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + powersupplies => [], + powerconverters => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + return HP::Proliant::Component::PowersupplySubsystem::SNMP->new(%params); + } elsif ($self->{method} eq 'cli') { + return HP::Proliant::Component::PowersupplySubsystem::CLI->new(%params); + } else { + die "unknown method"; + } + return $self; +} + +sub check { + my $self = shift; + my $errorfound = 0; + $self->add_info('checking power supplies'); + if (scalar (@{$self->{powersupplies}}) == 0) { + #$self->overall_check(); + } else { + foreach (@{$self->{powersupplies}}) { + $_->check(); + } + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{powersupplies}}) { + $_->dump(); + } +} + + +package HP::Proliant::Component::PowersupplySubsystem::Powersupply; +our @ISA = qw(HP::Proliant::Component::PowersupplySubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqHeFltTolPowerSupplyChassis => $params{cpqHeFltTolPowerSupplyChassis}, + cpqHeFltTolPowerSupplyBay => $params{cpqHeFltTolPowerSupplyBay}, + cpqHeFltTolPowerSupplyPresent => $params{cpqHeFltTolPowerSupplyPresent}, + cpqHeFltTolPowerSupplyCondition => $params{cpqHeFltTolPowerSupplyCondition}, + cpqHeFltTolPowerSupplyRedundant => $params{cpqHeFltTolPowerSupplyRedundant}, + cpqHeFltTolPowerSupplyCapacityUsed => $params{cpqHeFltTolPowerSupplyCapacityUsed} || 0, + cpqHeFltTolPowerSupplyCapacityMaximum => $params{cpqHeFltTolPowerSupplyCapacityMaximum} || 0, + blacklisted => 0, + info => undef, + extendexinfo => undef, + }; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('p', $self->{cpqHeFltTolPowerSupplyBay}); + if ($self->{cpqHeFltTolPowerSupplyPresent} eq "present") { + if ($self->{cpqHeFltTolPowerSupplyCondition} ne "ok") { + if ($self->{cpqHeFltTolPowerSupplyCondition} eq "other") { + $self->add_info(sprintf "powersupply %d is missing", + $self->{cpqHeFltTolPowerSupplyBay}); + } else { + $self->add_info(sprintf "powersupply %d needs attention (%s)", + $self->{cpqHeFltTolPowerSupplyBay}, + $self->{cpqHeFltTolPowerSupplyCondition}); + } + $self->add_message(CRITICAL, $self->{info}); + } else { + $self->add_info(sprintf "powersupply %d is %s", + $self->{cpqHeFltTolPowerSupplyBay}, + $self->{cpqHeFltTolPowerSupplyCondition}); + } + $self->add_extendedinfo(sprintf "ps_%s=%s", + $self->{cpqHeFltTolPowerSupplyBay}, + $self->{cpqHeFltTolPowerSupplyCondition}); + if ($self->{cpqHeFltTolPowerSupplyCapacityUsed} && + $self->{cpqHeFltTolPowerSupplyCapacityMaximum}) { + if ($self->{runtime}->{options}->{perfdata}) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf("pc_%s", $self->{cpqHeFltTolPowerSupplyBay}), + value => $self->{cpqHeFltTolPowerSupplyCapacityUsed}, + warning => $self->{cpqHeFltTolPowerSupplyCapacityMaximum}, + critical => $self->{cpqHeFltTolPowerSupplyCapacityMaximum} + ); + } + } elsif ($self->{cpqHeFltTolPowerSupplyCapacityUsed}) { + if ($self->{runtime}->{options}->{perfdata}) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf("pc_%s", $self->{cpqHeFltTolPowerSupplyBay}), + value => $self->{cpqHeFltTolPowerSupplyCapacityUsed} + ); + } + } + } else { + $self->add_info(sprintf "powersupply %d is %s", + $self->{cpqHeFltTolPowerSupplyBay}, + $self->{cpqHeFltTolPowerSupplyPresent}); + $self->add_extendedinfo(sprintf "ps_%s=%s", + $self->{cpqHeFltTolPowerSupplyBay}, + $self->{cpqHeFltTolPowerSupplyPresent}); + } +} + + +sub dump { + my $self = shift; + printf "[PS_%s]\n", $self->{cpqHeFltTolPowerSupplyBay}; + foreach (qw(cpqHeFltTolPowerSupplyBay cpqHeFltTolPowerSupplyChassis + cpqHeFltTolPowerSupplyPresent cpqHeFltTolPowerSupplyCondition + cpqHeFltTolPowerSupplyRedundant cpqHeFltTolPowerSupplyCapacityUsed + cpqHeFltTolPowerSupplyCapacityMaximum)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n\n", $self->{info}; +} + + +package HP::Proliant::Component::PowersupplySubsystem::Powerconverter; +our @ISA = qw(HP::Proliant::Component::PowersupplySubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + + cpqHePowerConvEntry => $params{cpqHePowerConvEntry}, + cpqHePowerConvChassis => $params{cpqHePowerConvChassis}, + cpqHePowerConvIndex => $params{cpqHePowerConvIndex}, + cpqHePowerConvPresent => $params{cpqHePowerConvPresent}, + cpqHePowerConvRedundant => $params{cpqHePowerConvRedundant}, + cpqHePowerConvCondition => $params{cpqHePowerConvCondition}, + cpqHePowerConvHwLocation => $params{cpqHePowerConvHwLocation}, + blacklisted => 0, + info => undef, + extendexinfo => undef, + }; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('pc', $self->{cpqHePowerConvIndex}); + if ($self->{cpqHePowerConvPresent} eq "present") { + if ($self->{cpqHePowerConvCondition} ne "ok") { + if ($self->{cpqHePowerConvCondition} eq "other") { + $self->add_info(sprintf "powerconverter %d is missing", + $self->{cpqHePowerConvIndex}); + } else { + $self->add_info(sprintf "powerconverter %d needs attention (%s)", + $self->{cpqHePowerConvIndex}, + $self->{cpqHePowerConvCondition}); + } + $self->add_message(CRITICAL, $self->{info}); + } else { + $self->add_info(sprintf "powerconverter %d is %s", + $self->{cpqHePowerConvIndex}, + $self->{cpqHePowerConvCondition}); + } + $self->add_extendedinfo(sprintf "pc_%s=%s", + $self->{cpqHePowerConvIndex}, + $self->{cpqHePowerConvCondition}); + } else { + $self->add_info(sprintf "powerconverter %d is %s", + $self->{cpqHePowerConvIndex}, + $self->{cpqHePowerConvPresent}); + $self->add_extendedinfo(sprintf "pc_%s=%s", + $self->{cpqHePowerConvIndex}, + $self->{cpqHePowerConvPresent}); + } +} + + +sub dump { + my $self = shift; + printf "[PS_%s]\n", ($self->{cpqHePowerConvChassis} ? $self->{cpqHePowerConvChassis}.":" : "").$self->{cpqHePowerConvIndex}; + foreach (qw(cpqHePowerConvIndex cpqHePowerConvPresent cpqHePowerConvRedundant cpqHePowerConvCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n\n", $self->{info}; +} + + + +package HP::Proliant::Component::PowersupplySubsystem::CLI; +our @ISA = qw(HP::Proliant::Component::PowersupplySubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + powersupplies => [], + powerconverters => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(%params); + return $self; +} + +sub init { + my $self = shift; + my %params = @_; + my %tmpps = ( + runtime => $self->{runtime}, + cpqHeFltTolPowerSupplyChassis => 1, + ); + my $inblock = 0; + foreach (grep(/^powersupply/, split(/\n/, $self->{rawdata}))) { + s/^powersupply\s*//g; + if (/^Power supply #(\d+)/) { + if ($inblock) { + $inblock = 0; + push(@{$self->{powersupplies}}, + HP::Proliant::Component::PowersupplySubsystem::Powersupply->new(%tmpps)); + %tmpps = ( + runtime => $self->{runtime}, + cpqHeFltTolPowerSupplyChassis => 1, + ); + } + $tmpps{cpqHeFltTolPowerSupplyBay} = $1; + $inblock = 1; + } elsif (/\s*Present\s+:\s+(\w+)/) { + $tmpps{cpqHeFltTolPowerSupplyPresent} = lc $1 eq 'yes' ? 'present' : + lc $1 eq 'no' ? 'absent': 'other'; + } elsif (/\s*Redundant\s*:\s+(\w+)/) { + $tmpps{cpqHeFltTolPowerSupplyRedundant} = lc $1 eq 'yes' ? 'redundant' : + lc $1 eq 'no' ? 'notRedundant' : 'other'; + } elsif (/\s*Condition\s*:\s+(\w+)/) { + $tmpps{cpqHeFltTolPowerSupplyCondition} = lc $1; + } elsif (/\s*Power\s*:\s+(\d+)/) { + $tmpps{cpqHeFltTolPowerSupplyCapacityUsed} = $1; + } elsif (/\s*Power Supply not present/) { + $tmpps{cpqHeFltTolPowerSupplyPresent} = "absent"; + $tmpps{cpqHeFltTolPowerSupplyCondition} = "other"; + $tmpps{cpqHeFltTolPowerSupplyRedundant} = "notRedundant"; + } elsif (/^\s*$/) { + if ($inblock) { + $inblock = 0; + push(@{$self->{powersupplies}}, + HP::Proliant::Component::PowersupplySubsystem::Powersupply->new(%tmpps)); + %tmpps = ( + runtime => $self->{runtime}, + cpqHeFltTolPowerSupplyChassis => 1, + ); + } + } + } + if ($inblock) { + push(@{$self->{powersupplies}}, + HP::Proliant::Component::PowersupplySubsystem::Powersupply->new(%tmpps)); + %tmpps = ( + runtime => $params{runtime}, + ); + } +} + + +package HP::Proliant::Component::PowersupplySubsystem::SNMP; +our @ISA = qw(HP::Proliant::Component::PowersupplySubsystem + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + powersupplies => [], + powerconverters => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(%params); + return $self; +} + +sub init { + my $self = shift; + my %params = @_; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqHeFltTolPowerSupplyEntry => "1.3.6.1.4.1.232.6.2.9.3.1", + cpqHeFltTolPowerSupplyChassis => "1.3.6.1.4.1.232.6.2.9.3.1.1", + cpqHeFltTolPowerSupplyBay => "1.3.6.1.4.1.232.6.2.9.3.1.2", + cpqHeFltTolPowerSupplyPresent => "1.3.6.1.4.1.232.6.2.9.3.1.3", + cpqHeFltTolPowerSupplyCondition => "1.3.6.1.4.1.232.6.2.9.3.1.4", + cpqHeFltTolPowerSupplyRedundant => "1.3.6.1.4.1.232.6.2.9.3.1.9", + cpqHeFltTolPowerSupplyPresentValue => { + 1 => "other", + 2 => "absent", + 3 => "present", + }, + cpqHeFltTolPowerSupplyConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqHeFltTolPowerSupplyCapacityUsed => '1.3.6.1.4.1.232.6.2.9.3.1.7', + cpqHeFltTolPowerSupplyCapacityMaximum => '1.3.6.1.4.1.232.6.2.9.3.1.8', + cpqHeFltTolPowerSupplyRedundantValue => { + 1 => "other", + 2 => "notRedundant", + 3 => "redundant", + }, + }; + + # INDEX { cpqHeFltTolPowerSupplyChassis, cpqHeFltTolPowerSupplyBay } + foreach ($self->get_entries($oids, 'cpqHeFltTolPowerSupplyEntry')) { + push(@{$self->{powersupplies}}, + HP::Proliant::Component::PowersupplySubsystem::Powersupply->new(%{$_})); + } + + $oids = { + cpqHePowerConvEntry => "1.3.6.1.4.1.232.6.2.13.3.1", + cpqHePowerConvChassis => "1.3.6.1.4.1.232.6.2.13.3.1.1", + cpqHePowerConvIndex => "1.3.6.1.4.1.232.6.2.13.3.1.2", + cpqHePowerConvPresent => "1.3.6.1.4.1.232.6.2.13.3.1.3", + cpqHePowerConvRedundant => "1.3.6.1.4.1.232.6.2.13.3.1.6", + cpqHePowerConvCondition => "1.3.6.1.4.1.232.6.2.13.3.1.8", + cpqHePowerConvPresentValue => { + 1 => "other", + 2 => "absent", + 3 => "present", + }, + cpqHePowerConvRedundantValue => { + 1 => "other", + 2 => "notRedundant", + 3 => "redundant", + }, + cpqHePowerConvConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqHePowerConvHwLocation => "1.3.6.1.4.1.232.6.2.13.3.1.9", + }; + + # INDEX { cpqHePowerConvChassis cpqHePowerConvIndex } + foreach ($self->get_entries($oids, 'cpqHePowerConvEntry')) { + push(@{$self->{powerconverters}}, + HP::Proliant::Component::PowersupplySubsystem::Powerconverter->new(%{$_})); + } + # keine ahnung, was man damit machen kann + +} + +package HP::Proliant::Component::TemperatureSubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; +################################## custom_thresholds + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + temperatures => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if ($params{runtime}->{options}->{customthresholds}) { + if (-f $params{runtime}->{options}->{customthresholds}) { + $params{runtime}->{options}->{customthresholds} = + do { local (@ARGV, $/) = + $params{runtime}->{options}->{customthresholds}; <> }; + } + foreach my $ct_items + (split(/\//, $params{runtime}->{options}->{customthresholds})) { + if ($ct_items =~ /^(\d+):(\d+)$/) { + $params{runtime}->{options}->{thresholds}->{$1} = $2; + } else { + die sprintf "invalid threshold %s", $ct_items; + } + } + } + if ($self->{method} eq 'snmp') { + return HP::Proliant::Component::TemperatureSubsystem::SNMP->new(%params); + } elsif ($self->{method} eq 'cli') { + return HP::Proliant::Component::TemperatureSubsystem::CLI->new(%params); + } else { + die "unknown method"; + } + return $self; +} + +sub check { + my $self = shift; + my $errorfound = 0; + $self->add_info('checking temperatures'); + if (scalar (@{$self->{temperatures}}) == 0) { + #$self->overall_check(); + $self->add_info('no temperatures found'); + } else { + foreach (sort { $a->{cpqHeTemperatureIndex} <=> $b->{cpqHeTemperatureIndex}} + @{$self->{temperatures}}) { + $_->check(); + } + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{temperatures}}) { + $_->dump(); + } +} + + +package HP::Proliant::Component::TemperatureSubsystem::Temperature; +our @ISA = qw(HP::Proliant::Component::TemperatureSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqHeTemperatureChassis => $params{cpqHeTemperatureChassis}, + cpqHeTemperatureIndex => $params{cpqHeTemperatureIndex}, + cpqHeTemperatureLocale => $params{cpqHeTemperatureLocale}, + cpqHeTemperatureCelsius => $params{cpqHeTemperatureCelsius}, + cpqHeTemperatureThresholdCelsius => $params{cpqHeTemperatureThresholdCelsius}, + cpqHeTemperatureCondition => $params{cpqHeTemperatureCondition}, + cpqHeTemperatureThresholdType => $params{cpqHeTemperatureThresholdType} || "unknown", + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if ($params{runtime}->{options}->{celsius}) { + $self->{cpqHeTemperatureUnits} = 'C'; + $self->{cpqHeTemperature} = $self->{cpqHeTemperatureCelsius}; + $self->{cpqHeTemperatureThreshold} = + $self->{cpqHeTemperatureThresholdCelsius}; + } else { + $self->{cpqHeTemperatureUnits} = 'F'; + $self->{cpqHeTemperature} = + (($self->{cpqHeTemperatureCelsius} * 9) / 5) + 32; + $self->{cpqHeTemperatureThreshold} = + (($self->{cpqHeTemperatureThresholdCelsius} * 9) / 5) + 32; + } + my $index = $self->{cpqHeTemperatureIndex}; + if (exists $params{runtime}->{options}->{thresholds}->{$index}) { + $self->{cpqHeTemperatureThreshold} = + $params{runtime}->{options}->{thresholds}->{$index}; + + } + if ($self->{cpqHeTemperatureThresholdCelsius} == -99) { + bless $self, 'HP::Proliant::Component::TemperatureSubsystem::SoSTemperature'; + } elsif ($self->{cpqHeTemperatureThresholdCelsius} == 0) { + # taucht auf, seit man gen8 ueber das ilo abfragen kann + bless $self, 'HP::Proliant::Component::TemperatureSubsystem::SoSTemperature'; + } + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('t', $self->{cpqHeTemperatureIndex}); + if ($self->{cpqHeTemperature} > $self->{cpqHeTemperatureThreshold}) { + $self->add_info(sprintf "%d %s temperature too high (%d%s, %d max)", + $self->{cpqHeTemperatureIndex}, $self->{cpqHeTemperatureLocale}, + $self->{cpqHeTemperature}, $self->{cpqHeTemperatureUnits}, + $self->{cpqHeTemperatureThreshold}); + $self->add_message(CRITICAL, $self->{info}); + } elsif ($self->{cpqHeTemperature} < 0) { + # #21 SCSI_BACKPLANE_ZONE -1C/31F 60C/140F OK - can't be true + $self->add_info(sprintf "%d %s temperature too low (%d%s)", + $self->{cpqHeTemperatureIndex}, $self->{cpqHeTemperatureLocale}, + $self->{cpqHeTemperature}, $self->{cpqHeTemperatureUnits}); + $self->add_message(CRITICAL, $self->{info}); + } else { + $self->add_info(sprintf "%d %s temperature is %d%s (%d max)", + $self->{cpqHeTemperatureIndex}, $self->{cpqHeTemperatureLocale}, + $self->{cpqHeTemperature}, $self->{cpqHeTemperatureUnits}, + $self->{cpqHeTemperatureThreshold}); + } + if ($self->{runtime}->{options}->{perfdata} == 2) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('temp_%s', $self->{cpqHeTemperatureIndex}), + value => $self->{cpqHeTemperature}, + warning => $self->{cpqHeTemperatureThreshold}, + critical => $self->{cpqHeTemperatureThreshold} + ); + } elsif ($self->{runtime}->{options}->{perfdata} == 1) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('temp_%s_%s', $self->{cpqHeTemperatureIndex}, + $self->{cpqHeTemperatureLocale}), + value => $self->{cpqHeTemperature}, + warning => $self->{cpqHeTemperatureThreshold}, + critical => $self->{cpqHeTemperatureThreshold} + ); + } + $self->add_extendedinfo(sprintf "temp_%s=%d", + $self->{cpqHeTemperatureIndex}, + $self->{cpqHeTemperature}); +} + +sub dump { + my $self = shift; + printf "[TEMP_%s]\n", $self->{cpqHeTemperatureIndex}; + foreach (qw(cpqHeTemperatureChassis cpqHeTemperatureIndex + cpqHeTemperatureLocale cpqHeTemperatureCelsius cpqHeTemperatureThreshold + cpqHeTemperatureThresholdType cpqHeTemperatureCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n\n", $self->{info}; +} + + +package HP::Proliant::Component::TemperatureSubsystem::SoSTemperature; +our @ISA = qw(HP::Proliant::Component::TemperatureSubsystem::Temperature); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub check { + my $self = shift; + $self->blacklist('t', $self->{cpqHeTemperatureIndex}); + $self->add_info(sprintf "%d %s temperature is %d%s (no thresh.)", + $self->{cpqHeTemperatureIndex}, $self->{cpqHeTemperatureLocale}, + $self->{cpqHeTemperature}, $self->{cpqHeTemperatureUnits}); + if ($self->{runtime}->{options}->{perfdata} == 2) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('temp_%s', $self->{cpqHeTemperatureIndex}), + value => $self->{cpqHeTemperature}, + ); + } elsif ($self->{runtime}->{options}->{perfdata} == 1) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('temp_%s_%s', $self->{cpqHeTemperatureIndex}, + $self->{cpqHeTemperatureLocale}), + value => $self->{cpqHeTemperature}, + ); + } + $self->add_extendedinfo(sprintf "temp_%s=%d", + $self->{cpqHeTemperatureIndex}, + $self->{cpqHeTemperature}); +} + + + +package HP::Proliant::Component::TemperatureSubsystem::CLI; +our @ISA = qw(HP::Proliant::Component::TemperatureSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + temperatures => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(%params); + return $self; +} + +sub init { + my $self = shift; + my %params = @_; + my $tempcnt = 1; + foreach (grep(/^temp/, split(/\n/, $params{rawdata}))) { + s/^temp\s*//g; + if (/^#(\d+)\s+([\w_\/\-#]+)\s+(-*\d+)C\/(\d+)F\s+(\d+)C\/(\d+)F/) { + my %params = (); + $params{runtime} = $self->{runtime}; + $params{cpqHeTemperatureChassis} = 1; + $params{cpqHeTemperatureIndex} = $1; + $params{cpqHeTemperatureLocale} = lc $2; + $params{cpqHeTemperatureCelsius} = $3; + $params{cpqHeTemperatureThresholdCelsius} = $5; + $params{cpqHeTemperatureCondition} = 'unknown'; + push(@{$self->{temperatures}}, + HP::Proliant::Component::TemperatureSubsystem::Temperature->new( + %params)); + } elsif (/^#(\d+)\s+([\w_\/\-#]+)\s+\-\s+(\d+)C\/(\d+)F/) { + # #3 CPU#2 - 0C/0F + $self->trace(2, sprintf "skipping temperature %s", $_); + } elsif (/^#(\d+)\s+([\w_\/\-#]+)\s+(\d+)C\/(\d+)F\s+\-/) { + # #3 CPU#2 0C/0F - + $self->trace(2, sprintf "skipping temperature %s", $_); + } elsif (/^#(\d+)\s+([\w_\/\-#]+)\s+\-\s+\-/) { + # #3 CPU#2 - - + $self->trace(2, sprintf "skipping temperature %s", $_); + } elsif (/^#(\d+)/) { + $self->trace(0, sprintf "send this to lausser: %s", $_); + } + } +} + + +package HP::Proliant::Component::TemperatureSubsystem::SNMP; +our @ISA = qw(HP::Proliant::Component::TemperatureSubsystem + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + temperatures => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->overall_init(%params); + $self->init(%params); + return $self; +} + +sub overall_init { + my $self = shift; + my %params = @_; + my $snmpwalk = $params{rawdata}; + # overall + my $cpqHeThermalTempStatus = '1.3.6.1.4.1.232.6.2.6.3.0'; + my $cpqHeThermalTempStatusValue = { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }; + $self->{tempstatus} = lc SNMP::Utils::get_object_value( + $snmpwalk, $cpqHeThermalTempStatus, + $cpqHeThermalTempStatusValue); + $self->{tempstatus} |= lc $self->{tempstatus}; +} + +sub init { + my $self = shift; + my %params = @_; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqHeTemperatureEntry => "1.3.6.1.4.1.232.6.2.6.8.1", + cpqHeTemperatureChassis => "1.3.6.1.4.1.232.6.2.6.8.1.1", + cpqHeTemperatureIndex => "1.3.6.1.4.1.232.6.2.6.8.1.2", + cpqHeTemperatureLocale => "1.3.6.1.4.1.232.6.2.6.8.1.3", + cpqHeTemperatureCelsius => "1.3.6.1.4.1.232.6.2.6.8.1.4", + cpqHeTemperatureThresholdCelsius => "1.3.6.1.4.1.232.6.2.6.8.1.5", + cpqHeTemperatureCondition => "1.3.6.1.4.1.232.6.2.6.8.1.6", + cpqHeTemperatureThresholdType => "1.3.6.1.4.1.232.6.2.6.8.1.7", + cpqHeTemperatureLocaleValue => { + 1 => "other", + 2 => "unknown", + 3 => "system", + 4 => "systemBoard", + 5 => "ioBoard", + 6 => "cpu", + 7 => "memory", + 8 => "storage", + 9 => "removableMedia", + 10 => "powerSupply", + 11 => "ambient", + 12 => "chassis", + 13 => "bridgeCard", + }, + cpqHeTemperatureConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }, + cpqHeTemperatureThresholdTypeValue => { + 1 => 'other', + 5 => 'blowout', + 9 => 'caution', + 15 => 'critical', + }, + }; + # INDEX { cpqHeTemperatureChassis, cpqHeTemperatureIndex } + foreach ($self->get_entries($oids, 'cpqHeTemperatureEntry')) { + # sieht aus, als wurden die gar nicht existieren. + # im ilo4 werden sie als n/a angezeigt + next if $_->{cpqHeTemperatureThresholdType} eq "caution" && $_->{cpqHeTemperatureThresholdCelsius} == 0; + push(@{$self->{temperatures}}, + HP::Proliant::Component::TemperatureSubsystem::Temperature->new(%{$_})); + } +} + +sub overall_check { + my $self = shift; + my $result = 0; + $self->blacklist('ots', ''); + if ($self->{tempstatus}) { + if ($self->{tempstatus} eq "ok") { + $result = 0; + $self->add_info('all temp sensors are within normal operating range'); + } elsif ($self->{tempstatus} eq "degraded") { + $result = 1; + $self->add_info('a temp sensor is outside of normal operating range'); + } elsif ($self->{tempstatus} eq "failed") { + $result = 2; + $self->add_info('a temp sensor detects a condition that could permanently +damage the system'); + } elsif ($self->{tempstatus} eq "other") { + $result = 0; + $self->add_info('temp sensing is not supported by this system or driver'); + } + } else { + $result = 0; + $self->add_info('no global temp status found'); + } +} + + +package HP::Proliant::Component::CpuSubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; +################################## scrapiron ########## + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + cpus => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + return HP::Proliant::Component::CpuSubsystem::SNMP->new(%params); + } elsif ($self->{method} eq 'cli') { + return HP::Proliant::Component::CpuSubsystem::CLI->new(%params); + } else { + die "unknown method"; + } + return $self; +} + +sub check { + my $self = shift; + my $errorfound = 0; + $self->add_info('checking cpus'); + if (scalar (@{$self->{cpus}}) == 0) { + # sachen gibts..... + # $self->overall_check(); # sowas ist mir nur einmal untergekommen + } else { + foreach (@{$self->{cpus}}) { + $_->check(); + } + } +} + +sub num_cpus { + my $self = shift; + return scalar @{$self->{cpus}}; +} + +sub dump { + my $self = shift; + foreach (@{$self->{cpus}}) { + $_->dump(); + } +} + + +package HP::Proliant::Component::CpuSubsystem::Cpu; +our @ISA = qw(HP::Proliant::Component::CpuSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqSeCpuSlot => $params{cpqSeCpuSlot}, + cpqSeCpuUnitIndex => $params{cpqSeCpuUnitIndex}, + cpqSeCpuName => $params{cpqSeCpuName}, + cpqSeCpuStatus => $params{cpqSeCpuStatus}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('c', $self->{cpqSeCpuUnitIndex}); + if ($self->{cpqSeCpuStatus} ne "ok") { + if ($self->{runtime}->{options}{scrapiron} && + ($self->{cpqSeCpuStatus} eq "unknown")) { + $self->add_info(sprintf "cpu %d probably ok (%s)", + $self->{cpqSeCpuUnitIndex}, $self->{cpqSeCpuStatus}); + } else { + $self->add_info(sprintf "cpu %d needs attention (%s)", + $self->{cpqSeCpuUnitIndex}, $self->{cpqSeCpuStatus}); + $self->add_message(CRITICAL, $self->{info}); + } + } else { + $self->add_info(sprintf "cpu %d is %s", + $self->{cpqSeCpuUnitIndex}, $self->{cpqSeCpuStatus}); + } + $self->add_extendedinfo(sprintf "cpu_%s=%s", + $self->{cpqSeCpuUnitIndex}, $self->{cpqSeCpuStatus}); +} + +sub dump { + my $self = shift; + printf "[CPU_%s]\n", $self->{cpqSeCpuUnitIndex}; + foreach (qw(cpqSeCpuSlot cpqSeCpuUnitIndex cpqSeCpuName cpqSeCpuStatus)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n", $self->{info}; + printf "\n"; +} +package HP::Proliant::Component::CpuSubsystem::CLI; +our @ISA = qw(HP::Proliant::Component::CpuSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + cpus => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(%params); + return $self; +} + +sub init { + my $self = shift; + my %params = @_; + my %tmpcpu = ( + runtime => $params{runtime}, + ); + my $inblock = 0; + foreach (grep(/^server/, split(/\n/, $self->{rawdata}))) { + if (/Processor:\s+(\d+)/) { + $tmpcpu{cpqSeCpuUnitIndex} = $1; + $inblock = 1; + } elsif (/Name\s*:\s+(.+?)\s*$/) { + $tmpcpu{cpqSeCpuName} = $1; + } elsif (/Status\s*:\s+(.+?)\s*$/) { + $tmpcpu{cpqSeCpuStatus} = lc $1; + } elsif (/Socket\s*:\s+(.+?)\s*$/) { + $tmpcpu{cpqSeCpuSlot} = $1; + } elsif (/^server\s*$/) { + if ($inblock) { + $inblock = 0; + push(@{$self->{cpus}}, + HP::Proliant::Component::CpuSubsystem::Cpu->new(%tmpcpu)); + %tmpcpu = ( + runtime => $params{runtime}, + ); + } + } + } + if ($inblock) { + push(@{$self->{cpus}}, + HP::Proliant::Component::CpuSubsystem::Cpu->new(%tmpcpu)); + } +} + + +package HP::Proliant::Component::CpuSubsystem::SNMP; +our @ISA = qw(HP::Proliant::Component::CpuSubsystem + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + cpus => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + # CPQSTDEQ-MIB + my $oids = { + cpqSeCpuEntry => '1.3.6.1.4.1.232.1.2.2.1.1', + cpqSeCpuUnitIndex => '1.3.6.1.4.1.232.1.2.2.1.1.1', + cpqSeCpuSlot => '1.3.6.1.4.1.232.1.2.2.1.1.2', + cpqSeCpuName => '1.3.6.1.4.1.232.1.2.2.1.1.3', + cpqSeCpuStatus => '1.3.6.1.4.1.232.1.2.2.1.1.6', + cpqSeCpuStatusValue => { + 1 => "unknown", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + 5 => "disabled", + }, + }; + + # INDEX { cpqSeCpuUnitIndex } + foreach ($self->get_entries($oids, 'cpqSeCpuEntry')) { + push(@{$self->{cpus}}, + HP::Proliant::Component::CpuSubsystem::Cpu->new(%{$_})); + } +} + + +package HP::Proliant::Component::FanSubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; +################################## fan_redundancy ########## + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + fans => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + return HP::Proliant::Component::FanSubsystem::SNMP->new(%params); + } elsif ($self->{method} eq 'cli') { + return HP::Proliant::Component::FanSubsystem::CLI->new(%params); + } else { + die 'unknown method'; + } + return $self; +} + +sub check { + my $self = shift; + my $errorfound = 0; + $self->add_info('checking fans'); + $self->blacklist('ff', ''); + if (scalar (@{$self->{fans}}) == 0) { + $self->overall_check(); # sowas ist mir nur einmal untergekommen + # die maschine hatte alles in allem nur 2 oids (cpqHeFltTolFanChassis) + # SNMPv2-SMI::enterprises.232.6.2.6.7.1.1.0.1 = INTEGER: 0 + # SNMPv2-SMI::enterprises.232.6.2.6.7.1.1.0.2 = INTEGER: 0 + } else { + my $overallhealth = $self->overall_check(); + foreach (@{$self->{fans}}) { + $_->{overallhealth} = $overallhealth; + $_->check(); + } + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{fans}}) { + $_->dump(); + } +} + +sub get_fan_by_index { + my $self = shift; + my $index; + foreach (@{$self->{fans}}) { + return $_ if exists $_->{cpqHeFltTolFanIndex} && + $_->{cpqHeFltTolFanIndex} == $index; + } + return undef; +} + + +package HP::Proliant::Component::FanSubsystem::Fan; +our @ISA = qw(HP::Proliant::Component::FanSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + if (exists $params{cpqHeFltTolFanRedundant}) { + return HP::Proliant::Component::FanSubsystem::Fan::FTol->new(%params); + } else { + return HP::Proliant::Component::FanSubsystem::Fan::Thermal->new(%params); + } +} + + +package HP::Proliant::Component::FanSubsystem::Fan::FTol; +our @ISA = qw(HP::Proliant::Component::FanSubsystem::Fan); + + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqHeFltTolFanChassis => $params{cpqHeFltTolFanChassis}, + cpqHeFltTolFanIndex => $params{cpqHeFltTolFanIndex}, + cpqHeFltTolFanLocale => $params{cpqHeFltTolFanLocale}, + cpqHeFltTolFanPresent => $params{cpqHeFltTolFanPresent}, + cpqHeFltTolFanType => $params{cpqHeFltTolFanType}, + cpqHeFltTolFanSpeed => $params{cpqHeFltTolFanSpeed}, + cpqHeFltTolFanRedundant => $params{cpqHeFltTolFanRedundant}, + cpqHeFltTolFanRedundantPartner => $params{cpqHeFltTolFanRedundantPartner}, + cpqHeFltTolFanCondition => $params{cpqHeFltTolFanCondition}, + cpqHeFltTolFanPctMax => $params{cpqHeFltTolFanPctMax}, #!!! + cpqHeFltTolFanHotPlug => $params{cpqHeFltTolFanHotPlug}, #!!! + partner => $params{partner}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if (($self->{cpqHeFltTolFanRedundant} eq 'redundant') && + ((! defined $self->{cpqHeFltTolFanRedundantPartner}) || + (! $self->{cpqHeFltTolFanRedundantPartner}))) { + $self->{cpqHeFltTolFanRedundant} = 'notRedundant'; + # cpqHeFltTolFanRedundantPartner=0: partner not avail + } + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('f', $self->{cpqHeFltTolFanIndex}); + $self->add_info(sprintf 'fan %d is %s, speed is %s, pctmax is %s%%, '. + 'location is %s, redundance is %s, partner is %s', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanPresent}, + $self->{cpqHeFltTolFanSpeed}, $self->{cpqHeFltTolFanPctMax}, + $self->{cpqHeFltTolFanLocale}, $self->{cpqHeFltTolFanRedundant}, + $self->{cpqHeFltTolFanRedundantPartner}); + $self->add_extendedinfo(sprintf 'fan_%s=%d%%', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanPctMax}); + if ($self->{cpqHeFltTolFanPresent} eq 'present') { + if ($self->{cpqHeFltTolFanSpeed} eq 'high') { + $self->add_info(sprintf 'fan %d (%s) runs at high speed', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanLocale}); + $self->add_message(CRITICAL, $self->{info}); + } elsif ($self->{cpqHeFltTolFanSpeed} ne 'normal') { + $self->add_info(sprintf 'fan %d (%s) needs attention', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanLocale}); + $self->add_message(CRITICAL, $self->{info}); + } + if ($self->{cpqHeFltTolFanCondition} eq 'failed') { + $self->add_info(sprintf 'fan %d (%s) failed', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanLocale}); + $self->add_message(CRITICAL, $self->{info}); + } elsif ($self->{cpqHeFltTolFanCondition} eq 'degraded') { + $self->add_info(sprintf 'fan %d (%s) degraded', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanLocale}); + $self->add_message(WARNING, $self->{info}); + } elsif ($self->{cpqHeFltTolFanCondition} ne 'ok' && + $self->{cpqHeFltTolFanCondition} ne 'other') { + $self->add_info(sprintf 'fan %d (%s) is not ok', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanLocale}); + $self->add_message(WARNING, $self->{info}); + } + if ($self->{cpqHeFltTolFanRedundant} eq 'notRedundant') { + # sieht so aus, als waere notRedundant und partner=0 normal z.b. dl360 + # das duerfte der fall sein, wenn nur eine cpu verbaut wurde und + # statt einem redundanten paar nur dummies drinstecken. + # "This specifies if the fan is in a redundant configuration" + # notRedundant heisst also sowohl nicht redundant wegen ausfall + # des partners als auch von haus aus nicht redundant ausgelegt + if ($self->{cpqHeFltTolFanRedundantPartner}) { + # nicht redundant, hat aber einen partner. da muss man genauer + # hinschauen + #if (my $partner = $self->{partner}) { + #} + if ($self->{overallhealth}) { + # da ist sogar das system der meinung, dass etwas faul ist + if (! $self->{runtime}->{options}->{ignore_fan_redundancy}) { + $self->add_info(sprintf 'fan %d (%s) is not redundant', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanLocale}); + $self->add_message(WARNING, $self->{info}); + } + } else { + # das ist wohl so gewollt, dass einzelne fans eingebaut werden, + # obwohl redundante paerchen vorgesehen sind. + # scheint davon abzuhaengen, wieviele cpus geordert wurden. + } + } + } elsif ($self->{cpqHeFltTolFanRedundant} eq 'other') { + #seen on a dl320 g5p with bios from 2008. + # maybe redundancy is not supported at all + } + } elsif ($self->{cpqHeFltTolFanPresent} eq 'failed') { # from cli + $self->add_info(sprintf 'fan %d (%s) failed', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanLocale}); + $self->add_message(CRITICAL, $self->{info}); + } elsif ($self->{cpqHeFltTolFanPresent} eq 'absent') { + $self->add_info(sprintf 'fan %d (%s) needs attention (is absent)', + $self->{cpqHeFltTolFanIndex}, $self->{cpqHeFltTolFanLocale}); + # weiss nicht, ob absent auch kaputt bedeuten kann + # wenn nicht, dann wuerde man sich hier dumm und daemlich blacklisten + #$self->add_message(CRITICAL, $self->{info}); + $self->add_message(WARNING, $self->{info}) if $self->{overallhealth}; + } + if ($self->{runtime}->{options}->{perfdata}) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('fan_%s', $self->{cpqHeFltTolFanIndex}), + value => $self->{cpqHeFltTolFanPctMax}, + uom => '%', + ); + } +} + +sub dump { + my $self = shift; + printf "[FAN_%s]\n", $self->{cpqHeFltTolFanIndex}; + foreach (qw(cpqHeFltTolFanChassis cpqHeFltTolFanIndex cpqHeFltTolFanLocale + cpqHeFltTolFanPresent cpqHeFltTolFanType cpqHeFltTolFanSpeed + cpqHeFltTolFanRedundant cpqHeFltTolFanRedundantPartner + cpqHeFltTolFanCondition cpqHeFltTolFanHotPlug)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n", $self->{info}; + printf "\n"; +} + + +package HP::Proliant::Component::FanSubsystem::Fan::Thermal; +our @ISA = qw(HP::Proliant::Component::FanSubsystem::Fan); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqHeThermalFanIndex => $params{cpqHeThermalFanIndex}, + cpqHeThermalFanRequired => $params{cpqHeThermalFanRequired}, + cpqHeThermalFanPresent => $params{cpqHeThermalFanPresent}, + cpqHeThermalFanCpuFan => $params{cpqHeThermalFanCpuFan}, + cpqHeThermalFanStatus => $params{cpqHeThermalFanStatus}, + cpqHeThermalFanHwLocation => $params{cpqHeThermalFanHwLocation}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; +} + +sub dump { + my $self = shift; + printf "[FAN_%s]\n", $self->{cpqHeThermalFanIndex}; + foreach (qw(cpqHeThermalFanIndex cpqHeThermalFanRequired + cpqHeThermalFanPresent cpqHeThermalFanCpuFan cpqHeThermalFanStatus + cpqHeThermalFanHwLocation)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n", $self->{info}; + printf "\n"; +} +package HP::Proliant::Component::FanSubsystem::CLI; +our @ISA = qw(HP::Proliant::Component::FanSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + fans => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(%params); + return $self; +} + +# partner not available = cpqHeFltTolFanRedundantPartner=0 +# cpqHeFltTolFanTypeValue = other +sub init { + my $self = shift; + my %params = @_; + my %tmpfan = (); + foreach (grep(/^fans/, split(/\n/, $self->{rawdata}))) { + s/^fans //g; + if (/^#(\d+)\s+([\w#_\/\-]+)\s+(\w+)\s+(\w+)\s+(FAILED|[N\/A\d]+)%*\s+([\w\/]+)\s+(FAILED|[N\/A\d]+)\s+(\w+)/) { + %tmpfan = ( + cpqHeFltTolFanIndex => $1, + cpqHeFltTolFanLocale => lc $2, + cpqHeFltTolFanPresent => lc $3, + cpqHeFltTolFanSpeed => lc $4, + cpqHeFltTolFanPctMax => lc $5, # (FAILED|[N\/A\d]+) + cpqHeFltTolFanRedundant => lc $6, + cpqHeFltTolFanRedundantPartner => lc $7, # (FAILED|[N\/A\d]+) + cpqHeFltTolFanHotPlug => lc $8, + ); + } elsif (/^#(\d+)\s+([\w#_\/\-]+?)(Yes|No|N\/A)\s+(\w+)\s+(FAILED|[N\/A\d]+)%*\s+([\w\/]+)\s+(FAILED|[N\/A\d]+)\s+(\w+)/) { + # #5 SCSI_BACKPLANE_ZONEYes NORMAL N/A .... + %tmpfan = ( + cpqHeFltTolFanIndex => $1, + cpqHeFltTolFanLocale => lc $2, + cpqHeFltTolFanPresent => lc $3, + cpqHeFltTolFanSpeed => lc $4, + cpqHeFltTolFanPctMax => lc $5, + cpqHeFltTolFanRedundant => lc $6, + cpqHeFltTolFanRedundantPartner => lc $7, + cpqHeFltTolFanHotPlug => lc $8, + ); + } elsif (/^#(\d+)\s+([\w#_\/\-]+)\s+[NOno]+\s/) { + # Fan is not installed. #2 CPU#2 No - - No N/A - + } elsif (/^#(\d+)/) { + main::contact_author("FAN", $_); + } + if (%tmpfan) { + $tmpfan{runtime} = $params{runtime}; + $tmpfan{cpqHeFltTolFanChassis} = 1; # geht aus hpasmcli nicht hervor + $tmpfan{cpqHeFltTolFanType} = 'other'; + if ($tmpfan{cpqHeFltTolFanPctMax} !~ /^\d+$/) { + if ($tmpfan{cpqHeFltTolFanSpeed} eq 'normal') { + $tmpfan{cpqHeFltTolFanPctMax} = 50; + } elsif ($tmpfan{cpqHeFltTolFanSpeed} eq 'high') { + $tmpfan{cpqHeFltTolFanPctMax} = 100; + } else { + $tmpfan{cpqHeFltTolFanPctMax} = 0; + } + } + if($tmpfan{cpqHeFltTolFanSpeed} eq 'failed') { + $tmpfan{cpqHeFltTolFanCondition} = 'failed'; + } elsif($tmpfan{cpqHeFltTolFanSpeed} eq 'n/a') { + $tmpfan{cpqHeFltTolFanCondition} = 'other'; + } else { + $tmpfan{cpqHeFltTolFanCondition} = 'ok'; + } + $tmpfan{cpqHeFltTolFanRedundant} = + $tmpfan{cpqHeFltTolFanRedundant} eq 'yes' ? 'redundant' : + $tmpfan{cpqHeFltTolFanRedundant} eq 'no' ? 'notRedundant' : 'other'; + $tmpfan{cpqHeFltTolFanPresent} = + $tmpfan{cpqHeFltTolFanPresent} eq 'yes' ? 'present' : + $tmpfan{cpqHeFltTolFanPresent} eq 'failed' ? 'present' : + $tmpfan{cpqHeFltTolFanPresent} eq 'no' ? 'absent' : 'other'; + $tmpfan{cpqHeFltTolFanHotPlug} = + $tmpfan{cpqHeFltTolFanHotPlug} eq 'yes' ? 'hotPluggable' : + $tmpfan{cpqHeFltTolFanHotPlug} eq 'no' ? 'nonHotPluggable' : 'other'; + push(@{$self->{fans}}, + HP::Proliant::Component::FanSubsystem::Fan->new(%tmpfan)); + %tmpfan = (); + } + } +} + +sub overall_check { + my $self = shift; + # nix. nur wegen der gleichheit mit snmp + return 0; +} + +package HP::Proliant::Component::FanSubsystem::SNMP; +our @ISA = qw(HP::Proliant::Component::FanSubsystem + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + fans => [], + he_fans => [], + th_fans => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->overall_init(%params); + $self->he_init(%params); + $self->te_init(%params); + $self->unite(); + return $self; +} + +sub overall_init { + my $self = shift; + my %params = @_; + my $snmpwalk = $params{rawdata}; + # overall + my $cpqHeThermalSystemFanStatus = '1.3.6.1.4.1.232.6.2.6.4.0'; + my $cpqHeThermalSystemFanStatusValue = { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }; + my $cpqHeThermalCpuFanStatus = '1.3.6.1.4.1.232.6.2.6.5.0'; + my $cpqHeThermalCpuFanStatusValue = { + 1 => 'other', + 2 => 'ok', + 4 => 'failed', # shutdown + }; + $self->{sysstatus} = SNMP::Utils::get_object_value( + $snmpwalk, $cpqHeThermalSystemFanStatus, + $cpqHeThermalSystemFanStatusValue); + $self->{cpustatus} = SNMP::Utils::get_object_value( + $snmpwalk, $cpqHeThermalCpuFanStatus, + $cpqHeThermalCpuFanStatusValue); + $self->{sysstatus} |= lc $self->{sysstatus}; + $self->{cpustatus} |= lc $self->{cpustatus}; +} + +sub te_init { + my $self = shift; + my %params = @_; + my $snmpwalk = $params{rawdata}; + my $ignore_redundancy = $params{ignore_redundancy}; + # cpqHeThermalFanTable + my $oids = { + cpqHeThermalFanEntry => '1.3.6.1.4.1.232.6.2.6.6.1', + cpqHeThermalFanIndex => '1.3.6.1.4.1.232.6.2.6.6.1.1', + cpqHeThermalFanRequired => '1.3.6.1.4.1.232.6.2.6.6.1.2', + cpqHeThermalFanPresent => '1.3.6.1.4.1.232.6.2.6.6.1.3', + cpqHeThermalFanCpuFan => '1.3.6.1.4.1.232.6.2.6.6.1.4', + cpqHeThermalFanStatus => '1.3.6.1.4.1.232.6.2.6.6.1.5', + cpqHeThermalFanHwLocation => '1.3.6.1.4.1.232.6.2.6.6.1.6', + cpqHeThermalFanRequiredValue => { + 1 => 'other', + 2 => 'nonRequired', + 3 => 'required', + }, + cpqHeThermalFanPresentValue => { + 1 => 'other', + 2 => 'absent', + 3 => 'present', + }, + cpqHeThermalFanCpuFanValue => { + 1 => 'other', + 2 => 'systemFan', + 3 => 'cpuFan', + }, + cpqHeThermalFanStatusValue => { + 1 => 'other', + 2 => 'ok', + 4 => 'failed', + }, + }; + # INDEX { cpqHeThermalFanIndex } + foreach ($self->get_entries($oids, 'cpqHeThermalFanEntry')) { + next if ! $_->{cpqHeThermalFanPresent}; + push(@{$self->{th_fans}}, + HP::Proliant::Component::FanSubsystem::Fan->new(%{$_})); + } +} + +sub he_init { + my $self = shift; + my %params = @_; + my $snmpwalk = $params{rawdata}; + my $ignore_redundancy = $params{ignore_redundancy}; + # cpqHeFltTolFanTable + my $oids = { + cpqHeFltTolFanEntry => '1.3.6.1.4.1.232.6.2.6.7.1', + cpqHeFltTolFanChassis => '1.3.6.1.4.1.232.6.2.6.7.1.1', + cpqHeFltTolFanIndex => '1.3.6.1.4.1.232.6.2.6.7.1.2', + cpqHeFltTolFanLocale => '1.3.6.1.4.1.232.6.2.6.7.1.3', + cpqHeFltTolFanPresent => '1.3.6.1.4.1.232.6.2.6.7.1.4', + cpqHeFltTolFanType => '1.3.6.1.4.1.232.6.2.6.7.1.5', + cpqHeFltTolFanSpeed => '1.3.6.1.4.1.232.6.2.6.7.1.6', + cpqHeFltTolFanRedundant => '1.3.6.1.4.1.232.6.2.6.7.1.7', + cpqHeFltTolFanRedundantPartner => '1.3.6.1.4.1.232.6.2.6.7.1.8', + cpqHeFltTolFanCondition => '1.3.6.1.4.1.232.6.2.6.7.1.9', + cpqHeFltTolFanHotPlug => '1.3.6.1.4.1.232.6.2.6.7.1.10', + cpqHeFltTolFanHwLocation => '1.3.6.1.4.1.232.6.2.6.7.1.11', + cpqHeFltTolFanCurrentSpeed => '1.3.6.1.4.1.232.6.2.6.7.1.12', + cpqHeFltTolFanLocaleValue => { + 1 => "other", + 2 => "unknown", + 3 => "system", + 4 => "systemBoard", + 5 => "ioBoard", + 6 => "cpu", + 7 => "memory", + 8 => "storage", + 9 => "removableMedia", + 10 => "powerSupply", + 11 => "ambient", + 12 => "chassis", + 13 => "bridgeCard", + }, + cpqHeFltTolFanPresentValue => { + 1 => "other", + 2 => "absent", + 3 => "present", + }, + cpqHeFltTolFanSpeedValue => { + 1 => "other", + 2 => "normal", + 3 => "high", + }, + cpqHeFltTolFanRedundantValue => { + 1 => "other", + 2 => "notRedundant", + 3 => "redundant", + }, + cpqHeFltTolFanTypeValue => { + 1 => "other", + 2 => "tachInput", + 3 => "spinDetect", + }, + cpqHeFltTolFanConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqHeFltTolFanHotPlugValue => { + 1 => "other", + 2 => "nonHotPluggable", + 3 => "hotPluggable", + }, + }; + # INDEX { cpqHeFltTolFanChassis, cpqHeFltTolFanIndex } + foreach ($self->get_entries($oids, 'cpqHeFltTolFanEntry')) { + next if ! defined $_->{cpqHeFltTolFanIndex}; + # z.b. USM65201WS hat nur solche fragmente. die werden erst gar nicht + # als fans akzeptiert. dafuer gibts dann die overall condition + # SNMPv2-SMI::enterprises.232.6.2.6.7.1.1.0.1 = INTEGER: 0 + # SNMPv2-SMI::enterprises.232.6.2.6.7.1.1.0.2 = INTEGER: 0 + $_->{cpqHeFltTolFanPctMax} = ($_->{cpqHeFltTolFanPresent} eq 'present') ? + 50 : 0; + push(@{$self->{he_fans}}, + HP::Proliant::Component::FanSubsystem::Fan->new(%{$_})); + } + +} + +sub unite { + my $self = shift; + my $tmpfans = {}; + foreach (@{$self->{he_fans}}) { + $tmpfans->{$_->{cpqHeFltTolFanIndex}} = $_; + } + foreach (@{$self->{he_fans}}) { + if (exists $tmpfans->{$_->{cpqHeFltTolFanRedundantPartner}}) { + $_->{partner} = $tmpfans->{$_->{cpqHeFltTolFanRedundantPartner}}; + } else { + $_->{partner} = undef; + } + } + @{$self->{fans}} = @{$self->{he_fans}}; +} + +sub overall_check { + my $self = shift; + my $result = 0; + $self->blacklist('ofs', ''); + if ($self->{sysstatus} && $self->{cpustatus}) { + if ($self->{sysstatus} eq 'degraded') { + $result = 1; + $self->add_message(WARNING, + sprintf 'system fan overall status is %s', $self->{sysstatus}); + } elsif ($self->{sysstatus} eq 'failed') { + $result = 2; + $self->add_message(CRITICAL, + sprintf 'system fan overall status is %s', $self->{sysstatus}); + } + if ($self->{cpustatus} eq 'degraded') { + $result = 1; + $self->add_message(WARNING, + sprintf 'cpu fan overall status is %s', $self->{cpustatus}); + } elsif ($self->{cpustatus} eq 'failed') { + $result = 2; + $self->add_message(CRITICAL, + sprintf 'cpu fan overall status is %s', $self->{cpustatus}); + } + $self->add_info(sprintf 'overall fan status: system=%s, cpu=%s', + $self->{sysstatus}, $self->{cpustatus}); + } else { + $result = 0; + $self->add_info('this system seems to be water-cooled. no fans found'); + } + return $result; +} + + + +package HP::Proliant::Component::MemorySubsystem::CLI; +our @ISA = qw(HP::Proliant::Component::MemorySubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + dimms => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(%params); + return $self; +} + +sub init { + my $self = shift; + my %params = @_; + $self->{dimms} = []; + my %tmpdimm = ( + runtime => $params{runtime}, + ); + my $inblock = 0; + foreach (grep(/^dimm/, split(/\n/, $self->{rawdata}))) { + s/^dimm\s*$//g; + if (/Cartridge #:\s+(\d+)/ || /Processor #:\s+(\d+)/) { + # neuerdings (g6) tauchen hier prozessor- statt cartridge-angaben auf + $tmpdimm{cartridge} = $1; + $tmpdimm{board} = $1; + $inblock = 1; + } elsif (/Module #:\s+(\d+)/) { + $tmpdimm{module} = $1; + } elsif (/Present:\s+(\w+)/) { + $tmpdimm{status} = lc $1 eq 'yes' ? 'present' : + lc $1 eq 'no' ? 'notPresent' : 'other'; + } elsif (/Status:\s+(.+?)\s*$/) { + $tmpdimm{condition} = lc $1 =~ /degraded/ ? 'degraded' : + lc $1 eq 'ok' ? 'ok' : lc $1 =~ /n\/a/ ? 'n/a' : 'other'; + } elsif (/Size:\s+(\d+)\s*(.+?)\s*$/) { + $tmpdimm{size} = $1 * (lc $2 eq 'mb' ? 1024*1024 : + lc $2 eq 'gb' ? 1024*1024*1024 : 1); + } elsif (/^\s*$/) { + if ($inblock) { + $inblock = 0; + push(@{$self->{dimms}}, + HP::Proliant::Component::MemorySubsystem::Dimm->new(%tmpdimm)); + %tmpdimm = ( + runtime => $params{runtime}, + ); + } + } elsif (/(\d+)\s+(\d+)\s+(\w+)\s+(0x\w+)\s+(0x\w+)\s+(\d+[MGT]B)\s+(\d+MHz)\s+(\w+)/) { + $tmpdimm{cartridge} = $1; + $tmpdimm{module} = $2; + $tmpdimm{status} = lc $3 eq 'yes' ? 'present' : + lc $3 eq 'no' ? 'notPresent' : 'other'; + my $formfactor = $4; + my $memorytype = $5; + my $memorysize = $6; + my $memoryspeed = $7; + $tmpdimm{condition} = lc $8 =~ /degraded/ ? 'degraded' : + lc $8 eq 'ok' ? 'ok' : lc $8 =~ /n\/a/ ? 'n/a' : 'other'; + $memorysize =~ /(\d+)([MGT]B)/; + $tmpdimm{size} = $1 * (lc $2 eq 'mb' ? 1024*1024 : + lc $2 eq 'gb' ? 1024*1024*1024 : 1); + push(@{$self->{dimms}}, + HP::Proliant::Component::MemorySubsystem::Dimm->new(%tmpdimm)); + } + } + if ($inblock) { + push(@{$self->{dimms}}, + HP::Proliant::Component::MemorySubsystem::Dimm->new(%tmpdimm)); + } +} + +sub is_faulty { + my $self = shift; + return 0; # cli hat so einen globalen status nicht +} + + +package HP::Proliant::Component::MemorySubsystem::SNMP; +our @ISA = qw(HP::Proliant::Component::MemorySubsystem + HP::Proliant::Component::SNMP); + +use strict; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + dimms => [], + si_dimms => [], + he_dimms => [], + h2_dimms => [], + he_cartridges => [], + h2_cartridges => [], + si_overall_condition => undef, + he_overall_condition => undef, + h2_overall_condition => undef, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->si_init(); + $self->he_init(); + $self->he_cartridge_init(); + $self->h2_init(); + #$self->h2_cartridge_init(); + $self->condense(); + return $self; +} + +sub si_init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqSiMemModuleEntry => '1.3.6.1.4.1.232.2.2.4.5.1', + cpqSiMemBoardIndex => '1.3.6.1.4.1.232.2.2.4.5.1.1', + cpqSiMemModuleIndex => '1.3.6.1.4.1.232.2.2.4.5.1.2', + cpqSiMemModuleSize => '1.3.6.1.4.1.232.2.2.4.5.1.3', + cpqSiMemModuleType => '1.3.6.1.4.1.232.2.2.4.5.1.4', + cpqSiMemECCStatus => '1.3.6.1.4.1.232.2.2.4.5.1.11', + cpqSiMemModuleHwLocation => '1.3.6.1.4.1.232.2.2.4.5.1.12', + cpqSiMemModuleTypeValue => { + 1 => 'other', + 2 => 'board', + 3 => 'cpqSingleWidthModule', + 4 => 'cpqDoubleWidthModule', + 5 => 'simm', + 6 => 'pcmcia', + 7 => 'compaq-specific', + 8 => 'dimm', + 9 => 'smallOutlineDimm', + 10 => 'rimm', + 11 => 'srimm', + }, + cpqSiMemECCStatusValue => { + 0 => "n/a", + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "degradedModuleIndexUnknown", + 34 => 'n/a', # es ist zum kotzen... + 104 => 'n/a', + }, + }; + # INDEX { cpqSiMemBoardIndex, cpqSiMemModuleIndex } + foreach ($self->get_entries($oids, 'cpqSiMemModuleEntry')) { + $_->{cartridge} = $_->{cpqSiMemBoardIndex}; + $_->{module} = $_->{cpqSiMemModuleIndex}; + next if (! defined $_->{cartridge} || ! defined $_->{module}); + $_->{size} = $_->{cpqSiMemModuleSize}; + $_->{type} = $_->{cpqSiMemModuleType}; + $_->{condition} = $_->{cpqSiMemECCStatus}; + $_->{status} = ($_->{cpqSiMemModuleSize} > 0) ? 'present' : 'notPresent'; + push(@{$self->{si_dimms}}, + HP::Proliant::Component::MemorySubsystem::Dimm->new(%{$_}) + ); + } + my $cpqSiMemECCCondition = '1.3.6.1.4.1.232.2.2.4.15.0'; + my $cpqSiMemECCConditionValue = { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + }; + $self->{si_overall_condition} = SNMP::Utils::get_object_value( + $self->{rawdata}, $cpqSiMemECCCondition, + $cpqSiMemECCConditionValue); + $self->trace(2, sprintf 'overall si condition is %s', + $self->{si_overall_condition} || 'undefined'); +} + +sub he_init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqHeResMemModuleEntry => '1.3.6.1.4.1.232.6.2.14.11.1', + cpqHeResMemBoardIndex => '1.3.6.1.4.1.232.6.2.14.11.1.1', + cpqHeResMemModuleIndex => '1.3.6.1.4.1.232.6.2.14.11.1.2', + cpqHeResMemModuleStatus => '1.3.6.1.4.1.232.6.2.14.11.1.4', + cpqHeResMemModuleCondition => '1.3.6.1.4.1.232.6.2.14.11.1.5', + cpqHeResMemModuleStatusValue => { + 1 => "other", # unknown or could not be determined + 2 => "notPresent", # not present or un-initialized + 3 => "present", # present but not in use + 4 => "good", # present and in use. ecc threshold not exceeded + 5 => "add", # added but not yet in use + 6 => "upgrade", # upgraded but not yet in use + 7 => "missing", # expected but missing + 8 => "doesNotMatch", # does not match the other modules in the bank + 9 => "notSupported", # module not supported + 10 => "badConfig", # violates add/upgrade configuration + 11 => "degraded", # ecc exceeds threshold + }, + # condition = status of the correctable memory errors + cpqHeResMemModuleConditionValue => { + 0 => "n/a", # this appears only with buggy firmwares. + # (only 1 module shows up) + 1 => "other", + 2 => "ok", + 3 => "degraded", + }, + }; + my $tablesize = SNMP::Utils::get_size($snmpwalk, + $oids->{cpqHeResMemModuleEntry}); + # INDEX { cpqHeResMemBoardIndex, cpqHeResMemModuleIndex } + foreach ($self->get_entries($oids, 'cpqHeResMemModuleEntry')) { + $_->{cartridge} = $_->{cpqHeResMemBoardIndex}; + $_->{module} = $_->{cpqHeResMemModuleIndex}; + $_->{present} = $_->{cpqHeResMemModuleStatus}; + $_->{status} = $_->{cpqHeResMemModuleStatus}; + $_->{condition} = $_->{cpqHeResMemModuleCondition}; + if ((! defined $_->{module}) && ($_->{cartridge} == 0)) { + $_->{module} = $_->{index2}; # auf dem systemboard verbaut + } + + push(@{$self->{he_dimms}}, + HP::Proliant::Component::MemorySubsystem::Dimm->new(%{$_}) + ) unless (! defined $_->{cartridge} || ! defined $_->{module} || + $tablesize == 1); + } + my $cpqHeResilientMemCondition = '1.3.6.1.4.1.232.6.2.14.4.0'; + my $cpqHeResilientMemConditionValue = { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + }; + $self->{he_overall_condition} = SNMP::Utils::get_object_value( + $self->{rawdata}, $cpqHeResilientMemCondition, + $cpqHeResilientMemConditionValue); + $self->trace(2, sprintf 'overall he condition is %s', + $self->{hei_overall_condition} || 'undefined'); +} + +sub he_cartridge_init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqHeResMemBoardEntry => '1.3.6.1.4.1.232.6.2.14.10.1', + cpqHeResMemBoardSlotIndex => '1.3.6.1.4.1.232.6.2.14.10.1.1', + cpqHeResMemBoardOnlineStatus => '1.3.6.1.4.1.232.6.2.14.10.1.2', + cpqHeResMemBoardErrorStatus => '1.3.6.1.4.1.232.6.2.14.10.1.3', + cpqHeResMemBoardNumSockets => '1.3.6.1.4.1.232.6.2.14.10.1.5', + cpqHeResMemBoardOsMemSize => '1.3.6.1.4.1.232.6.2.14.10.1.6', + cpqHeResMemBoardTotalMemSize => '1.3.6.1.4.1.232.6.2.14.10.1.7', + cpqHeResMemBoardCondition => '1.3.6.1.4.1.232.6.2.14.10.1.8', + # onlinestatus + cpqHeResMemBoardOnlineStatusValue => { + 0 => "n/a", # this appears only with buggy firmwares. + # (only 1 module shows up) + 1 => "other", + 2 => "present", + 3 => "absent", + }, + cpqHeResMemBoardErrorStatusValue => { + 1 => "other", # + 2 => "noError", # + 3 => "dimmEccError", # + 4 => "unlockError", # + 5 => "configError", # + 6 => "busError", # + 7 => "powerError", # + }, + # condition = status of the correctable memory errors + cpqHeResMemBoardConditionValue => { + 0 => "n/a", # this appears only with buggy firmwares. + # (only 1 module shows up) + 1 => "other", + 2 => "ok", + 3 => "degraded", + }, + }; + my $tablesize = SNMP::Utils::get_size($snmpwalk, + $oids->{cpqHeResMemBoardEntry}); + # INDEX { cpqHeResMemBoardIndex, cpqHeResMemBoardIndex } + foreach ($self->get_entries($oids, 'cpqHeResMemBoardEntry')) { + push(@{$self->{he_cartridges}}, + HP::Proliant::Component::MemorySubsystem::Cartridge->new(%{$_}) + ) unless (! defined $_->{cpqHeResMemBoardSlotIndex} || $tablesize == 1); + } +} + +sub h2_init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqHeResMem2ModuleEntry => '1.3.6.1.4.1.232.6.2.14.13.1', + cpqHeResMem2BoardNum => '1.3.6.1.4.1.232.6.2.14.13.1.2', + cpqHeResMem2ModuleNum => '1.3.6.1.4.1.232.6.2.14.13.1.5', + cpqHeResMem2ModuleStatus => '1.3.6.1.4.1.232.6.2.14.13.1.19', + cpqHeResMem2ModuleCondition => '1.3.6.1.4.1.232.6.2.14.13.1.20', + cpqHeResMem2ModuleSize => '1.3.6.1.4.1.232.6.2.14.13.1.6', + + cpqHeResMem2ModuleStatusValue => { + 1 => "other", # unknown or could not be determined + 2 => "notPresent", # not present or un-initialized + 3 => "present", # present but not in use + 4 => "good", # present and in use. ecc threshold not exceeded + 5 => "add", # added but not yet in use + 6 => "upgrade", # upgraded but not yet in use + 7 => "missing", # expected but missing + 8 => "doesNotMatch", # does not match the other modules in the bank + 9 => "notSupported", # module not supported + 10 => "badConfig", # violates add/upgrade configuration + 11 => "degraded", # ecc exceeds threshold + }, + # condition = status of the correctable memory errors + cpqHeResMem2ModuleConditionValue => { + 0 => "n/a", # this appears only with buggy firmwares. + # (only 1 module shows up) + 1 => "other", + 2 => "ok", + 3 => "degraded", + }, + }; + # INDEX { cpqHeResMem2ModuleNum } + my $lastboard = 0; + my $lastmodule = 0; + my $myboard= 0; + my $hpboard = 0; + foreach (sort { $a->{index1} <=> $b->{index1} } + $self->get_entries($oids, 'cpqHeResMem2ModuleEntry')) { + $hpboard = $_->{cpqHeResMem2BoardNum}; + # dass hier faelschlicherweise 0 zurueckkommt, wundert mich schon + # gar nicht mehr + $_->{module} = $_->{cpqHeResMem2ModuleNum}; + if ($_->{module} < $lastmodule) { + # sieht so aus, als haette man es mit einem neuen board zu tun + # da hp zu bloed ist, selber hochzuzaehlen, muss ich das tun + $myboard++; + } + $lastmodule = $_->{cpqHeResMem2ModuleNum}; + $_->{cartridge} = ($myboard != $hpboard) ? $myboard : $hpboard; + $_->{present} = $_->{cpqHeResMem2ModuleStatus}; + $_->{status} = $_->{cpqHeResMem2ModuleStatus}; + $_->{condition} = $_->{cpqHeResMem2ModuleCondition}; + $_->{size} = $_->{cpqHeResMem2ModuleSize}; + push(@{$self->{h2_dimms}}, + HP::Proliant::Component::MemorySubsystem::Dimm->new(%{$_}) + ) unless (! defined $_->{cpqHeResMem2BoardNum} || + ! defined $_->{cpqHeResMem2ModuleNum}); + } +} + +sub h2_cartridge_init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqHeResMem2BoardEntry => '1.3.6.1.4.1.232.6.2.14.12.1', + cpqHeResMem2BoardIndex => '1.3.6.1.4.1.232.6.2.14.12.1.1', + cpqHeResMem2BoardOnlineStatus => '1.3.6.1.4.1.232.6.2.14.12.1.5', + cpqHeResMem2BoardErrorStatus => '1.3.6.1.4.1.232.6.2.14.12.1.6', + cpqHeResMem2BoardNumSockets => '1.3.6.1.4.1.232.6.2.14.12.1.8', + cpqHeResMem2BoardOsMemSize => '1.3.6.1.4.1.232.6.2.14.12.1.9', + cpqHeResMem2BoardTotalMemSize => '1.3.6.1.4.1.232.6.2.14.12.1.10', + cpqHeResMem2BoardCondition => '1.3.6.1.4.1.232.6.2.14.12.1.11', + # onlinestatus + cpqHeResMem2BoardOnlineStatusValue => { + 0 => "n/a", # this appears only with buggy firmwares. + # (only 1 module shows up) + 1 => "other", + 2 => "present", + 3 => "absent", + }, + cpqHeResMem2BoardErrorStatusValue => { + 1 => "other", # + 2 => "noError", # + 3 => "dimmEccError", # + 4 => "unlockError", # + 5 => "configError", # + 6 => "busError", # + 7 => "powerError", # + }, + # condition = status of the correctable memory errors + cpqHeResMem2BoardConditionValue => { + 0 => "n/a", # this appears only with buggy firmwares. + # (only 1 module shows up) + 1 => "other", + 2 => "ok", + 3 => "degraded", + }, + }; + my $tablesize = SNMP::Utils::get_size($snmpwalk, + $oids->{cpqHeResMemBoardEntry}); + # INDEX { cpqHeResMem2BoardIndex, cpqHeResMem2BoardIndex } + foreach ($self->get_entries($oids, 'cpqHeResMem2BoardEntry')) { + push(@{$self->{h2_cartridges}}, + HP::Proliant::Component::MemorySubsystem::Cartridge->new(%{$_}) + ) unless (! defined $_->{cpqHeRes2MemBoardIndex} || $tablesize == 1); + } +} + +sub condense { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + # wenn saemtliche dimms n/a sind + # wenn ignore dimms: ignoring %d dimms with status 'n/a' + # wenn buggyfirmware: ignoring %d dimms with status 'n/a' because of buggy firmware + # if buggy firmware : condition n/a ist normal + # ignore-dimms : + # es gibt si_dimms und he_dimms + my $si_dimms = scalar(@{$self->{si_dimms}}); + my $he_dimms = scalar(@{$self->{he_dimms}}); + my $h2_dimms = scalar(@{$self->{h2_dimms}}); + $self->trace(2, sprintf "SI: %02d HE: %02d H2: %02d", + $si_dimms, $he_dimms, $h2_dimms) + if ($self->{runtime}->{options}->{verbose} >= 2); + foreach ($self->get_si_boards()) { + printf "SI%02d-> ", $_ if ($self->{runtime}->{options}->{verbose} >= 2); + foreach ($self->get_si_modules($_)) { + printf "%02d ", $_ if ($self->{runtime}->{options}->{verbose} >= 2); + } + printf "\n" if ($self->{runtime}->{options}->{verbose} >= 2); + } + foreach ($self->get_he_boards()) { + printf "HE%02d-> ", $_ if ($self->{runtime}->{options}->{verbose} >= 2); + foreach ($self->get_he_modules($_)) { + printf "%02d ", $_ if ($self->{runtime}->{options}->{verbose} >= 2); + } + printf "\n" if ($self->{runtime}->{options}->{verbose} >= 2); + } + foreach ($self->get_h2_boards()) { + printf "H2%02d-> ", $_ if ($self->{runtime}->{options}->{verbose} >= 2); + foreach ($self->get_h2_modules($_)) { + printf "%02d ", $_ if ($self->{runtime}->{options}->{verbose} >= 2); + } + printf "\n" if ($self->{runtime}->{options}->{verbose} >= 2); + } + if (($h2_dimms == 0) && ($he_dimms == 0) && ($si_dimms > 0)) { + printf "TYP1 %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + @{$self->{dimms}} = $self->update_si_with_si(); + } elsif (($h2_dimms == 0) && ($he_dimms > 0) && ($si_dimms > 0)) { + printf "TYP2 %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + @{$self->{dimms}} = $self->update_si_with_he(); + } elsif (($h2_dimms == 0) && ($he_dimms > 0) && ($si_dimms == 0)) { + printf "TYP3 %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + @{$self->{dimms}} = $self->update_he_with_he(); + } elsif (($h2_dimms > 0) && ($he_dimms == 0) && ($si_dimms == 0)) { + printf "TYP4 %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + @{$self->{dimms}} = $self->update_h2_with_h2(); + } elsif (($h2_dimms > 0) && ($he_dimms > 0) && ($si_dimms == 0)) { + printf "TYP5 %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + @{$self->{dimms}} = $self->update_he_with_h2(); + } elsif (($h2_dimms > 0) && ($he_dimms == 0) && ($si_dimms > 0)) { + printf "TYP6 %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + @{$self->{dimms}} = $self->update_si_with_h2(); + } elsif (($h2_dimms > 0) && ($he_dimms > 0) && ($si_dimms > 0)) { + if ($h2_dimms > $si_dimms) { + printf "TYP7 %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + @{$self->{dimms}} = $self->update_he_with_h2(); + } else { + printf "TYP8 %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + @{$self->{dimms}} = $self->update_si_with_he(); + } + } else { + printf "TYPX %s\n", $self->{runtime}->{product} + if ($self->{runtime}->{options}->{verbose} >= 2); + } + my $all_dimms = scalar(@{$self->{dimms}}); + $self->trace(2, sprintf "ALL: %02d", $all_dimms); +} + +sub dump { + my $self = shift; + if ($self->{runtime}->{options}->{verbose} > 2) { + printf "[SI]\n"; + foreach (@{$self->{si_dimms}}) { + $_->dump(); + } + printf "[HE]\n"; + foreach (@{$self->{he_dimms}}) { + $_->dump(); + } + printf "[H2]\n"; + foreach (@{$self->{h2_dimms}}) { + $_->dump(); + } + } + $self->SUPER::dump(); +} + +sub update_si_with_si { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my @dimms = (); + my $repaircondition = undef; + # wenn si keine statusinformationen liefert, dann besteht die chance + # dass ein undokumentiertes he-fragment vorliegt + # 1.3.6.1.4.1.232.6.2.14.11.1.1.0. + my $cpqHeResMemModuleEntry = "1.3.6.1.4.1.232.6.2.14.11.1"; + if (SNMP::Utils::get_size($snmpwalk, $cpqHeResMemModuleEntry) == 1) { + $repaircondition = lc SNMP::Utils::get_object( + $snmpwalk, $cpqHeResMemModuleEntry.'.1.0.'.scalar(@{$self->{si_dimms}})); + # repaircondition 0 (ok) biegt alles wieder gerade + } else { + # anderer versuch + if ($self->{si_overall_condition} && + $self->{si_overall_condition} eq 'ok') { + $repaircondition = 0; + } + } + foreach my $si_dimm (@{$self->{si_dimms}}) { + if (($si_dimm->{condition} eq 'n/a') || + ($si_dimm->{condition} eq 'other')) { + $si_dimm->{condition} = 'ok' if + (defined $repaircondition && $repaircondition == 0); + } + push(@dimms, + HP::Proliant::Component::MemorySubsystem::Dimm->new( + runtime => $si_dimm->{runtime}, + cartridge => $si_dimm->{cartridge}, + module => $si_dimm->{module}, + size => $si_dimm->{size}, + status => $si_dimm->{status}, + condition => $si_dimm->{condition}, + )); + } + return @dimms; +} + +sub update_si_with_he { + my $self = shift; + my @dimms = (); + my $first_si_cartridge = ($self->get_si_boards())[0]; + my $first_he_cartridge = ($self->get_he_boards())[0]; + my $offset = 0; + if (scalar(@{$self->{si_dimms}}) == scalar(@{$self->{he_dimms}})) { + # aufpassen! sowas kann vorkommen: si cartridge 0...6, he cartridge 1...7 + if ($first_si_cartridge != $first_he_cartridge) { + # README case 5 + $offset = $first_si_cartridge - $first_he_cartridge; + } + } elsif ((scalar(@{$self->{si_dimms}}) > 1) && + (scalar(@{$self->{he_dimms}}) == 1)) { + # siehe update_si_with_si. he-fragment + return $self->update_si_with_si(); + } else { + # z.b. 4 si notpresent, 4 si present, 4 he + } + foreach my $si_dimm (@{$self->{si_dimms}}) { + if (($si_dimm->{condition} eq 'n/a') || + ($si_dimm->{condition} eq 'other')) { + if (my $he_dimm = $self->get_he_module( + $si_dimm->{cartridge} - $offset, $si_dimm->{module})) { + # vielleicht hat he mehr ahnung + $si_dimm->{condition} = $he_dimm->{condition}; + if (($si_dimm->{condition} eq 'n/a') || + ($si_dimm->{condition} eq 'other')) { + # wenns immer noch kein brauchbares ergebnis gibt.... + if ($self->{he_overall_condition} && + $self->{he_overall_condition} eq 'ok') { + # wird schon stimmen... + $si_dimm->{condition} = 'ok'; + } else { + # ansonsten stellen wir uns dumm + $si_dimm->{status} = 'notPresent'; + } + } + } else { + # in dem fall zeigt si unbestueckte cartridges an + } + } + push(@dimms, + HP::Proliant::Component::MemorySubsystem::Dimm->new( + runtime => $si_dimm->{runtime}, + cartridge => $si_dimm->{cartridge}, + module => $si_dimm->{module}, + size => $si_dimm->{size}, + status => $si_dimm->{status}, + condition => $si_dimm->{condition}, + )); + } + return @dimms; +} + +sub update_he_with_he { + my $self = shift; + my @dimms = (); + foreach my $he_dimm (@{$self->{he_dimms}}) { + push(@dimms, + HP::Proliant::Component::MemorySubsystem::Dimm->new( + runtime => $he_dimm->{runtime}, + cartridge => $he_dimm->{cartridge}, + module => $he_dimm->{module}, + size => $he_dimm->{size}, + status => $he_dimm->{status}, + condition => $he_dimm->{condition}, + )); + } + return @dimms; +} + +sub update_si_with_h2 { + my $self = shift; + my @dimms = (); + my $first_si_cartridge = ($self->get_si_boards())[0]; + my $first_h2_cartridge = ($self->get_h2_boards())[0]; + my $offset = 0; + if (scalar(@{$self->{si_dimms}}) == scalar(@{$self->{h2_dimms}})) { + # aufpassen! sowas kann vorkommen: si cartridge 0...6, he cartridge 1...7 + if ($first_si_cartridge != $first_h2_cartridge) { + # README case 5 + $offset = $first_si_cartridge - $first_h2_cartridge; + } + } else { + # z.b. 4 si notpresent, 4 si present, 4 he + } + foreach my $si_dimm (@{$self->{si_dimms}}) { + if (($si_dimm->{condition} eq 'n/a') || + ($si_dimm->{condition} eq 'other')) { + if (my $h2_dimm = $self->get_h2_module( + $si_dimm->{cartridge} - $offset, $si_dimm->{module})) { + # vielleicht hat h2 mehr ahnung + $si_dimm->{condition} = $h2_dimm->{condition}; + if (1) { + # ist zwar da, aber irgendwie auskonfiguriert + $si_dimm->{status} = 'notPresent' if $h2_dimm->{status} eq 'other'; + } + } else { + # in dem fall zeigt si unbestueckte cartridges an + } + } + push(@dimms, + HP::Proliant::Component::MemorySubsystem::Dimm->new( + runtime => $si_dimm->{runtime}, + cartridge => $si_dimm->{cartridge}, + module => $si_dimm->{module}, + size => $si_dimm->{size}, + status => $si_dimm->{status}, + condition => $si_dimm->{condition}, + )); + } + return @dimms; +} + +sub update_he_with_h2 { + my $self = shift; + my @dimms = (); + my $first_he_cartridge = ($self->get_he_boards())[0]; + my $first_h2_cartridge = ($self->get_h2_boards())[0]; + my $offset = 0; + # auch hier koennte sowas u.u.vorkommen: he cartridge 0..6, h2 cartridge 1..7 + # ich habs zwar nie gesehen, aber wer weiss... + if ($first_h2_cartridge != $first_he_cartridge) { + $offset = $first_h2_cartridge - $first_he_cartridge; + } + foreach my $he_dimm (@{$self->{he_dimms}}) { + if (($he_dimm->{condition} eq 'n/a') || + ($he_dimm->{condition} eq 'other')) { + if (my $h2_dimm = $self->get_h2_module( + $he_dimm->{cartridge} + $offset, $he_dimm->{module})) { + # vielleicht hat h2 mehr ahnung + $he_dimm->{condition} = $h2_dimm->{condition}; + if (1) { + # ist zwar da, aber irgendwie auskonfiguriert + $he_dimm->{status} = 'notPresent' if $h2_dimm->{status} eq 'other'; + } + } else { + # in dem fall weiss he mehr als h2 + } + } + if ($he_dimm->{size} == 0) { + if (my $h2_dimm = $self->get_h2_module( + $he_dimm->{cartridge} + $offset, $he_dimm->{module})) { + $he_dimm->{size} = $h2_dimm->{size}; + # h2 beinhaltet eine size-oid + } + } + push(@dimms, + HP::Proliant::Component::MemorySubsystem::Dimm->new( + runtime => $he_dimm->{runtime}, + cartridge => $he_dimm->{cartridge}, + module => $he_dimm->{module}, + size => $he_dimm->{size}, + status => $he_dimm->{status}, + condition => $he_dimm->{condition}, + )); + } + return @dimms; +} + +sub update_h2_with_h2 { + my $self = shift; + my @dimms = (); + foreach my $h2_dimm (@{$self->{h2_dimms}}) { + push(@dimms, + HP::Proliant::Component::MemorySubsystem::Dimm->new( + runtime => $h2_dimm->{runtime}, + cartridge => $h2_dimm->{cartridge}, + module => $h2_dimm->{module}, + size => $h2_dimm->{size}, + status => $h2_dimm->{status}, + condition => $h2_dimm->{condition}, + )); + } + return @dimms; +} + +sub is_faulty { + my $self = shift; + if (scalar(@{$self->{si_dimms}}) > 0 && + scalar(@{$self->{he_dimms}}) > 0) { + return $self->si_is_faulty() || $self->he_is_faulty(); + } elsif (scalar(@{$self->{si_dimms}}) > 0 && + scalar(@{$self->{he_dimms}}) == 0) { + return $self->si_is_faulty(); + } elsif (scalar(@{$self->{si_dimms}}) == 0 && + scalar(@{$self->{he_dimms}}) > 0) { + return $self->he_is_faulty(); + } else { + return 0; + } +} + +sub si_is_faulty { + my $self = shift; + return ! defined $self->{si_overall_condition} ? 0 : + $self->{si_overall_condition} eq 'degraded' ? 1 : 0; +} + +sub si_is_ok { + my $self = shift; + return ! defined $self->{si_overall_condition} ? 1 : + $self->{si_overall_condition} eq 'ok' ? 1 : 0; +} + +sub he_is_faulty { + my $self = shift; + return ! defined $self->{he_overall_condition} ? 0 : + $self->{he_overall_condition} eq 'degraded' ? 1 : 0; +} + +sub he_is_ok { + my $self = shift; + return ! defined $self->{he_overall_condition} ? 1 : + $self->{he_overall_condition} eq 'ok' ? 1 : 0; +} + +sub get_si_boards { + my $self = shift; + my %found = (); + foreach (@{$self->{si_dimms}}) { + $found{$_->{cartridge}} = 1; + } + return sort { $a <=> $b } keys %found; +} + +sub get_si_modules { + my $self = shift; + my $board = shift; + my %found = (); + foreach (grep { $_->{cartridge} == $board } @{$self->{si_dimms}}) { + $found{$_->{module}} = 1; + } + return sort { $a <=> $b } keys %found; +} + +sub get_he_boards { + my $self = shift; + my %found = (); + foreach (@{$self->{he_dimms}}) { + $found{$_->{cartridge}} = 1; + } + return sort { $a <=> $b } keys %found; +} + +sub get_he_modules { + my $self = shift; + my $board = shift; + my %found = (); + foreach (grep { $_->{cartridge} == $board } @{$self->{he_dimms}}) { + $found{$_->{module}} = 1; + } + return sort { $a <=> $b } keys %found; +} + +sub get_he_module { + my $self = shift; + my $board = shift; + my $module = shift; + my $found = (grep { $_->{cartridge} == $board && $_->{module} == $module } + @{$self->{he_dimms}})[0]; + return $found; +} + +sub get_h2_boards { + my $self = shift; + my %found = (); + # + foreach (@{$self->{h2_dimms}}) { + $found{$_->{cartridge}} = 1; + } + return sort { $a <=> $b } keys %found; +} + +sub get_h2_modules { + my $self = shift; + my $board = shift; + my %found = (); + foreach (grep { $_->{cartridge} == $board } @{$self->{h2_dimms}}) { + $found{$_->{module}} = 1; + } + return sort { $a <=> $b } keys %found; +} + +sub get_h2_module { + my $self = shift; + my $board = shift; + my $module = shift; + my $found = (grep { $_->{cartridge} == $board && $_->{module} == $module } + @{$self->{h2_dimms}})[0]; + return $found; +} + + +package HP::Proliant::Component::MemorySubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + dimms => [], + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + return HP::Proliant::Component::MemorySubsystem::SNMP->new(%params); + } elsif ($self->{method} eq 'cli') { + return HP::Proliant::Component::MemorySubsystem::CLI->new(%params); + } else { + die "unknown method"; + } +} + +sub check { + my $self = shift; + my $errorfound = 0; + $self->add_info('checking memory'); + foreach (@{$self->{dimms}}) { + $_->check(); # info ausfuellen + } + if ((scalar(grep { + $_->is_present() && + ($_->{condition} ne 'n/a' && $_->{condition} ne 'other' ) + } @{$self->{dimms}})) != 0) { + foreach (@{$self->{dimms}}) { + if (($_->is_present()) && ($_->{condition} ne 'ok')) { + $_->add_message(CRITICAL, $_->{info}); + $errorfound++; + } + } + } else { + if ($self->{runtime}->{options}->{ignore_dimms}) { + $self->add_message(OK, + sprintf "ignoring %d dimms with status 'n/a' ", + scalar(grep { ($_->is_present()) } @{$self->{dimms}})); + } elsif ($self->{runtime}->{options}->{buggy_firmware}) { + $self->add_message(OK, + sprintf "ignoring %d dimms with status 'n/a' because of buggy firmware", + scalar(grep { ($_->is_present()) } @{$self->{dimms}})); + } else { + $self->add_message(WARNING, + sprintf "status of all %d dimms is n/a (please upgrade firmware)", + scalar(grep { $_->is_present() } @{$self->{dimms}})); + $errorfound++; + } + } + foreach (@{$self->{dimms}}) { + printf "%s\n", $_->{info} if $self->{runtime}->{options}->{verbose} >= 2; + } + if (! $errorfound && $self->is_faulty()) { + #if ($self->is_faulty()) { + $self->add_message(WARNING, + sprintf 'overall memory error found'); + } +} + +sub dump { + my $self = shift; + printf "i dump the memory\n"; + foreach (@{$self->{dimms}}) { + $_->dump(); + } +} + +package HP::Proliant::Component::MemorySubsystem::Dimm; +our @ISA = qw(HP::Proliant::Component::MemorySubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cartridge => $params{cartridge}, + module => $params{module}, + size => $params{size} || 0, + status => $params{status}, + condition => $params{condition}, + type => $params{type}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->{name} = sprintf '%s:%s', + $self->{cartridge}, $self->{module}; + $self->{location} = sprintf 'module %s @ cartridge %s', + $self->{module}, $self->{cartridge}; + return $self; +} + +sub check { + my $self = shift; + # check dient nur dazu, info und extended_info zu fuellen + # die eigentliche bewertung findet eins hoeher statt + $self->blacklist('d', $self->{name}); + if (($self->{status} eq 'present') || ($self->{status} eq 'good')) { + if ($self->{condition} eq 'other') { + $self->add_info(sprintf 'dimm %s (%s) is n/a', + $self->{name}, $self->{location}); + } elsif ($self->{condition} ne 'ok') { + $self->add_info( + sprintf "dimm module %s (%s) needs attention (%s)", + $self->{name}, $self->{location}, $self->{condition}); + } else { + $self->add_info(sprintf 'dimm module %s (%s) is %s', + $self->{name}, $self->{location}, $self->{condition}); + } + } elsif ($self->{status} eq 'notPresent') { + $self->add_info(sprintf 'dimm module %s (%s) is not present', + $self->{name}, $self->{location}); + } else { + $self->add_info( + sprintf "dimm module %s (%s) needs attention (%s)", + $self->{name}, $self->{location}, $self->{condition}); + } +} + +sub is_present { + my $self = shift; + my @signs_of_presence = (qw(present good add upgraded doesnotmatch + notsupported badconfig degraded)); + return scalar(grep { $self->{status} eq $_ } @signs_of_presence); +} + + +sub dump { + my $self = shift; + #printf "[DIMM_%s_%s]\n", $self->{cartridge}, $self->{module}; + #foreach (qw(cartridge module size status condition info)) { + # printf "%s: %s\n", $_, $self->{$_}; + #} + #printf "status: %s\n", $self->{status} if exists $self->{status}; + #printf "\n"; + printf "car %02d mod %02d siz %.0f sta %-12s con %-10s typ %s\n", + $self->{cartridge}, $self->{module}, $self->{size}, + $self->{status}, $self->{condition}, defined $self->{type} ? $self->{type} : ""; +} + + +package HP::Proliant::Component::MemorySubsystem::Cartridge; +our @ISA = qw(HP::Proliant::Component::MemorySubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + cpqHeResMemBoardSlotIndex => $params{cpqHeResMemBoardSlotIndex}, + cpqHeResMemBoardOnlineStatus => $params{cpqHeResMemBoardOnlineStatus}, + cpqHeResMemBoardErrorStatus => $params{cpqHeResMemBoardErrorStatus}, + cpqHeResMemBoardNumSockets => $params{cpqHeResMemBoardNumSockets}, + cpqHeResMemBoardOsMemSize => $params{cpqHeResMemBoardOsMemSize}, + cpqHeResMemBoardTotalMemSize => $params{cpqHeResMemBoardTotalMemSize}, + cpqHeResMemBoardCondition => $params{cpqHeResMemBoardCondition}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + return $self; +} + +sub dump { + my $self = shift; + #printf "[CARTRIDGE_%s_%s]\n", $self->{cpqHeResMemBoardSlotIndex}; + #foreach (qw(cpqHeResMemBoardSlotIndex cpqHeResMemBoardOnlineStatus + # cpqHeResMemBoardErrorStatus cpqHeResMemBoardNumSockets + # cpqHeResMemBoardOsMemSize cpqHeResMemBoardTotalMemSize + # cpqHeResMemBoardCondition)) { + # printf "%s: %s\n", $_, $self->{$_}; + #} + #printf "\n"; +} + + +package HP::Proliant::Component::NicSubsystem::SNMP; +our @ISA = qw(HP::Proliant::Component::NicSubsystem + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + logical_nics => [], + physical_nics => [], + }; + bless $self, $class; + $self->overall_init(%params); + $self->init(); + return $self; +} + +sub overall_init { + my $self = shift; + my %params = @_; + my $snmpwalk = $self->{rawdata}; + # overall + my $cpqNicIfLogMapOverallCondition = '1.3.6.1.4.1.232.18.2.2.2.0'; + my $cpqNicIfLogMapOverallConditionValue = { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }; + $self->{lognicstatus} = SNMP::Utils::get_object_value( + $snmpwalk, $cpqNicIfLogMapOverallCondition, + $cpqNicIfLogMapOverallConditionValue); +} + +sub init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my $ifconnect = {}; + # CPQNIC-MIB + my $oids = { + cpqNicIfLogMapEntry => '1.3.6.1.4.1.232.18.2.2.1.1', + cpqNicIfLogMapIndex => '1.3.6.1.4.1.232.18.2.2.1.1.1', + cpqNicIfLogMapIfNumber => '1.3.6.1.4.1.232.18.2.2.1.1.2', + cpqNicIfLogMapDescription => '1.3.6.1.4.1.232.18.2.2.1.1.3', + cpqNicIfLogMapGroupType => '1.3.6.1.4.1.232.18.2.2.1.1.4', + cpqNicIfLogMapAdapterCount => '1.3.6.1.4.1.232.18.2.2.1.1.5', + cpqNicIfLogMapAdapterOKCount => '1.3.6.1.4.1.232.18.2.2.1.1.6', + cpqNicIfLogMapPhysicalAdapters => '1.3.6.1.4.1.232.18.2.2.1.1.7', + cpqNicIfLogMapMACAddress => '1.3.6.1.4.1.232.18.2.2.1.1.8', + cpqNicIfLogMapSwitchoverMode => '1.3.6.1.4.1.232.18.2.2.1.1.9', + cpqNicIfLogMapCondition => '1.3.6.1.4.1.232.18.2.2.1.1.10', + cpqNicIfLogMapStatus => '1.3.6.1.4.1.232.18.2.2.1.1.11', + cpqNicIfLogMapNumSwitchovers => '1.3.6.1.4.1.232.18.2.2.1.1.12', + cpqNicIfLogMapHwLocation => '1.3.6.1.4.1.232.18.2.2.1.1.13', + cpqNicIfLogMapSpeed => '1.3.6.1.4.1.232.18.2.2.1.1.14', + cpqNicIfLogMapVlanCount => '1.3.6.1.4.1.232.18.2.2.1.1.15', + cpqNicIfLogMapVlans => '1.3.6.1.4.1.232.18.2.2.1.1.16', + + cpqNicIfLogMapGroupTypeValue => { + 1 => "unknown", + 2 => "none", + 3 => "redundantPair", + 4 => "nft", + 5 => "alb", + 6 => "fec", + 7 => "gec", + 8 => "ad", + 9 => "slb", + 10 => "tlb", + 11 => "redundancySet", + }, + cpqNicIfLogMapConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqNicIfLogMapStatusValue => { + 1 => "unknown", + 2 => "ok", + 3 => "primaryFailed", + 4 => "standbyFailed", + 5 => "groupFailed", + 6 => "redundancyReduced", + 7 => "redundancyLost", + }, + cpqNicIfLogMapSwitchoverModeValue => { + 1 => "unknown", + 2 => "none", + 3 => "manual", + 4 => "switchOnFail", + 5 => "preferredPrimary", + }, + }; + + # INDEX { cpqNicIfLogMapIndex } + foreach ($self->get_entries($oids, 'cpqNicIfLogMapEntry')) { + push(@{$self->{logical_nics}}, + HP::Proliant::Component::NicSubsystem::LogicalNic->new(%{$_}) + ); + } + + $oids = { + cpqNicIfPhysAdapterEntry => '1.3.6.1.4.1.232.18.2.3.1.1', + cpqNicIfPhysAdapterIndex => '1.3.6.1.4.1.232.18.2.3.1.1.1', + cpqNicIfPhysAdapterIfNumber => '1.3.6.1.4.1.232.18.2.3.1.1.2', + cpqNicIfPhysAdapterRole => '1.3.6.1.4.1.232.18.2.3.1.1.3', + cpqNicIfPhysAdapterMACAddress => '1.3.6.1.4.1.232.18.2.3.1.1.4', + cpqNicIfPhysAdapterSlot => '1.3.6.1.4.1.232.18.2.3.1.1.5', + cpqNicIfPhysAdapterIoAddr => '1.3.6.1.4.1.232.18.2.3.1.1.6', + cpqNicIfPhysAdapterIrq => '1.3.6.1.4.1.232.18.2.3.1.1.7', + cpqNicIfPhysAdapterDma => '1.3.6.1.4.1.232.18.2.3.1.1.8', + cpqNicIfPhysAdapterMemAddr => '1.3.6.1.4.1.232.18.2.3.1.1.9', + cpqNicIfPhysAdapterPort => '1.3.6.1.4.1.232.18.2.3.1.1.10', + cpqNicIfPhysAdapterDuplexState => '1.3.6.1.4.1.232.18.2.3.1.1.11', + cpqNicIfPhysAdapterCondition => '1.3.6.1.4.1.232.18.2.3.1.1.12', + cpqNicIfPhysAdapterState => '1.3.6.1.4.1.232.18.2.3.1.1.13', + cpqNicIfPhysAdapterStatus => '1.3.6.1.4.1.232.18.2.3.1.1.14', + cpqNicIfPhysAdapterStatsValid => '1.3.6.1.4.1.232.18.2.3.1.1.15', + cpqNicIfPhysAdapterGoodTransmits => '1.3.6.1.4.1.232.18.2.3.1.1.16', + cpqNicIfPhysAdapterGoodReceives => '1.3.6.1.4.1.232.18.2.3.1.1.17', + cpqNicIfPhysAdapterBadTransmits => '1.3.6.1.4.1.232.18.2.3.1.1.18', + cpqNicIfPhysAdapterBadReceives => '1.3.6.1.4.1.232.18.2.3.1.1.19', + cpqNicIfPhysAdapterAlignmentErrors => '1.3.6.1.4.1.232.18.2.3.1.1.20', + cpqNicIfPhysAdapterFCSErrors => '1.3.6.1.4.1.232.18.2.3.1.1.21', + cpqNicIfPhysAdapterSingleCollisionFrames => '1.3.6.1.4.1.232.18.2.3.1.1.22', + cpqNicIfPhysAdapterMultipleCollisionFrames => '1.3.6.1.4.1.232.18.2.3.1.1.23', + cpqNicIfPhysAdapterDeferredTransmissions => '1.3.6.1.4.1.232.18.2.3.1.1.24', + cpqNicIfPhysAdapterLateCollisions => '1.3.6.1.4.1.232.18.2.3.1.1.25', + cpqNicIfPhysAdapterExcessiveCollisions => '1.3.6.1.4.1.232.18.2.3.1.1.26', + cpqNicIfPhysAdapterInternalMacTransmitErrors => '1.3.6.1.4.1.232.18.2.3.1.1.27', + cpqNicIfPhysAdapterCarrierSenseErrors => '1.3.6.1.4.1.232.18.2.3.1.1.28', + cpqNicIfPhysAdapterFrameTooLongs => '1.3.6.1.4.1.232.18.2.3.1.1.29', + cpqNicIfPhysAdapterInternalMacReceiveErrors => '1.3.6.1.4.1.232.18.2.3.1.1.30', + cpqNicIfPhysAdapterHwLocation => '1.3.6.1.4.1.232.18.2.3.1.1.31', + cpqNicIfPhysAdapterPartNumber => '1.3.6.1.4.1.232.18.2.3.1.1.32', + cpqNicIfPhysAdapterRoleValue => { + 1 => "unknown", + 2 => "primary", + 3 => "secondary", + 4 => "member", + 5 => "txRx", + 6 => "tx", + 7 => "standby", + 8 => "none", + 255 => "notApplicable", + }, + cpqNicIfPhysAdapterDuplexStateValue => { + 1 => "unknown", + 2 => "half", + 3 => "full", + }, + cpqNicIfPhysAdapterConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqNicIfPhysAdapterStateValue => { + 1 => "unknown", + 2 => "ok", + 3 => "standby", + 4 => "failed", + }, + cpqNicIfPhysAdapterStatusValue => { + 1 => "unknown", + 2 => "ok", + 3 => "generalFailure", + 4 => "linkFailure", + }, + + }; + # INDEX { cpqNicIfPhysAdapterIndex } + foreach ($self->get_entries($oids, 'cpqNicIfPhysAdapterEntry')) { + push(@{$self->{physical_nics}}, + HP::Proliant::Component::NicSubsystem::PhysicalNic->new(%{$_})); + } + +} + + +package HP::Proliant::Component::NicSubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + logical_nics => [], + physical_nics => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + return HP::Proliant::Component::NicSubsystem::SNMP->new(%params); + } elsif ($self->{method} eq 'cli') { + return HP::Proliant::Component::NicSubsystem::CLI->new(%params); + } else { + die "unknown method"; + } + return $self; +} + +sub check { + my $self = shift; + my $errorfound = 0; + $self->add_info('checking nic teams'); + if (scalar (@{$self->{logical_nics}}) == 0) { + $self->add_info('no logical nics found'); + $self->overall_check(); + } else { + foreach (@{$self->{logical_nics}}) { + $_->check(); + } + } + if (scalar (@{$self->{physical_nics}}) == 0) { + $self->add_info('no physical nics found. do you connect with slip?'); + } else { + foreach (@{$self->{physical_nics}}) { + $_->check(); + } + } +} + +sub num_logical_nics { + my $self = shift; + return scalar @{$self->{logical_nics}}; +} + +sub num_physical_nics { + my $self = shift; + return scalar @{$self->{physical_nics}}; +} + +sub dump { + my $self = shift; + foreach (@{$self->{logical_nics}}) { + $_->dump(); + } + foreach (@{$self->{physical_nics}}) { + $_->dump(); + } +} + +sub overall_check { + my $self = shift; + if ($self->{lognicstatus} ne "ok") { + $self->add_info(sprintf 'overall logical nic status is %s', + $self->{lognicstatus}); + } +} + + +package HP::Proliant::Component::NicSubsystem::LogicalNic; +our @ISA = qw(HP::Proliant::Component::NicSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + foreach (qw(cpqNicIfLogMapIndex cpqNicIfLogMapIfNumber cpqNicIfLogMapDescription cpqNicIfLogMapGroupType cpqNicIfLogMapAdapterCount cpqNicIfLogMapAdapterOKCount cpqNicIfLogMapPhysicalAdapters cpqNicIfLogMapSwitchoverMode cpqNicIfLogMapCondition cpqNicIfLogMapStatus cpqNicIfLogMapNumSwitchovers cpqNicIfLogMapHwLocation cpqNicIfLogMapSpeed cpqNicIfLogMapVlanCount cpqNicIfLogMapVlans)) { + $self->{$_} = $params{$_}; + } + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('lni', $self->{cpqNicIfLogMapIndex}); + if ($self->{cpqNicIfLogMapAdapterCount} > 0) { + if ($self->{cpqNicIfLogMapCondition} eq "other") { + # simply ignore this. if there is a physical nic + # it is usually unknown/other/scheissegal + $self->add_info(sprintf "logical nic %d (%s) is %s", + $self->{cpqNicIfLogMapIndex}, $self->{cpqNicIfLogMapDescription}, + $self->{cpqNicIfLogMapCondition}); + } elsif ($self->{cpqNicIfLogMapCondition} ne "ok") { + $self->add_info(sprintf "logical nic %d (%s) is %s (%s)", + $self->{cpqNicIfLogMapIndex}, $self->{cpqNicIfLogMapDescription}, + $self->{cpqNicIfLogMapCondition}, $self->{cpqNicIfLogMapStatus}); + $self->add_message(CRITICAL, $self->{info}); + } else { + $self->add_info(sprintf "logical nic %d (%s) is %s", + $self->{cpqNicIfLogMapIndex}, $self->{cpqNicIfLogMapDescription}, + $self->{cpqNicIfLogMapCondition}); + } + } else { + $self->add_info(sprintf "logical nic %d (%s) has 0 physical nics", + $self->{cpqNicIfLogMapIndex}, $self->{cpqNicIfLogMapDescription}); + } +} + +sub dump { + my $self = shift; + printf "[LNIC_%s]\n", $self->{cpqNicIfLogMapIndex}; + foreach (qw(cpqNicIfLogMapIndex cpqNicIfLogMapIfNumber cpqNicIfLogMapDescription cpqNicIfLogMapAdapterCount cpqNicIfLogMapGroupType cpqNicIfLogMapSwitchoverMode cpqNicIfLogMapCondition cpqNicIfLogMapStatus cpqNicIfLogMapNumSwitchovers cpqNicIfLogMapHwLocation cpqNicIfLogMapSpeed)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n", $self->{info}; + printf "\n"; +} + + +package HP::Proliant::Component::NicSubsystem::PhysicalNic; +our @ISA = qw(HP::Proliant::Component::NicSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + foreach (qw(cpqNicIfPhysAdapterIndex cpqNicIfPhysAdapterIfNumber cpqNicIfPhysAdapterRole cpqNicIfPhysAdapterDuplexState cpqNicIfPhysAdapterCondition cpqNicIfPhysAdapterState cpqNicIfPhysAdapterStatus cpqNicIfPhysAdapterBadTransmits cpqNicIfPhysAdapterBadReceives)) { + $self->{$_} = $params{$_}; + } + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('pni', $self->{cpqNicIfPhysAdapterIndex}); + if ($self->{cpqNicIfPhysAdapterCondition} eq "other") { + # hp doesnt output a clear status. i am optimistic, unknown/other + # means "dont care" + $self->add_info(sprintf "physical nic %d (%s) is %s", + $self->{cpqNicIfPhysAdapterIndex}, $self->{cpqNicIfPhysAdapterRole}, + $self->{cpqNicIfPhysAdapterCondition}); + } elsif ($self->{cpqNicIfPhysAdapterCondition} ne "ok") { + $self->add_info(sprintf "physical nic %d (%s) is %s (%s,%s)", + $self->{cpqNicIfPhysAdapterIndex}, $self->{cpqNicIfPhysAdapterRole}, + $self->{cpqNicIfPhysAdapterCondition}, + $self->{cpqNicIfPhysAdapterState}, $self->{cpqNicIfPhysAdapterStatus}); + $self->add_message(CRITICAL, $self->{info}); + } else { + if ($self->{cpqNicIfPhysAdapterDuplexState} ne "full") { + $self->add_info(sprintf "physical nic %d (%s) is %s duplex", + $self->{cpqNicIfPhysAdapterIndex}, $self->{cpqNicIfPhysAdapterRole}, + $self->{cpqNicIfPhysAdapterDuplexState}); + } else { + $self->add_info(sprintf "physical nic %d (%s) is %s", + $self->{cpqNicIfPhysAdapterIndex}, $self->{cpqNicIfPhysAdapterRole}, + $self->{cpqNicIfPhysAdapterCondition}); + } + } +} + +sub dump { + my $self = shift; + printf "[PNIC_%s]\n", $self->{cpqNicIfPhysAdapterIndex}; + foreach (qw(cpqNicIfPhysAdapterIndex cpqNicIfPhysAdapterIfNumber cpqNicIfPhysAdapterRole cpqNicIfPhysAdapterDuplexState cpqNicIfPhysAdapterCondition cpqNicIfPhysAdapterState cpqNicIfPhysAdapterStatus cpqNicIfPhysAdapterBadTransmits cpqNicIfPhysAdapterBadReceives)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n", $self->{info}; + printf "\n"; +} + + +package HP::Proliant::Component::AsrSubsystem::CLI; +our @ISA = qw(HP::Proliant::Component::AsrSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(%params); + return $self; +} + +sub init { + my $self = shift; + my %params = @_; +} + +sub overall_check { + my $self = shift; + my %params = @_; +} + + +package HP::Proliant::Component::AsrSubsystem::SNMP; +our @ISA = qw(HP::Proliant::Component::AsrSubsystem + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->overall_init(%params); + return $self; +} + +sub overall_init { + my $self = shift; + my %params = @_; + my $snmpwalk = $params{rawdata}; + my $cpqHeAsrStatus = "1.3.6.1.4.1.232.6.2.5.1.0"; + my $cpqHeAsrStatusValue = { + 1 => "other", + 2 => "notAvailable", + 3 => "disabled", + 4 => "enabled", + }; + my $cpqHeAsrCondition = "1.3.6.1.4.1.232.6.2.5.17.0"; + my $cpqHeAsrConditionValue = { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }; + $self->{asrcondition} = SNMP::Utils::get_object_value( + $snmpwalk, $cpqHeAsrCondition, + $cpqHeAsrConditionValue); + $self->{asrstatus} = SNMP::Utils::get_object_value( + $snmpwalk, $cpqHeAsrStatus, + $cpqHeAsrStatusValue); + $self->{asrcondition} |= lc $self->{asrcondition}; + $self->{asrstatus} |= lc $self->{asrstatus}; +} + +sub overall_check { + my $self = shift; + my $result = 0; + $self->blacklist('asr', ''); + if ($self->{asrstatus} and $self->{asrstatus} eq "enabled") { + my $info = sprintf 'ASR overall condition is %s', $self->{asrcondition}; + if ($self->{asrcondition} eq "degraded") { + $self->add_message(WARNING, $info); + } elsif ($self->{asrcondition} eq "failed") { + $self->add_message(CRITICAL, $info); + } + $self->add_info($info); + } else { + $self->add_info('This system does not have ASR.'); + } +} + + +package HP::Proliant::Component::AsrSubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + temperatures => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + return HP::Proliant::Component::AsrSubsystem::SNMP->new(%params); + } elsif ($self->{method} eq 'cli') { + return HP::Proliant::Component::AsrSubsystem::CLI->new(%params); + } else { + die "unknown method"; + } + return $self; +} + +sub check { + my $self = shift; + my $errorfound = 0; + $self->add_info('checking ASR'); + $self->overall_check(); +} + +sub dump { + my $self = shift; +} + + + + +package HP::Proliant::Component::SNMP; + +sub get_entries { + my $self = shift; + my $oids = shift; + my $entry = shift; + my $snmpwalk = $self->{rawdata}; + my @params = (); + my @indices = SNMP::Utils::get_indices($snmpwalk, $oids->{$entry}); + foreach (@indices) { + my @idx = @{$_}; + my %params = ( + runtime => $self->{runtime}, + ); + my $maxdimension = scalar(@idx) - 1; + foreach my $idxnr (1..scalar(@idx)) { + $params{'index'.$idxnr} = $_->[$idxnr - 1]; + } + foreach my $oid (keys %{$oids}) { + next if $oid =~ /Entry$/; + next if $oid =~ /Value$/; + if (exists $oids->{$oid.'Value'}) { + $params{$oid} = SNMP::Utils::get_object_value( + $snmpwalk, $oids->{$oid}, $oids->{$oid.'Value'}, @idx); + if (! defined $params{$oid}) { + my $numerical_value = SNMP::Utils::get_object( + $snmpwalk, $oids->{$oid}, @idx); + if (! defined $numerical_value) { + # maschine liefert schrott + $params{$oid} = 'value_unknown'; + } else { + $params{$oid} = 'value_'.SNMP::Utils::get_object( + $snmpwalk, $oids->{$oid}, @idx); + } + } + } else { + $params{$oid} = SNMP::Utils::get_object( + $snmpwalk, $oids->{$oid}, @idx); + } + } + push(@params, \%params); + } + return @params; +} + +sub mib { + my $self = shift; + my $mib = shift; + my $condition = { + 0 => 'other', + 1 => 'ok', + 2 => 'degraded', + 3 => 'failed', + }; + my $MibRevMajor = $mib.'.1.0'; + my $MibRevMinor = $mib.'.2.0'; + my $MibRevCondition = $mib.'.3.0'; + return ( + $self->SNMP::Utils::get_object($self->{rawdata}, + $MibRevMajor), + $self->SNMP::Utils::get_object($self->{rawdata}, + $MibRevMinor), + $self->SNMP::Utils::get_object_value($self->{rawdata}, + $MibRevCondition, $condition)); +}; + + +package HP::Proliant::Component::DiskSubsystem::Da::CLI; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Da); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; + my $hpacucli = $self->{rawdata}; + my $slot = 0; + my $type = "unkn"; + my @lines = (); + my $thistype = 0; + my $tmpcntl = {}; + my $tmpaccel = {}; + my $tmpld = {}; + my $tmppd = {}; + my $tmpencl = {}; + my $cntlindex = 0; + my $enclosureindex = 0; + my $ldriveindex = 0; + my $pdriveindex = 0; + my $incontroller = 0; + foreach (split(/\n/, $hpacucli)) { + next unless /^status/; + next if /^status\s*$/; + s/^status\s*//; + if (/(MSA[\s\w]+)\s+in\s+(\w+)/) { + $incontroller = 1; + $slot = $2; + $cntlindex++; + $tmpcntl->{$slot}->{cpqDaCntlrIndex} = $cntlindex; + $tmpcntl->{$slot}->{cpqDaCntlrModel} = $1; + $tmpcntl->{$slot}->{cpqDaCntlrSlot} = $slot; + } elsif (/([\s\w]+) in Slot\s+(\d+)/) { + $incontroller = 1; + $slot = $2; + $cntlindex++; + $tmpcntl->{$slot}->{cpqDaCntlrIndex} = $cntlindex; + $tmpcntl->{$slot}->{cpqDaCntlrModel} = $1; + $tmpcntl->{$slot}->{cpqDaCntlrSlot} = $slot; + } elsif (/Controller Status: (\w+)/) { + $tmpcntl->{$slot}->{cpqDaCntlrBoardCondition} = lc $1; + $tmpcntl->{$slot}->{cpqDaCntlrCondition} = lc $1; + } elsif (/Cache Status: ([\w\s]+?)\s*$/) { + # Cache Status: OK + # Cache Status: Not Configured + # Cache Status: Temporarily Disabled + $tmpaccel->{$slot}->{cpqDaAccelCntlrIndex} = $cntlindex; + $tmpaccel->{$slot}->{cpqDaAccelSlot} = $slot; + #condition: other,ok,degraded,failed + #status: other,invalid,enabled,tmpDisabled,permDisabled + $tmpaccel->{$slot}->{cpqDaAccelCondition} = lc $1; + if ($tmpaccel->{$slot}->{cpqDaAccelCondition} eq 'ok') { + $tmpaccel->{$slot}->{cpqDaAccelStatus} = 'enabled'; + } elsif ($tmpaccel->{$slot}->{cpqDaAccelCondition} eq 'not configured') { + $tmpaccel->{$slot}->{cpqDaAccelCondition} = 'ok'; + $tmpaccel->{$slot}->{cpqDaAccelStatus} = 'enabled'; + } elsif ($tmpaccel->{$slot}->{cpqDaAccelCondition} eq 'temporarily disabled') { + $tmpaccel->{$slot}->{cpqDaAccelCondition} = 'ok'; + $tmpaccel->{$slot}->{cpqDaAccelStatus} = 'tmpDisabled'; + } elsif ($tmpaccel->{$slot}->{cpqDaAccelCondition} eq 'permanently disabled') { + $tmpaccel->{$slot}->{cpqDaAccelCondition} = 'ok'; + $tmpaccel->{$slot}->{cpqDaAccelStatus} = 'permDisabled'; + } else { + $tmpaccel->{$slot}->{cpqDaAccelStatus} = 'enabled'; + } + } elsif (/Battery.* Status: (\w+)/) { + # sowas gibts auch Battery/Capacitor Status: OK + $tmpaccel->{$slot}->{cpqDaAccelBattery} = lc $1; + } elsif (/^\s*$/) { + } + } + $slot = 0; + $cntlindex = 0; + $enclosureindex = 0; + $ldriveindex = 0; + $pdriveindex = 0; + foreach (split(/\n/, $hpacucli)) { + next unless /^config/; + next if /^config\s*$/; + s/^config\s*//; + if (/(MSA[\s\w]+)\s+in\s+(\w+)/) { + $slot = $2; + $cntlindex++; + $pdriveindex = 1; + } elsif (/([\s\w]+) in Slot\s+(\d+)/) { + #if ($slot ne $2 || ! $slot) { + $cntlindex++; + # 2012-12-15 das passt nicht zur oberen schleife + # ich habe keine ahnung, was der hintergrund fuer dieses if ist + #} + $slot = $2; + $pdriveindex = 1; + } elsif (/([\s\w]+) at Port ([\w]+), Box (\d+), (.*)/) { + $enclosureindex++; + $tmpencl->{$slot}->{$enclosureindex}->{cpqDaEnclCntlrIndex} = $cntlindex; + $tmpencl->{$slot}->{$enclosureindex}->{cpqDaEnclIndex} = $enclosureindex; + $tmpencl->{$slot}->{$enclosureindex}->{cpqDaEnclPort} = $2; + $tmpencl->{$slot}->{$enclosureindex}->{cpqDaEnclBox} = $3; + $tmpencl->{$slot}->{$enclosureindex}->{cpqDaEnclCondition} = $4; + $tmpencl->{$slot}->{$enclosureindex}->{cpqDaEnclStatus} = + $tmpencl->{$slot}->{$enclosureindex}->{cpqDaEnclCondition}; + $tmpencl->{$slot}->{$enclosureindex}->{cpqDaLogDrvPhyDrvIDs} = 'unknown'; + } elsif (/logicaldrive\s+(.+?)\s+\((.*)\)/) { + # logicaldrive 1 (683.5 GB, RAID 5, OK) + # logicaldrive 1 (683.5 GB, RAID 5, OK) + # logicaldrive 2 (442 MB, RAID 1+0, OK) + $ldriveindex = $1; + $tmpld->{$slot}->{$ldriveindex}->{cpqDaLogDrvCntlrIndex} = $cntlindex; + $tmpld->{$slot}->{$ldriveindex}->{cpqDaLogDrvIndex} = $ldriveindex; + ($tmpld->{$slot}->{$ldriveindex}->{cpqDaLogDrvSize}, + $tmpld->{$slot}->{$ldriveindex}->{cpqDaLogDrvFaultTol}, + $tmpld->{$slot}->{$ldriveindex}->{cpqDaLogDrvCondition}) = + map { lc $_ } split(/,\s*/, $2); + $tmpld->{$slot}->{$ldriveindex}->{cpqDaLogDrvStatus} = + $tmpld->{$slot}->{$ldriveindex}->{cpqDaLogDrvCondition}; + $tmpld->{$slot}->{$ldriveindex}->{cpqDaLogDrvPhyDrvIDs} = 'unknown'; + } elsif (/physicaldrive\s+(.+?)\s+\((.*)\)/) { + # physicaldrive 2:0 (port 2:id 0 , Parallel SCSI, 36.4 GB, OK) + # physicaldrive 2I:1:6 (port 2I:box 1:bay 6, SAS, 146 GB, OK) + # physicaldrive 1:1 (box 1:bay 1, Parallel SCSI, 146 GB, OK) + my $name = $1; + my($location, $type, $size, $status) = split(/,/, $2); + $status =~ s/^\s+//g; + $status =~ s/\s+$//g; + $status = lc $status; + my %location = (); + foreach (split(/:/, $location)) { + $location{$1} = $2 if /(\w+)\s+(\w+)/; + } + $location{box} ||= 0; + $location{id} ||= $pdriveindex; + $location{bay} ||= $location{id}; + $location{port} ||= $location{bay}; + $tmppd->{$slot}->{$name}->{name} = lc $name; + $tmppd->{$slot}->{$name}->{cpqDaPhyDrvCntlrIndex} = $cntlindex; + $tmppd->{$slot}->{$name}->{cpqDaPhyDrvIndex} = $location{id}; + $tmppd->{$slot}->{$name}->{cpqDaPhyDrvBay} = $location{bay}; + $tmppd->{$slot}->{$name}->{cpqDaPhyDrvBusNumber} = $location{port}; + $tmppd->{$slot}->{$name}->{cpqDaPhyDrvSize} = $size; + $tmppd->{$slot}->{$name}->{cpqDaPhyDrvStatus} = $status; + $tmppd->{$slot}->{$name}->{cpqDaPhyDrvCondition} = $status; + $tmppd->{$slot}->{$name}->{ldriveindex} = $ldriveindex || -1; + foreach (keys %{$tmppd->{$slot}->{$name}}) { + $tmppd->{$slot}->{$name}->{$_} =~ s/^\s+//g; + $tmppd->{$slot}->{$name}->{$_} =~ s/\s+$//g; + $tmppd->{$slot}->{$name}->{$_} = lc $tmppd->{$slot}->{$name}->{$_}; + } + $pdriveindex++; + } + } + + foreach my $slot (keys %{$tmpcntl}) { + if (exists $tmpcntl->{$slot}->{cpqDaCntlrModel} && + ! $self->identified($tmpcntl->{$slot}->{cpqDaCntlrModel})) { + delete $tmpcntl->{$slot}; + delete $tmpaccel->{$slot}; + delete $tmpencl->{$slot}; + delete $tmpld->{$slot}; + delete $tmppd->{$slot}; + } + } + +#printf "%s\n", Data::Dumper::Dumper($tmpcntl); +#printf "%s\n", Data::Dumper::Dumper($tmpaccel); +#printf "%s\n", Data::Dumper::Dumper($tmpld); +#printf "%s\n", Data::Dumper::Dumper($tmppd); + foreach my $slot (sort { + $tmpcntl->{$a}->{cpqDaCntlrIndex} <=> $tmpcntl->{$b}->{cpqDaCntlrIndex} + }keys %{$tmpcntl}) { + $tmpcntl->{$slot}->{runtime} = $self->{runtime}; + push(@{$self->{controllers}}, + HP::Proliant::Component::DiskSubsystem::Da::Controller->new( + %{$tmpcntl->{$slot}})); + } + foreach my $slot (sort { + $tmpaccel->{$a}->{cpqDaAccelCntlrIndex} <=> $tmpaccel->{$b}->{cpqDaAccelCntlrIndex} + } keys %{$tmpaccel}) { + $tmpaccel->{$slot}->{runtime} = $self->{runtime}; + push(@{$self->{accelerators}}, + HP::Proliant::Component::DiskSubsystem::Da::Accelerator->new( + %{$tmpaccel->{$slot}})); + } + foreach my $slot (keys %{$tmpencl}) { + foreach my $enclosureindex (keys %{$tmpencl->{$slot}}) { + $tmpencl->{$slot}->{$enclosureindex}->{runtime} = $self->{runtime}; + push(@{$self->{enclosures}}, + HP::Proliant::Component::DiskSubsystem::Da::Enclosure->new( + %{$tmpencl->{$slot}->{$enclosureindex}})); + } + } + foreach my $slot (keys %{$tmpld}) { + foreach my $ldriveindex (keys %{$tmpld->{$slot}}) { + $tmpld->{$slot}->{$ldriveindex}->{runtime} = $self->{runtime}; + push(@{$self->{logical_drives}}, + HP::Proliant::Component::DiskSubsystem::Da::LogicalDrive->new( + %{$tmpld->{$slot}->{$ldriveindex}})); + } + foreach my $pdriveindex (sort { + (split ':', $a, 2)[0] cmp (split ':', $b, 2)[0] || + (split ':', $a, 2)[1] cmp (split ':', $b, 2)[1] || + (split ':', $a, 2)[2] <=> (split ':', $b, 2)[2] + } keys %{$tmppd->{$slot}}) { + $tmppd->{$slot}->{$pdriveindex}->{runtime} = $self->{runtime}; + push(@{$self->{physical_drives}}, + HP::Proliant::Component::DiskSubsystem::Da::PhysicalDrive->new( + %{$tmppd->{$slot}->{$pdriveindex}})); + } + } +} + +sub identified { + my $self = shift; + my $info = shift; + return 1 if $info =~ /Parallel SCSI/; + return 1 if $info =~ /Smart Array/; # Trond: works fine on E200i, P400, E400 + return 1 if $info =~ /MSA500/; + #return 1 if $info =~ /Smart Array (5|6)/; + #return 1 if $info =~ /Smart Array P400i/; # snmp sagt Da, trotz SAS in cli + #return 1 if $info =~ /Smart Array P410i/; # dto + return 0; +} +package HP::Proliant::Component::DiskSubsystem::Da::SNMP; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Da + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + + # CPQIDA-MIB + my $oids = { + cpqDaCntlrEntry => "1.3.6.1.4.1.232.3.2.2.1.1", + cpqDaCntlrIndex => "1.3.6.1.4.1.232.3.2.2.1.1.1", + cpqDaCntlrModel => "1.3.6.1.4.1.232.3.2.2.1.1.2", + cpqDaCntlrSlot => "1.3.6.1.4.1.232.3.2.2.1.1.5", + cpqDaCntlrCondition => "1.3.6.1.4.1.232.3.2.2.1.1.6", + cpqDaCntlrBoardCondition => "1.3.6.1.4.1.232.3.2.2.1.1.12", + cpqDaCntlrModelValue => { + 1 => 'other', + 2 => 'ida', + 3 => 'idaExpansion', + 4 => 'ida-2', + 5 => 'smart', + 6 => 'smart-2e', + 7 => 'smart-2p', + 8 => 'smart-2sl', + 9 => 'smart-3100es', + 10 => 'smart-3200', + 11 => 'smart-2dh', + 12 => 'smart-221', + 13 => 'sa-4250es', + 14 => 'sa-4200', + 15 => 'sa-integrated', + 16 => 'sa-431', + 17 => 'sa-5300', + 18 => 'raidLc2', + 19 => 'sa-5i', + 20 => 'sa-532', + 21 => 'sa-5312', + 22 => 'sa-641', + 23 => 'sa-642', + 24 => 'sa-6400', + 25 => 'sa-6400em', + 26 => 'sa-6i', + }, + cpqDaCntlrConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqDaCntlrBoardConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + }; + + # INDEX { cpqDaCntlrIndex } + foreach ($self->get_entries($oids, 'cpqDaCntlrEntry')) { + push(@{$self->{controllers}}, + HP::Proliant::Component::DiskSubsystem::Da::Controller->new(%{$_})); + } + + $oids = { + cpqDaAccelEntry => "1.3.6.1.4.1.232.3.2.2.2.1", + cpqDaAccelCntlrIndex => "1.3.6.1.4.1.232.3.2.2.2.1.1", + cpqDaAccelStatus => "1.3.6.1.4.1.232.3.2.2.2.1.2", + cpqDaAccelErrCode => "1.3.6.1.4.1.232.3.2.2.2.1.5", + cpqDaAccelBattery => "1.3.6.1.4.1.232.3.2.2.2.1.6", + cpqDaAccelCondition => "1.3.6.1.4.1.232.3.2.2.2.1.9", + cpqDaAccelBatteryValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'recharging', + 4 => 'failed', + 5 => 'degraded', + 6 => 'notPresent', + }, + cpqDaAccelConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqDaAccelStatusValue => { + 1 => "other", + 2 => "invalid", + 3 => "enabled", + 4 => "tmpDisabled", + 5 => "permDisabled", + }, + cpqDaAccelErrCodeValue => { + 1 => 'other', + 2 => 'invalid', + 3 => 'badConfig', + 4 => 'lowBattery', + 5 => 'disableCmd', + 6 => 'noResources', + 7 => 'notConnected', + 8 => 'badMirrorData', + 9 => 'readErr', + 10 => 'writeErr', + 11 => 'configCmd', + 12 => 'expandInProgress', + 13 => 'snapshotInProgress', + 14 => 'redundantLowBattery', + 15 => 'redundantSizeMismatch', + 16 => 'redundantCacheFailure', + 17 => 'excessiveEccErrors', + 18 => 'adgEnablerMissing', + 19 => 'postEccErrors', + 20 => 'batteryHotRemoved', + 21 => 'capacitorChargeLow', + 22 => 'notEnoughBatteries', + 23 => 'cacheModuleNotSupported', + 24 => 'batteryNotSupported', + 25 => 'noCapacitorAttached', + 26 => 'capBasedBackupFailed', + 27 => 'capBasedRestoreFailed', + 28 => 'capBasedModuleHWFailure', + 29 => 'capacitorFailedToCharge', + 30 => 'capacitorBasedHWMemBeingErased', + 31 => 'incompatibleCacheModule', + 32 => 'fbcmChargerCircuitFailure', + }, + }; + + # INDEX { cpqDaAccelCntlrIndex } + foreach ($self->get_entries($oids, 'cpqDaAccelEntry')) { + push(@{$self->{accelerators}}, + HP::Proliant::Component::DiskSubsystem::Da::Accelerator->new(%{$_})); + } + + $oids = { + cpqDaLogDrvEntry => "1.3.6.1.4.1.232.3.2.3.1.1", + cpqDaLogDrvCntlrIndex => "1.3.6.1.4.1.232.3.2.3.1.1.1", + cpqDaLogDrvIndex => "1.3.6.1.4.1.232.3.2.3.1.1.2", + cpqDaLogDrvFaultTol => "1.3.6.1.4.1.232.3.2.3.1.1.3", + cpqDaLogDrvStatus => "1.3.6.1.4.1.232.3.2.3.1.1.4", + cpqDaLogDrvSize => "1.3.6.1.4.1.232.3.2.3.1.1.9", + cpqDaLogDrvPhyDrvIDs => "1.3.6.1.4.1.232.3.2.3.1.1.10", + cpqDaLogDrvCondition => "1.3.6.1.4.1.232.3.2.3.1.1.11", + cpqDaLogDrvPercentRebuild => "1.3.6.1.4.1.232.3.2.3.1.1.12", + cpqDaLogDrvFaultTolValue => { + 1 => "other", + 2 => "none", + 3 => "mirroring", + 4 => "dataGuard", + 5 => "distribDataGuard", + 7 => "advancedDataGuard", + }, + cpqDaLogDrvConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqDaLogDrvStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "failed", + 4 => "unconfigured", + 5 => "recovering", + 6 => "readyForRebuild", + 7 => "rebuilding", + 8 => "wrongDrive", + 9 => "badConnect", + 10 => "overheating", + 11 => "shutdown", + 12 => "expanding", + 13 => "notAvailable", + 14 => "queuedForExpansion", + }, + }; + + # INDEX { cpqDaLogDrvCntlrIndex, cpqDaLogDrvIndex } + foreach ($self->get_entries($oids, 'cpqDaLogDrvEntry')) { + $_->{cpqDaLogDrvPhyDrvIDs} ||= 'empty'; + push(@{$self->{logical_drives}}, + HP::Proliant::Component::DiskSubsystem::Da::LogicalDrive->new(%{$_})); + } + + $oids = { + cpqDaPhyDrvEntry => "1.3.6.1.4.1.232.3.2.5.1.1", + cpqDaPhyDrvCntlrIndex => "1.3.6.1.4.1.232.3.2.5.1.1.1", + cpqDaPhyDrvIndex => "1.3.6.1.4.1.232.3.2.5.1.1.2", + cpqDaPhyDrvBay => "1.3.6.1.4.1.232.3.2.5.1.1.5", + cpqDaPhyDrvStatus => "1.3.6.1.4.1.232.3.2.5.1.1.6", + cpqDaPhyDrvSize => "1.3.6.1.4.1.232.3.2.5.1.1.9", + cpqDaPhyDrvCondition => "1.3.6.1.4.1.232.3.2.5.1.1.37", + cpqDaPhyDrvBusNumber => "1.3.6.1.4.1.232.3.2.5.1.1.50", + cpqDaPhyDrvConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqDaPhyDrvStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "failed", + 4 => "predictiveFailure", + }, + }; + + # INDEX { cpqDaPhyDrvCntlrIndex, cpqDaPhyDrvIndex } + foreach ($self->get_entries($oids, 'cpqDaPhyDrvEntry')) { + push(@{$self->{physical_drives}}, + HP::Proliant::Component::DiskSubsystem::Da::PhysicalDrive->new(%{$_})); + } + +} +package HP::Proliant::Component::DiskSubsystem::Da; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + condition => undef, + blacklisted => 0, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Da::SNMP'; + } else { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Da::CLI'; + } + $self->init(); + $self->assemble(); + return $self; +} + +sub check { + my $self = shift; + foreach (@{$self->{controllers}}) { + $_->check(); + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{controllers}}) { + $_->dump(); + } +} + +package HP::Proliant::Component::DiskSubsystem::Da::Controller; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Da); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqDaCntlrIndex => $params{cpqDaCntlrIndex}, + cpqDaCntlrSlot => $params{cpqDaCntlrSlot}, + cpqDaCntlrModel => $params{cpqDaCntlrModel}, + cpqDaCntlrCondition => $params{cpqDaCntlrCondition}, + cpqDaCntlrBoardCondition => $params{cpqDaCntlrBoardCondition}, + blacklisted => 0, + }; + $self->{name} = $params{name} || $self->{cpqDaCntlrSlot}; + $self->{controllerindex} = $self->{cpqDaCntlrIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; +#$self->dumper($self); + $self->blacklist('daco', $self->{cpqDaCntlrIndex}); + foreach (@{$self->{accelerators}}) { + $_->check(); + } + foreach (@{$self->{enclosures}}) { + $_->check(); + } + foreach (@{$self->{logical_drives}}) { + $_->check(); + } + foreach (@{$self->{physical_drives}}) { + $_->check(); + } + foreach (@{$self->{spare_drives}}) { + $_->check(); + } + if ($self->{cpqDaCntlrCondition} eq 'other') { + if (scalar(@{$self->{physical_drives}})) { + $self->add_message(CRITICAL, + sprintf 'da controller %s in slot %s needs attention', + $self->{cpqDaCntlrIndex}, $self->{cpqDaCntlrSlot}); + $self->add_info(sprintf 'da controller %s in slot %s needs attention', + $self->{cpqDaCntlrIndex}, $self->{cpqDaCntlrSlot}); + } else { + $self->add_info(sprintf 'da controller %s in slot %s is ok and unused', + $self->{cpqDaCntlrIndex}, $self->{cpqDaCntlrSlot}); + $self->{blacklisted} = 1; + } + } elsif ($self->{cpqDaCntlrCondition} eq 'degraded') { + # maybe only the battery has failed and is disabled, no problem + if (scalar(grep { + $_->has_failed() && $_->is_disabled() + } @{$self->{accelerators}})) { + # message was already written in the accel code + } else { + $self->add_message(CRITICAL, + sprintf 'da controller %s in slot %s needs attention', + $self->{cpqDaCntlrIndex}, $self->{cpqDaCntlrSlot}); + $self->add_info(sprintf 'da controller %s in slot %s needs attention', + $self->{cpqDaCntlrIndex}, $self->{cpqDaCntlrSlot}); + } + } elsif ($self->{cpqDaCntlrCondition} ne 'ok') { + $self->add_message(CRITICAL, + sprintf 'da controller %s in slot %s needs attention', + $self->{cpqDaCntlrIndex}, $self->{cpqDaCntlrSlot}); + $self->add_info(sprintf 'da controller %s in slot %s needs attention', + $self->{cpqDaCntlrIndex}, $self->{cpqDaCntlrSlot}); + } else { + $self->add_info(sprintf 'da controller %s in slot %s is ok', + $self->{cpqDaCntlrIndex}, $self->{cpqDaCntlrSlot}); + } +} + +sub dump { + my $self = shift; + printf "[DA_CONTROLLER_%s]\n", $self->{name}; + foreach (qw(cpqDaCntlrSlot cpqDaCntlrIndex cpqDaCntlrCondition + cpqDaCntlrModel)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; + foreach (@{$self->{accelerators}}) { + $_->dump(); + } + foreach (@{$self->{enclosures}}) { + $_->dump(); + } + foreach (@{$self->{logical_drives}}) { + $_->dump(); + } + foreach (@{$self->{physical_drives}}) { + $_->dump(); + } + foreach (@{$self->{spare_drives}}) { + $_->dump(); + } +} + + +package HP::Proliant::Component::DiskSubsystem::Da::Accelerator; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Da); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqDaAccelCntlrIndex => $params{cpqDaAccelCntlrIndex}, + cpqDaAccelBattery => $params{cpqDaAccelBattery} || 'notPresent', + cpqDaAccelCondition => $params{cpqDaAccelCondition}, + cpqDaAccelStatus => $params{cpqDaAccelStatus}, + cpqDaAccelErrCode => $params{cpqDaAccelErrCode}, + blacklisted => 0, + failed => 0, + }; + $self->{controllerindex} = $self->{cpqDaAccelCntlrIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('daac', $self->{cpqDaAccelCntlrIndex}); + $self->add_info(sprintf 'controller accelerator is %s', + $self->{cpqDaAccelCondition}); + if ($self->{cpqDaAccelCondition} eq "failed" || $self->{cpqDaAccelCondition} eq "degraded") { + $self->add_message(CRITICAL, sprintf + "controller accelerator is %s (reason: %s) and needs attention", + $self->{cpqDaAccelCondition}, $self->{cpqDaAccelErrCode}); + } + $self->blacklist('daacb', $self->{cpqDaAccelCntlrIndex}); + $self->add_info(sprintf 'controller accelerator battery is %s', + $self->{cpqDaAccelBattery}); + if ($self->{cpqDaAccelBattery} eq "notPresent") { + } elsif ($self->{cpqDaAccelBattery} eq "recharging") { + $self->add_message(WARNING, "controller accelerator battery recharging"); + } elsif ($self->{cpqDaAccelBattery} eq "failed" && + $self->{cpqDaAccelStatus} eq "tmpDisabled") { + $self->add_message(WARNING, "controller accelerator battery needs attention"); + } elsif ($self->{cpqDaAccelBattery} ne "ok") { + # (other) failed degraded + $self->add_message(CRITICAL, "controller accelerator battery needs attention"); + } +} + +sub has_failed { + my $self = shift; + return $self->{cpqDaAccelStatus} =~ /Disabled/ ? 1 : 0; +} + +sub is_disabled { + my $self = shift; + return $self->{cpqDaAccelStatus} =~ /Disabled/ ? 1 : 0; +} + +sub dump { + my $self = shift; + printf "[ACCELERATOR]\n"; + foreach (qw(cpqDaAccelCntlrIndex cpqDaAccelBattery + cpqDaAccelStatus cpqDaAccelCondition cpqDaAccelErrCode)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + +package HP::Proliant::Component::DiskSubsystem::Da::Enclosure; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Da); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + name => $params{name}, + cpqDaEnclCntlrIndex => $params{cpqDaEnclCntlrIndex}, + cpqDaEnclIndex => $params{cpqDaEnclIndex}, + cpqDaEnclPort => $params{cpqDaEnclPort}, + cpqDaEnclBox => $params{cpqDaEnclBox}, + cpqDaEnclCondition => $params{cpqDaEnclCondition}, + blacklisted => 0, + }; + bless $self, $class; + $self->{name} = $params{name} || + $self->{cpqDaEnclPort}.':'.$self->{cpqDaEnclBox}; ##vorerst + $self->{controllerindex} = $self->{cpqDaEnclCntlrIndex}; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('dae', $self->{name}); + $self->add_info( + sprintf "disk enclosure %s is %s", + $self->{name}, $self->{cpqDaEnclCondition}); + if ($self->{cpqDaEnclCondition} !~ /^OK/) { + $self->add_message(CRITICAL, + sprintf "disk enclosure %s is %s", + $self->{name}, $self->{cpqDaEnclCondition}); + } +} + +sub dump { + my $self = shift; + printf "[Disk Enclosure]\n"; + foreach (qw(cpqDaEnclCntlrIndex cpqDaEnclIndex cpqDaEnclPort + cpqDaEnclBox cpqDaEnclCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + +package HP::Proliant::Component::DiskSubsystem::Da::LogicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Da); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqDaLogDrvIndex => $params{cpqDaLogDrvIndex}, + cpqDaLogDrvCntlrIndex => $params{cpqDaLogDrvCntlrIndex}, + cpqDaLogDrvSize => $params{cpqDaLogDrvSize}, + cpqDaLogDrvFaultTol => $params{cpqDaLogDrvFaultTol}, + cpqDaLogDrvPercentRebuild => $params{cpqDaLogDrvPercentRebuild}, + cpqDaLogDrvStatus => $params{cpqDaLogDrvStatus}, + cpqDaLogDrvCondition => $params{cpqDaLogDrvCondition}, + cpqDaLogDrvPhyDrvIDs => $params{cpqDaLogDrvPhyDrvIDs}, + blacklisted => 0, + }; + bless $self, $class; + $self->{name} = $params{name} || + $self->{cpqDaLogDrvCntlrIndex}.':'.$self->{cpqDaLogDrvIndex}; ##vorerst + $self->{controllerindex} = $self->{cpqDaLogDrvCntlrIndex}; + if (! $self->{cpqDaLogDrvPercentRebuild} || + $self->{cpqDaLogDrvPercentRebuild} == 4294967295) { + $self->{cpqDaLogDrvPercentRebuild} = 100; + } + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('dald', $self->{name}); + $self->add_info(sprintf "logical drive %s is %s (%s)", + $self->{name}, $self->{cpqDaLogDrvStatus}, + $self->{cpqDaLogDrvFaultTol}); + if ($self->{cpqDaLogDrvCondition} ne "ok") { + if ($self->{cpqDaLogDrvStatus} =~ + /rebuild|recovering|recovery|expanding|queued/) { + $self->add_message(WARNING, + sprintf "logical drive %s is %s", + $self->{name}, $self->{cpqDaLogDrvStatus}); + } else { + $self->add_message(CRITICAL, + sprintf "logical drive %s is %s", + $self->{name}, $self->{cpqDaLogDrvStatus}); + } + } +} + +sub dump { + my $self = shift; + printf "[LOGICAL_DRIVE]\n"; + foreach (qw(cpqDaLogDrvCntlrIndex cpqDaLogDrvIndex cpqDaLogDrvSize + cpqDaLogDrvFaultTol cpqDaLogDrvStatus cpqDaLogDrvCondition + cpqDaLogDrvPercentRebuild cpqDaLogDrvPhyDrvIDs)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Da::PhysicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Da); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + name => $params{name}, + cpqDaPhyDrvCntlrIndex => $params{cpqDaPhyDrvCntlrIndex}, + cpqDaPhyDrvIndex => $params{cpqDaPhyDrvIndex}, + cpqDaPhyDrvBay => $params{cpqDaPhyDrvBay}, + cpqDaPhyDrvBusNumber => $params{cpqDaPhyDrvBusNumber}, + cpqDaPhyDrvSize => $params{cpqDaPhyDrvSize}, + cpqDaPhyDrvStatus => $params{cpqDaPhyDrvStatus}, + cpqDaPhyDrvCondition => $params{cpqDaPhyDrvCondition}, + blacklisted => 0, + }; + bless $self, $class; + $self->{name} = $params{name} || + $self->{cpqDaPhyDrvCntlrIndex}.':'.$self->{cpqDaPhyDrvIndex}; ##vorerst + $self->{controllerindex} = $self->{cpqDaPhyDrvCntlrIndex}; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('dapd', $self->{name}); + $self->add_info( + sprintf "physical drive %s is %s", + $self->{name}, $self->{cpqDaPhyDrvCondition}); + if ($self->{cpqDaPhyDrvCondition} ne 'ok') { + $self->add_message(CRITICAL, + sprintf "physical drive %s is %s", + $self->{name}, $self->{cpqDaPhyDrvCondition}); + } +} + +sub dump { + my $self = shift; + printf "[PHYSICAL_DRIVE]\n"; + foreach (qw(cpqDaPhyDrvCntlrIndex cpqDaPhyDrvIndex cpqDaPhyDrvBay + cpqDaPhyDrvBusNumber cpqDaPhyDrvSize cpqDaPhyDrvStatus + cpqDaPhyDrvCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Da::SpareDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Da); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub dump { + my $self = shift; + printf "[SPARE_DRIVE]\n"; + foreach (qw(cpqDaPhyDrvCntlrIndex cpqDaPhyDrvIndex cpqDaPhyDrvBay + cpqDaPhyDrvBusNumber cpqDaPhyDrvSize cpqDaPhyDrvStatus + cpqDaPhyDrvCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + + +package HP::Proliant::Component::DiskSubsystem::Sas::CLI; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Sas); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; +} + + +package HP::Proliant::Component::DiskSubsystem::Sas::SNMP; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Sas + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + + # CPQSCSI-MIB + my $oids = { + cpqSasHbaEntry => "1.3.6.1.4.1.232.5.5.1.1.1", + cpqSasHbaIndex => "1.3.6.1.4.1.232.5.5.1.1.1.1", + cpqSasHbaLocation => "1.3.6.1.4.1.232.5.5.1.1.1.2", + cpqSasHbaSlot => "1.3.6.1.4.1.232.5.5.1.1.1.6", + cpqSasHbaStatus => "1.3.6.1.4.1.232.5.5.1.1.1.4", + cpqSasHbaStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "failed", + }, + cpqSasHbaCondition => "1.3.6.1.4.1.232.5.5.1.1.1.5", + cpqSasHbaConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + }; + + # INDEX { cpqSasHbaIndex } + foreach ($self->get_entries($oids, 'cpqSasHbaEntry')) { + push(@{$self->{controllers}}, + HP::Proliant::Component::DiskSubsystem::Sas::Controller->new(%{$_})); + } + + $oids = { + cpqSasLogDrvEntry => "1.3.6.1.4.1.232.5.5.3.1.1", + cpqSasLogDrvHbaIndex => "1.3.6.1.4.1.232.5.5.3.1.1.1", + cpqSasLogDrvIndex => "1.3.6.1.4.1.232.5.5.3.1.1.2", + cpqSasLogDrvStatus => "1.3.6.1.4.1.232.5.5.3.1.1.4", + cpqSasLogDrvCondition => "1.3.6.1.4.1.232.5.5.3.1.1.5", + cpqSasLogDrvRebuildingPercent => "1.3.6.1.4.1.232.5.5.3.1.1.12", + cpqSasLogDrvRaidLevel => "1.3.6.1.4.1.232.5.5.3.1.1.3", + cpqSasLogDrvRaidLevelValue => { + 1 => "other", + 2 => "raid0", + 3 => "raid1", + 4 => "raid0plus1", + 5 => "raid5", + 6 => "raid15", + 7 => "volume", + }, + cpqSasLogDrvConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqSasLogDrvStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "rebuilding", + 5 => "failed", + 6 => "offline", + } + }; + # INDEX { cpqSasLogDrvCntlrIndex, cpqSasLogDrvIndex } + foreach ($self->get_entries($oids, 'cpqSasLogDrvEntry')) { + push(@{$self->{logical_drives}}, + HP::Proliant::Component::DiskSubsystem::Sas::LogicalDrive->new(%{$_})); + } + + $oids = { + cpqSasPhyDrvEntry => "1.3.6.1.4.1.232.5.5.2.1.1", + cpqSasPhyDrvHbaIndex => "1.3.6.1.4.1.232.5.5.2.1.1.1", + cpqSasPhyDrvIndex => "1.3.6.1.4.1.232.5.5.2.1.1.2", + cpqSasPhyDrvLocationString => "1.3.6.1.4.1.232.5.5.2.1.1.3", + cpqSasPhyDrvStatus => "1.3.6.1.4.1.232.5.5.2.1.1.5", + cpqSasPhyDrvSize => "1.3.6.1.4.1.232.5.5.2.1.1.8", + cpqSasPhyDrvCondition => "1.3.6.1.4.1.232.5.5.2.1.1.6", + cpqSasPhyDrvConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqSasPhyDrvStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "predictiveFailure", + 4 => "offline", + 5 => "failed", + 6 => "missingWasOk", + 7 => "missingWasPredictiveFailure", + 8 => "missingWasOffline", + 9 => "missingWasFailed", + }, + }; + + # INDEX { cpqPhyLogDrvCntlrIndex, cpqSasPhyDrvIndex } + foreach ($self->get_entries($oids, 'cpqSasPhyDrvEntry')) { + push(@{$self->{physical_drives}}, + HP::Proliant::Component::DiskSubsystem::Sas::PhysicalDrive->new(%{$_})); + } + +} +package HP::Proliant::Component::DiskSubsystem::Sas; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + controllers => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + condition => undef, + blacklisted => 0, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Sas::SNMP'; + } else { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Sas::CLI'; + } + $self->init(); + $self->assemble(); + return $self; +} + +sub check { + my $self = shift; + foreach (@{$self->{controllers}}) { + $_->check(); + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{controllers}}) { + $_->dump(); + } +} + +package HP::Proliant::Component::DiskSubsystem::Sas::Controller; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Sas); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqSasHbaIndex => $params{cpqSasHbaIndex}, + cpqSasHbaLocation => $params{cpqSasHbaLocation}, + cpqSasHbaSlot => $params{cpqSasHbaSlot}, + cpqSasHbaStatus => $params{cpqSasHbaStatus}, + cpqSasHbaCondition => $params{cpqSasHbaCondition}, + blacklisted => 0, + }; + $self->{name} = $params{name} || $self->{cpqSasHbaSlot}; + $self->{controllerindex} = $self->{cpqSasHbaIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('saco', $self->{cpqSasHbaSlot}); + if ($self->{cpqSasHbaCondition} eq 'other') { + if (scalar(@{$self->{physical_drives}})) { + $self->add_message(CRITICAL, + sprintf 'sas controller in slot %s needs attention', + $self->{cpqSasHbaSlot}); + $self->add_info(sprintf 'sas controller in slot %s needs attention', + $self->{cpqSasHbaSlot}); + } else { + $self->add_info(sprintf 'sas controller in slot %s is ok and unused', + $self->{cpqSasHbaSlot}); + $self->{blacklisted} = 1; + } + } elsif ($self->{cpqSasHbaCondition} ne 'ok') { + $self->add_message(CRITICAL, + sprintf 'sas controller in slot %s needs attention', + $self->{cpqSasHbaSlot}); + $self->add_info(sprintf 'sas controller in slot %s needs attention', + $self->{cpqSasHbaSlot}); + } else { + $self->add_info(sprintf 'sas controller in slot %s is ok', + $self->{cpqSasHbaSlot}); + } + foreach (@{$self->{logical_drives}}) { + $_->check(); + } + foreach (@{$self->{physical_drives}}) { + $_->check(); + } + foreach (@{$self->{spare_drives}}) { + $_->check(); + } +} + +sub dump { + my $self = shift; + printf "[SAS_HBA%s]\n", $self->{name}; + foreach (qw(cpqSasHbaSlot cpqSasHbaIndex cpqSasHbaCondition + cpqSasHbaStatus cpqSasHbaLocation)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; + foreach (@{$self->{logical_drives}}) { + $_->dump(); + } + foreach (@{$self->{physical_drives}}) { + $_->dump(); + } + foreach (@{$self->{spare_drives}}) { + $_->dump(); + } +} + + +package HP::Proliant::Component::DiskSubsystem::Sas::LogicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Sas); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqSasLogDrvHbaIndex => $params{cpqSasLogDrvHbaIndex}, + cpqSasLogDrvIndex => $params{cpqSasLogDrvIndex}, + cpqSasLogDrvStatus => $params{cpqSasLogDrvStatus}, + cpqSasLogDrvCondition => $params{cpqSasLogDrvCondition}, + cpqSasLogDrvRebuildingPercent => $params{cpqSasLogDrvRebuildingPercent}, + cpqSasLogDrvRaidLevel => $params{cpqSasLogDrvRaidLevel}, + blacklisted => 0, + }; + bless $self, $class; + $self->{name} = $params{name} || + $self->{cpqSasLogDrvHbaIndex}.':'.$self->{cpqSasLogDrvIndex}; ####vorerst + $self->{controllerindex} = $self->{cpqSasLogDrvHbaIndex}; + if (! $self->{cpqSasLogDrvRebuildingPercent} || + $self->{cpqSasLogDrvRebuildingPercent} == 4294967295) { + $self->{cpqSasLogDrvRebuildingPercent} = 100; + } + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('sald', $self->{name}); + if ($self->{cpqSasLogDrvCondition} ne "ok") { + if ($self->{cpqSasLogDrvStatus} =~ + /rebuild|recovering|expanding|queued/) { + $self->add_message(WARNING, + sprintf "logical drive %s is %s", + $self->{name}, $self->{cpqSasLogDrvStatus}); + } else { + $self->add_message(CRITICAL, + sprintf "logical drive %s is %s", + $self->{name}, $self->{cpqSasLogDrvStatus}); + } + } + $self->add_info( + sprintf "logical drive %s is %s (%s)", $self->{name}, + $self->{cpqSasLogDrvStatus}, $self->{cpqSasLogDrvRaidLevel}); +} + +sub dump { + my $self = shift; + printf "[LOGICAL_DRIVE]\n"; + foreach (qw(cpqSasLogDrvHbaIndex cpqSasLogDrvIndex cpqSasLogDrvRaidLevel + cpqSasLogDrvStatus cpqSasLogDrvCondition + cpqSasLogDrvRebuildingPercent)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Sas::PhysicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Sas); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqSasPhyDrvHbaIndex => $params{cpqSasPhyDrvHbaIndex}, + cpqSasPhyDrvIndex => $params{cpqSasPhyDrvIndex}, + cpqSasPhyDrvLocationString => $params{cpqSasPhyDrvLocationString}, + cpqSasPhyDrvStatus => $params{cpqSasPhyDrvStatus}, + cpqSasPhyDrvSize => $params{cpqSasPhyDrvSize}, + cpqSasPhyDrvCondition => $params{cpqSasPhyDrvCondition}, + blacklisted => 0, + }; + $self->{name} = $params{name} || + $self->{cpqSasPhyDrvHbaIndex}.':'.$self->{cpqSasPhyDrvIndex}; ####vorerst + $self->{controllerindex} = $self->{cpqSasPhyDrvHbaIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('sapd', $self->{name}); + if ($self->{cpqSasPhyDrvCondition} ne 'ok') { + $self->add_message(CRITICAL, + sprintf "physical drive %s is %s", + $self->{name}, $self->{cpqSasPhyDrvCondition}); + } + $self->add_info( + sprintf "physical drive %s is %s", + $self->{name}, $self->{cpqSasPhyDrvCondition}); +} + +sub dump { + my $self = shift; + printf "[PHYSICAL_DRIVE]\n"; + foreach (qw(cpqSasPhyDrvHbaIndex cpqSasPhyDrvIndex cpqSasPhyDrvLocationString + cpqSasPhyDrvSize cpqSasPhyDrvStatus cpqSasPhyDrvCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Sas::SpareDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Sas); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub dump { + my $self = shift; + printf "[SPARE_DRIVE]\n"; +} + + + +package HP::Proliant::Component::DiskSubsystem::Scsi::CLI; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Scsi); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; +} + + +package HP::Proliant::Component::DiskSubsystem::Scsi::SNMP; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Scsi + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + + # CPQSCSI-MIB + my $oids = { + cpqScsiCntlrEntry => '1.3.6.1.4.1.232.5.2.2.1.1', + cpqScsiCntlrIndex => '1.3.6.1.4.1.232.5.2.2.1.1.1', + cpqScsiCntlrBusIndex => '1.3.6.1.4.1.232.5.2.2.1.1.2', + cpqScsiCntlrSlot => '1.3.6.1.4.1.232.5.2.2.1.1.6', + cpqScsiCntlrStatus => '1.3.6.1.4.1.232.5.2.2.1.1.7', + cpqScsiCntlrCondition => '1.3.6.1.4.1.232.5.2.2.1.1.12', + cpqScsiCntlrHwLocation => '1.3.6.1.4.1.232.5.2.2.1.1.16', + cpqScsiCntlrStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "failed", + }, + cpqScsiCntlrConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + } + }; + + # INDEX { cpqScsiCntlrIndex, cpqScsiCntlrBusIndex } + foreach ($self->get_entries($oids, 'cpqScsiCntlrEntry')) { + push(@{$self->{controllers}}, + HP::Proliant::Component::DiskSubsystem::Scsi::Controller->new(%{$_})); + } + + $oids = { + cpqScsiLogDrvEntry => '1.3.6.1.4.1.232.5.2.3.1.1', + cpqScsiLogDrvCntlrIndex => '1.3.6.1.4.1.232.5.2.3.1.1.1', + cpqScsiLogDrvBusIndex => '1.3.6.1.4.1.232.5.2.3.1.1.2', + cpqScsiLogDrvIndex => '1.3.6.1.4.1.232.5.2.3.1.1.3', + cpqScsiLogDrvFaultTol => '1.3.6.1.4.1.232.5.2.3.1.1.4', + cpqScsiLogDrvStatus => '1.3.6.1.4.1.232.5.2.3.1.1.5', + cpqScsiLogDrvSize => '1.3.6.1.4.1.232.5.2.3.1.1.6', + cpqScsiLogDrvPhyDrvIDs => '1.3.6.1.4.1.232.5.2.3.1.1.7', + cpqScsiLogDrvCondition => '1.3.6.1.4.1.232.5.2.3.1.1.8', + cpqScsiLogDrvStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "failed", + 4 => "unconfigured", + 5 => "recovering", + 6 => "readyForRebuild", + 7 => "rebuilding", + 8 => "wrongDrive", + 9 => "badConnect", + }, + cpqScsiLogDrvConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqScsiLogDrvFaultTolValue => { + 1 => "other", + 2 => "none", + 3 => "mirroring", + 4 => "dataGuard", + 5 => "distribDataGuard", + }, + + }; + # INDEX { cpqScsiLogDrvCntlrIndex, cpqScsiLogDrvBusIndex, cpqScsiLogDrvIndex } + foreach ($self->get_entries($oids, 'cpqScsiLogDrvEntry')) { + push(@{$self->{logical_drives}}, + HP::Proliant::Component::DiskSubsystem::Scsi::LogicalDrive->new(%{$_})); + } + + $oids = { + cpqScsiPhyDrvEntry => '1.3.6.1.4.1.232.5.2.4.1.1', + cpqScsiPhyDrvCntlrIndex => '1.3.6.1.4.1.232.5.2.4.1.1.1', + cpqScsiPhyDrvBusIndex => '1.3.6.1.4.1.232.5.2.4.1.1.2', + cpqScsiPhyDrvIndex => '1.3.6.1.4.1.232.5.2.4.1.1.3', + cpqScsiPhyDrvStatus => '1.3.6.1.4.1.232.5.2.4.1.1.9', + cpqScsiPhyDrvSize => '1.3.6.1.4.1.232.5.2.4.1.1.7', + cpqScsiPhyDrvCondition => '1.3.6.1.4.1.232.5.2.4.1.1.26', + cpqScsiPhyDrvConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqScsiPhyDrvStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "failed", + 4 => "notConfigured", + 5 => "badCable", + 6 => "missingWasOk", + 7 => "missingWasFailed", + 8 => "predictiveFailure", + 9 => "missingWasPredictiveFailure", + 10 => "offline", + 11 => "missingWasOffline", + 12 => "hardError", + }, + }; + + # INDEX { cpqScsiPhyDrvCntlrIndex, cpqScsiPhyDrvBusIndex, cpqScsiPhyDrvIndex } + foreach ($self->get_entries($oids, 'cpqScsiPhyDrvEntry')) { + push(@{$self->{physical_drives}}, + HP::Proliant::Component::DiskSubsystem::Scsi::PhysicalDrive->new(%{$_})); + } + +} +package HP::Proliant::Component::DiskSubsystem::Scsi; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + controllers => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + condition => undef, + blacklisted => 0, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Scsi::SNMP'; + } else { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Scsi::CLI'; + } + $self->init(); + $self->assemble(); + return $self; +} + +sub check { + my $self = shift; + foreach (@{$self->{controllers}}) { + $_->check(); + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{controllers}}) { + $_->dump(); + } +} + +package HP::Proliant::Component::DiskSubsystem::Scsi::Controller; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Scsi); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqScsiCntlr/, keys %params; + $self->{name} = $params{name} || $params{cpqScsiCntlrIndex}.':'.$params{cpqScsiCntlrBusIndex}; + $self->{controllerindex} = $self->{cpqScsiCntlrIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('scco', $self->{name}); + my $info = sprintf 'scsi controller %s in slot %s is %s', + $self->{name}, $self->{cpqScsiCntlrSlot}, $self->{cpqScsiCntlrCondition}; + if ($self->{cpqScsiCntlrCondition} eq 'other') { + if (scalar(@{$self->{physical_drives}})) { + $info .= ' and needs attention'; + $self->add_message(CRITICAL, $info); + $self->add_info($info); + } else { + $info .= ' and unused'; + $self->add_info($info); + $self->{blacklisted} = 1; + } + } elsif ($self->{cpqScsiCntlrCondition} ne 'ok') { + $info .= ' and needs attention'; + $self->add_message(CRITICAL, $info); + $self->add_info($info); + } else { + $self->add_info($info); + } + foreach (@{$self->{logical_drives}}) { + $_->check(); + } + foreach (@{$self->{physical_drives}}) { + $_->check(); + } + foreach (@{$self->{spare_drives}}) { + $_->check(); + } +} + +sub dump { + my $self = shift; + printf "[SCSI_CONTROLLER_%s]\n", $self->{name}; + foreach (qw(cpqScsiCntlrIndex cpqScsiCntlrBusIndex cpqScsiCntlrSlot + cpqScsiCntlrStatus cpqScsiCntlrCondition cpqScsiCntlrHwLocation)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; + foreach (@{$self->{logical_drives}}) { + $_->dump(); + } + foreach (@{$self->{physical_drives}}) { + $_->dump(); + } + foreach (@{$self->{spare_drives}}) { + $_->dump(); + } +} + + +package HP::Proliant::Component::DiskSubsystem::Scsi::LogicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Scsi); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqScsiLogDrv/, keys %params; + $self->{name} = $params{name} || $params{cpqScsiLogDrvCntlrIndex}.':'.$params{cpqScsiLogDrvBusIndex}.':'.$params{cpqScsiLogDrvIndex}; + bless $self, $class; + $self->{controllerindex} = $self->{cpqScsiLogDrvCntlrIndex}; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('scld', $self->{name}); + my $info = sprintf 'logical drive %s is %s', $self->{name}, $self->{cpqScsiLogDrvStatus}; + if ($self->{cpqScsiLogDrvCondition} ne "ok") { + if ($self->{cpqScsiLogDrvStatus} =~ + /rebuild|recovering/) { + $self->add_message(WARNING, $info); + } else { + $self->add_message(CRITICAL, $info); + } + } + $self->add_info($info); +} + +sub dump { + my $self = shift; + printf "[LOGICAL_DRIVE_%s]\n", $self->{name}; + foreach (qw(cpqScsiLogDrvCntlrIndex cpqScsiLogDrvBusIndex cpqScsiLogDrvIndex + cpqScsiLogDrvFaultTol cpqScsiLogDrvStatus cpqScsiLogDrvSize + cpqScsiLogDrvPhyDrvIDs cpqScsiLogDrvCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Scsi::PhysicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Scsi); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqScsiPhyDrv/, keys %params; + $self->{name} = $params{name} || + $self->{cpqScsiPhyDrvCntlrIndex}.':'.$self->{cpqScsiPhyDrvBusIndex}.':'.$self->{cpqScsiPhyDrvIndex}; + $self->{controllerindex} = $self->{cpqScsiPhyDrvCntlrIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('scpd', $self->{name}); + my $info = sprintf 'physical drive %s is %s', $self->{name}, $self->{cpqScsiPhyDrvCondition}; + if ($self->{cpqScsiPhyDrvCondition} ne 'ok') { + $self->add_message(CRITICAL, $info); + } + $self->add_info($info); +} + +sub dump { + my $self = shift; + printf "[PHYSICAL_DRIVE_%s]\n", $self->{name}; + foreach (qw(cpqScsiPhyDrvCntlrIndex cpqScsiPhyDrvBusIndex cpqScsiPhyDrvIndex + cpqScsiPhyDrvStatus cpqScsiPhyDrvSize cpqScsiPhyDrvCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Scsi::SpareDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Scsi); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub dump { + my $self = shift; + printf "[SPARE_DRIVE]\n"; +} + + + +package HP::Proliant::Component::DiskSubsystem::Ide::CLI; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Ide); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; +} + + +package HP::Proliant::Component::DiskSubsystem::Ide::SNMP; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Ide + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + + # CPQIDE-MIB + my $oids = { + cpqIdeControllerEntry => '1.3.6.1.4.1.232.14.2.3.1.1', + cpqIdeControllerIndex => '1.3.6.1.4.1.232.14.2.3.1.1.1', + cpqIdeControllerOverallCondition => '1.3.6.1.4.1.232.14.2.3.1.1.2', + cpqIdeControllerModel => '1.3.6.1.4.1.232.14.2.3.1.1.3', + cpqIdeControllerSlot => '1.3.6.1.4.1.232.14.2.3.1.1.5', + cpqIdeControllerOverallConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + }; + + # INDEX { cpqIdeControllerIndex } + foreach ($self->get_entries($oids, 'cpqIdeControllerEntry')) { + push(@{$self->{controllers}}, + HP::Proliant::Component::DiskSubsystem::Ide::Controller->new(%{$_})); + } + + $oids = { + cpqIdeLogicalDriveEntry => '1.3.6.1.4.1.232.14.2.6.1.1', + cpqIdeLogicalDriveControllerIndex => '1.3.6.1.4.1.232.14.2.6.1.1.1', + cpqIdeLogicalDriveIndex => '1.3.6.1.4.1.232.14.2.6.1.1.2', + cpqIdeLogicalDriveRaidLevel => '1.3.6.1.4.1.232.14.2.6.1.1.3', + cpqIdeLogicalDriveCapacity => '1.3.6.1.4.1.232.14.2.6.1.1.4', + cpqIdeLogicalDriveStatus => '1.3.6.1.4.1.232.14.2.6.1.1.5', + cpqIdeLogicalDriveCondition => '1.3.6.1.4.1.232.14.2.6.1.1.6', + cpqIdeLogicalDriveDiskIds => '1.3.6.1.4.1.232.14.2.6.1.1.7', + cpqIdeLogicalDriveSpareIds => '1.3.6.1.4.1.232.14.2.6.1.1.9', + cpqIdeLogicalDriveRebuildingDisk => '1.3.6.1.4.1.232.14.2.6.1.1.10', + cpqIdeLogicalDriveRaidLevelValue => { + 1 => "other", + 2 => "raid0", + 3 => "raid1", + 4 => "raid0plus1", + }, + cpqIdeLogicalDriveStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "rebuilding", + 5 => "failed", + }, + cpqIdeLogicalDriveConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + }; + # INDEX { cpqIdeLogicalDriveControllerIndex, cpqIdeLogicalDriveIndex } + foreach ($self->get_entries($oids, 'cpqIdeLogicalDriveEntry')) { + push(@{$self->{logical_drives}}, + HP::Proliant::Component::DiskSubsystem::Ide::LogicalDrive->new(%{$_})); + } + + $oids = { + cpqIdeAtaDiskEntry => '1.3.6.1.4.1.232.14.2.4.1.1', + cpqIdeAtaDiskControllerIndex => '1.3.6.1.4.1.232.14.2.4.1.1.1', + cpqIdeAtaDiskIndex => '1.3.6.1.4.1.232.14.2.4.1.1.2', + cpqIdeAtaDiskModel => '1.3.6.1.4.1.232.14.2.4.1.1.3', + cpqIdeAtaDiskStatus => '1.3.6.1.4.1.232.14.2.4.1.1.6', + cpqIdeAtaDiskCondition => '1.3.6.1.4.1.232.14.2.4.1.1.7', + cpqIdeAtaDiskCapacity => '1.3.6.1.4.1.232.14.2.4.1.1.8', + cpqIdeAtaDiskLogicalDriveMember => '1.3.6.1.4.1.232.14.2.4.1.1.13', + cpqIdeAtaDiskIsSpare => '1.3.6.1.4.1.232.14.2.4.1.1.14', + cpqIdeAtaDiskStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "smartError", + 4 => "failed", + }, + cpqIdeAtaDiskConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + }; + # INDEX { cpqIdeAtaDiskControllerIndex, cpqIdeAtaDiskIndex } + foreach ($self->get_entries($oids, 'cpqIdeAtaDiskEntry')) { + push(@{$self->{physical_drives}}, + HP::Proliant::Component::DiskSubsystem::Ide::PhysicalDrive->new(%{$_})); + } + +} +package HP::Proliant::Component::DiskSubsystem::Ide; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + controllers => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + condition => undef, + blacklisted => 0, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Ide::SNMP'; + } else { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Ide::CLI'; + } + $self->init(); + $self->assemble(); + return $self; +} + +sub check { + my $self = shift; + foreach (@{$self->{controllers}}) { + $_->check(); + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{controllers}}) { + $_->dump(); + } +} + +package HP::Proliant::Component::DiskSubsystem::Ide::Controller; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Ide); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqIdeControllerIndex => $params{cpqIdeControllerIndex}, + cpqIdeControllerOverallCondition => $params{cpqIdeControllerOverallCondition}, + cpqIdeControllerModel => $params{cpqIdeControllerModel}, + cpqIdeControllerSlot => $params{cpqIdeControllerSlot}, # -1 ist sysboard? + blacklisted => 0, + }; + $self->{name} = $params{name} || $self->{cpqIdeControllerIndex}; + $self->{controllerindex} = $self->{cpqIdeControllerIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('ideco', $self->{name}); + if ($self->{cpqIdeControllerOverallCondition} eq 'other') { + if (scalar(@{$self->{physical_drives}})) { + $self->add_message(CRITICAL, + sprintf 'ide controller %s in slot %s needs attention', + $self->{cpqIdeControllerIndex}, $self->{cpqIdeControllerSlot}); + $self->add_info(sprintf 'ide controller %s in slot %s needs attention', + $self->{cpqIdeControllerIndex}, $self->{cpqIdeControllerSlot}); + } else { + $self->add_info(sprintf 'ide controller %s in slot %s is ok and unused', + $self->{cpqIdeControllerIndex}, $self->{cpqIdeControllerSlot}); + $self->{blacklisted} = 1; + } + } elsif ($self->{cpqIdeControllerOverallCondition} ne 'ok') { + $self->add_message(CRITICAL, + sprintf 'ide controller %s in slot %s needs attention', + $self->{cpqIdeControllerIndex}, $self->{cpqIdeControllerSlot}); + $self->add_info(sprintf 'ide controller %s in slot %s needs attention', + $self->{cpqIdeControllerIndex}, $self->{cpqIdeControllerSlot}); + } else { + $self->add_info(sprintf 'ide controller %s in slot %s is ok', + $self->{cpqIdeControllerIndex}, $self->{cpqIdeControllerSlot}); + } + foreach (@{$self->{logical_drives}}) { + $_->check(); + } + foreach (@{$self->{physical_drives}}) { + $_->check(); + } + foreach (@{$self->{spare_drives}}) { + $_->check(); + } +} + +sub dump { + my $self = shift; + printf "[IDE_CONTROLLER_%s]\n", $self->{name}; + foreach (qw(cpqIdeControllerIndex cpqIdeControllerSlot + cpqIdeControllerModel cpqIdeControllerOverallCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; + foreach (@{$self->{logical_drives}}) { + $_->dump(); + } + foreach (@{$self->{physical_drives}}) { + $_->dump(); + } + foreach (@{$self->{spare_drives}}) { + $_->dump(); + } +} + + +package HP::Proliant::Component::DiskSubsystem::Ide::LogicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Ide); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqIdeLogicalDriveControllerIndex => $params{cpqIdeLogicalDriveControllerIndex}, + cpqIdeLogicalDriveIndex => $params{cpqIdeLogicalDriveIndex}, + cpqIdeLogicalDriveRaidLevel => $params{cpqIdeLogicalDriveRaidLevel}, + cpqIdeLogicalDriveCapacity => $params{cpqIdeLogicalDriveCapacity}, + cpqIdeLogicalDriveStatus => $params{cpqIdeLogicalDriveStatus}, + cpqIdeLogicalDriveCondition => $params{cpqIdeLogicalDriveCondition}, + cpqIdeLogicalDriveDiskIds => $params{cpqIdeLogicalDriveDiskIds}, + cpqIdeLogicalDriveSpareIds => $params{cpqIdeLogicalDriveSpareIds}, + cpqIdeLogicalDriveRebuildingDisk => $params{cpqIdeLogicalDriveRebuildingDisk}, + blacklisted => 0, + }; + bless $self, $class; + $self->{name} = $params{name} || + $self->{cpqIdeLogicalDriveControllerIndex}.':'. + $self->{cpqIdeLogicalDriveIndex}; + $self->{controllerindex} = $self->{cpqIdeLogicalDriveControllerIndex}; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('ideld', $self->{name}); + if ($self->{cpqIdeLogicalDriveCondition} ne "ok") { + if ($self->{cpqIdeLogicalDriveStatus} =~ + /rebuild/) { + $self->add_message(WARNING, + sprintf "logical drive %s is %s", + $self->{name}, $self->{cpqIdeLogicalDriveStatus}); + } else { + $self->add_message(CRITICAL, + sprintf "logical drive %s is %s", + $self->{name}, $self->{cpqIdeLogicalDriveStatus}); + } + } + $self->add_info( + sprintf "logical drive %s is %s", $self->{name}, + $self->{cpqIdeLogicalDriveStatus}); +} + +sub dump { + my $self = shift; + printf "[LOGICAL_DRIVE]\n"; + foreach (qw(cpqIdeLogicalDriveControllerIndex cpqIdeLogicalDriveIndex + cpqIdeLogicalDriveRaidLevel cpqIdeLogicalDriveCapacity + cpqIdeLogicalDriveDiskIds cpqIdeLogicalDriveSpareIds + cpqIdeLogicalDriveRebuildingDisk cpqIdeLogicalDriveStatus + cpqIdeLogicalDriveCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Ide::PhysicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Ide); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqIdeAtaDiskControllerIndex => $params{cpqIdeAtaDiskControllerIndex}, + cpqIdeAtaDiskIndex => $params{cpqIdeAtaDiskIndex}, + cpqIdeAtaDiskModel => $params{cpqIdeAtaDiskModel}, + cpqIdeAtaDiskStatus => $params{cpqIdeAtaDiskStatus}, + cpqIdeAtaDiskCondition => $params{cpqIdeAtaDiskCondition}, + cpqIdeAtaDiskCapacity => $params{cpqIdeAtaDiskCapacity}, + cpqIdeAtaDiskLogicalDriveMember => $params{cpqIdeAtaDiskLogicalDriveMember}, + cpqIdeAtaDiskIsSpare => $params{cpqIdeAtaDiskIsSpare}, + blacklisted => 0, + }; + $self->{name} = $params{name} || + $self->{cpqIdeAtaDiskControllerIndex}.':'. + $self->{cpqIdeAtaDiskIndex}; ####vorerst + $self->{controllerindex} = $self->{cpqIdeAtaDiskControllerIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('idepd', $self->{name}); + if ($self->{cpqIdeAtaDiskCondition} ne 'ok') { + $self->add_message(CRITICAL, + sprintf "physical drive %s is %s", + $self->{name}, $self->{cpqIdeAtaDiskCondition}); + } + $self->add_info( + sprintf "physical drive %s is %s", + $self->{name}, $self->{cpqIdeAtaDiskCondition}); +} + +sub dump { + my $self = shift; + printf "[PHYSICAL_DRIVE]\n"; + foreach (qw(cpqIdeAtaDiskControllerIndex cpqIdeAtaDiskIndex + cpqIdeAtaDiskModel cpqIdeAtaDiskCapacity cpqIdeAtaDiskLogicalDriveMember + cpqIdeAtaDiskStatus cpqIdeAtaDiskCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Ide::SpareDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Ide); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub dump { + my $self = shift; + printf "[SPARE_DRIVE]\n"; +} + + + +package HP::Proliant::Component::DiskSubsystem::Fca::CLI; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; + # ..... + $self->{global_status} = + HP::Proliant::Component::DiskSubsystem::Fca::GlobalStatus->new( + runtime => $self->{runtime}, + cpqFcaMibCondition => 'n/a', + ); + +} + + +package HP::Proliant::Component::DiskSubsystem::Fca::SNMP; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca + HP::Proliant::Component::SNMP); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + blacklisted => 0, + }; + bless $self, $class; + return $self; +} + +sub init { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + + # CPQFCA-MIB + my $oids = { + cpqFcaHostCntlrEntry => '1.3.6.1.4.1.232.16.2.7.1.1', + cpqFcaHostCntlrIndex => '1.3.6.1.4.1.232.16.2.7.1.1.1', + cpqFcaHostCntlrSlot => '1.3.6.1.4.1.232.16.2.7.1.1.2', + cpqFcaHostCntlrModel => '1.3.6.1.4.1.232.16.2.7.1.1.3', + cpqFcaHostCntlrStatus => '1.3.6.1.4.1.232.16.2.7.1.1.4', + cpqFcaHostCntlrCondition => '1.3.6.1.4.1.232.16.2.7.1.1.5', + cpqFcaHostCntlrOverallCondition => '1.3.6.1.4.1.232.16.2.7.1.1.8', + cpqFcaHostCntlrModelValue => { + 1 => "other", + # You may need to upgrade your driver software and\or instrument + # agent(s). You have a drive array controller in the system + # that the instrument agent does not recognize. (other according to CPQFCAL-MIB) + 2 => "fchc-p", + 3 => "fchc-e", + 4 => "fchc64", + 5 => "sa-sam", + 6 => "fca-2101", + 7 => "sw64-33", + 8 => "fca-221x", + 9 => "dpfcmc", + 10 => 'fca-2404', + 11 => 'fca-2214', + 12 => 'a7298a', + 13 => 'fca-2214dc', + 14 => 'a6826a', + 15 => 'fcmcG3', + 16 => 'fcmcG4', + 17 => 'ab46xa', + 18 => 'fc-generic', + 19 => 'fca-1143', + 20 => 'fca-1243', + 21 => 'fca-2143', + 22 => 'fca-2243', + 23 => 'fca-1050', + 24 => 'fca-lpe1105', + 25 => 'fca-qmh2462', + 26 => 'fca-1142sr', + 27 => 'fca-1242sr', + 28 => 'fca-2142sr', + 29 => 'fca-2242sr', + 30 => 'fcmc20pe', + 31 => 'fca-81q', + 32 => 'fca-82q', + 33 => 'fca-qmh2562', + 34 => 'fca-81e', + 35 => 'fca-82e', + 36 => 'fca-1205', + }, + cpqFcaHostCntlrStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "failed", + 4 => "shutdown", + 5 => "loopDegraded", + 6 => "loopFailed", + 7 => "notConnected", + }, + cpqFcaHostCntlrConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + cpqFcaHostCntlrOverallConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, # cntrl + alle associated storage boxes + }; + + # INDEX { cpqFcaHostCntlrIndex } + foreach ($self->get_entries($oids, 'cpqFcaHostCntlrEntry')) { + push(@{$self->{host_controllers}}, + HP::Proliant::Component::DiskSubsystem::Fca::HostController->new(%{$_})); + } + + $oids = { + cpqFcaCntlrEntry => '1.3.6.1.4.1.232.16.2.2.1.1', + cpqFcaCntlrBoxIndex => '1.3.6.1.4.1.232.16.2.2.1.1.1', + cpqFcaCntlrBoxIoSlot => '1.3.6.1.4.1.232.16.2.2.1.1.2', + cpqFcaCntlrModel => '1.3.6.1.4.1.232.16.2.2.1.1.3', + cpqFcaCntlrStatus => '1.3.6.1.4.1.232.16.2.2.1.1.5', + cpqFcaCntlrCondition => '1.3.6.1.4.1.232.16.2.2.1.1.6', + cpqFcaCntlrModelValue => { + 1 => "other", + 2 => "fibreArray", + 3 => "msa1000", + 4 => "smartArrayClusterStorage", + 5 => "hsg80", + 6 => "hsv110", + 7 => "msa500g2", + 8 => "msa20", + 8 => "msa1510i", + }, + cpqFcaCntlrStatusValue => { + 1 => "other", + 2 => "ok", + 3 => "failed", + 4 => "offline", + 5 => "redundantPathOffline", + 6 => "notConnected", + }, + cpqFcaCntlrConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + }; + + # INDEX { cpqFcaCntlrBoxIndex, cpqFcaCntlrBoxIoSlot } + foreach ($self->get_entries($oids, 'cpqFcaCntlrEntry')) { + push(@{$self->{controllers}}, + HP::Proliant::Component::DiskSubsystem::Fca::Controller->new(%{$_})); + } + + $oids = { + cpqFcaAccelEntry => '1.3.6.1.4.1.232.16.2.2.2.1', + cpqFcaAccelBoxIndex => '1.3.6.1.4.1.232.16.2.2.2.1.1', + cpqFcaAccelBoxIoSlot => '1.3.6.1.4.1.232.16.2.2.2.1.2', + cpqFcaAccelStatus => '1.3.6.1.4.1.232.16.2.2.2.1.3', + cpqFcaAccelErrCode => '1.3.6.1.4.1.232.16.2.2.2.1.5', + cpqFcaAccelBatteryStatus => '1.3.6.1.4.1.232.16.2.2.2.1.6', + cpqFcaAccelCondition => '1.3.6.1.4.1.232.16.2.2.2.1.9', + cpqFcaAccelStatusValue => { + 1 => "other", + 2 => "invalid", + 3 => "enabled", + 4 => "tmpDisabled", + 5 => "permDisabled", + }, + cpqFcaAccelErrCodeValue => { + 1 => 'other', + 2 => 'invalid', + 3 => 'badConfig', + 4 => 'lowBattery', + 5 => 'disableCmd', + 6 => 'noResources', + 7 => 'notConnected', + 8 => 'badMirrorData', + 9 => 'readErr', + 10 => 'writeErr', + 11 => 'configCmd', + 12 => 'expandInProgress', + 13 => 'snapshotInProgress', + 14 => 'redundantLowBattery', + 15 => 'redundantSizeMismatch', + 16 => 'redundantCacheFailure', + 17 => 'excessiveEccErrors', + 19 => 'postEccErrors', + }, + cpqFcaAccelBatteryStatusValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'recharging', + 4 => 'failed', + 5 => 'degraded', + 6 => 'notPresent', + }, + cpqFcaAccelConditionValue => { + 1 => "other", + 2 => "ok", + 3 => "degraded", + 4 => "failed", + }, + }; + + # INDEX { cpqFcaAccelBoxIndex, cpqFcaAccelBoxIoSlot } + foreach ($self->get_entries($oids, 'cpqFcaAccelEntry')) { + push(@{$self->{accelerators}}, + HP::Proliant::Component::DiskSubsystem::Fca::Accelerator->new(%{$_})); + } + + $oids = { + cpqFcaLogDrvEntry => '1.3.6.1.4.1.232.16.2.3.1.1', + cpqFcaLogDrvBoxIndex => '1.3.6.1.4.1.232.16.2.3.1.1.1', + cpqFcaLogDrvIndex => '1.3.6.1.4.1.232.16.2.3.1.1.2', + cpqFcaLogDrvFaultTol => '1.3.6.1.4.1.232.16.2.3.1.1.3', + cpqFcaLogDrvStatus => '1.3.6.1.4.1.232.16.2.3.1.1.4', + cpqFcaLogDrvPercentRebuild => '1.3.6.1.4.1.232.16.2.3.1.1.6', + cpqFcaLogDrvSize => '1.3.6.1.4.1.232.16.2.3.1.1.9', + cpqFcaLogDrvPhyDrvIDs => '1.3.6.1.4.1.232.16.2.3.1.1.10', + cpqFcaLogDrvCondition => '1.3.6.1.4.1.232.16.2.3.1.1.11', + cpqFcaLogDrvFaultTolValue => { + 1 => 'other', + 2 => 'none', + 3 => 'mirroring', + 4 => 'dataGuard', + 5 => 'distribDataGuard', + 7 => 'advancedDataGuard', + }, + cpqFcaLogDrvStatusValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'failed', + 4 => 'unconfigured', + 5 => 'recovering', + 6 => 'readyForRebuild', + 7 => 'rebuilding', + 8 => 'wrongDrive', + 9 => 'badConnect', + 10 => 'overheating', + 11 => 'shutdown', + 12 => 'expanding', + 13 => 'notAvailable', + 14 => 'queuedForExpansion', + 15 => 'hardError', + }, + cpqFcaLogDrvConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }, + }; + + # INDEX { cpqFcaLogDrvBoxIndex, cpqFcaLogDrvIndex } + foreach ($self->get_entries($oids, 'cpqFcaLogDrvEntry')) { + push(@{$self->{logical_drives}}, + HP::Proliant::Component::DiskSubsystem::Fca::LogicalDrive->new(%{$_})); + } + + $oids = { + cpqFcaPhyDrvEntry => '1.3.6.1.4.1.232.16.2.5.1.1', + cpqFcaPhyDrvBoxIndex => '1.3.6.1.4.1.232.16.2.5.1.1.1', + cpqFcaPhyDrvIndex => '1.3.6.1.4.1.232.16.2.5.1.1.2', + cpqFcaPhyDrvModel => '1.3.6.1.4.1.232.16.2.5.1.1.3', + cpqFcaPhyDrvBay => '1.3.6.1.4.1.232.16.2.5.1.1.5', + cpqFcaPhyDrvStatus => '1.3.6.1.4.1.232.16.2.5.1.1.6', + cpqFcaPhyDrvCondition => '1.3.6.1.4.1.232.16.2.5.1.1.31', + cpqFcaPhyDrvSize => '1.3.6.1.4.1.232.16.2.5.1.1.38', + cpqFcaPhyDrvBusNumber => '1.3.6.1.4.1.232.16.2.5.1.1.42', + cpqFcaPhyDrvStatusValue => { + 1 => 'other', + 2 => 'unconfigured', + 3 => 'ok', + 4 => 'threshExceeded', + 5 => 'predictiveFailure', + 6 => 'failed', + }, + cpqFcaPhyDrvConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }, + }; + + # INDEX { cpqFcaPhyDrvBoxIndex, cpqFcaPhyDrvIndex } + foreach ($self->get_entries($oids, 'cpqFcaPhyDrvEntry')) { + push(@{$self->{physical_drives}}, + HP::Proliant::Component::DiskSubsystem::Fca::PhysicalDrive->new(%{$_})); + } + + $oids = { + cpqFcaMibRevMajor => '1.3.6.1.4.1.232.16.1.1.0', + cpqFcaMibRevMinor => '1.3.6.1.4.1.232.16.1.2.0', + cpqFcaMibCondition => '1.3.6.1.4.1.232.16.1.3.0', + cpqFcaMibConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }, + }; + $self->{global_status} = + HP::Proliant::Component::DiskSubsystem::Fca::GlobalStatus->new( + runtime => $self->{runtime}, + cpqFcaMibCondition => + SNMP::Utils::get_object_value($snmpwalk, + $oids->{cpqFcaMibCondition}, $oids->{cpqFcaMibConditionValue}) + ); +} +package HP::Proliant::Component::DiskSubsystem::Fca; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + host_controllers => [], + controllers => [], + accelerators => [], + enclosures => [], + physical_drives => [], + logical_drives => [], + spare_drives => [], + global_status => undef, + blacklisted => 0, + }; + bless $self, $class; + if ($self->{method} eq 'snmp') { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Fca::SNMP'; + } else { + bless $self, 'HP::Proliant::Component::DiskSubsystem::Fca::CLI'; + } + $self->init(); + $self->assemble(); + return $self; +} + +sub assemble { + my $self = shift; + $self->trace(3, sprintf "%s controllers und platten zusammenfuehren", + ref($self)); + $self->trace(3, sprintf "has %d host controllers", + scalar(@{$self->{host_controllers}})); + $self->trace(3, sprintf "has %d controllers", + scalar(@{$self->{controllers}})); + $self->trace(3, sprintf "has %d physical_drives", + scalar(@{$self->{physical_drives}})); + $self->trace(3, sprintf "has %d logical_drives", + scalar(@{$self->{logical_drives}})); + $self->trace(3, sprintf "has %d spare_drives", + scalar(@{$self->{spare_drives}})); +} + +sub check { + my $self = shift; + foreach (@{$self->{host_controllers}}) { + $_->check(); + } + foreach (@{$self->{controllers}}) { + $_->check(); + } + foreach (@{$self->{accelerators}}) { + $_->check(); + } + foreach (@{$self->{logical_drives}}) { + $_->check(); + } + foreach (@{$self->{physical_drives}}) { + $_->check(); + } + # wozu eigentlich? + #if (! $self->has_controllers()) { + #$self->{global_status}->check(); + #} +} + +sub dump { + my $self = shift; + foreach (@{$self->{host_controllers}}) { + $_->dump(); + } + foreach (@{$self->{controllers}}) { + $_->dump(); + } + foreach (@{$self->{accelerators}}) { + $_->dump(); + } + foreach (@{$self->{logical_drives}}) { + $_->dump(); + } + foreach (@{$self->{physical_drives}}) { + $_->dump(); + } + #$self->{global_status}->dump(); +} + + +package HP::Proliant::Component::DiskSubsystem::Fca::GlobalStatus; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + cpqFcaMibCondition => $params{cpqFcaMibCondition}, + }; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + if ($self->{cpqFcaMibCondition} eq 'other') { + $self->add_message(OK, + sprintf 'fcal overall condition is other, update your drivers, please'); + } elsif ($self->{cpqFcaMibCondition} ne 'ok') { + $self->add_message(CRITICAL, + sprintf 'fcal overall condition is %s', $self->{cpqFcaMibCondition}); + } + $self->{info} = + sprintf 'fcal overall condition is %s', $self->{cpqFcaMibCondition}; +} + +sub dump { + my $self = shift; + printf "[FCAL]\n"; + foreach (qw(cpqFcaMibCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Fca::HostController; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqFcaHostCntlr/, keys %params; + $self->{name} = $params{name} || $self->{cpqFcaHostCntlrIndex}; + $self->{controllerindex} = $self->{cpqFcaHostCntlrIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('fcahc', $self->{name}); + my $info = sprintf 'fcal host controller %s in slot %s is %s', + $self->{name}, $self->{cpqFcaHostCntlrSlot}, $self->{cpqFcaHostCntlrCondition}; + if ($self->{cpqFcaHostCntlrCondition} eq 'other') { + #$info .= sprintf ' and needs attention (%s)', $self->{cpqFcaHostCntlrStatus}; + # let's assume other=ok + $self->add_message(OK, $info); + $self->add_info($info); + } elsif ($self->{cpqFcaHostCntlrCondition} ne 'ok') { + $self->add_message(CRITICAL, $info); + $self->add_info($info); + } else { + $self->add_info($info); + } + $self->blacklist('fcahco', $self->{name}); + $info = sprintf 'fcal host controller %s overall condition is %s', + $self->{name}, $self->{cpqFcaHostCntlrOverallCondition}; + if ($self->{cpqFcaHostCntlrOverallCondition} eq 'other') { + $self->add_message(OK, $info); + } elsif ($self->{cpqFcaHostCntlrOverallCondition} ne 'ok') { + $self->add_message(WARNING, $info); + } + $self->add_info($info); +} + +sub dump { + my $self = shift; + printf "[FCAL_HOST_CONTROLLER_%s]\n", $self->{name}; + foreach (qw(cpqFcaHostCntlrIndex cpqFcaHostCntlrSlot + cpqFcaHostCntlrModel cpqFcaHostCntlrStatus cpqFcaHostCntlrCondition + cpqFcaHostCntlrOverallCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Fca::Controller; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqFcaCntlr/, keys %params; + $self->{name} = $params{name} || + $self->{cpqFcaCntlrBoxIndex}.':'.$self->{cpqFcaCntlrBoxIoSlot}; + $self->{controllerindex} = $self->{cpqFcaCntlrBoxIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('fcaco', $self->{name}); + my $info = sprintf 'fcal controller %s in box %s/slot %s is %s', + $self->{name}, $self->{cpqFcaCntlrBoxIndex}, $self->{cpqFcaCntlrBoxIoSlot}, + $self->{cpqFcaCntlrCondition}; + if ($self->{cpqFcaCntlrCondition} eq 'other') { + if (1) { # was ist mit phys. drives? + $info .= ' needs attention'; + $info .= sprintf(' (%s)', $self->{cpqFcaCntlrStatus}) unless $self->{cpqFcaCntlrStatus} eq 'ok'; + $self->add_message(CRITICAL, $info); + $self->add_info($info); + } else { + $self->add_info($info); + $self->{blacklisted} = 1; + } + } elsif ($self->{cpqFcaCntlrCondition} ne 'ok') { + $info .= ' needs attention'; + $info .= sprintf(' (%s)', $self->{cpqFcaCntlrStatus}) unless $self->{cpqFcaCntlrStatus} eq 'ok'; + $self->add_message(CRITICAL, $info); + $self->add_info($info); + } else { + $self->add_info($info); + } +} + +sub dump { + my $self = shift; + printf "[FCAL_CONTROLLER_%s]\n", $self->{name}; + foreach (qw(cpqFcaCntlrBoxIndex cpqFcaCntlrBoxIoSlot cpqFcaCntlrModel + cpqFcaCntlrStatus cpqFcaCntlrCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Fca::Accelerator; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqFcaAccel/, keys %params; + $self->{name} = $params{name} || + $self->{cpqFcaAccelBoxIndex}.':'.$self->{cpqFcaAccelBoxIoSlot}; + $self->{controllerindex} = $self->{cpqFcaAccelBoxIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + # !!! cpqFcaAccelStatus + $self->blacklist('fcaac', $self->{name}); + my $info = sprintf 'fcal accelerator %s in box %s/slot %s is ', + $self->{name}, $self->{cpqFcaAccelBoxIndex}, $self->{cpqFcaAccelBoxIoSlot}; + if ($self->{cpqFcaAccelStatus} eq 'invalid') { + $info .= 'not installed'; + $self->add_info($info); + } elsif ($self->{cpqFcaAccelStatus} eq 'tmpDisabled') { + $info .= 'temp disabled'; + $self->add_info($info); + } elsif ($self->{cpqFcaAccelCondition} eq 'other') { + $info .= sprintf '%s and needs attention (%s)', + $self->{cpqFcaAccelCondition}, $self->{cpqFcaAccelErrCode}; + $self->add_message(CRITICAL, $info); + $self->add_info($info); + } elsif ($self->{cpqFcaAccelCondition} ne 'ok') { + $info .= sprintf '%s and needs attention (%s)', + $self->{cpqFcaAccelCondition}, $self->{cpqFcaAccelErrCode}; + $self->add_message(CRITICAL, $info); + $self->add_info($info); + } else { + $info .= sprintf '%s', $self->{cpqFcaAccelCondition}; + $self->add_info($info); + } +} + +sub dump { + my $self = shift; + printf "[FCAL_ACCELERATOR_%s]\n", $self->{name}; + foreach (qw(cpqFcaAccelBoxIndex cpqFcaAccelBoxIoSlot cpqFcaAccelStatus + cpqFcaAccelErrCode cpqFcaAccelBatteryStatus cpqFcaAccelCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Fca::LogicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqFcaLogDrv/, keys %params; + bless $self, $class; + $self->{name} = $params{name} || + $self->{cpqFcaLogDrvBoxIndex}.':'. + $self->{cpqFcaLogDrvIndex}; + $self->{controllerindex} = $self->{cpqFcaLogDrvBoxIndex}; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('fcald', $self->{name}); + my $info = sprintf 'logical drive %s (%s) is %s', + $self->{name}, $self->{cpqFcaLogDrvFaultTol}, $self->{cpqFcaLogDrvCondition}; + if ($self->{cpqFcaLogDrvCondition} ne "ok") { + $info .= sprintf ' (%s)', $self->{cpqFcaLogDrvStatus}; + if ($self->{cpqFcaLogDrvStatus} =~ + /rebuild|recovering|expand/) { + $info .= sprintf ' (%s)', $self->{cpqFcaLogDrvStatus}; + $self->add_message(WARNING, $info); + } else { + $self->add_message(CRITICAL, $info); + } + } + $self->add_info($info); +} + +sub dump { + my $self = shift; + printf "[LOGICAL_DRIVE_%s]\n", $self->{name}; + foreach (qw(cpqFcaLogDrvBoxIndex cpqFcaLogDrvIndex cpqFcaLogDrvFaultTol + cpqFcaLogDrvStatus cpqFcaLogDrvPercentRebuild cpqFcaLogDrvSize + cpqFcaLogDrvPhyDrvIDs cpqFcaLogDrvCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Fca::PhysicalDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqFcaPhyDrv/, keys %params; + $self->{name} = $params{name} || + $self->{cpqFcaPhyDrvBoxIndex}.':'.$self->{cpqFcaPhyDrvIndex}; ####vorerst + $self->{controllerindex} = $self->{cpqScsiPhyDrvCntlrIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('fcapd', $self->{name}); + my $info = sprintf "physical drive %s is %s", + $self->{name}, $self->{cpqFcaPhyDrvStatus}; + if ($self->{cpqFcaPhyDrvStatus} eq 'unconfigured') { + # not part of a logical drive + # condition will surely be other + } elsif ($self->{cpqFcaPhyDrvCondition} ne 'ok') { + $self->add_message(CRITICAL, $info); + } + $self->add_info($info); +} + +sub dump { + my $self = shift; + printf "[PHYSICAL_DRIVE_%s]\n", $self->{name}; + foreach (qw(cpqFcaPhyDrvBoxIndex cpqFcaPhyDrvIndex cpqFcaPhyDrvModel + cpqFcaPhyDrvBay cpqFcaPhyDrvStatus cpqFcaPhyDrvCondition + cpqFcaPhyDrvSize cpqFcaPhyDrvBusNumber)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::Proliant::Component::DiskSubsystem::Fca::SpareDrive; +our @ISA = qw(HP::Proliant::Component::DiskSubsystem::Fca); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub dump { + my $self = shift; + printf "[SPARE_DRIVE]\n"; +} + + + +package HP::Proliant::Component::DiskSubsystem; +our @ISA = qw(HP::Proliant::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + da_subsystem => undef, + sas_da_subsystem => undef, + ide_da_subsystem => undef, + fca_da_subsystem => undef, + scsi_da_subsystem => undef, + condition => $params{condition}, + blacklisted => 0, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + $self->{da_subsystem} = HP::Proliant::Component::DiskSubsystem::Da->new( + runtime => $self->{runtime}, + rawdata => $self->{rawdata}, + method => $self->{method}, + ); + $self->{sas_subsystem} = HP::Proliant::Component::DiskSubsystem::Sas->new( + runtime => $self->{runtime}, + rawdata => $self->{rawdata}, + method => $self->{method}, + ); + $self->{scsi_subsystem} = HP::Proliant::Component::DiskSubsystem::Scsi->new( + runtime => $self->{runtime}, + rawdata => $self->{rawdata}, + method => $self->{method}, + ); + $self->{ide_subsystem} = HP::Proliant::Component::DiskSubsystem::Ide->new( + runtime => $self->{runtime}, + rawdata => $self->{rawdata}, + method => $self->{method}, + ); + $self->{fca_subsystem} = HP::Proliant::Component::DiskSubsystem::Fca->new( + runtime => $self->{runtime}, + rawdata => $self->{rawdata}, + method => $self->{method}, + ); +} + +sub check { + my $self = shift; + $self->add_info('checking disk subsystem'); + $self->{da_subsystem}->check(); + $self->{sas_subsystem}->check(); + $self->{scsi_subsystem}->check(); + $self->{ide_subsystem}->check(); + $self->{fca_subsystem}->check(); + $self->disk_summary(); +} + +sub dump { + my $self = shift; + $self->{da_subsystem}->dump(); + $self->{sas_subsystem}->dump(); + $self->{scsi_subsystem}->dump(); + $self->{ide_subsystem}->dump(); + $self->{fca_subsystem}->dump(); +} + +sub disk_summary { + my $self = shift; + foreach my $subsys (qw(da sas scsi ide fca)) { + if (my $pd = $self->{$subsys.'_subsystem'}->has_physical_drives()) { + my $ld = $self->{$subsys.'_subsystem'}->has_logical_drives(); + $self->add_summary(sprintf '%s: %d logical drives, %d physical drives', + $subsys, $ld, $pd); + } + } +} + +sub assemble { + my $self = shift; + $self->trace(3, sprintf "%s controllers und platten zusammenfuehren", + ref($self)); + $self->trace(3, sprintf "has %d controllers", + scalar(@{$self->{controllers}})); + $self->trace(3, sprintf "has %d accelerators", + scalar(@{$self->{accelerators}})) if exists $self->{accelerators}; + $self->trace(3, sprintf "has %d enclosures", + scalar(@{$self->{enclosures}})); + $self->trace(3, sprintf "has %d physical_drives", + scalar(@{$self->{physical_drives}})); + $self->trace(3, sprintf "has %d logical_drives", + scalar(@{$self->{logical_drives}})); + $self->trace(3, sprintf "has %d spare_drives", + scalar(@{$self->{spare_drives}})); + my $found = { + accelerators => {}, + enclosures => {}, + logical_drives => {}, + physical_drives => {}, + spare_drives => {}, + }; + # found->{komponente}->{controllerindex} ist ein array + # von teilen, die zu einem controller gehoeren + foreach my $item (qw(accelerators enclosures logical_drives physical_drives spare_drives)) { + next if ($item eq "enclosures" && ! exists $self->{$item}); + foreach (@{$self->{$item}}) { + $found->{item}->{$_->{controllerindex}} = [] + unless exists $found->{$item}->{$_->{controllerindex}}; + push(@{$found->{$item}->{$_->{controllerindex}}}, $_); + } + } + foreach my $item (qw(accelerators enclosures logical_drives physical_drives spare_drives)) { + foreach (@{$self->{controllers}}) { + if (exists $found->{$item}->{$_->{controllerindex}}) { + $_->{$item} = $found->{$item}->{$_->{controllerindex}}; + delete $found->{$item}->{$_->{controllerindex}}; + } else { + $_->{$item} = []; # z.b. ein leerer controller: physical_drives = [] + } + } + } + # was jetzt noch in $found uebrig ist, gehoert zu keinem controller + # d.h. komponenten mit ungueltigen cnrtlindex wurden gefunden +} + +sub has_controllers { + my $self = shift; + return scalar(@{$self->{controllers}}); +} + +sub has_accelerators { + my $self = shift; + return exists $self->{accelerators} ? scalar(@{$self->{accelerators}}) : 0; +} + +sub has_physical_drives { + my $self = shift; + return scalar(@{$self->{physical_drives}}); +} + +sub has_logical_drives { + my $self = shift; + return scalar(@{$self->{logical_drives}}); +} + +sub has_enclosures { + my $self = shift; + return scalar(@{$self->{enclosures}}); +} + + +package HP::Proliant::Component; +our @ISA = qw(HP::Proliant); + + + +package HP::Proliant; + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; +use Data::Dumper; + +our @ISA = qw(HP::Server); + +sub init { + my $self = shift; + $self->{components} = { + powersupply_subsystem => undef, + fan_subsystem => undef, + temperature_subsystem => undef, + cpu_subsystem => undef, + memory_subsystem => undef, + nic_subsystem => undef, + disk_subsystem => undef, + asr_subsystem => undef, + event_subsystem => undef, + }; + $self->{serial} = 'unknown'; + $self->{product} = 'unknown'; + $self->{romversion} = 'unknown'; + $self->collect(); + if (! $self->{runtime}->{plugin}->check_messages() && + ! exists $self->{noinst_hint}) { + $self->set_serial(); + $self->check_for_buggy_firmware(); + $self->analyze_cpus(); + $self->analyze_powersupplies(); + $self->analyze_fan_subsystem(); + $self->analyze_temperatures(); + $self->analyze_memory_subsystem(); + $self->analyze_nic_subsystem(); + $self->analyze_disk_subsystem(); + $self->analyze_asr_subsystem(); + $self->analyze_event_subsystem(); + $self->auto_blacklist(); + $self->check_cpus(); + $self->check_powersupplies(); + $self->check_fan_subsystem(); + $self->check_temperatures(); + $self->check_memory_subsystem(); + $self->check_nic_subsystem(); + $self->check_disk_subsystem(); + $self->check_asr_subsystem(); + $self->check_event_subsystem(); + } +} + +sub identify { + my $self = shift; + foreach (qw(product serial romversion)) { + $self->{$_} =~ s/^\s+//; + $self->{$_} =~ s/\s+$//; + } + return sprintf "System: '%s', S/N: '%s', ROM: '%s'", + $self->{product}, $self->{serial}, $self->{romversion}; +} + +sub check_for_buggy_firmware { + my $self = shift; + my @buggyfirmwares = ( + "P24 12/11/2001", + "P24 11/15/2002", + "D13 06/03/2003", + "D13 09/15/2004", + "P20 12/17/2002" + ); + if ($self->{romversion} =~ /^\w+ \d+\/\d+\/\d+$/) { + $self->{runtime}->{options}->{buggy_firmware} = + grep /^$self->{romversion}/, @buggyfirmwares; + } else { + # nicht parsbarer schrott in cpqSeSysRomVer, gesehen bei Gen9 + $self->{runtime}->{options}->{buggy_firmware} = undef; + } +} + +sub dump { + my $self = shift; + printf STDERR "serial %s\n", $self->{serial}; + printf STDERR "product %s\n", $self->{product}; + printf STDERR "romversion %s\n", $self->{romversion}; + printf STDERR "%s\n", Data::Dumper::Dumper($self->{components}); +} + +sub analyze_powersupplies { + my $self = shift; + $self->{components}->{powersupply_subsystem} = + HP::Proliant::Component::PowersupplySubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_fan_subsystem { + my $self = shift; + $self->{components}->{fan_subsystem} = + HP::Proliant::Component::FanSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_temperatures { + my $self = shift; + $self->{components}->{temperature_subsystem} = + HP::Proliant::Component::TemperatureSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_cpus { + my $self = shift; + $self->{components}->{cpu_subsystem} = + HP::Proliant::Component::CpuSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_memory_subsystem { + my $self = shift; + $self->{components}->{memory_subsystem} = + HP::Proliant::Component::MemorySubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_nic_subsystem { + my $self = shift; + return if $self->{method} ne "snmp"; + $self->{components}->{nic_subsystem} = + HP::Proliant::Component::NicSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_disk_subsystem { + my $self = shift; + $self->{components}->{disk_subsystem} = + HP::Proliant::Component::DiskSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_asr_subsystem { + my $self = shift; + $self->{components}->{asr_subsystem} = + HP::Proliant::Component::AsrSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_event_subsystem { + my $self = shift; + $self->{components}->{event_subsystem} = + HP::Proliant::Component::EventSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub check_cpus { + my $self = shift; + $self->{components}->{cpu_subsystem}->check(); + $self->{components}->{cpu_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_powersupplies { + my $self = shift; + $self->{components}->{powersupply_subsystem}->check(); + $self->{components}->{powersupply_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_fan_subsystem { + my $self = shift; + $self->{components}->{fan_subsystem}->check(); + $self->{components}->{fan_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_temperatures { + my $self = shift; + $self->{components}->{temperature_subsystem}->check(); + $self->{components}->{temperature_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_memory_subsystem { + my $self = shift; + $self->{components}->{memory_subsystem}->check(); + $self->{components}->{memory_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_nic_subsystem { + my $self = shift; + return if $self->{method} ne "snmp"; + if ($self->{runtime}->{plugin}->{opts}->get('eval-nics')) { + $self->{components}->{nic_subsystem}->check(); + $self->{components}->{nic_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; + } +} +sub check_disk_subsystem { + my $self = shift; + $self->{components}->{disk_subsystem}->check(); + $self->{components}->{disk_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; + # zum anhaengen an die normale ausgabe... da: 2 logical drives, 5 physical... + $self->{runtime}->{plugin}->add_message(OK, + $self->{components}->{disk_subsystem}->{summary}) + if $self->{components}->{disk_subsystem}->{summary}; +} + +sub check_asr_subsystem { + my $self = shift; + $self->{components}->{asr_subsystem}->check(); + $self->{components}->{asr_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_event_subsystem { + my $self = shift; + $self->{components}->{event_subsystem}->check(); + $self->{components}->{event_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub auto_blacklist() { + my $self = shift; + if ($self->{product} =~ /380 g6/) { + # http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c01723408/c01723408.pdf seite 19 + if ($self->{components}->{cpu_subsystem}->num_cpus() == 1) { + $self->add_blacklist('ff/f:5,6'); + } + } elsif ($self->{product} =~ /380 g6/) { + # http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c01704762/c01704762.pdf Fan 2 is only required when processor 2 is installed in the server. + } +} + + +package HP::Proliant::CLI; + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +our @ISA = qw(HP::Proliant); + +sub collect { + my $self = shift; + my $hpasmcli = undef; + if (($self->{runtime}->{plugin}->opts->hpasmcli) && + (-f $self->{runtime}->{plugin}->opts->hpasmcli) && + (! -x $self->{runtime}->{plugin}->opts->hpasmcli)) { + no strict 'refs'; + open(BIRK, $self->{runtime}->{plugin}->opts->hpasmcli); + # all output in one file prefixed with server|powersupply|fans|temp|dimm + while() { + chomp; + $self->{rawdata} .= $_."\n"; + } + close BIRK; + # If you run this script and redirect it's output to a file + # you can use it for testing purposes with + # --hpasmcli + # It must not be executable. (chmod 644) + my $diag = <<'EOEO'; + hpasmcli=$(which hpasmcli) + hpacucli=$(which hpacucli) + for i in server powersupply fans temp dimm + do + $hpasmcli -s "show $i" | while read line + do + printf "%s %s\n" $i "$line" + done + done + if [ -x "$hpacucli" ]; then + for i in config status + do + $hpacucli ctrl all show $i | while read line + do + printf "%s %s\n" $i "$line" + done + done + fi +EOEO + } else { + #die "exec hpasmcli"; + # alles einsammeln und in rawdata stecken + my $hpasmcli = undef; + $hpasmcli = $self->{runtime}->{plugin}->opts->hpasmcli ? + $self->{runtime}->{plugin}->opts->hpasmcli : '/sbin/hpasmcli'; +# check if this exists at all +# descend the directory + if ($self->{runtime}->{plugin}->opts->hpasmcli && + -e $self->{runtime}->{plugin}->opts->hpasmcli) { + $hpasmcli = $self->{runtime}->{plugin}->opts->hpasmcli; + } elsif (-e '/sbin/hpasmcli') { + $hpasmcli = '/sbin/hpasmcli'; + } else { + $hpasmcli = undef; + } + if ($hpasmcli) { + if ($< != 0) { + close STDIN; + $hpasmcli = "sudo -S ".$hpasmcli; + } + $self->trace(2, sprintf "calling %s\n", $hpasmcli); + $self->check_daemon(); + if (! $self->{runtime}->{plugin}->check_messages()) { + $self->check_hpasm_client($hpasmcli); + if (! $self->{runtime}->{plugin}->check_messages()) { + foreach my $component (qw(server fans temp dimm powersupply iml)) { + if (open HPASMCLI, "$hpasmcli -s \"show $component\" ; + close HPASMCLI; + $self->{rawdata} .= join("\n", map { + $component.' '.$_; + } @output); + } + } + if ($self->{runtime}->{options}->{hpacucli}) { + #1 oder 0. pfad selber finden + my $hpacucli = undef; + if (-e '/usr/sbin/hpssacli') { + $hpacucli = '/usr/sbin/hpssacli'; + } elsif (-e '/usr/local/sbin/hpssacli') { + $hpacucli = '/usr/local/sbin/hpssacli'; + } elsif (-e '/usr/sbin/hpacucli') { + $hpacucli = '/usr/sbin/hpacucli'; + } elsif (-e '/usr/local/sbin/hpacucli') { + $hpacucli = '/usr/local/sbin/hpacucli'; + } elsif (-e '/usr/sbin/hpssacli') { + $hpacucli = '/usr/sbin/hpssacli'; + } elsif (-e '/usr/local/sbin/hpssacli') { + $hpacucli = '/usr/local/sbin/hpssacli'; + } else { + $hpacucli = $hpasmcli; + $hpacucli =~ s/^sudo\s*//; + $hpacucli =~ s/hpasmcli/hpacucli/; + $hpacucli = -e $hpacucli ? $hpacucli : undef; + if (! $hpacucli) { + $hpacucli = $hpasmcli; + $hpacucli =~ s/^sudo\s*//; + $hpacucli =~ s/hpasmcli/hpssacli/; + $hpacucli = -e $hpacucli ? $hpacucli : undef; + } + } + if ($hpacucli) { + if ($< != 0) { + close STDIN; + $hpacucli = "sudo -S ".$hpacucli; + } + $self->trace(2, sprintf "calling %s\n", $hpacucli); + $self->check_hpacu_client($hpacucli); + if (! $self->{runtime}->{plugin}->check_messages()) { + if (open HPACUCLI, "$hpacucli ctrl all show status 2>&1|") { + my @output = ; + close HPACUCLI; + $self->{rawdata} .= join("\n", map { + 'status '.$_; + } @output); + } + if (open HPACUCLI, "$hpacucli ctrl all show config 2>&1|") { + my @output = ; + close HPACUCLI; + $self->{rawdata} .= join("\n", map { + 'config '.$_; + } @output); + if (grep /Syntax error at "config"/, @output) { + # older version of hpacucli CLI 7.50.18.0 + foreach my $slot (0..10) { + if (open HPACUCLI, "$hpacucli ctrl slot=$slot logicaldrive all show 2>&1|") { + my @output = ; + close HPACUCLI; + $self->{rawdata} .= join("\n", map { + 'config '.$_; + } @output); + } + if (open HPACUCLI, "$hpacucli ctrl slot=$slot physicaldrive all show 2>&1|") { + my @output = ; + close HPACUCLI; + $self->{rawdata} .= join("\n", map { + 'config '.$_; + } @output); + } + } + } + } + } elsif ($self->{runtime}->{options}->{hpacucli} == 2) { + # we probably don't have sudo-privileges, but we were compiled with + # --enable-hpacucli=maybe + # so we cover it up in silence + $self->remove_message(UNKNOWN); + $self->trace(2, sprintf "calling %s seems to have failed, but nobody cares\n", $hpacucli); + } + } else { + if ($self->{runtime}->{options}->{noinstlevel} eq 'ok') { + $self->add_message(OK, + 'hpacucli is not installed. let\'s hope the best...'); + } else { + $self->add_message( + uc $self->{runtime}->{options}->{noinstlevel}, + 'hpacucli is not installed.'); + } + } + } + } + } + } else { + if ($self->{runtime}->{options}->{noinstlevel} eq 'ok') { + $self->add_message(OK, + 'hpasm is not installed, i can only guess'); + $self->{noinst_hint} = 1; + } else { + $self->add_message( + uc $self->{runtime}->{options}->{noinstlevel}, + 'hpasmcli is not installed.'); + } + } + } +} + + +sub check_daemon { + my $self = shift; + my $multiproc_os_signatures_files = { + '/etc/SuSE-release' => 'VERSION\s*=\s*8', + '/etc/trustix-release' => '.*', + '/etc/redhat-release' => '.*Pensacola.*', + '/etc/debian_version' => '3\.1', + '/etc/issue' => '.*Kernel 2\.4\.9-vmnix2.*', # VMware ESX Server 2.5.4 + }; + if (open PS, "/bin/ps -e -ocmd|") { + my $numprocs = 0; + my $numcliprocs = 0; + my @procs = ; + close PS; + $numprocs = grep /hpasm.*d$/, map { (split /\s+/, $_)[0] } @procs; + $numcliprocs = grep /hpasmcli/, grep !/check_hpasm/, @procs; + if (! $numprocs ) { + $self->add_message(CRITICAL, 'hpasmd needs to be restarted'); + } elsif ($numprocs > 1) { + my $known = 0; + foreach my $osfile (keys %{$multiproc_os_signatures_files}) { + if (-f $osfile) { + open OSSIG, $osfile; + if (grep /$multiproc_os_signatures_files->{$osfile}/, ) { + $known = 1; + } + close OSSIG; + } + } + if (! $known) { + $self->add_message(UNKNOWN, 'multiple hpasmd procs'); + } + } + if ($numcliprocs == 1) { + $self->add_message(UNKNOWN, 'another hpasmcli is running'); + } elsif ($numcliprocs > 1) { + $self->add_message(UNKNOWN, 'hanging hpasmcli processes'); + } + } +} + +sub check_hpasm_client { + my $self = shift; + my $hpasmcli = shift; + if (open HPASMCLI, "$hpasmcli -s help 2>&1 |") { + my @output = ; + close HPASMCLI; + if (grep /Could not communicate with hpasmd/, @output) { + $self->add_message(CRITICAL, 'hpasmd needs to be restarted'); + } elsif (grep /(asswor[dt]:)|(You must be root)/, @output) { + $self->add_message(UNKNOWN, + sprintf "insufficient rights to call %s", $hpasmcli); + } elsif (grep /must have a tty/, @output) { + $self->add_message(CRITICAL, + 'sudo must be configured with requiretty=no (man sudo)'); + } elsif (grep /ERROR: hpasmcli only runs on HPE Proliant Servers/, @output) { + $self->add_message(UNKNOWN, "hpasmcli detected incompatible hardware"); + } elsif (! grep /CLEAR/, @output) { + $self->add_message(UNKNOWN, + sprintf "insufficient rights to call %s", $hpasmcli); + } + } else { + $self->add_message(UNKNOWN, + sprintf "insufficient rights to call %s", $hpasmcli); + } +} + +sub check_hpacu_client { + my $self = shift; + my $hpacucli = shift; + if (open HPACUCLI, "$hpacucli help 2>&1 |") { + my @output = ; + close HPACUCLI; + if (grep /Another instance of hpacucli is running/, @output) { + $self->add_message(UNKNOWN, 'another hpacucli is running'); + } elsif (grep /You need to have administrator rights/, @output) { + $self->add_message(UNKNOWN, + sprintf "insufficient rights to call %s", $hpacucli); + } elsif (grep /(asswor[dt]:)|(You must be root)/, @output) { + $self->add_message(UNKNOWN, + sprintf "insufficient rights to call %s", $hpacucli); + } elsif (! grep /(CLI Syntax)|(ACU CLI)/, @output) { + $self->add_message(UNKNOWN, + sprintf "insufficient rights to call %s", $hpacucli); + } + } else { + $self->add_message(UNKNOWN, + sprintf "insufficient rights to call %s", $hpacucli); + } +} + +sub set_serial { + my $self = shift; + foreach (grep(/^server/, split(/\n/, $self->{rawdata}))) { + if (/System\s+:\s+(.*[^\s])/) { + $self->{product} = lc $1; + } elsif (/Serial No\.\s+:\s+(\w+)/) { + $self->{serial} = $1; + } elsif (/ROM version\s+:\s+(.*[^\s])/) { + $self->{romversion} = $1; + } + } + $self->{serial} = $self->{serial}; + $self->{product} = lc $self->{product}; + $self->{romversion} = $self->{romversion}; + foreach (qw(serial product romversion)) { + $self->{$_} =~ s/\s+$//g; + } +} + + +package HP::Proliant::SNMP; + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +our @ISA = qw(HP::Proliant); + +sub collect { + my $self = shift; + my %oidtables = ( + system => "1.3.6.1.2.1.1", + cpqSeProcessor => "1.3.6.1.4.1.232.1.2.2", + cpqHePWSComponent => "1.3.6.1.4.1.232.6.2.9", + cpqHeThermal => "1.3.6.1.4.1.232.6.2.6", + cpqHeMComponent => "1.3.6.1.4.1.232.6.2.14", + cpqDaComponent => "1.3.6.1.4.1.232.3.2", + cpqSiComponent => "1.3.6.1.4.1.232.2.2", + cpqSeRom => "1.3.6.1.4.1.232.1.2.6", + cpqSasComponent => "1.3.6.1.4.1.232.5", + cpqIdeComponent => "1.3.6.1.4.1.232.14", + cpqFcaComponent => "1.3.6.1.4.1.232.16.2", + cpqHeAsr => "1.3.6.1.4.1.232.6.2.5", + cpqNic => "1.3.6.1.4.1.232.18.2", + cpqHeEventLog => "1.3.6.1.4.1.232.6.2.11", + + # cpqHeComponent => "1.3.6.1.4.1.232.6.2", + # cpqHeFComponent => "1.3.6.1.4.1.232.6.2.6.7", + # cpqHeTComponent => "1.3.6.1.4.1.232.6.2.6.8", + ); + my %oidvalues = ( + cpqHeEventLogSupported => "1.3.6.1.4.1.232.6.2.11.1.0", + cpqHeEventLogCondition => "1.3.6.1.4.1.232.6.2.11.2.0", + cpqNicIfLogMapOverallCondition => "1.3.6.1.4.1.232.18.2.2.2.0", + cpqHeThermalTempStatus => "1.3.6.1.4.1.232.6.2.6.3.0", + cpqHeThermalSystemFanStatus => "1.3.6.1.4.1.232.6.2.6.4.0", + cpqHeThermalCpuFanStatus => "1.3.6.1.4.1.232.6.2.6.5.0", + cpqHeAsrStatus => "1.3.6.1.4.1.232.6.2.5.1.0", + cpqHeAsrCondition => "1.3.6.1.4.1.232.6.2.5.17.0", + ); + if ($self->{runtime}->{plugin}->opts->snmpwalk) { + my $cpqSeMibCondition = '1.3.6.1.4.1.232.1.1.3.0'; # 2=ok + my $cpqHeMibCondition = '1.3.6.1.4.1.232.6.1.3.0'; # hat nicht jeder + if ($self->{productname} =~ /4LEE/) { + # rindsarsch! + $self->{rawdata}->{$cpqHeMibCondition} = 0; + } + if (! exists $self->{rawdata}->{$cpqHeMibCondition} && + ! exists $self->{rawdata}->{$cpqSeMibCondition}) { # vlt. geht doch was + $self->add_message(CRITICAL, + 'snmpwalk returns no health data (cpqhlth-mib)'); + } + $self->{fullrawdata} = {}; + %{$self->{fullrawdata}} = %{$self->{rawdata}}; + $self->{rawdata} = {}; + if (! $self->{runtime}->{plugin}->check_messages()) { + # for a better simulation, only put those oids into + # rawdata which would also be put by a real snmp agent. + foreach my $table (keys %oidtables) { + my $oid = $oidtables{$table}; + $oid =~ s/\./\\./g; + my $tmpoids = {}; + my $tic = time; + map { $tmpoids->{$_} = $self->{fullrawdata}->{$_} } + grep /^$oid/, %{$self->{fullrawdata}}; + my $tac = time; + $self->trace(2, sprintf "%03d seconds for walk %s (%d oids)", + $tac - $tic, $table, scalar(keys %{$tmpoids})); + map { $self->{rawdata}->{$_} = $tmpoids->{$_} } keys %{$tmpoids}; + } + my @oids = values %oidvalues; + map { $self->{rawdata}->{$_} = $self->{fullrawdata}->{$_} } @oids; + } + } else { + my $net_snmp_version = Net::SNMP->VERSION(); # 5.002000 or 6.000000 + #$params{'-translate'} = [ + # -all => 0x0 + #]; + my ($session, $error) = + Net::SNMP->session(%{$self->{runtime}->{snmpparams}}); + if (! defined $session) { + $self->{plugin}->add_message(CRITICAL, 'cannot create session object'); + $self->trace(1, Data::Dumper::Dumper($self->{runtime}->{snmpparams})); + } else { + $session->translate(['-timeticks' => 0]); + # revMajor is often used for discovery of hp devices + my $cpqHeMibRev = '1.3.6.1.4.1.232.6.1'; + my $cpqHeMibRevMajor = '1.3.6.1.4.1.232.6.1.1.0'; + my $cpqHeMibCondition = '1.3.6.1.4.1.232.6.1.3.0'; + my $result = $session->get_request( + -varbindlist => [$cpqHeMibCondition] + ); + if ($self->{productname} =~ /4LEE/) { + # rindsarsch! + $result->{$cpqHeMibCondition} = 0; + } + if (!defined($result) || + $result->{$cpqHeMibCondition} eq 'noSuchInstance' || + $result->{$cpqHeMibCondition} eq 'noSuchObject' || + $result->{$cpqHeMibCondition} eq 'endOfMibView') { + $self->add_message(CRITICAL, + 'snmpwalk returns no health data (cpqhlth-mib)'); + $session->close; + } else { + # this is not reliable. many agents return 4=failed + #if ($result->{$cpqHeMibCondition} != 2) { + # $obstacle = "cmapeerstart"; + #} + } + } + if (! $self->{runtime}->{plugin}->check_messages()) { + # snmp peer is alive + $self->trace(2, sprintf "Protocol is %s", + $self->{runtime}->{snmpparams}->{'-version'}); + $session->translate; + my $response = {}; #break the walk up in smaller pieces + foreach my $table (keys %oidtables) { + my $oid = $oidtables{$table}; + my $tic = time; + my $tmpresponse = $session->get_table( + -baseoid => $oid); + if (scalar (keys %{$tmpresponse}) == 0) { + $self->trace(2, sprintf "maxrepetitions failed. fallback"); + $tmpresponse = $session->get_table( + -maxrepetitions => 1, + -baseoid => $oid); + } + my $tac = time; + $self->trace(2, sprintf "%03d seconds for walk %s (%d oids)", + $tac - $tic, $table, scalar(keys %{$tmpresponse})); + map { $response->{$_} = $tmpresponse->{$_} } keys %{$tmpresponse}; + } + my @oids = values %oidvalues; + my $tic = time; + my $tmpresponse = $session->get_request( + -varbindlist => \@oids, + ); + my $tac = time; + $self->trace(2, sprintf "%03d seconds for get various (%d oids)", + $tac - $tic, scalar(keys %{$tmpresponse})); + map { $response->{$_} = $tmpresponse->{$_} } keys %{$tmpresponse}; + $session->close(); + $self->{rawdata} = $response; + } + } + return $self->{runtime}->{plugin}->check_messages(); +} + +sub set_serial { + my $self = shift; + + my $cpqSiSysSerialNum = "1.3.6.1.4.1.232.2.2.2.1.0"; + my $cpqSiProductName = "1.3.6.1.4.1.232.2.2.4.2.0"; + my $cpqSeSysRomVer = "1.3.6.1.4.1.232.1.2.6.1.0"; + my $cpqSeRedundantSysRomVer = "1.3.6.1.4.1.232.1.2.6.4.0"; + + $self->{serial} = + SNMP::Utils::get_object($self->{rawdata}, $cpqSiSysSerialNum); + $self->{product} = + SNMP::Utils::get_object($self->{rawdata}, $cpqSiProductName); + $self->{romversion} = + SNMP::Utils::get_object($self->{rawdata}, $cpqSeSysRomVer); + $self->{redundantromversion} = + SNMP::Utils::get_object($self->{rawdata}, $cpqSeRedundantSysRomVer); + if ($self->{romversion} && $self->{romversion} =~ + #/(\d{2}\/\d{2}\/\d{4}).*?([ADP]{1}\d{2}).*/) { + /(\d{2}\/\d{2}\/\d{4}).*?Family.*?([A-Z]{1})(\d+).*/) { + $self->{romversion} = sprintf("%s%02d %s", $2, $3, $1); + } elsif ($self->{romversion} && $self->{romversion} =~ + /([ADP]{1}\d{2})\-(\d{2}\/\d{2}\/\d{4})/) { + $self->{romversion} = sprintf("%s %s", $1, $2); + } else { + # fallback if romversion is broken, redundantromversion not + #.1.3.6.1.4.1.232.1.2.6.1.0 = STRING: "4), Family " + #.1.3.6.1.4.1.232.1.2.6.3.0 = "" + #.1.3.6.1.4.1.232.1.2.6.4.0 = STRING: "v1.20 (08/26/2014), Family " + if ($self->{redundantromversion} && $self->{redundantromversion} =~ + /(\d{2}\/\d{2}\/\d{4}).*?Family.*?([A-Z]{1})(\d+).*/) { + $self->{romversion} = sprintf("%s%02d %s", $2, $3, $1); + } elsif ($self->{redundantromversion} && $self->{redundantromversion} =~ + /([ADP]{1}\d{2})\-(\d{2}\/\d{2}\/\d{4})/) { + $self->{romversion} = sprintf("%s %s", $1, $2); + } + } + if (!$self->{serial} && $self->{romversion}) { + # this probably is a very, very old server. + $self->{serial} = "METHUSALEM"; + $self->{runtime}->{scrapiron} = 1; + } + $self->{serial} = $self->{serial}; + $self->{product} = lc $self->{product}; + $self->{romversion} = $self->{romversion}; + $self->{runtime}->{product} = $self->{product}; +} + + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem; +our @ISA = qw(HP::BladeSystem::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + common_enclosures => [], + common_enclosure_temp_subsys => undef, + common_enclosure_fan_subsys => undef, + common_enclosure_fuse_subsys => undef, + common_enclosure_manager_subsys => undef, + common_enclosure_frus => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + # jeweils ein block fuer + # enclosures, temps, fans, fuses + # loop ueber oids und entspr. new + my $oids = { + cpqRackCommonEnclosureEntry => '1.3.6.1.4.1.232.22.2.3.1.1.1', + cpqRackCommonEnclosureRack => '1.3.6.1.4.1.232.22.2.3.1.1.1.1', + cpqRackCommonEnclosureIndex => '1.3.6.1.4.1.232.22.2.3.1.1.1.2', + cpqRackCommonEnclosureModel => '1.3.6.1.4.1.232.22.2.3.1.1.1.3', + cpqRackCommonEnclosureSparePartNumber => '1.3.6.1.4.1.232.22.2.3.1.1.1.6', + cpqRackCommonEnclosureSerialNum => '1.3.6.1.4.1.232.22.2.3.1.1.1.7', + cpqRackCommonEnclosureFWRev => '1.3.6.1.4.1.232.22.2.3.1.1.1.8', + cpqRackCommonEnclosureName => '1.3.6.1.4.1.232.22.2.3.1.1.1.9', + cpqRackCommonEnclosureCondition => '1.3.6.1.4.1.232.22.2.3.1.1.1.16', + cpqRackCommonEnclosureHasServerBlades => '1.3.6.1.4.1.232.22.2.3.1.1.1.17', + cpqRackCommonEnclosureHasPowerBlades => '1.3.6.1.4.1.232.22.2.3.1.1.1.18', + cpqRackCommonEnclosureHasNetConnectors => '1.3.6.1.4.1.232.22.2.3.1.1.1.19', + cpqRackCommonEnclosureHasTempSensors => '1.3.6.1.4.1.232.22.2.3.1.1.1.20', + cpqRackCommonEnclosureHasFans => '1.3.6.1.4.1.232.22.2.3.1.1.1.21', + cpqRackCommonEnclosureHasFuses => '1.3.6.1.4.1.232.22.2.3.1.1.1.22', + cpqRackCommonEnclosureConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }, + cpqRackCommonEnclosureHasServerBladesValue => { + 1 => 'false', + 2 => 'true', + }, + }; + $oids->{cpqRackCommonEnclosureHasPowerBladesValue} = + $oids->{cpqRackCommonEnclosureHasServerBladesValue}; + $oids->{cpqRackCommonEnclosureHasNetConnectorsValue} = + $oids->{cpqRackCommonEnclosureHasServerBladesValue}; + $oids->{cpqRackCommonEnclosureHasTempSensorsValue} = + $oids->{cpqRackCommonEnclosureHasServerBladesValue}; + $oids->{cpqRackCommonEnclosureHasFansValue} = + $oids->{cpqRackCommonEnclosureHasServerBladesValue}; + $oids->{cpqRackCommonEnclosureHasServerBladesValue} = + $oids->{cpqRackCommonEnclosureHasServerBladesValue}; + # INDEX { cpqRackCommonEnclosureRack cpqRackCommonEnclosureIndex } + foreach ($self->get_entries($oids, 'cpqRackCommonEnclosureEntry')) { + push(@{$self->{common_enclosures}}, + HP::BladeSystem::Component::CommonEnclosureSubsystem::CommonEnclosure->new(%{$_})); + } + + $self->{common_enclosure_fan_subsys} = HP::BladeSystem::Component::CommonEnclosureSubsystem::FanSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); + $self->{common_enclosure_temp_subsys} = HP::BladeSystem::Component::CommonEnclosureSubsystem::TempSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); + $self->{common_enclosure_fuse_subsys} = HP::BladeSystem::Component::CommonEnclosureSubsystem::FuseSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); + $self->{common_enclosure_manager_subsys} = HP::BladeSystem::Component::CommonEnclosureSubsystem::ManagerSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub check { + my $self = shift; + foreach (@{$self->{common_enclosures}}) { + $_->check(); + } + $self->{common_enclosure_fan_subsys}->check(); + $self->{common_enclosure_temp_subsys}->check(); + $self->{common_enclosure_fuse_subsys}->check(); + $self->{common_enclosure_manager_subsys}->check(); +} + +sub dump { + my $self = shift; + foreach (@{$self->{common_enclosures}}) { + $_->dump(); + } + $self->{common_enclosure_fan_subsys}->dump(); + $self->{common_enclosure_temp_subsys}->dump(); + $self->{common_enclosure_fuse_subsys}->dump(); + $self->{common_enclosure_manager_subsys}->dump(); +} + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::CommonEnclosure; +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackCommonEnclosure/, keys %params; + $self->{name} = $self->{cpqRackCommonEnclosureRack}.':'.$self->{cpqRackCommonEnclosureIndex}; + $self->{serfw} = sprintf "Ser: %s, FW: %s", $self->{cpqRackCommonEnclosureSerialNum}, + $self->{cpqRackCommonEnclosureFWRev}; + bless $self, $class; + return $self; +} + + +sub check { + my $self = shift; + $self->blacklist('ce', $self->{cpqRackCommonEnclosureName}); + my $info = sprintf 'common enclosure %s condition is %s (%s)', + $self->{cpqRackCommonEnclosureName}, $self->{cpqRackCommonEnclosureCondition}, $self->{serfw}; + $self->add_info($info); + if ($self->{cpqRackCommonEnclosureCondition} eq 'failed') { + $info .= sprintf " (SparePartNum %s)", $self->{cpqRackCommonEnclosureSparePartNumber}; + $self->add_message(CRITICAL, $info); + } elsif ($self->{cpqRackCommonEnclosureCondition} eq 'degraded') { + $info .= sprintf " (SparePartNum %s)", $self->{cpqRackCommonEnclosureSparePartNumber}; + $self->add_message(WARNING, $info); + } +} + +sub dump { + my $self = shift; + printf "[COMMON_ENCLOSURE_%s]\n", $self->{cpqRackCommonEnclosureName}; + foreach (qw(cpqRackCommonEnclosureRack cpqRackCommonEnclosureIndex cpqRackCommonEnclosureModel + cpqRackCommonEnclosureSerialNum cpqRackCommonEnclosureFWRev cpqRackCommonEnclosureFWRev + cpqRackCommonEnclosureName + cpqRackCommonEnclosureCondition cpqRackCommonEnclosureHasServerBlades + cpqRackCommonEnclosureHasPowerBlades cpqRackCommonEnclosureHasNetConnectors + cpqRackCommonEnclosureHasTempSensors cpqRackCommonEnclosureHasFans cpqRackCommonEnclosureHasFuses)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::FanSubsystem; +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + fans => [], + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + my $oids = { + cpqRackCommonEnclosureFanEntry => '1.3.6.1.4.1.232.22.2.3.1.3.1', + cpqRackCommonEnclosureFanRack => '1.3.6.1.4.1.232.22.2.3.1.3.1.1', + cpqRackCommonEnclosureFanChassis => '1.3.6.1.4.1.232.22.2.3.1.3.1.2', + cpqRackCommonEnclosureFanIndex => '1.3.6.1.4.1.232.22.2.3.1.3.1.3', + cpqRackCommonEnclosureFanEnclosureName => '1.3.6.1.4.1.232.22.2.3.1.3.1.4', + cpqRackCommonEnclosureFanLocation => '1.3.6.1.4.1.232.22.2.3.1.3.1.5', + cpqRackCommonEnclosureFanPartNumber => '1.3.6.1.4.1.232.22.2.3.1.3.1.6', + cpqRackCommonEnclosureFanSparePartNumber => '1.3.6.1.4.1.232.22.2.3.1.3.1.7', + cpqRackCommonEnclosureFanPresent => '1.3.6.1.4.1.232.22.2.3.1.3.1.8', + cpqRackCommonEnclosureFanRedundant => '1.3.6.1.4.1.232.22.2.3.1.3.1.9', + cpqRackCommonEnclosureFanRedundantGroupId => '1.3.6.1.4.1.232.22.2.3.1.3.1.10', + cpqRackCommonEnclosureFanCondition => '1.3.6.1.4.1.232.22.2.3.1.3.1.11', + cpqRackCommonEnclosureFanEnclosureSerialNum => '1.3.6.1.4.1.232.22.2.3.1.3.1.12', + cpqRackCommonEnclosureFanPresentValue => { + 1 => 'other', + 2 => 'absent', + 3 => 'present', + }, + cpqRackCommonEnclosureFanRedundantValue => { + 0 => 'other', # meiner phantasie entsprungen, da sich hp nicht aeussert + 1 => 'other', + 2 => 'notRedundant', + 3 => 'redundant', + }, + cpqRackCommonEnclosureFanConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + } + }; + # INDEX { cpqRackCommonEnclosureFanRack, cpqRackCommonEnclosureFanChassis, cpqRackCommonEnclosureFanIndex } + foreach ($self->get_entries($oids, 'cpqRackCommonEnclosureFanEntry')) { + push(@{$self->{fans}}, + HP::BladeSystem::Component::CommonEnclosureSubsystem::FanSubsystem::Fan->new(%{$_})); + } + +} + +sub check { + my $self = shift; + foreach (@{$self->{fans}}) { + $_->check() if $_->{cpqRackCommonEnclosureFanPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{fans}}) { + $_->dump() if $_->{cpqRackCommonEnclosureFanPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::FanSubsystem::Fan; + +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem::FanSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackCommonEnclosureFan/, keys %params; + $self->{name} = $self->{cpqRackCommonEnclosureFanRack}.':'.$self->{cpqRackCommonEnclosureFanChassis}.':'.$self->{cpqRackCommonEnclosureFanIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('f', $self->{name}); + $self->add_info(sprintf 'fan %s is %s, location is %s, redundance is %s, condition is %s', + $self->{name}, $self->{cpqRackCommonEnclosureFanPresent}, + $self->{cpqRackCommonEnclosureFanLocation}, + $self->{cpqRackCommonEnclosureFanRedundant}, + $self->{cpqRackCommonEnclosureFanCondition}); + if ($self->{cpqRackCommonEnclosureFanCondition} eq 'degraded') { + $self->{info} .= sprintf ", (SparePartNum: %s)", $self->{cpqRackCommonEnclosureFanSparePartNumber}; + $self->add_message(WARNING, $self->{info}); + } elsif ($self->{cpqRackCommonEnclosureFanCondition} eq 'failed') { + $self->{info} .= sprintf ", (SparePartNum: %s)", $self->{cpqRackCommonEnclosureFanSparePartNumber}; + $self->add_message(CRITICAL, $self->{info}); + } +} + +sub dump { + my $self = shift; + printf "[FAN_%s]\n", $self->{name}; + foreach (qw(cpqRackCommonEnclosureFanRack cpqRackCommonEnclosureFanChassis + cpqRackCommonEnclosureFanIndex cpqRackCommonEnclosureFanEnclosureName + cpqRackCommonEnclosureFanLocation cpqRackCommonEnclosureFanPartNumber + cpqRackCommonEnclosureFanSparePartNumber cpqRackCommonEnclosureFanPresent + cpqRackCommonEnclosureFanRedundant cpqRackCommonEnclosureFanRedundantGroupId + cpqRackCommonEnclosureFanCondition cpqRackCommonEnclosureFanEnclosureSerialNum)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n", $self->{info}; + printf "\n"; +} + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::TempSubsystem; +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + condition => $params{condition}, + status => $params{status}, + temperatures => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + if ($params{runtime}->{options}->{customthresholds}) { + if (-f $params{runtime}->{options}->{customthresholds}) { + open CT, $params{runtime}->{options}->{customthresholds}; + $params{runtime}->{options}->{customthresholds} = ; + close CT; + } + foreach my $ct_items + (split(/\//, $params{runtime}->{options}->{customthresholds})) { + if ($ct_items =~ /^(\d+):(\d+)$/) { + my $temp = $2; + $params{runtime}->{options}->{thresholds}->{$1} = $temp; + } else { + die sprintf "invalid threshold %s", $ct_items; + } + } + } + $self->init(); + return $self; +} + +sub init { + my $self = shift; + my %params = @_; + my $snmpwalk = $self->{rawdata}; + my $oids = { + cpqRackCommonEnclosureTempEntry => '1.3.6.1.4.1.232.22.2.3.1.2.1', + cpqRackCommonEnclosureTempRack => '1.3.6.1.4.1.232.22.2.3.1.2.1.1', + cpqRackCommonEnclosureTempChassis => '1.3.6.1.4.1.232.22.2.3.1.2.1.2', + cpqRackCommonEnclosureTempSensorIndex => '1.3.6.1.4.1.232.22.2.3.1.2.1.3', + cpqRackCommonEnclosureTempSensorEnclosureName => '1.3.6.1.4.1.232.22.2.3.1.2.1.4', + cpqRackCommonEnclosureTempLocation => '1.3.6.1.4.1.232.22.2.3.1.2.1.5', + cpqRackCommonEnclosureTempCurrent => '1.3.6.1.4.1.232.22.2.3.1.2.1.6', + cpqRackCommonEnclosureTempThreshold => '1.3.6.1.4.1.232.22.2.3.1.2.1.7', + cpqRackCommonEnclosureTempCondition => '1.3.6.1.4.1.232.22.2.3.1.2.1.8', + cpqRackCommonEnclosureTempType => '1.3.6.1.4.1.232.22.2.3.1.2.1.9', + cpqRackCommonEnclosureTempConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }, + cpqRackCommonEnclosureTempTypeValue => { + 1 => 'other', + 5 => 'blowout', + 9 => 'caution', + 15 => 'critical', + }, + }; + # INDEX { cpqRackCommonEnclosureTempRack cpqRackCommonEnclosureTempChassis + # cpqRackCommonEnclosureTempSensorIndex } + foreach ($self->get_entries($oids, 'cpqRackCommonEnclosureTempEntry')) { + push(@{$self->{temperatures}}, + HP::BladeSystem::Component::CommonEnclosureSubsystem::TempSubsystem::Temp->new(%{$_})) if (($_->{cpqRackCommonEnclosureTempCurrent} != -1 && $_->{cpqRackCommonEnclosureTempThreshold} != -1) && ($_->{cpqRackCommonEnclosureTempThreshold} != 0)); + } + +} + + +sub check { + my $self = shift; + my $errorfound = 0; + if (scalar (@{$self->{temperatures}}) == 0) { + #$self->overall_check(); + } else { + foreach (@{$self->{temperatures}}) { + $_->check(); + } + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{temperatures}}) { + $_->dump(); + } +} + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::TempSubsystem::Temp; +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem::TempSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackCommonEnclosureTemp/, keys %params; + $self->{name} = $params{cpqRackCommonEnclosureTempRack}.':'. + $params{cpqRackCommonEnclosureTempChassis}.':'. + $params{cpqRackCommonEnclosureTempSensorIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('t', $self->{name}); + if ($self->{cpqRackCommonEnclosureTempCurrent} > $self->{cpqRackCommonEnclosureTempThreshold}) { + $self->add_info(sprintf "%s temperature too high (%d%s)", + $self->{cpqRackCommonEnclosureTempLocation}, + $self->{cpqRackCommonEnclosureTempCurrent}, + $self->{runtime}->{options}->{celsius} ? "C" : "F"); + $self->add_message(CRITICAL, $self->{info}); + } else { + $self->add_info(sprintf "%s temperature is %d%s (%d max)", + $self->{cpqRackCommonEnclosureTempLocation}, + $self->{cpqRackCommonEnclosureTempCurrent}, + $self->{runtime}->{options}->{celsius} ? "C" : "F", + $self->{cpqRackCommonEnclosureTempThreshold}); + } + if ($self->{runtime}->{options}->{perfdata} == 2) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('temp_%s', $self->{name}), + value => $self->{cpqRackCommonEnclosureTempCurrent}, + warning => $self->{cpqRackCommonEnclosureTempThreshold}, + critical => $self->{cpqRackCommonEnclosureTempThreshold} + ); + } elsif ($self->{runtime}->{options}->{perfdata} == 1) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('temp_%s_%s', $self->{name}, + $self->{cpqRackCommonEnclosureTempLocation}), + value => $self->{cpqRackCommonEnclosureTempCurrent}, + warning => $self->{cpqRackCommonEnclosureTempThreshold}, + critical => $self->{cpqRackCommonEnclosureTempThreshold} + ); + } + $self->add_extendedinfo(sprintf "temp_%s=%d", + $self->{name}, $self->{cpqRackCommonEnclosureTempCurrent}); + +} + + +sub dump { + my $self = shift; + printf "[TEMP_%s]\n", $self->{name}; + foreach (qw(cpqRackCommonEnclosureTempRack cpqRackCommonEnclosureTempChassis + cpqRackCommonEnclosureTempSensorIndex cpqRackCommonEnclosureTempSensorEnclosureName + cpqRackCommonEnclosureTempLocation + cpqRackCommonEnclosureTempCurrent cpqRackCommonEnclosureTempThreshold + cpqRackCommonEnclosureTempCondition cpqRackCommonEnclosureTempType)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n\n", $self->{info}; +} + + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::FuseSubsystem; +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + fuses => [], + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + my $oids = { + cpqRackCommonEnclosureFuseEntry => '1.3.6.1.4.1.232.22.2.3.1.4.1', + cpqRackCommonEnclosureFuseRack => '1.3.6.1.4.1.232.22.2.3.1.4.1.1', + cpqRackCommonEnclosureFuseChassis => '1.3.6.1.4.1.232.22.2.3.1.4.1.2', + cpqRackCommonEnclosureFuseIndex => '1.3.6.1.4.1.232.22.2.3.1.4.1.3', + cpqRackCommonEnclosureFuseEnclosureName => '1.3.6.1.4.1.232.22.2.3.1.4.1.4', + cpqRackCommonEnclosureFuseLocation => '1.3.6.1.4.1.232.22.2.3.1.4.1.5', + cpqRackCommonEnclosureFusePresent => '1.3.6.1.4.1.232.22.2.3.1.4.1.8', + cpqRackCommonEnclosureFuseCondition => '1.3.6.1.4.1.232.22.2.3.1.4.1.11', + cpqRackCommonEnclosureFusePresentValue => { + 1 => 'other', + 2 => 'absent', + 3 => 'present', + }, + cpqRackCommonEnclosureFuseConditionValue => { + 1 => 'other', + 2 => 'ok', + 4 => 'failed', + } + }; + # INDEX { cpqRackCommonEnclosureFuseRack, cpqRackCommonEnclosureFuseChassis, cpqRackCommonEnclosureFuseIndex } + foreach ($self->get_entries($oids, 'cpqRackCommonEnclosureFuseEntry')) { + push(@{$self->{fuses}}, + HP::BladeSystem::Component::CommonEnclosureSubsystem::FuseSubsystem::Fuse->new(%{$_})); + } + +} + +sub check { + my $self = shift; + foreach (@{$self->{fuses}}) { + $_->check() if $_->{cpqRackCommonEnclosureFusePresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{fuses}}) { + $_->dump() if $_->{cpqRackCommonEnclosureFusePresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::FuseSubsystem::Fuse; + +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem::FuseSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackCommonEnclosureFuse/, keys %params; + $self->{name} = $self->{cpqRackCommonEnclosureFuseRack}.':'.$self->{cpqRackCommonEnclosureFuseChassis}.':'.$self->{cpqRackCommonEnclosureFuseIndex}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('fu', $self->{name}); + $self->add_info(sprintf 'fuse %s is %s, location is %s, condition is %s', + $self->{name}, $self->{cpqRackCommonEnclosureFusePresent}, + $self->{cpqRackCommonEnclosureFuseLocation}, $self->{cpqRackCommonEnclosureFuseCondition}); + if ($self->{cpqRackCommonEnclosureFuseCondition} eq 'failed') { + $self->add_message(CRITICAL, $self->{info}); + } elsif ($self->{cpqRackCommonEnclosureFuseCondition} ne 'ok') { + $self->add_message(WARNING, $self->{info}); + } +} + +sub dump { + my $self = shift; + printf "[FUSE_%s]\n", $self->{name}; + foreach (qw(cpqRackCommonEnclosureFuseRack cpqRackCommonEnclosureFuseChassis + cpqRackCommonEnclosureFuseIndex cpqRackCommonEnclosureFuseEnclosureName + cpqRackCommonEnclosureFuseLocation cpqRackCommonEnclosureFusePresent + cpqRackCommonEnclosureFuseCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n", $self->{info}; + printf "\n"; +} + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::ManagerSubsystem; +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + managers => [], + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + my $oids = { + cpqRackCommonEnclosureManagerEntry => '1.3.6.1.4.1.232.22.2.3.1.6.1', + cpqRackCommonEnclosureManagerRack => '1.3.6.1.4.1.232.22.2.3.1.6.1.1', + cpqRackCommonEnclosureManagerChassis => '1.3.6.1.4.1.232.22.2.3.1.6.1.2', + cpqRackCommonEnclosureManagerIndex => '1.3.6.1.4.1.232.22.2.3.1.6.1.3', + cpqRackCommonEnclosureManagerEnclosureName => '1.3.6.1.4.1.232.22.2.3.1.6.1.4', + cpqRackCommonEnclosureManagerLocation => '1.3.6.1.4.1.232.22.2.3.1.6.1.5', + cpqRackCommonEnclosureManagerPartNumber => '1.3.6.1.4.1.232.22.2.3.1.6.1.6', + cpqRackCommonEnclosureManagerSparePartNumber => '1.3.6.1.4.1.232.22.2.3.1.6.1.7', + cpqRackCommonEnclosureManagerSerialNum => '1.3.6.1.4.1.232.22.2.3.1.6.1.8', + cpqRackCommonEnclosureManagerRole => '1.3.6.1.4.1.232.22.2.3.1.6.1.9', + cpqRackCommonEnclosureManagerPresent => '1.3.6.1.4.1.232.22.2.3.1.6.1.10', + cpqRackCommonEnclosureManagerRedundant => '1.3.6.1.4.1.232.22.2.3.1.6.1.11', + cpqRackCommonEnclosureManagerCondition => '1.3.6.1.4.1.232.22.2.3.1.6.1.12', + cpqRackCommonEnclosureManagerFWRev => '1.3.6.1.4.1.232.22.2.3.1.6.1.15', + cpqRackCommonEnclosureManagerRoleValue => { + 1 => 'standby', + 2 => 'active', + }, + cpqRackCommonEnclosureManagerPresentValue => { + 1 => 'other', + 2 => 'absent', # mit vorsicht zu geniessen! + 3 => 'present', + }, + cpqRackCommonEnclosureManagerRedundantValue => { + 0 => 'other', # meiner phantasie entsprungen, da sich hp nicht aeussert + 1 => 'other', + 2 => 'notRedundant', + 3 => 'redundant', + }, + cpqRackCommonEnclosureManagerConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + } + }; + # INDEX { cpqRackCommonEnclosureManagerRack, cpqRackCommonEnclosureManagerChassis, cpqRackCommonEnclosureManagerIndex } + foreach ($self->get_entries($oids, 'cpqRackCommonEnclosureManagerEntry')) { + push(@{$self->{managers}}, + HP::BladeSystem::Component::CommonEnclosureSubsystem::ManagerSubsystem::Manager->new(%{$_})); + } +} + +sub check { + my $self = shift; + foreach (@{$self->{managers}}) { + $_->check() if $_->{cpqRackCommonEnclosureManagerPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{managers}}) { + $_->dump() if $_->{cpqRackCommonEnclosureManagerPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + + +package HP::BladeSystem::Component::CommonEnclosureSubsystem::ManagerSubsystem::Manager; + +our @ISA = qw(HP::BladeSystem::Component::CommonEnclosureSubsystem::ManagerSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackCommonEnclosureManager/, keys %params; + $self->{name} = $self->{cpqRackCommonEnclosureManagerRack}. + ':'.$self->{cpqRackCommonEnclosureManagerChassis}. + ':'.$self->{cpqRackCommonEnclosureManagerIndex}; + if ($self->{cpqRackCommonEnclosureManagerPresent} eq "absent" && + defined $self->{cpqRackCommonEnclosureManagerEnclosureName}) { + $self->{cpqRackCommonEnclosureManagerPresent} = "present"; + } + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('em', $self->{name}); + my $info = sprintf 'manager %s is %s, location is %s, redundance is %s, condition is %s, role is %s', + $self->{name}, $self->{cpqRackCommonEnclosureManagerPresent}, + $self->{cpqRackCommonEnclosureManagerLocation}, + $self->{cpqRackCommonEnclosureManagerRedundant}, + $self->{cpqRackCommonEnclosureManagerCondition}, + $self->{cpqRackCommonEnclosureManagerRole}; + $self->add_info($info) if $self->{cpqRackCommonEnclosureManagerPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent managers nur bei -vvv + if ($self->{cpqRackCommonEnclosureManagerCondition} eq 'degraded') { + $self->{info} .= sprintf ' (SparePartNum: %s)', + $self->{cpqRackCommonEnclosureManagerSparePartNumber}; + $self->add_message(WARNING, $self->{info}); + } elsif ($self->{cpqRackCommonEnclosureManagerCondition} eq 'failed') { + $self->{info} .= sprintf ' (SparePartNum: %s)', + $self->{cpqRackCommonEnclosureManagerSparePartNumber}; + $self->add_message(CRITICAL, $self->{info}); + } +} + +sub dump { + my $self = shift; + printf "[ENCLOSURE_MANAGER_%s]\n", $self->{name}; + foreach (qw(cpqRackCommonEnclosureManagerRack cpqRackCommonEnclosureManagerChassis + cpqRackCommonEnclosureManagerIndex cpqRackCommonEnclosureManagerEnclosureName + cpqRackCommonEnclosureManagerLocation cpqRackCommonEnclosureManagerPartNumber + cpqRackCommonEnclosureManagerSparePartNumber cpqRackCommonEnclosureManagerPresent + cpqRackCommonEnclosureManagerRedundant + cpqRackCommonEnclosureManagerCondition cpqRackCommonEnclosureManagerFWRev)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "info: %s\n", $self->{info}; + printf "\n"; +} + + +package HP::BladeSystem::Component::PowerEnclosureSubsystem; +our @ISA = qw(HP::BladeSystem::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + power_enclosures => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + +# cpqRackPowerEnclosureTable + my $oids = { + cpqRackPowerEnclosureEntry => '1.3.6.1.4.1.232.22.2.3.3.1.1', + cpqRackPowerEnclosureRack => '1.3.6.1.4.1.232.22.2.3.3.1.1.1', + cpqRackPowerEnclosureIndex => '1.3.6.1.4.1.232.22.2.3.3.1.1.2', + cpqRackPowerEnclosureName => '1.3.6.1.4.1.232.22.2.3.3.1.1.3', + cpqRackPowerEnclosureMgmgtBoardSerialNum => '1.3.6.1.4.1.232.22.2.3.3.1.1.4', + cpqRackPowerEnclosureRedundant => '1.3.6.1.4.1.232.22.2.3.3.1.1.5', + cpqRackPowerEnclosureLoadBalanced => '1.3.6.1.4.1.232.22.2.3.3.1.1.6', + cpqRackPowerEnclosureInputPwrType => '1.3.6.1.4.1.232.22.2.3.3.1.1.7', + cpqRackPowerEnclosurePwrFeedMax => '1.3.6.1.4.1.232.22.2.3.3.1.1.8', + cpqRackPowerEnclosureCondition => '1.3.6.1.4.1.232.22.2.3.3.1.1.9', + cpqRackPowerEnclosureRedundantValue => { + 1 => 'other', + 2 => 'notRedundant', + 3 => 'redundant', + }, + cpqRackPowerEnclosureLoadBalancedValue => { + 0 => 'aechz', + 1 => 'other', + 2 => 'notLoadBalanced', + 3 => 'loadBalanced', + }, + cpqRackPowerEnclosureInputPwrTypeValue => { + 1 => 'other', + 2 => 'singlePhase', + 3 => 'threePhase', + 4 => 'directCurrent', + }, + cpqRackPowerEnclosureConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + }, + }; + + + # INDEX { cpqRackPowerEnclosureRack, cpqRackPowerEnclosureIndex } + # dreckada dreck, dreckada + foreach ($self->get_entries($oids, 'cpqRackPowerEnclosureEntry')) { + push(@{$self->{power_enclosures}}, + HP::BladeSystem::Component::PowerEnclosureSubsystem::PowerEnclosure->new(%{$_})); + } +} + +sub check { + my $self = shift; + foreach (@{$self->{power_enclosures}}) { + $_->check(); + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{power_enclosures}}) { + $_->dump(); + } +} + + +package HP::BladeSystem::Component::PowerEnclosureSubsystem::PowerEnclosure; +our @ISA = qw(HP::BladeSystem::Component::PowerEnclosureSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackPowerEnclosure/, keys %params; + $self->{name} = $self->{cpqRackPowerEnclosureRack}.':'.$self->{cpqRackPowerEnclosureIndex}; + bless $self, $class; + $self->init(); + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('pe', $self->{name}); + my $info = sprintf 'power enclosure %s \'%s\' condition is %s', + $self->{name}, $self->{cpqRackPowerEnclosureName}, $self->{cpqRackPowerEnclosureCondition}; + $self->add_info($info); + if ($self->{cpqRackPowerEnclosureCondition} eq 'degraded') { + $self->add_message(WARNING, $info); + } +} + +sub dump { + my $self = shift; + printf "[POWER_ENCLOSURE_%s]\n", $self->{cpqRackPowerEnclosureName}; + foreach (qw(cpqRackPowerEnclosureRack cpqRackPowerEnclosureIndex + cpqRackPowerEnclosureName cpqRackPowerEnclosureMgmgtBoardSerialNum + cpqRackPowerEnclosureRedundant cpqRackPowerEnclosureLoadBalanced + cpqRackPowerEnclosureInputPwrType cpqRackPowerEnclosurePwrFeedMax + cpqRackPowerEnclosureCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + + +package HP::BladeSystem::Component::PowerSupplySubsystem; +our @ISA = qw(HP::BladeSystem::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + power_supplies => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + my $oids = { + cpqRackPowerSupplyEntry => '1.3.6.1.4.1.232.22.2.5.1.1.1', + cpqRackPowerSupplyRack => '1.3.6.1.4.1.232.22.2.5.1.1.1.1', + cpqRackPowerSupplyChassis => '1.3.6.1.4.1.232.22.2.5.1.1.1.2', + cpqRackPowerSupplyIndex => '1.3.6.1.4.1.232.22.2.5.1.1.1.3', + cpqRackPowerSupplyEnclosureName => '1.3.6.1.4.1.232.22.2.5.1.1.1.4', + cpqRackPowerSupplySerialNum => '1.3.6.1.4.1.232.22.2.5.1.1.1.5', + cpqRackPowerSupplySparePartNumber => '1.3.6.1.4.1.232.22.2.5.1.1.1.7', + cpqRackPowerSupplyFWRev => '1.3.6.1.4.1.232.22.2.5.1.1.1.8', + cpqRackPowerSupplyMaxPwrOutput => '1.3.6.1.4.1.232.22.2.5.1.1.1.9', + cpqRackPowerSupplyCurPwrOutput => '1.3.6.1.4.1.232.22.2.5.1.1.1.10', + cpqRackPowerSupplyIntakeTemp => '1.3.6.1.4.1.232.22.2.5.1.1.1.12', + cpqRackPowerSupplyExhaustTemp => '1.3.6.1.4.1.232.22.2.5.1.1.1.13', + cpqRackPowerSupplyStatus => '1.3.6.1.4.1.232.22.2.5.1.1.1.14', + cpqRackPowerSupplySupplyInputLineStatus => '1.3.6.1.4.1.232.22.2.5.1.1.1.15', + cpqRackPowerSupplyPresent => '1.3.6.1.4.1.232.22.2.5.1.1.1.16', + cpqRackPowerSupplyCondition => '1.3.6.1.4.1.232.22.2.5.1.1.1.17', + cpqRackPowerSupplySupplyInputLineStatusValue => { + 1 => 'noError', + 2 => 'lineOverVoltage', + 3 => 'lineUnderVoltage', + 4 => 'lineHit', + 5 => 'brownOut', + 6 => 'linePowerLoss', + }, + cpqRackPowerSupplyStatusValue => { + 1 => 'noError', + 2 => 'generalFailure', + 3 => 'bistFailure', + 4 => 'fanFailure', + 5 => 'tempFailure', + 6 => 'interlockOpen', + 7 => 'epromFailed', + 8 => 'vrefFailed', + 9 => 'dacFailed', + 10 => 'ramTestFailed', + 11 => 'voltageChannelFailed', + 12 => 'orringdiodeFailed', + 13 => 'brownOut', + 14 => 'giveupOnStartup', + 15 => 'nvramInvalid', + 16 => 'calibrationTableInvalid', + }, + cpqRackPowerSupplyPresentValue => { + 1 => 'other', + 2 => 'absent', + 3 => 'present', + }, + cpqRackPowerSupplyConditionValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }, + }; + + + # INDEX { cpqRackPowerSupplyRack, cpqRackPowerSupplyChassis, cpqRackPowerSupplyIndex } + foreach ($self->get_entries($oids, 'cpqRackPowerSupplyEntry')) { + push(@{$self->{power_supplies}}, + HP::BladeSystem::Component::PowerSupplySubsystem::PowerSupply->new(%{$_})); + } +} + +sub check { + my $self = shift; + my $total_current_watt = 0; + my $total_max_watt = 0; + my $total_in_temp = 0; + my $total_out_temp = 0; + my $num_ps = 0; + foreach (@{$self->{power_supplies}}) { + $_->check() if $_->{cpqRackPowerSupplyPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + if ($_->{cpqRackPowerSupplyPresent} eq 'present') { + $total_max_watt += $_->{cpqRackPowerSupplyMaxPwrOutput}; + $total_current_watt += $_->{cpqRackPowerSupplyCurPwrOutput}; + $total_in_temp += $_->{cpqRackPowerSupplyIntakeTemp} + if $_->{cpqRackPowerSupplyIntakeTemp} != -1; + $total_out_temp += $_->{cpqRackPowerSupplyExhaustTemp} + if $_->{cpqRackPowerSupplyExhaustTemp} != -1; + $num_ps++; + } + } + $self->{runtime}->{plugin}->add_perfdata( + label => 'watt_total', + value => $total_current_watt, + warning => $total_max_watt, + critical => $total_max_watt, + ); + #$self->{runtime}->{plugin}->add_perfdata( + # label => 'watt_total_pct', + # value => ($total_current_watt == 0 ? 0 : + # sprintf("%.2f", + # ($total_current_watt / $total_max_watt * 100))), + # warning => 100, + # critical => 100, + # uom => '%', + #); + if ($total_in_temp) { + $self->{runtime}->{plugin}->add_perfdata( + label => 'in_temp', + value => $total_in_temp / $num_ps, + ); + } + if ($total_out_temp) { + $self->{runtime}->{plugin}->add_perfdata( + label => 'out_temp', + value => $total_out_temp / $num_ps, + ); + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{power_supplies}}) { + $_->dump() if $_->{cpqRackPowerSupplyPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + + +package HP::BladeSystem::Component::PowerSupplySubsystem::PowerSupply; +our @ISA = qw(HP::BladeSystem::Component::PowerSupplySubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackPowerSupply/, keys %params; + $self->{name} = $params{cpqRackPowerSupplyRack}. + ':'.$params{cpqRackPowerSupplyChassis}. + ':'.$params{cpqRackPowerSupplyIndex}; + $self->{serfw} = sprintf "Ser: %s, FW: %s", $self->{cpqRackPowerSupplySerialNum}, $self->{cpqRackPowerSupplyFWRev}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('ps', $self->{name}); + my $info = sprintf 'power supply %s is %s, condition is %s (%s)', + $self->{name}, $self->{cpqRackPowerSupplyPresent}, + $self->{cpqRackPowerSupplyCondition}, $self->{serfw}; + $self->add_info($info); + if ($self->{cpqRackPowerSupplyPresent} eq 'present') { + if ($self->{cpqRackPowerSupplyCondition} eq 'degraded') { + $info .= sprintf " (SparePartNum %s)", $self->{cpqRackPowerSupplySparePartNumber}; + $self->add_message(WARNING, $info); + $self->add_info(sprintf 'power supply %s status is %s, inp.line status is %s', + $self->{name}, $self->{cpqRackPowerSupplyStatus}, + $self->{cpqRackPowerSupplySupplyInputLineStatus}); + } elsif ($self->{cpqRackPowerSupplyCondition} eq 'failed') { + $info .= sprintf " (SparePartNum %s)", $self->{cpqRackPowerSupplySparePartNumber}; + $self->add_message(CRITICAL, $info); + $self->add_info(sprintf 'power supply %s status is %s, inp.line status is %s', + $self->{name}, $self->{cpqRackPowerSupplyStatus}, + $self->{cpqRackPowerSupplySupplyInputLineStatus}); + } + if ($self->{runtime}->{options}->{perfdata} != 2) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('watt_%s', $self->{name}), + value => $self->{cpqRackPowerSupplyCurPwrOutput}, + warning => $self->{cpqRackPowerSupplyMaxPwrOutput}, + critical => $self->{cpqRackPowerSupplyMaxPwrOutput} + ); + #$self->{runtime}->{plugin}->add_perfdata( + # label => sprintf('watt_pct_%s', $self->{name}), + # value => ($self->{cpqRackPowerSupplyCurPwrOutput} == 0 ? 0 : + # sprintf ("%.2f", + # ($self->{cpqRackPowerSupplyCurPwrOutput} / + # $self->{cpqRackPowerSupplyMaxPwrOutput} * 100))), + # warning => 100, + # critical => 100, + # uom => '%', + #); + if ($self->{cpqRackPowerSupplyIntakeTemp} != -1) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('in_temp_%s', $self->{name}), + value => $self->{cpqRackPowerSupplyIntakeTemp}, + ); + } + if ($self->{cpqRackPowerSupplyExhaustTemp} != -1) { + $self->{runtime}->{plugin}->add_perfdata( + label => sprintf('out_temp_%s', $self->{name}), + value => $self->{cpqRackPowerSupplyExhaustTemp}, + ); + } + } + } +} + +sub dump { + my $self = shift; + printf "[POWER_SUPPLY%s]\n", $self->{name}; + foreach (qw(cpqRackPowerSupplyRack cpqRackPowerSupplyChassis cpqRackPowerSupplyIndex cpqRackPowerSupplyEnclosureName cpqRackPowerSupplySerialNum cpqRackPowerSupplySparePartNumber cpqRackPowerSupplyFWRev cpqRackPowerSupplyMaxPwrOutput cpqRackPowerSupplyCurPwrOutput cpqRackPowerSupplyIntakeTemp cpqRackPowerSupplyExhaustTemp cpqRackPowerSupplyStatus cpqRackPowerSupplySupplyInputLineStatus cpqRackPowerSupplyPresent cpqRackPowerSupplyCondition)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + + +package HP::BladeSystem::Component::NetConnectorSubsystem; +our @ISA = qw(HP::BladeSystem::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + net_connectors => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + my $oids = { + cpqRackNetConnectorEntry => '1.3.6.1.4.1.232.22.2.6.1.1.1', + cpqRackNetConnectorRack => '1.3.6.1.4.1.232.22.2.6.1.1.1.1', + cpqRackNetConnectorChassis => '1.3.6.1.4.1.232.22.2.6.1.1.1.2', + cpqRackNetConnectorIndex => '1.3.6.1.4.1.232.22.2.6.1.1.1.3', + cpqRackNetConnectorEnclosureName => '1.3.6.1.4.1.232.22.2.6.1.1.1.4', + cpqRackNetConnectorName => '1.3.6.1.4.1.232.22.2.6.1.1.1.5', + cpqRackNetConnectorModel => '1.3.6.1.4.1.232.22.2.6.1.1.1.6', + cpqRackNetConnectorSerialNum => '1.3.6.1.4.1.232.22.2.6.1.1.1.7', + cpqRackNetConnectorPartNumber => '1.3.6.1.4.1.232.22.2.6.1.1.1.8', + cpqRackNetConnectorSparePartNumber => '1.3.6.1.4.1.232.22.2.6.1.1.1.9', + cpqRackNetConnectorFWRev => '1.3.6.1.4.1.232.22.2.6.1.1.1.10', + cpqRackNetConnectorType => '1.3.6.1.4.1.232.22.2.6.1.1.1.11', + cpqRackNetConnectorLocation => '1.3.6.1.4.1.232.22.2.6.1.1.1.12', + cpqRackNetConnectorPresent => '1.3.6.1.4.1.232.22.2.6.1.1.1.13', + cpqRackNetConnectorHasFuses => '1.3.6.1.4.1.232.22.2.6.1.1.1.14', + cpqRackNetConnectorEnclosureSerialNum => '1.3.6.1.4.1.232.22.2.6.1.1.1.15', + cpqRackNetConnectorTypeValue => { + 0 => 'other', # undefined + 1 => 'other', + 2 => 'active', + 3 => 'passive', + }, + cpqRackNetConnectorPresentValue => { + 1 => 'other', + 2 => 'absent', + 3 => 'present', + }, + cpqRackNetConnectorHasFusesValue => { + -1 => 'false', # wird geliefert, also vermute ich false + 1 => 'false', + 2 => 'true', + }, + }; + + + # INDEX { cpqRackNetConnectorRack, cpqRackNetConnectorChassis, cpqRackNetConnectorIndex } + # dreckada dreck, dreckada + foreach ($self->get_entries($oids, 'cpqRackNetConnectorEntry')) { + push(@{$self->{net_connectors}}, + HP::BladeSystem::Component::NetConnectorSubsystem::NetConnector->new(%{$_})); + } +} + +sub check { + my $self = shift; + foreach (@{$self->{net_connectors}}) { + $_->check() if $_->{cpqRackNetConnectorPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{net_connectors}}) { + $_->dump() if $_->{cpqRackNetConnectorPresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent nur bei -vvv + } +} + + +package HP::BladeSystem::Component::NetConnectorSubsystem::NetConnector; +our @ISA = qw(HP::BladeSystem::Component::NetConnectorSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackNetConnector/, keys %params; + $self->{name} = $params{cpqRackNetConnectorRack}. + ':'.$params{cpqRackNetConnectorChassis}. + ':'.$params{cpqRackNetConnectorIndex}; + $self->{serfw} = sprintf "Ser: %s, FW: %s", $self->{cpqRackNetConnectorSerialNum}, $self->{cpqRackNetConnectorFWRev}; + bless $self, $class; + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('nc', $self->{name}); + my $info = sprintf 'net connector %s is %s, model is %s (%s)', + $self->{name}.($self->{cpqRackNetConnectorName} ? ' \''.$self->{cpqRackNetConnectorName}.'\'' : ''), + $self->{cpqRackNetConnectorPresent}, $self->{cpqRackNetConnectorModel}, $self->{serfw}; + $self->add_info($info); + # hat weder status noch condition, vielleicht spaeter mal + $info .= sprintf " (SparePartNum %s)", $self->{cpqRackNetConnectorSparePartNumber}; +} + +sub dump { + my $self = shift; + printf "[NET_CONNECTOR_%s]\n", $self->{cpqRackNetConnectorName}; + foreach (qw(cpqRackNetConnectorRack cpqRackNetConnectorChassis cpqRackNetConnectorIndex cpqRackNetConnectorEnclosureName cpqRackNetConnectorName cpqRackNetConnectorModel cpqRackNetConnectorSerialNum cpqRackNetConnectorPartNumber cpqRackNetConnectorSparePartNumber cpqRackNetConnectorFWRev cpqRackNetConnectorType cpqRackNetConnectorLocation cpqRackNetConnectorPresent cpqRackNetConnectorHasFuses cpqRackNetConnectorEnclosureSerialNum)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + + +package HP::BladeSystem::Component::ServerBladeSubsystem; +our @ISA = qw(HP::BladeSystem::Component); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + server_blades => [], + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + bless $self, $class; + $self->init(); + return $self; +} + +sub init { + my $self = shift; + my $oids = { + cpqRackServerBladeEntry => '1.3.6.1.4.1.232.22.2.4.1.1.1', + cpqRackServerBladeRack => '1.3.6.1.4.1.232.22.2.4.1.1.1.1', + cpqRackServerBladeChassis => '1.3.6.1.4.1.232.22.2.4.1.1.1.2', + cpqRackServerBladeIndex => '1.3.6.1.4.1.232.22.2.4.1.1.1.3', + cpqRackServerBladeName => '1.3.6.1.4.1.232.22.2.4.1.1.1.4', + cpqRackServerBladeEnclosureName => '1.3.6.1.4.1.232.22.2.4.1.1.1.5', + cpqRackServerBladePartNumber => '1.3.6.1.4.1.232.22.2.4.1.1.1.6', + cpqRackServerBladeSparePartNumber => '1.3.6.1.4.1.232.22.2.4.1.1.1.7', + cpqRackServerBladePosition => '1.3.6.1.4.1.232.22.2.4.1.1.1.8', + cpqRackServerBladeHeight => '1.3.6.1.4.1.232.22.2.4.1.1.1.9', + cpqRackServerBladeWidth => '1.3.6.1.4.1.232.22.2.4.1.1.1.10', + cpqRackServerBladeDepth => '1.3.6.1.4.1.232.22.2.4.1.1.1.11', + cpqRackServerBladePresent => '1.3.6.1.4.1.232.22.2.4.1.1.1.12', + cpqRackServerBladeHasFuses => '1.3.6.1.4.1.232.22.2.4.1.1.1.13', + cpqRackServerBladeEnclosureSerialNum => '1.3.6.1.4.1.232.22.2.4.1.1.1.14', + cpqRackServerBladeSlotsUsed => '1.3.6.1.4.1.232.22.2.4.1.1.1.15', + cpqRackServerBladeStatus => '1.3.6.1.4.1.232.22.2.4.1.1.1.21', + cpqRackServerBladeDiagnosticString => '1.3.6.1.4.1.232.22.2.4.1.1.1.24', + cpqRackServerBladePowered => '1.3.6.1.4.1.232.22.2.4.1.1.1.25', + cpqRackServerBladePOSTStatus => '1.3.6.1.4.1.232.22.2.4.1.1.1.35', + cpqRackServerBladePresentValue => { + 1 => 'other', + 2 => 'absent', + 3 => 'present', + }, + cpqRackServerBladeStatusValue => { + 1 => 'other', + 2 => 'ok', + 3 => 'degraded', + 4 => 'failed', + }, + cpqRackServerBladePoweredValue => { + 0 => 'aechz', + 1 => 'other', + 2 => 'on', + 3 => 'off', + 4 => 'powerStagedOff', + 5 => 'reboot', + }, + cpqRackServerBladePOSTStatusValue => { + 1 => 'other', + 2 => 'started', + 3 => 'completed', + 4 => 'failed', + }, + }; + + + # INDEX { cpqRackServerBladeRack, cpqRackServerBladeChassis, cpqRackServerBladeIndex } + # dreckada dreck, dreckada + foreach ($self->get_entries($oids, 'cpqRackServerBladeEntry')) { + push(@{$self->{server_blades}}, + HP::BladeSystem::Component::ServerBladeSubsystem::ServerBlade->new(%{$_})); + } +} + +sub check { + my $self = shift; + foreach (@{$self->{server_blades}}) { + $_->check() if $_->{cpqRackServerBladePresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent blades nur bei -vvv + } +} + +sub dump { + my $self = shift; + foreach (@{$self->{server_blades}}) { + $_->dump() if $_->{cpqRackServerBladePresent} eq 'present' || + $self->{runtime}->{options}->{verbose} >= 3; # absent blades nur bei -vvv + } +} + + +package HP::BladeSystem::Component::ServerBladeSubsystem::ServerBlade; +our @ISA = qw(HP::BladeSystem::Component::ServerBladeSubsystem); + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + rawdata => $params{rawdata}, + method => $params{method}, + blacklisted => 0, + info => undef, + extendedinfo => undef, + }; + map { $self->{$_} = $params{$_} } grep /cpqRackServerBlade/, keys %params; + $self->{cpqRackServerBladeDiagnosticString} ||= ''; + $self->{name} = $self->{cpqRackServerBladeRack}. + ':'.$self->{cpqRackServerBladeChassis}. + ':'.$self->{cpqRackServerBladeIndex}; + bless $self, $class; + $self->init(); +#printf "%s\n", Data::Dumper::Dumper(\%params); + return $self; +} + +sub check { + my $self = shift; + $self->blacklist('sb', $self->{name}); + my $info = sprintf 'server blade %s \'%s\' is %s, status is %s, powered is %s', + $self->{name}, $self->{cpqRackServerBladeName}, $self->{cpqRackServerBladePresent}, + $self->{cpqRackServerBladeStatus}, $self->{cpqRackServerBladePowered}; + $self->add_info($info); + if ($self->{cpqRackServerBladePowered} eq 'on') { + if ($self->{cpqRackServerBladeStatus} eq 'degraded') { + $self->add_message(WARNING, sprintf 'server blade %s diag is \'%s\', post status is %s', + $self->{cpqRackServerBladeName}, $self->{cpqRackServerBladeDiagnosticString}, + $self->{cpqRackServerBladePOSTStatus}); + } elsif ($self->{cpqRackServerBladeStatus} eq 'failed') { + $self->add_message(CRITICAL, sprintf 'server blade %s diag is \'%s\', post status is %s', + $self->{cpqRackServerBladeName}, $self->{cpqRackServerBladeDiagnosticString}, + $self->{cpqRackServerBladePOSTStatus}); + } + } +} + +sub dump { + my $self = shift; + printf "[SERVER_BLADE_%s]\n", $self->{cpqRackServerBladeName}; + foreach (qw(cpqRackServerBladeRack cpqRackServerBladeChassis cpqRackServerBladeIndex cpqRackServerBladeName cpqRackServerBladeEnclosureName cpqRackServerBladePartNumber cpqRackServerBladeSparePartNumber cpqRackServerBladePosition cpqRackServerBladeHeight cpqRackServerBladeWidth cpqRackServerBladeDepth cpqRackServerBladePresent cpqRackServerBladeHasFuses cpqRackServerBladeEnclosureSerialNum cpqRackServerBladeSlotsUsed cpqRackServerBladeStatus cpqRackServerBladeDiagnosticString cpqRackServerBladePowered cpqRackServerBladePOSTStatus)) { + printf "%s: %s\n", $_, $self->{$_}; + } + printf "\n"; +} + + + +package HP::BladeSystem::Component; + +use strict; + +our @ISA = qw(HP::BladeSystem); + + +package HP::BladeSystem; + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; +use Data::Dumper; + +our @ISA = qw(HP::Server HP::Proliant::Component::SNMP); + +sub init { + my $self = shift; + $self->{components} = { + common_enclosure_subsystem => undef, + power_enclosure_subsystem => undef, + power_supply_subsystem => undef, + net_connector_subsystem => undef, + server_blade_subsystem => undef, + }; + $self->{serial} = 'unknown'; + $self->{product} = 'unknown'; + $self->{romversion} = 'unknown'; + $self->trace(3, 'BladeSystem identified'); + $self->collect(); + if (! $self->{runtime}->{plugin}->check_messages()) { + $self->set_serial(); + $self->analyze_common_enclosures(); + $self->analyze_power_enclosures(); + $self->analyze_power_supplies(); + $self->analyze_net_connectors(); + $self->analyze_server_blades(); + $self->check_common_enclosures(); + $self->check_power_enclosures(); + $self->check_power_supplies(); + $self->check_net_connectors(); + $self->check_server_blades(); + } +} + +sub identify { + my $self = shift; + return sprintf "System: '%s', S/N: '%s'", + $self->{product}, $self->{serial}; +} + +sub dump { + my $self = shift; + printf STDERR "serial %s\n", $self->{serial}; + printf STDERR "product %s\n", $self->{product}; + printf STDERR "romversion %s\n", $self->{romversion}; + printf STDERR "%s\n", Data::Dumper::Dumper($self->{enclosures}); +} + +sub analyze_common_enclosures { + my $self = shift; + $self->{components}->{common_enclosure_subsystem} = + HP::BladeSystem::Component::CommonEnclosureSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_power_enclosures { + my $self = shift; + $self->{components}->{power_enclosure_subsystem} = + HP::BladeSystem::Component::PowerEnclosureSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_power_supplies { + my $self = shift; + $self->{components}->{power_supply_subsystem} = + HP::BladeSystem::Component::PowerSupplySubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_net_connectors { + my $self = shift; + $self->{components}->{net_connector_subsystem} = + HP::BladeSystem::Component::NetConnectorSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_server_blades { + my $self = shift; + $self->{components}->{server_blade_subsystem} = + HP::BladeSystem::Component::ServerBladeSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub check_common_enclosures { + my $self = shift; + $self->{components}->{common_enclosure_subsystem}->check(); + $self->{components}->{common_enclosure_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_power_enclosures { + my $self = shift; + $self->{components}->{power_enclosure_subsystem}->check(); + $self->{components}->{power_enclosure_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_power_supplies { + my $self = shift; + $self->{components}->{power_supply_subsystem}->check(); + $self->{components}->{power_supply_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_net_connectors { + my $self = shift; + $self->{components}->{net_connector_subsystem}->check(); + $self->{components}->{net_connector_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_server_blades { + my $self = shift; + $self->{components}->{server_blade_subsystem}->check(); + $self->{components}->{server_blade_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub collect { + my $self = shift; + if ($self->{runtime}->{plugin}->opts->snmpwalk) { + my $cpqRackMibCondition = '1.3.6.1.4.1.232.22.1.3.0'; + $self->trace(3, 'getting cpqRackMibCondition'); + if (! exists $self->{rawdata}->{$cpqRackMibCondition}) { + $self->add_message(CRITICAL, + 'snmpwalk returns no health data (cpqrack-mib)'); + } + } else { + my $net_snmp_version = Net::SNMP->VERSION(); # 5.002000 or 6.000000 + #$params{'-translate'} = [ + # -all => 0x0 + #]; + my ($session, $error) = + Net::SNMP->session(%{$self->{runtime}->{snmpparams}}); + if (! defined $session) { + $self->{plugin}->add_message(CRITICAL, 'cannot create session object'); + $self->trace(1, Data::Dumper::Dumper($self->{runtime}->{snmpparams})); + } else { + # revMajor is often used for discovery of hp devices + my $cpqSeMibRev = '1.3.6.1.4.1.232.22.1'; + my $cpqSeMibRevMajor = '1.3.6.1.4.1.232.22.1.1.0'; + my $cpqRackMibCondition = '1.3.6.1.4.1.232.22.1.3.0'; + $self->trace(3, 'getting cpqRackMibCondition'); + my $result = $session->get_request( + -varbindlist => [$cpqRackMibCondition] + ); + if (!defined($result) || + $result->{$cpqRackMibCondition} eq 'noSuchInstance' || + $result->{$cpqRackMibCondition} eq 'noSuchObject' || + $result->{$cpqRackMibCondition} eq 'endOfMibView') { + $self->add_message(CRITICAL, + 'snmpwalk returns no health data (cpqrack-mib)'); + $session->close; + } else { + $self->trace(3, 'getting cpqRackMibCondition done'); + } + } + if (! $self->{runtime}->{plugin}->check_messages()) { + # snmp peer is alive + $self->trace(2, sprintf "Protocol is %s", + $self->{runtime}->{snmpparams}->{'-version'}); + my $oidtrees = [ + ["cpqSiComponent", "1.3.6.1.4.1.232.2.2"], + ["cpqSiAsset", "1.3.6.1.4.1.232.2.2.2"], + #["cpqRackInfo", "1.3.6.1.4.1.232.22"], + ['cpqRackCommonEnclosureEntry', '1.3.6.1.4.1.232.22.2.3.1.1.1'], + ['cpqRackCommonEnclosureTempEntry', '1.3.6.1.4.1.232.22.2.3.1.2.1'], + ['cpqRackCommonEnclosureFanEntry', '1.3.6.1.4.1.232.22.2.3.1.3.1'], + ['cpqRackCommonEnclosureFuseEntry', '1.3.6.1.4.1.232.22.2.3.1.4.1'], + ['cpqRackCommonEnclosureManagerEntry', '1.3.6.1.4.1.232.22.2.3.1.6.1'], + ['cpqRackPowerEnclosureEntry', '1.3.6.1.4.1.232.22.2.3.3.1.1'], + ['cpqRackServerBladeEntry', '1.3.6.1.4.1.232.22.2.4.1.1.1'], + ['cpqRackPowerSupplyEntry', '1.3.6.1.4.1.232.22.2.5.1.1.1'], + ['cpqRackNetConnectorEntry', '1.3.6.1.4.1.232.22.2.6.1.1.1'], + ['cpqRackMibCondition', '1.3.6.1.4.1.232.22.1.3.0'], + ]; + my $cpqSiComponent = "1.3.6.1.4.1.232.2.2"; + my $cpqSiAsset = "1.3.6.1.4.1.232.2.2.2"; + my $cpqRackInfo = "1.3.6.1.4.1.232.22"; + $session->translate; + my $response = {}; #break the walk up in smaller pieces + foreach my $subtree (@{$oidtrees}) { + my $tic = time; my $tac = $tic; + my $response0 = $session->get_table( + -baseoid => $subtree->[1]); + if (scalar (keys %{$response0}) == 0) { + $self->trace(2, sprintf "maxrepetitions failed. fallback"); + $response0 = $session->get_table( + -maxrepetitions => 1, + -baseoid => $subtree->[1]); + } + $tac = time; + $self->trace(2, sprintf "%03d seconds for walk %s (%d oids)", + $tac - $tic, $subtree->[0], scalar(keys %{$response0})); + map { $response->{$_} = $response0->{$_} } keys %{$response0}; + } + $session->close; + map { $response->{$_} =~ s/^\s+//; $response->{$_} =~ s/\s+$//; } + keys %$response; + $self->{rawdata} = $response; + } + } + return $self->{runtime}->{plugin}->check_messages(); +} + +sub set_serial { + my $self = shift; + + my $cpqSiSysSerialNum = "1.3.6.1.4.1.232.2.2.2.1.0"; + my $cpqSiProductName = "1.3.6.1.4.1.232.2.2.4.2.0"; + + $self->{serial} = + SNMP::Utils::get_object($self->{rawdata}, $cpqSiSysSerialNum); + $self->{product} = + SNMP::Utils::get_object($self->{rawdata}, $cpqSiProductName); + $self->{serial} = $self->{serial}; + $self->{product} = lc $self->{product}; + $self->{romversion} = 'unknown'; +##################################################################### +$self->{runtime}->{product} = $self->{product}; +} + +package HP::Storage; + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; +use Data::Dumper; + +our @ISA = qw(HP::Server); + +sub init { + my $self = shift; + $self->{components} = { + powersupply_subsystem => undef, + fan_subsystem => undef, + temperature_subsystem => undef, + cpu_subsystem => undef, + memory_subsystem => undef, + disk_subsystem => undef, + sensor_subsystem => undef, + }; + $self->{serial} = 'unknown'; + $self->{product} = 'unknown'; + $self->{romversion} = 'unknown'; + $self->collect(); + if (! $self->{runtime}->{plugin}->check_messages()) { + $self->set_serial(); +# $self->check_for_buggy_firmware(); +# $self->analyze_cpus(); +# $self->analyze_powersupplies(); +# $self->analyze_fan_subsystem(); +# $self->analyze_temperatures(); +# $self->analyze_memory_subsystem(); + $self->analyze_disk_subsystem(); +## $self->analyze_sensor_subsystem(); +# $self->check_cpus(); +# $self->check_powersupplies(); +# $self->check_fan_subsystem(); +# $self->check_temperatures(); +# $self->check_memory_subsystem(); + $self->check_disk_subsystem(); +## $self->check_sensor_subsystem(); + } +} + +sub identify { + my $self = shift; + return sprintf "System: '%s', S/N: '%s', ROM: '%s'", + $self->{product}, $self->{serial}, $self->{romversion}; +} + +sub check_for_buggy_firmware { + my $self = shift; + my @buggyfirmwares = ( + "P24 12/11/2001", + "P24 11/15/2002", + "D13 06/03/2003", + "D13 09/15/2004", + "P20 12/17/2002" + ); + $self->{runtime}->{options}->{buggy_firmware} = + grep /^$self->{romversion}/, @buggyfirmwares; +} + +sub dump { + my $self = shift; + printf STDERR "serial %s\n", $self->{serial}; + printf STDERR "product %s\n", $self->{product}; + printf STDERR "romversion %s\n", $self->{romversion}; + printf STDERR "%s\n", Data::Dumper::Dumper($self->{components}); +} + +sub analyze_powersupplies { + my $self = shift; + $self->{components}->{powersupply_subsystem} = + HP::Storage::Component::PowersupplySubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_fan_subsystem { + my $self = shift; + $self->{components}->{fan_subsystem} = + HP::Storage::Component::FanSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_temperatures { + my $self = shift; + $self->{components}->{temperature_subsystem} = + HP::Storage::Component::TemperatureSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_cpus { + my $self = shift; + $self->{components}->{cpu_subsystem} = + HP::Storage::Component::CpuSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_memory_subsystem { + my $self = shift; + $self->{components}->{memory_subsystem} = + HP::Storage::Component::MemorySubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_disk_subsystem { + my $self = shift; + $self->{components}->{disk_subsystem} = + HP::Proliant::Component::DiskSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub analyze_sensor_subsystem { + my $self = shift; + $self->{components}->{sensor_subsystem} = + HP::FCMGMT::Component::SensorSubsystem->new( + rawdata => $self->{rawdata}, + method => $self->{method}, + runtime => $self->{runtime}, + ); +} + +sub check_cpus { + my $self = shift; + $self->{components}->{cpu_subsystem}->check(); + $self->{components}->{cpu_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_powersupplies { + my $self = shift; + $self->{components}->{powersupply_subsystem}->check(); + $self->{components}->{powersupply_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_fan_subsystem { + my $self = shift; + $self->{components}->{fan_subsystem}->check(); + $self->{components}->{fan_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_temperatures { + my $self = shift; + $self->{components}->{temperature_subsystem}->check(); + $self->{components}->{temperature_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_memory_subsystem { + my $self = shift; + $self->{components}->{memory_subsystem}->check(); + $self->{components}->{memory_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 2; +} + +sub check_disk_subsystem { + my $self = shift; + $self->{components}->{disk_subsystem}->check(); + $self->{components}->{disk_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 1; +} + +sub check_sensor_subsystem { + my $self = shift; + $self->{components}->{isensor_subsystem}->check(); + $self->{components}->{sensor_subsystem}->dump() + if $self->{runtime}->{options}->{verbose} >= 1; +} + + +sub collect { + my $self = shift; + if ($self->{runtime}->{plugin}->opts->snmpwalk) { + my $cpqSeMibCondition = '1.3.6.1.4.1.232.6.1.3.0'; + # rindsarsch! + $self->{rawdata}->{$cpqSeMibCondition} = 0; + if (! exists $self->{rawdata}->{$cpqSeMibCondition}) { + $self->add_message(CRITICAL, + 'snmpwalk returns no health data (cpqhlth-mib)'); + } + } else { + my $net_snmp_version = Net::SNMP->VERSION(); # 5.002000 or 6.000000 + #$params{'-translate'} = [ + # -all => 0x0 + #]; + my ($session, $error) = + Net::SNMP->session(%{$self->{runtime}->{snmpparams}}); + if (! defined $session) { + $self->{plugin}->add_message(CRITICAL, 'cannot create session object'); + $self->trace(1, Data::Dumper::Dumper($self->{runtime}->{snmpparams})); + } else { + # revMajor is often used for discovery of hp devices + my $cpqSeMibRev = '1.3.6.1.4.1.232.6.1'; + my $cpqSeMibRevMajor = '1.3.6.1.4.1.232.6.1.1.0'; + my $cpqSeMibCondition = '1.3.6.1.4.1.232.6.1.3.0'; + my $result = $session->get_request( + -varbindlist => [$cpqSeMibCondition] + ); + # rindsarsch! + $result->{$cpqSeMibCondition} = 0; + if (!defined($result) || + $result->{$cpqSeMibCondition} eq 'noSuchInstance' || + $result->{$cpqSeMibCondition} eq 'noSuchObject' || + $result->{$cpqSeMibCondition} eq 'endOfMibView') { + $self->add_message(CRITICAL, + 'snmpwalk returns no health data (cpqhlth-mib)'); + $session->close; + } else { + # this is not reliable. many agents return 4=failed + #if ($result->{$cpqSeMibCondition} != 2) { + # $obstacle = "cmapeerstart"; + #} + } + } + if (! $self->{runtime}->{plugin}->check_messages()) { + # snmp peer is alive + $self->trace(2, sprintf "Protocol is %s", + $self->{runtime}->{snmpparams}->{'-version'}); + my $cpqSsSys = "1.3.6.1.4.1.232.8"; + $session->translate; + my $response = {}; #break the walk up in smaller pieces + my $tic = time; my $tac = $tic; + my $response1 = $session->get_table( + -baseoid => $cpqSsSys); + $tac = time; + $self->trace(2, sprintf "%03d seconds for walk cpqSsSys (%d oids)", + $tac - $tic, scalar(keys %{$response1})); + $session->close; + map { $response->{$_} = $response1->{$_} } keys %{$response1}; + map { $response->{$_} =~ s/^\s+//; $response->{$_} =~ s/\s+$//; } + keys %$response; + $self->{rawdata} = $response; + } + } + return $self->{runtime}->{plugin}->check_messages(); +} + +sub set_serial { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my @serials = (); + my @models = (); + my @fws = (); + my $cpqSsBackplaneEntry = '1.3.6.1.4.1.232.8.2.2.6.1'; + my $cpqSsBackplaneFWRev = '1.3.6.1.4.1.232.8.2.2.6.1.3'; + my $cpqSsBackplaneModel = '1.3.6.1.4.1.232.8.2.2.6.1.9'; + my $cpqSsBackplaneSerialNumber = '1.3.6.1.4.1.232.8.2.2.6.1.13'; + # INDEX { cpqSsBackplaneChassisIndex, cpqSsBackplaneIndex } + my @indexes = SNMP::Utils::get_indices($snmpwalk, + $cpqSsBackplaneEntry); + foreach (@indexes) { + my($idx1, $idx2) = ($_->[0], $_->[1]); + my $fw = SNMP::Utils::get_object($snmpwalk, + $cpqSsBackplaneFWRev, $idx1, $idx2); + my $model = SNMP::Utils::get_object($snmpwalk, + $cpqSsBackplaneModel, $idx1, $idx2); + my $serial = SNMP::Utils::get_object($snmpwalk, + $cpqSsBackplaneSerialNumber, $idx1, $idx2); + push(@serials, $serial); + push(@models, $model); + push(@fws, $fw); + } + + $self->{serial} = join('/', @serials); + $self->{product} = join('/', @models); + $self->{romversion} = join('/', @fws); + $self->{runtime}->{product} = $self->{product}; +} + + + + + + + + + + + + + + + + + + + + +package HP::StorageWorks; + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; +use Data::Dumper; + +our @ISA = qw(HP::Server); + +sub init { + my $self = shift; + $self->{serial} = 'unknown'; + $self->{product} = 'unknown'; + $self->{romversion} = 'unknown'; + $self->collect(); + if (! $self->{runtime}->{plugin}->check_messages()) { + $self->set_serial(); + $self->overall_init(); + $self->overall_check(); + } +} + +sub overall_init { + my $self = shift; + my %params = @_; + my $snmpwalk = $self->{rawdata}; + my $cpqHoMibStatusArray = '1.3.6.1.4.1.232.11.2.10.1.0'; + $self->{cpqHoMibStatusArray} = SNMP::Utils::get_object( + $snmpwalk, $cpqHoMibStatusArray); + if ($self->{cpqHoMibStatusArray} =~ /^(\d+)\s+(\d+)\s+(\d+)\s+(\d+)/) { + $self->{cpqHoMibStatusArray} = 1 * $2; + } elsif ($self->{cpqHoMibStatusArray} =~ /^0x.*(\d\d)(\d\d)(\d\d)(\d\d)$/) { + $self->{cpqHoMibStatusArray} = 1 * $2; + } +} + +sub overall_check { + my $self = shift; + if ($self->{cpqHoMibStatusArray} == 4) { + $self->add_info('overall status is failed'); + $self->add_message(CRITICAL, 'overall status is failed'); + } elsif ($self->{cpqHoMibStatusArray} == 3) { + $self->add_info('overall status is degraded'); + $self->add_message(WARNING, 'overall status is degraded'); + } elsif ($self->{cpqHoMibStatusArray} == 2) { + $self->add_info('overall status is ok'); + $self->add_message(OK, 'overall status is ok'); + } elsif ($self->{cpqHoMibStatusArray} == 1) { + $self->add_info('overall status is other'); + $self->add_message(UNKNOWN, 'overall status is other'); + } +} + +sub identify { + my $self = shift; + return $self->{productname}; +} + +sub dump { + my $self = shift; + printf STDERR "serial %s\n", $self->{serial}; + printf STDERR "product %s\n", $self->{product}; + printf STDERR "romversion %s\n", $self->{romversion}; + printf STDERR "%s\n", Data::Dumper::Dumper($self->{components}); +} + +sub collect { + my $self = shift; + if ($self->{runtime}->{plugin}->opts->snmpwalk) { + my $cpqHoMibStatusArray = '1.3.6.1.4.1.232.11.2.10.1.0'; + if (! exists $self->{rawdata}->{$cpqHoMibStatusArray}) { + $self->add_message(CRITICAL, + 'snmpwalk returns no health data (cpqhost-mib)'); + } + } else { + my $net_snmp_version = Net::SNMP->VERSION(); # 5.002000 or 6.000000 + #$params{'-translate'} = [ + # -all => 0x0 + #]; + my ($session, $error) = + Net::SNMP->session(%{$self->{runtime}->{snmpparams}}); + if (! defined $session) { + $self->{plugin}->add_message(CRITICAL, 'cannot create session object'); + $self->trace(1, Data::Dumper::Dumper($self->{runtime}->{snmpparams})); + } + if (! $self->{runtime}->{plugin}->check_messages()) { + # snmp peer is alive + $self->trace(2, sprintf "Protocol is %s", + $self->{runtime}->{snmpparams}->{'-version'}); + my $cpqHoMibStatusArray = '1.3.6.1.4.1.232.11.2.10.1.0'; + $session->translate; + my $tic = time; + my $response = $session->get_request( + -varbindlist => [$cpqHoMibStatusArray] + ); + my $tac = time; + $self->trace(2, sprintf "%03d seconds for walk cpqHoMibStatusArray (%d oids)", + $tac - $tic, scalar(keys %{$response})); + $session->close; + map { $response->{$_} =~ s/^\s+//; $response->{$_} =~ s/\s+$//; } + keys %$response; + $self->{rawdata} = $response; + } + } + return $self->{runtime}->{plugin}->check_messages(); +} + +sub set_serial { + my $self = shift; + my $snmpwalk = $self->{rawdata}; + my @serials = (); + my @models = (); + my @fws = (); + my $cpqSsBackplaneEntry = '1.3.6.1.4.1.232.8.2.2.6.1'; + my $cpqSsBackplaneFWRev = '1.3.6.1.4.1.232.8.2.2.6.1.3'; + my $cpqSsBackplaneModel = '1.3.6.1.4.1.232.8.2.2.6.1.9'; + my $cpqSsBackplaneSerialNumber = '1.3.6.1.4.1.232.8.2.2.6.1.13'; + # INDEX { cpqSsBackplaneChassisIndex, cpqSsBackplaneIndex } + my @indexes = SNMP::Utils::get_indices($snmpwalk, + $cpqSsBackplaneEntry); + foreach (@indexes) { + my($idx1, $idx2) = ($_->[0], $_->[1]); + my $fw = SNMP::Utils::get_object($snmpwalk, + $cpqSsBackplaneFWRev, $idx1, $idx2); + my $model = SNMP::Utils::get_object($snmpwalk, + $cpqSsBackplaneModel, $idx1, $idx2); + my $serial = SNMP::Utils::get_object($snmpwalk, + $cpqSsBackplaneSerialNumber, $idx1, $idx2); + push(@serials, $serial); + push(@models, $model); + push(@fws, $fw); + } + + $self->{serial} = join('/', @serials); + $self->{product} = join('/', @models); + $self->{romversion} = join('/', @fws); + $self->{runtime}->{product} = $self->{product}; +} + + + + + + + + + + + + + + + + + + + + +package HP::Server; + +use strict; +use constant { OK => 0, WARNING => 1, CRITICAL => 2, UNKNOWN => 3 }; + +sub new { + my $class = shift; + my %params = @_; + my $self = { + runtime => $params{runtime}, + productname => 'unknown', + }; + bless $self, $class; + if (! ($self->{runtime}->{plugin}->opts->hostname || + $self->{runtime}->{plugin}->opts->snmpwalk)) { + bless $self, 'HP::Proliant::CLI'; + $self->{method} = 'cli'; + } else { + $self->check_snmp_and_model(); + if ($self->{runtime}->{options}->{servertype}) { + $self->{productname} = 'ProLiant' if + $self->{runtime}->{options}->{servertype} eq 'proliant'; + $self->{productname} = 'BladeSystem' if + $self->{runtime}->{options}->{servertype} eq 'bladesystem'; + $self->{productname} = 'Storage' if + $self->{runtime}->{options}->{servertype} eq 'storage'; + } + if (! $self->{runtime}->{plugin}->check_messages()) { + if ($self->{productname} =~ /ProLiant/) { + bless $self, 'HP::Proliant::SNMP'; + $self->trace(3, 'using HP::Proliant::SNMP'); + } elsif ($self->{productname} =~ /^DL\d+\s*G\d+/) { + bless $self, 'HP::Proliant::SNMP'; + $self->trace(3, 'using HP::Proliant::SNMP'); + } elsif ($self->{productname} =~ /OpenView .* appliance/) { + bless $self, 'HP::Proliant::SNMP'; + $self->trace(3, 'using HP::Proliant::SNMP'); + } elsif ($self->{productname} =~ /Synergy.*Gen/i) { + bless $self, 'HP::Proliant::SNMP'; + $self->trace(3, 'using HP::Proliant::SNMP'); + } elsif ($self->{productname} =~ /Superdome.*Enclosure/i) { + bless $self, 'HP::BladeSystem'; + $self->trace(3, 'using HP::BladeSystem'); + } elsif ($self->{productname} =~ /BladeSystem/) { + bless $self, 'HP::BladeSystem'; + $self->trace(3, 'using HP::BladeSystem'); + } elsif ($self->{productname} =~ /PROLIANT 4LEE/) { + bless $self, 'HP::Storage'; + $self->trace(3, 'using HP::Storage'); + } elsif ($self->{productname} =~ /X\d+[\s\w]* Network Storage/) { + # HP X1600 Network Storage System + # HP X1600 G2 Network Storage System + bless $self, 'HP::Proliant::SNMP'; + $self->trace(3, 'using HP::Proliant::SNMP'); + } elsif ($self->{productname} =~ /StorageWorks/i) { + bless $self, 'HP::StorageWorks'; + $self->trace(3, 'using HP::StorageWorks'); + } elsif ($self->{productname} =~ /MSA/i) { + bless $self, 'HP::StorageWorks'; + $self->trace(3, 'using HP::StorageWorks'); + } elsif ($self->{productname} =~ /StoreEasy/i) { + bless $self, 'HP::Proliant::SNMP'; + $self->trace(3, 'using HP::Proliant::SNMP'); + } elsif ($self->{productname} =~ /Storage/) { # fake + bless $self, 'HP::Storage'; + $self->trace(3, 'using HP::Storage'); + } else { + $self->add_message(CRITICAL, + sprintf('unknown device%s', $self->{productname} eq 'unknown' ? + '' : '('.$self->{productname}.')')); + } + $self->{method} = 'snmp'; + } + } + if ($self->{runtime}->{options}->{blacklist} && + -f $self->{runtime}->{options}->{blacklist}) { + $self->{runtime}->{options}->{blacklist} = do { + local (@ARGV, $/) = $self->{runtime}->{options}->{blacklist}; <> }; + } + return $self; +} + +sub check_snmp_and_model { +# uptime pruefen +# dann whoami + my $self = shift; + if ($self->{runtime}->{plugin}->opts->snmpwalk) { + my $response = {}; + if (! -f $self->{runtime}->{plugin}->opts->snmpwalk) { + $self->{runtime}->{plugin}->add_message(CRITICAL, + sprintf 'file %s not found', + $self->{runtime}->{plugin}->opts->snmpwalk); + } elsif (-x $self->{runtime}->{plugin}->opts->snmpwalk) { + my $cmd = sprintf "%s -On -v%s -c%s %s:%s 1.3.6.1.4.1.232 2>&1", + $self->{runtime}->{plugin}->opts->snmpwalk, + $self->{runtime}->{plugin}->opts->protocol, + $self->{runtime}->{plugin}->opts->community, + $self->{runtime}->{plugin}->opts->domain, + $self->{runtime}->{plugin}->opts->hostname; + open(WALK, "$cmd |"); + while () { + if (/^.*?\.(232\.[\d\.]+) = .*?: (\-*\d+)/) { + $response->{'1.3.6.1.4.1.'.$1} = $2; + } elsif (/^.*?\.(232\.[\d\.]+) = .*?: "(.*?)"/) { + $response->{'1.3.6.1.4.1.'.$1} = $2; + $response->{'1.3.6.1.4.1.'.$1} =~ s/\s+$//; + } + } + close WALK; + } else { + open(MESS, $self->{runtime}->{plugin}->opts->snmpwalk); + my $in_string = 0; + my $in_hex_string = 0; + my $hex_oid = 0; + while() { + chomp; + if ($in_hex_string && /^(([0-9a-fA-F]{2})( [0-9a-fA-F]{2})*)\s*$/) { + $response->{$hex_oid} .= " ".$1; + } elsif ($in_string) { + if (/(.*)"$/) { + $response->{$hex_oid} .= $1; + $in_string = 0; + } else { + $response->{$hex_oid} .= $_; + } + } elsif (/^.*?\.(232\.[\d\.]+) = .*?: (\-*\d+)\s*$/) { + # SNMPv2-SMI::enterprises.232.6.2.6.7.1.3.1.4 = INTEGER: 6 + $response->{'1.3.6.1.4.1.'.$1} = $2; + $in_hex_string = 0; + } elsif (/^.*?\.(232\.[\d\.]+) = .*?: "(.*?)"/) { + $response->{'1.3.6.1.4.1.'.$1} = $2; + $response->{'1.3.6.1.4.1.'.$1} =~ s/\s+$//; + $in_hex_string = 0; + } elsif (/^.*?\.(232\.[\d\.]+) = (\-*\d+)/) { + $response->{'1.3.6.1.4.1.'.$1} = $2; + $in_hex_string = 0; + } elsif (/^.*?\.(232\.[\d\.]+) = "(.*?)"/) { + $response->{'1.3.6.1.4.1.'.$1} = $2; + $response->{'1.3.6.1.4.1.'.$1} =~ s/\s+$//; + $in_hex_string = 0; + } elsif (/^.*?\.(232\.[\d\.]+) = STRING: "(.*?[^"])$/) { + $response->{'1.3.6.1.4.1.'.$1} = $2; + $response->{'1.3.6.1.4.1.'.$1} =~ s/\s+$//; + $in_string = 0; + $in_hex_string = 0; + } elsif (/^.*?\.(232\.[\d\.]+) = Hex-STRING: (.*)/) { + $response->{'1.3.6.1.4.1.'.$1} = $2; + $in_hex_string = 1; + $hex_oid = '1.3.6.1.4.1.'.$1; + } elsif (/^.*?\.(232\.[\d\.]+) =[ ]{1,2}Hex: (.*)/) { + $response->{'1.3.6.1.4.1.'.$1} = $2; + $in_hex_string = 1; + $hex_oid = '1.3.6.1.4.1.'.$1; + } + } + close MESS; + } + map { $response->{$_} =~ s/^\s+//; $response->{$_} =~ s/\s+$//; } + keys %$response; + $self->{rawdata} = $response; + $self->whoami(); + } else { + if (eval "require Net::SNMP") { + my %params = (); + my $net_snmp_version = Net::SNMP->VERSION(); # 5.002000 or 6.000000 + $params{'-translate'} = [ + -timeticks => 0x0 + ]; + $params{'-hostname'} = $self->{runtime}->{plugin}->opts->hostname; + $params{'-domain'} = $self->{runtime}->{plugin}->opts->domain; + $params{'-version'} = $self->{runtime}->{plugin}->opts->protocol; + if ($self->{runtime}->{plugin}->opts->port) { + $params{'-port'} = $self->{runtime}->{plugin}->opts->port; + } + if ($self->{runtime}->{plugin}->opts->protocol eq '3') { + $params{'-username'} = $self->{runtime}->{plugin}->opts->username; + if ($self->{runtime}->{plugin}->opts->authpassword) { + $params{'-authpassword'} = $self->decode_password($self->{runtime}->{plugin}->opts->authpassword); + } + if ($self->{runtime}->{plugin}->opts->authprotocol) { + $params{'-authprotocol'} = $self->{runtime}->{plugin}->opts->authprotocol; + } + if ($self->{runtime}->{plugin}->opts->privpassword) { + $params{'-privpassword'} = $self->decode_password($self->{runtime}->{plugin}->opts->privpassword); + } + if ($self->{runtime}->{plugin}->opts->privprotocol) { + $params{'-privprotocol'} = $self->{runtime}->{plugin}->opts->privprotocol; + } + } elsif ($self->decode_password($self->{runtime}->{plugin}->opts->community) =~ /^snmpv3(.)(.+)/) { + my $separator = $1; + my ($authprotocol, $authpassword, $privprotocol, $privpassword, + $username, $contextengineid, $contextname) = split(/$separator/, $2); + $params{'-version'} = 3; + $params{'-username'} = $self->decode_password($username) if $username; + $params{'-authprotocol'} = $self->decode_password($authprotocol) if $authprotocol; + $params{'-authpassword'} = $self->decode_password($authpassword) if $authpassword; + $params{'-privprotocol'} = $self->decode_password($privprotocol) if $privprotocol; + $params{'-privpassword'} = $self->decode_password($privpassword) if $privpassword; + } else { + $params{'-community'} = $self->decode_password($self->{runtime}->{plugin}->opts->community); + } + $self->{runtime}->{snmpparams} = \%params; + my ($session, $error) = Net::SNMP->session(%params); + $self->{session} = $session; + if (! defined $session) { + $self->add_message(CRITICAL, 'cannot create session object (maybe wrong hostname)'); + $self->trace(1, Data::Dumper::Dumper(\%params)); + } else { + my $sysUpTime = '1.3.6.1.2.1.1.3.0'; + my $result = $session->get_request( + -varbindlist => [$sysUpTime] + ); + if (!defined($result)) { + $self->add_message(CRITICAL, + 'could not contact snmp agent'); + $session->close; + } else { + $self->trace(3, 'snmp agent answered'); + $self->whoami(); + } + } + } else { + $self->add_message(CRITICAL, + 'could not find Net::SNMP module'); + } + } +} + +sub whoami { + my $self = shift; + my $productname = undef; + if ($self->{runtime}->{plugin}->opts->snmpwalk) { + my $cpqSiProductName = '1.3.6.1.4.1.232.2.2.4.2.0'; + my $cpqSsMibRevMajor = '1.3.6.1.4.1.232.8.1.1.0'; + my $cpqSsBackplaneModel = '1.3.6.1.4.1.232.8.2.2.6.1.9'.'.1.1'; + my $cpqHoMibStatusArray = '1.3.6.1.4.1.232.11.2.10.1.0'; + if ($productname = $self->{rawdata}->{$cpqSiProductName}) { + if (! $productname) { + $self->{productname} = 'ProLiant'; + } else { + $self->{productname} = $self->{rawdata}->{$cpqSiProductName}; + } + } elsif (exists $self->{rawdata}->{$cpqSsBackplaneModel}) { + $self->{productname} = $self->{rawdata}->{$cpqSsBackplaneModel}; + } elsif (exists $self->{rawdata}->{$cpqSsMibRevMajor}) { + # at least there is a CPQSTSYS-MIB + $self->{productname} = 'Storage' + } else { + $self->add_message(CRITICAL, + 'snmpwalk returns no product name (cpqsinfo-mib)'); + } + } else { + my $cpqSiProductName = '1.3.6.1.4.1.232.2.2.4.2.0'; + my $cpqSsMibRevMajor = '1.3.6.1.4.1.232.8.1.1.0'; + my $cpqSsBackplaneModel = '1.3.6.1.4.1.232.8.2.2.6.1.9'.'.1.1'; + my $cpqHoMibStatusArray = '1.3.6.1.4.1.232.11.2.10.1.0'; + my $dummy = '1.3.6.1.2.1.1.5.0'; + if ($productname = $self->valid_response($cpqSiProductName)) { + if ($productname =~ /HP P\d+ .*SAS/ && $self->valid_response($cpqHoMibStatusArray)) { + $self->{productname} = 'StorageWorks' + } elsif ($productname eq '') { + $self->{productname} = 'ProLiant'; + } else { + $self->{productname} = $productname; + } + } elsif ($productname = $self->valid_response($cpqSsBackplaneModel)) { + $self->{productname} = $productname; + } elsif ($self->valid_response($cpqSsMibRevMajor)) { + # at least there is a CPQSTSYS-MIB + $self->{productname} = 'Storage' + } elsif ($self->valid_response($cpqHoMibStatusArray)) { + $self->{productname} = 'StorageWorks' + } else { + $self->add_message(CRITICAL, + 'snmpwalk returns no product name (cpqsinfo-mib)'); + $self->{session}->close; + } + $self->trace(3, 'whoami: '.$self->{productname}); + } +} + +sub valid_response { + my $self = shift; + my $oid = shift; + my $result = $self->{session}->get_request( + -varbindlist => [$oid] + ); + if (!defined($result) || + ! defined $result->{$oid} || + $result->{$oid} eq 'noSuchInstance' || + $result->{$oid} eq 'noSuchObject' || + $result->{$oid} eq 'endOfMibView') { + return undef; + } else { + return $result->{$oid}; + } +} + +sub trace { + my $self = shift; + my $level = shift; + my $message = shift; + if ($self->{runtime}->{options}->{verbose} >= $level) { + printf "%s\n", $message; + } +} + +sub blacklist { + my $self = shift; + my $type = shift; + my $name = shift; + $self->{blacklisted} = $self->is_blacklisted($type, $name); +} + +sub add_blacklist { + my $self = shift; + my $list = shift; + $self->{runtime}->{options}->{blacklist} = join('/', + (split('/', $self->{runtime}->{options}->{blacklist}), $list)); +} + +sub is_blacklisted { + my $self = shift; + my $type = shift; + my $name = shift; + my $blacklisted = 0; +# $name =~ s/\:/-/g; + foreach my $bl_items (split(/\//, $self->{runtime}->{options}->{blacklist})) { + if ($bl_items =~ /^(\w+):([\:\w\-,]+)$/) { + my $bl_type = $1; + my $bl_names = $2; + foreach my $bl_name (split(/,/, $bl_names)) { + if ($bl_type eq $type && $bl_name eq $name) { + $blacklisted = 1; + } + } + } elsif ($bl_items =~ /^(\w+)$/) { + my $bl_type = $1; + if ($bl_type eq $type) { + $blacklisted = 1; + } + } + } + return $blacklisted; +} + +sub add_message { + my $self = shift; + my $level = shift; + my $message = shift; + $self->{runtime}->{plugin}->add_message($level, $message) + unless $self->{blacklisted}; + if (exists $self->{failed}) { + if ($level == UNKNOWN && $self->{failed} == OK) { + $self->{failed} = $level; + } elsif ($level > $self->{failed}) { + $self->{failed} = $level; + } + } +} + +sub remove_message { + my $self = shift; + my $level = shift; + my $message = shift; + $self->{runtime}->{plugin}->remove_message($level) ; +} + +sub has_failed { + my $self = shift; + return $self->{failed}; +} + +sub add_info { + my $self = shift; + my $info = shift; + $info = $self->{blacklisted} ? $info.' (blacklisted)' : $info; + $self->{info} = $info; + if (! exists $self->{runtime}->{plugin}->{info}) { + $self->{runtime}->{plugin}->{info} = []; + } + push(@{$self->{runtime}->{plugin}->{info}}, $info); +} + +sub annotate_info { + my $self = shift; + my $annotation = shift; + my $lastinfo = pop(@{$self->{runtime}->{plugin}->{info}}); + $lastinfo .= sprintf ' (%s)', $annotation; + push(@{$self->{runtime}->{plugin}->{info}}, $lastinfo); +} + +sub add_extendedinfo { + my $self = shift; + my $info = shift; + $self->{extendedinfo} = $info; + return if ! $self->{runtime}->{options}->{extendedinfo}; + if (! exists $self->{runtime}->{plugin}->{extendedinfo}) { + $self->{runtime}->{plugin}->{extendedinfo} = []; + } + push(@{$self->{runtime}->{plugin}->{extendedinfo}}, $info); +} + +sub get_extendedinfo { + my $self = shift; + if (! exists $self->{runtime}->{plugin}->{extendedinfo}) { + $self->{runtime}->{plugin}->{extendedinfo} = []; + } + return join(' ', @{$self->{runtime}->{plugin}->{extendedinfo}}); +} + +sub add_summary { + my $self = shift; + my $summary = shift; + if (! exists $self->{runtime}->{plugin}->{summary}) { + $self->{runtime}->{plugin}->{summary} = []; + } + push(@{$self->{runtime}->{plugin}->{summary}}, $summary); +} + +sub get_summary { + my $self = shift; + if (! exists $self->{runtime}->{plugin}->{summary}) { + $self->{runtime}->{plugin}->{summary} = []; + } + return join(', ', @{$self->{runtime}->{plugin}->{summary}}); +} + +sub dumper { + my $self = shift; + my $object = shift; + my $run = $object->{runtime}; + delete $object->{runtime}; + printf STDERR "%s\n", Data::Dumper::Dumper($object); + $object->{runtime} = $run; +} + +sub decode_password { + my $self = shift; + my $password = shift; + if ($password && $password =~ /^rfc3986:\/\/(.*)/) { + $password = $1; + $password =~ s/\%([A-Fa-f0-9]{2})/pack('C', hex($1))/seg; + } + return $password; +} + +package main; +#! /usr/local/bin/perl + +use strict; + +my $CELSIUS = 1; +my $PERFDATA = 1; +my $EXTENDEDINFO = 1; +my $HWINFO = 1; +my $HPACUCLI = 1; +my $NOINSTLEVEL = 'unknown'; + +use constant OK => 0; +use constant WARNING => 1; +use constant CRITICAL => 2; +use constant UNKNOWN => 3; +use constant DEPENDENT => 4; + +my $plugin = Nagios::MiniPlugin->new( + shortname => '', + usage => 'Usage: %s [ -v|--verbose ] [ -t ] '. + '--hostname --community '. + ' ...]', + version => '4.7.5.5', + blurb => 'This plugin checks the hardware of hp/compaq proliant servers', + url => 'http://labs.consol.de/nagios/check_hpasm', + timeout => 60, + shortname => '', +); +$plugin->add_arg( + spec => 'blacklist|b=s', + help => '--blacklist + Blacklist some (missing/failed) components', + required => 0, + default => '', +); +$plugin->add_arg( + spec => 'ignore-dimms|i', + help => '--ignore-dimms + Ignore "N/A"-DIMM status on misc. servers (e.g. older DL320)', + required => 0, +); +$plugin->add_arg( + spec => 'ignore-fan-redundancy', + help => '--ignore-fan-redundancy + Ignore missing redundancy partners', + required => 0, +); +$plugin->add_arg( + spec => 'customthresholds|c=s', + help => '--customthresholds + Use custom thresholds for certain temperatures', + required => 0, +); +$plugin->add_arg( + spec => 'eventrange=s', + help => '--eventrange=/ + Period of time before critical IML events respecively become warnings or vanish + A range is descibed as a number and a unit (s, m, h, d), e.g. --eventrange 1h/20m', + required => 0, +); +$plugin->add_arg( + spec => 'perfdata=s', + help => '--perfdata=[short] + Output performance data. If your performance data string becomes + too long and is truncated by Nagios, then you can use --perfdata=short + instead. This will output temperature tags without location information', + required => 0, +); +$plugin->add_arg( + spec => 'hostname|H=s', + help => '--hostname + Hostname or IP-address of the server (SNMP mode only)', + required => 0, +); +$plugin->add_arg( + spec => 'port=i', + help => '--port + The SNMP port to use (default: 161)', + required => 0, + default => 161, +); +$plugin->add_arg( + spec => 'protocol|P=s', + help => '--protocol + The SNMP protocol to use (default: 2c, other possibilities: 1,3)', + required => 0, + default => '2c', +); +$plugin->add_arg( + spec => 'domain|d=s', + help => '--domain + The transport protocol to use (default: udp, other possibilities: tcp)', + required => 0, + default => 'udp', +); +$plugin->add_arg( + spec => 'community|C=s', + help => '--community + SNMP community of the server (SNMP v1/2 only)', + required => 0, + default => 'public', +); +$plugin->add_arg( + spec => 'username=s', + help => '--username + The securityName for the USM security model (SNMPv3 only)', + required => 0, +); +$plugin->add_arg( + spec => 'authpassword=s', + help => '--authpassword + The authentication password for SNMPv3', + required => 0, +); +$plugin->add_arg( + spec => 'authprotocol=s', + help => '--authprotocol + The authentication protocol for SNMPv3 (md5|sha)', + required => 0, +); +$plugin->add_arg( + spec => 'privpassword=s', + help => '--privpassword + The password for authPriv security level', + required => 0, +); +$plugin->add_arg( + spec => 'privprotocol=s', + help => '--privprotocol + The private protocol for SNMPv3 (des|aes|aes128|3des|3desde)', + required => 0, +); +$plugin->add_arg( + spec => 'snmpwalk=s', + help => '--snmpwalk + A file with the output of snmpwalk 1.3.6.1.4.1.232', + required => 0, +); +$plugin->add_arg( + spec => 'hpasmcli=s', + help => '--hpasmcli + A file with the output of hpasmcli', + required => 0, +); +$plugin->add_arg( + spec => 'servertype=s', + help => '--servertype + The type of the server: proliant (default) or bladesystem', + required => 0, +); +$plugin->add_arg( + spec => 'eval-nics', + help => '--eval-nics + Check network interfaces (and groups). Try it and report me whyt you think about it. I need to build up some know how on this subject. If get an error and you think, it is not justified for your configuration, please tell me about it. (alwasy send the output of "snmpwalk -On .... 1.3.6.1.4.1.232" and a description how you setup your nics and why it is correct opposed to the plugins error message', + required => 0, +); + +$plugin->getopts(); +if (! $PERFDATA && $plugin->opts->get('perfdata')) { + $PERFDATA = 1; +} +if ($PERFDATA && $plugin->opts->get('perfdata') && + ($plugin->opts->get('perfdata') eq 'short')) { + $PERFDATA = 2; +} +$plugin->{messages}->{unknown} = []; # wg. add_message(UNKNOWN,...) + +$plugin->{info} = []; # gefrickel + +$SIG{'ALRM'} = sub { + printf "UNKNOWN - check_hpasm timed out after %d seconds\n", + $plugin->opts->get('timeout'); + exit $ERRORS{UNKNOWN}; +}; +alarm($plugin->opts->get('timeout')); + +my $server = HP::Server->new( runtime => { + plugin => $plugin, + options => { + servertype => $plugin->opts->get('servertype'), + verbose => $plugin->opts->get('verbose'), + scrapiron => 0, + ignore_fan_redundancy => $plugin->opts->get('ignore-fan-redundancy'), + ignore_dimms => $plugin->opts->get('ignore-dimms'), + customthresholds => $plugin->opts->get('customthresholds'), + eventrange => $plugin->opts->get('eventrange'), + blacklist => $plugin->opts->get('blacklist'), + celsius => $CELSIUS, + perfdata => $PERFDATA, + extendedinfo => $EXTENDEDINFO, + hwinfo => $HWINFO, + hpacucli => $HPACUCLI, + noinstlevel => $NOINSTLEVEL, + }, +},); +if (! $plugin->check_messages()) { + $server->init(); + $plugin->add_message(OK, $server->identify()) if $HWINFO; + if (! $plugin->check_messages()) { + $plugin->add_message(OK, 'hardware working fine'); + $plugin->add_message(OK, $server->get_summary()) + if $server->get_summary(); + $plugin->add_message(OK, $server->get_extendedinfo()) + if $server->get_extendedinfo(); + } +} else { + $plugin->add_message(CRITICAL, 'wrong device'); +} + +my ($code, $message) = $plugin->check_messages(join => ', ', join_all => ', '); +$message .= sprintf "\n%s\n", join("\n", @{$plugin->{info}}) + if $plugin->opts->get('verbose') >= 1; +#printf "%s\n", Data::Dumper::Dumper($plugin->{info}); +$plugin->nagios_exit($code, $message); + diff --git a/pu/libexec/check_hpjd b/pu/libexec/check_hpjd new file mode 100644 index 0000000..03c46be Binary files /dev/null and b/pu/libexec/check_hpjd differ diff --git a/pu/libexec/check_http b/pu/libexec/check_http new file mode 100644 index 0000000..e60c7a6 Binary files /dev/null and b/pu/libexec/check_http differ diff --git a/pu/libexec/check_http_auth b/pu/libexec/check_http_auth new file mode 100644 index 0000000..255a638 --- /dev/null +++ b/pu/libexec/check_http_auth @@ -0,0 +1,125 @@ +#!/usr/bin/perl -w +# +# A check to log in a website +# +# By Igor Gubenko (igubenko@Princeton.EDU), 12/15/2011 +# + +use strict; +use warnings; +use lib qw(/usr/local/perl/lib/perl5); +use Switch; +use Getopt::Std; + +use IO::Socket::SSL; + +my $context = new IO::Socket::SSL::SSL_Context( + SSL_version => 'tlsv1_2', + SSL_verify_mode => Net::SSLeay::VERIFY_NONE(), +); +IO::Socket::SSL::set_default_context($context); + +use LWP::UserAgent; +use HTTP::Request::Common; + +#use Net::SSL; # From Crypt-SSLeay +#use LWP::Protocol::https; +#BEGIN { +# $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL +# $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +#} +#$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +#$ENV{HTTPS_VERSION} = 3; + +sub usage; +my $progname = $0; + +my %opt; +# (U)RL, Auth (t)ype, (h)elp, (u)sername, (p)assword, (s)tring to expect, (w)arning threshold, (c)ritical threshold +getopts ("U:t:hu:p:s:w:c:", \%opt); + +foreach (qw(U u p)) { + usage unless exists $opt{$_} && not exists $opt{h}; +} + +my ($url, $type, $user, $pass, $str, $warn, $crit) = ( + $opt{U}, + exists $opt{t} ? $opt{t} : 'basic', + $opt{u}, + $opt{p}, + exists $opt{s} ? $opt{s} : undef, + exists $opt{w} ? $opt{w} : 3, + exists $opt{c} ? $opt{c} : 5 + ); + +$url =~ m#^http([s]?)://([^/]+)#i; +my $hst = $2; +$hst .= defined $1 && $1 eq 's' ? ':443' : ':80'; + +#$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0; +#$ENV{PERL_LWP_SSL_VERIFY_MODE}='SSL_VERIFY_NONE'; + +#$ENV{'HTTPS_PROXY'} = 'http://malka.princeton.edu:8888'; + +my $ua = LWP::UserAgent->new( keep_alive => 1 ); +my $tstart = time; +#$ua->proxy ('https', 'http://malka.princeton.edu:8888'); +#$ua->proxy ('http', 'http://malka.princeton.edu:3128'); + +$ua->agent('Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)'); +#### FOR DEBUG +#$ua->add_handler("request_send", sub { shift->dump; return }); +#$ua->add_handler("response_done", sub { shift->dump; return }); + +my ($req, $response); +$req = GET $url; + +switch ($type) { + case 'ntlm' { + $user =~ s#%#\\#; + $ua->credentials ($hst, '', $user, $pass); + #$ua->credentials ('140.180.227.33:8888', '', $user, $pass); +#print "hst = #$hst#, user = #$user#\n"; + } + case 'digest' { + $user =~ m#^([^\\%]+)[\\%]{1}(.*)#; + my $realm = $1; + $user = $2; +#print "user = #$user#, realm = #$realm#\n"; + $ua->credentials ($hst, $realm, $user, $pass); + } + case 'basic' { + $req->authorization_basic($user, $pass); + } + else { usage; } +} + +#$response = $ua -> request ($req); +$response = $ua -> request ($req, undef, 1024 * 1024); + +my $tdiff = time - $tstart; + +unless ($response->is_success && (defined $str ? $response->decoded_content =~ m#$str# : 1)) { + print "Error retrieving \"$url\". Error: " . $response->status_line . "\n"; + exit 2; +} + +#print $response->decoded_content . "\n"; + +if ($tdiff > $crit) { + print "CRITICAL: Login succeeded, but the request took $tdiff seconds!\n"; + exit 2; +} elsif ($tdiff > $warn) { + print "WARNING: Login succeeded, but the request took $tdiff seconds!\n"; + exit 1; +} + +print "Success retrieving and logging in to \"$url\". Response: " . $response->status_line . "; Time elapsed: $tdiff seconds\n"; +exit 0; + +sub usage { + print "Usage: $progname <-U URL> <-u username> <-p password> [-w warn_thres] [-c crit_thres] [-t type] [-h] [-s regex_in_response]\n"; + print "For digest or ntlm auth, username **MUST** be in the form of DOMAIN%username\n"; + exit 2; +} + diff --git a/pu/libexec/check_http_generic b/pu/libexec/check_http_generic new file mode 100644 index 0000000..e405192 --- /dev/null +++ b/pu/libexec/check_http_generic @@ -0,0 +1,22 @@ +#!/bin/bash +# +# Wrapper for check_generic +# + +plugins="$1" +shift +name="$6" + +# This crazy ass shit does the following: +# +# 1) Runs a web check on the first argument given (http://admitted.Princeton.EDU in the example below) +# 2) Looks for a string or regex given by the second argument (Congratulations) +# 3) Substitutes the wrong output given by the third argument (403 Forbidden) to the fourth argument (OK) +# 4) If the resultant output looks like the fifth argument (=~/HTTP\/1.1 OK/), the success, else failure +# +# Example: +# check_command check_http_string!admitted.Princeton.EDU!Congratulations!403 Forbidden!OK!'=~/HTTP\/1.1 OK/' +# command $USER1$/check_http_generic $USER1$ '$ARG1$' '$ARG2$' '$ARG3$' '$ARG4$' "$ARG5$" "$SERVICEDESC$" + +#${plugins}/check_generic -e $(/usr/local/monitoring/princeton/generic_http.cmd $plugins "$1" "$2" "$3" "$4") -o "$5" -n $name -i -p test -vvv +${plugins}/check_generic -e "${plugins}/check_http -H $1 -f follow -v | sed -n '/$2/ { h; b }; $ { x; /$2/ { x; s/^[^:]\+: //; s/$3/$4/; x }; x; p }'" -o "$5" -n $name -i -p test ### -vvv diff --git a/pu/libexec/check_http_kaltura b/pu/libexec/check_http_kaltura new file mode 100644 index 0000000..d5b3eb9 --- /dev/null +++ b/pu/libexec/check_http_kaltura @@ -0,0 +1,47 @@ +#!/usr/bin/perl -w +# +# Test Kaltura login page accessibility +# +# By Igor Gubenko (igubenko@Princeton.EDU), 06/08/2012 +# + +use lib qw(/usr/local/perl/lib/perl5); +#use lib qw(/usr/local/perl/modules/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/5.8.8 /usr/local/perl/modules/lib64/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib64/perl5/5.8.8 /var/local/groundwork/perl/lib/site_perl/5.8.8/); +#use lib qw(/usr/local/perl/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/local/perl/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/local/perl/lib/perl5/5.8.8 /usr/local/perl/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/5.8.8 /usr/local/perl/modules/lib64/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib64/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/ /usr/lib/perl5/5.8.8); + +use strict; +use WWW::Mechanize; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 0; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '1', quiet => '1', timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +my $url_ini = "http://kaltura.princeton.edu"; + +# Retrieve initial URL +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() && $mech->title() =~ m#Kaltura Video Platform - Home Page#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +# Go to login link +$mech->follow_link (text => 'Kaltura Management Console (KMC)'); + +unless ($mech -> success() && $mech->title() =~ m#Kaltura - Open Source Video Platform#) { + print "Error going to the login page. Web server returned " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +print "Successfully accessed \"$url_ini\", and navigated to the login page.\n"; + +exit 0; + +sub usage { + print "Usage: $progname\n"; + exit 2; +} diff --git a/pu/libexec/check_http_sim b/pu/libexec/check_http_sim new file mode 100644 index 0000000..b33c28a --- /dev/null +++ b/pu/libexec/check_http_sim @@ -0,0 +1,182 @@ +#!/usr/bin/perl -w + +use strict; +use warnings; +use lib qw(/usr/local/perl/lib/perl5); +use WWW::Mechanize; +$ENV{HTTPS_CA_DIR}='/etc/pki/tls/certs'; +use Data::Dumper; + +my %args; + +sub sub_var { + my $var = shift (@_); +#print "####$var#####\n"; + foreach (keys %args) { + my $argv = $args{$_}; + $var =~ s#%%$_%%#$argv#g; + } +#print "NEW####$var#####\n"; + + return $var; +} + +unless (@ARGV) { + print STDERR "The first argument should be the web script configuration file\n"; + exit 3; +} + +my $config_file = shift @ARGV; + +unless (-f $config_file) { + print STDERR "Unable to locate or access configuration file \"$config_file\"\n"; + exit 3; +} + +my %exp; +my ($usage, $url); +my $stat = 0; +my $expect = 0; + +open FL, "< $config_file" or do { print STDERR "Unable to open the configuration file \"$config_file\" for reading"; exit 3; }; +my @fllines = ; +close FL; + +my @usg = grep (/^usage: /, @fllines); +$usage = $usg[0] =~ /^usage: (.*)/ && defined $1 ? $1 : "USAGE CHANGEME IN FILE"; + +my @arg = grep (/^arg: /, @fllines); + +if (@arg) { + $arg[0] =~ s/^arg: //; chomp $arg[0]; + my @argn = split (/\s*,\s*/, $arg[0]); + unless (@argn == @ARGV) { print STDERR "Usage: $0 $usage\n"; exit 3; } + foreach (@argn) { + my $argv = shift @ARGV; + $args{$_} = $argv; + } +} + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or do { + print STDERR "Unable to instantiate WWW::Mechanize!\n"; + exit 3; +}; +#$mech -> add_handler("request_send", sub { shift->dump; return }); +#$mech -> add_handler("response_done", sub { shift->dump; return }); + +foreach (@fllines) { + next if /^\s*(|#.*)$/; + + /^\s*;;\s*(|#.*)$/ and do { + if ($mech -> success()) { + $stat = 0; + } else { + $stat = exists $exp{'abort'} ? $exp{'abort'} : 3; + } + + if (exists $exp{'title'}) { + if (defined $mech -> title() && $mech -> title() =~ m#$exp{'title'}#) { + $stat = 0; + } else { + $stat = $exp{'abort'} if exists $exp{'abort'}; + } + } + + if (exists $exp{'content_type'}) { + if (defined $mech -> ct() && $mech -> ct() =~ m#$exp{'content_type'}#) { + $stat = 0; + } else { + $stat = $exp{'abort'} if exists $exp{'abort'}; + } + } + + if (exists $exp{'exists'}) { + if (defined $mech -> response() -> decoded_content && $mech -> response() -> decoded_content =~ m#$exp{'exists'}#) { + $stat = 0; + } else { + $stat = $exp{'abort'} if exists $exp{'abort'}; + } + } +#print Dumper (\%exp); + if ($stat) { + print "$exp{'error'}\n" if exists $exp{'error'}; + } else { + print "$exp{'ok'}\n" if exists $exp{'ok'}; + } + + %exp = (); + $expect = 0; + next; + }; + + if ($expect) { + /^\s*(\S+)\s*=>\s*(.+)/ and do { + my ($fldk, $fldv) = ($1, $2); + my $m_stat = defined $mech -> status ? $mech -> status : 'not defined'; + my $m_answer = defined $mech -> response() && defined $mech -> response() -> decoded_content ? $mech -> response() -> decoded_content : 'not defined'; + my $m_title = defined $mech -> title() ? $mech -> title : 'not defined'; + my $m_cururl = defined $mech -> uri -> as_string ? $mech -> uri -> as_string : 'not defined'; + $fldv =~ s/%%url%%/$url/g; + $fldv =~ s/%%cururl%%/$m_cururl/g; + $fldv =~ s/%%code%%/$m_stat/g; + $fldv =~ s/%%answer%%/$m_answer/g; + $fldv =~ s/%%title%%/$m_title/g; + $exp{$fldk} = $fldv; + }; + + next; + } + + /^GET:\s*(.*)/ and do { + $expect = 1; + + $url = sub_var $1; + + if ($url =~ m#%%\w+%%#) { + print "Unable to resolve all of the needed arguments in the URL"; + exit 3; + } + + $mech -> get ($url); + + next; + }; + + /^POST:\s*(.*)$/ and do { + $expect = 1; + + if ((not defined $1) || ($1 =~ /^\s*$/)) { + $mech -> submit(); + next; + } + + my @argpairs = split /\s*,\s*/; + my (%field_args, %submit_args); + + foreach (@argpairs) { + /(\S+) => (.*)/ and do { + my ($fldk, $fldv) = ($1, $2); + if ($fldk eq 'button') { + $submit_args{'button'} = $fldv; + } else { + $fldk = sub_var $fldk; + $fldv = sub_var $fldv; + $field_args{$fldk} = $fldv; + } + }; + } +#foreach (keys %field_args) { +# print $_, "###", $field_args{$_}, "\n"; +#} + + $mech -> submit_form ( + with_fields => \%field_args, + %submit_args, + ); + + next; + }; + +} + +exit $stat; diff --git a/pu/libexec/check_http_www_rms b/pu/libexec/check_http_www_rms new file mode 100644 index 0000000..a3931dd --- /dev/null +++ b/pu/libexec/check_http_www_rms @@ -0,0 +1,85 @@ +#!/usr/bin/perl -w +# +# Check to login to http://www.princeton.edu/rms, and perform policy accessibility checks - ticket #1717662 +# +# By Igor Gubenko (igubenko@Princeton.EDU), 12/15/2011 +# + +use lib qw(/usr/local/monitoring/perl/lib/perl5); +#use lib qw(/usr/local/perl/modules/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/5.8.8 /usr/local/perl/modules/lib64/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib64/perl5/5.8.8 /var/local/groundwork/perl/lib/site_perl/5.8.8/); + +use strict; +use WWW::Mechanize; +#use Net::SSL; # From Crypt-SSLeay +#use LWP::Protocol::https; +#BEGIN { +# $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL +# $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +#} +#$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +#$ENV{HTTPS_VERSION} = 3; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 2; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +my $url_ini = "http://www.princeton.edu/rms"; + +my ($user, $pass) = @ARGV; + +# Retrieve initial URL - this is just a very silly bunch of redirects +$mech->get ($url_ini); + +unless ($mech -> success() && defined $mech->title() && $mech->title() =~ m#LC SSO Request#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . "\n"; + exit 2; +} +$url_ini = "https://rms.princeton.edu/edc/Login.do"; + +# Retrieve the actual website +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#LiveCycle Rights Management#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . "\n"; + exit 2; +} + +# Login +$mech->submit_form ( + fields => { + j_username => $user, + j_password => $pass, + } +); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#Manage policies, policy sets#) { + print $mech->response()->decoded_content =~ m#Login failed# ? "Unable to login to Adobe Rights Management. Login failed\n" : 'Error after trying to login. Web server returned ' . $mech->status() . "\n"; + exit 2; +} + +# Click on Policies +$mech->follow_link (text => 'Policies'); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#Policy sets you have access to appear below#) { + print "Error clicking on \"Policies\". Web server returned " . $mech->status() . "\n"; + exit 2; +} + +# Click on Test Policy Set +$mech->follow_link (text => 'Test Policy Set'); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#Edit Policy Set: Test Policy Set#) { + print "Error navigating to \"Test Policy Set\". Web server returned " . $mech->status() . "\n"; + exit 2; +} + +print "Successfully logged in to \"$url_ini\", navigated to \"Policies\", and then \"Test Policy Set\".\n"; +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_AdminCAS b/pu/libexec/check_https_AdminCAS new file mode 100644 index 0000000..447eb79 --- /dev/null +++ b/pu/libexec/check_https_AdminCAS @@ -0,0 +1,73 @@ +#!/usr/bin/perl -w +# +# Test CAS (fed's) +# +# By Igor Gubenko (igubenko@Princeton.EDU), 09/25/2013 +# + +use strict; +use lib qw(/usr/local/perl/lib/perl5/x86_64-linux-thread-multi /usr/local/perl/lib/perl5); +use WWW::Mechanize; +use Net::SSL; # From Crypt-SSLeay +use LWP::Protocol::https; +BEGIN { + $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL + $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +} +$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +$ENV{HTTPS_VERSION} = 3; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 3; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +#$mech->proxy (['http', 'https'], 'http://malka.princeton.edu:8888'); +#$mech -> add_handler("request_send", sub { shift->dump; return }); +#$mech -> add_handler("response_done", sub { shift->dump; return }); + +my ($URL, $user, $pass) = @ARGV; + +$mech->get ($URL); + +unless ($mech -> success() && $mech->title() =~ m#AdminCAS - Login#) { + print "Failed to fetch \"$URL\". Current URL: " . $mech->uri->as_string . ". Answer: " . $mech->status() . ";\n"; + exit 2; +} + +#my @tmp = $mech->find_all_inputs; +#foreach (@tmp) { print $_->type, "###", $_->name, "\n"; } +#exit 1; +# Login +$mech->submit_form ( + with_fields => { + username => $user, + password => $pass, + }, + image => '', +); + +unless ($mech -> success() && $mech->title() =~ m#Admin CAS - Success#) { + print "Failed to login to CAS. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "\n"; + exit 2; +} + +$mech->follow_link (text => 'logout'); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#You have been logged out#) { + print "Failed to sign out of CAS. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 1; +} + +#print "\n#########################\n\n\n", $mech -> response() -> decoded_content, "\n"; + +print "Successfully accessed CAS, logged in and logged out\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_AdminCAS.py b/pu/libexec/check_https_AdminCAS.py new file mode 100644 index 0000000..64782d5 --- /dev/null +++ b/pu/libexec/check_https_AdminCAS.py @@ -0,0 +1,93 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff = puselenium.init_selenium (['monitor']) +ff, fp = init_selenium () + +try: + #ff.implicitly_wait (10) + + try: + ff.get (url) + + WebDriverWait (ff, 10).until (EC.title_contains("Sign On")) + + uid = ff.find_element_by_id ("userid") + uid.send_keys (usr) + uid.submit() + except: + print "Error retrieving the initial page with user ID entry" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "Bharosa_Password_PadDataField"))) + + pupass = ff.find_element_by_id ("Bharosa_Password_PadDataField") + pupass.send_keys (usrpass) + pupass.submit() + except: + print "Error retrieving the password page with the password pad" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='logout']"))) + + logout1 = ff.find_element_by_xpath ("//a[text()='logout']") + logout1.click() + except: + print "Error logging in or retrieving the page post login" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "close"))) + except: + print "Successfully logged in but couldn't get the expected logout page" + sys.exit (1) + + time.sleep(2) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to Admin CAS and logged off" + +sys.exit (0) + diff --git a/pu/libexec/check_https_Blackboard b/pu/libexec/check_https_Blackboard new file mode 100644 index 0000000..aad0597 --- /dev/null +++ b/pu/libexec/check_https_Blackboard @@ -0,0 +1,110 @@ +#!/usr/bin/perl -w + +use lib qw(/usr/local/perl/lib/perl5 /usr/local/perl/lib/perl5/x86_64-linux-thread-multi); +use strict; +use WWW::Mechanize::Firefox; +use Capture::Tiny ':all'; + +sub ffquit; +sub waituntilappears; + +my ($URL, $id, $pass) = @ARGV; + +unless (@ARGV == 3) { + print "Usage: $0 \n"; + exit 3; +} +#print "###$URL###$id###$pass##\n"; +#exit 0; +$ENV{'DISPLAY'}=':1'; +$ENV{'HOME'}='/home/nagios'; + +`/usr/bin/killall -9 firefox >/dev/null 2>&1`; + +my ($stdout, $stderr, $mech) = capture { + WWW::Mechanize::Firefox->new(launch => 'firefox', create => 1, autoclose => 1, log => [ qw/ error / ]); +}; +$mech -> autoclose_tab (0); +#print "####stdout:###$stdout###\n"; +#print "####stderr:###$stderr###\n"; +#print "####res:#####", @res, "###\n"; + +sleep 1; + +$mech->get ($URL); + +#my @tabs = $mech->application->openTabs(); +#foreach (@tabs) { + #print "title:##", $_->{title}, "##location:##", $_->{location}, "##\n"; +# $mech -> application -> closeTab ($_) if $_ -> {location} =~ m#blank#; +#} + +if (waituntilappears '//input[@value="blackboardId"]') { + print "Failed to retrieve \"$URL\". Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 2; +} + +$mech->click ({xpath => '//input[@value="blackboardId"]', single => 'true', synchronize => 0}); + +if (waituntilappears '//form[@id="bbLoginForm"]') { + print "Failed to retrieve the Blackboard login form. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 2; +} + +$mech -> form_id ('bbLoginForm'); +$mech -> set_fields ( + user_id => $id, + password => $pass, +); + +$mech -> click ({selector => '.btn'}); + +### TEMP +if (waituntilappears '//a[@title="Logout"]') { + print "Failed to login to Blackboard. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 2; +} + +my @logout = $mech -> xpath ('//a[@title="Logout"]'); + +unless ($mech -> success() && @logout > 0) { +##unless ($mech -> success()) {# && $mech->response()->decoded_content =~ m#Rover Account#) { + print "Failed to login to Blackboard. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 2; +} + +##sleep 2; + +$mech -> follow_link ($logout[0]); +##$mech -> get ("https://blackboard.princeton.edu/webapps/login?action=logout"); + +if (waituntilappears '//input[@value="blackboardId"]') { + print "Failed to logout out of Blackboard. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 2; +} + +#$mech -> autoclose_tab(0); + +print "Successfully logged in to Blackboard and logged out\n"; + +ffquit 0; + +sub ffquit { + my $err = shift; + $mech -> application -> closeTab ($mech -> tab); + $mech -> application -> quit if $mech -> application -> openTabs < 2 || $mech -> application -> openTabs > 2; + sleep 2; + exit $err; +} + +sub waituntilappears { + my $retries = 20; + my $fnd = shift; + + while ($retries-- > 0) { + return 0 if $mech->is_visible (xpath => $fnd); + sleep 1; + } + return 1; +} + diff --git a/pu/libexec/check_https_Blackboard.py b/pu/libexec/check_https_Blackboard.py new file mode 100644 index 0000000..0034a55 --- /dev/null +++ b/pu/libexec/check_https_Blackboard.py @@ -0,0 +1,73 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puseleniumnew import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +ff, fp = init_selenium() + +try: + ff.implicitly_wait (10) + ff.get (url) + + bbid = ff.find_element_by_xpath ("//input[@type='radio'][@value='blackboardId']") + bbid.click() + + loginid = ff.find_element_by_id ("user_id") + loginid.send_keys (usr) + + loginpass = ff.find_element_by_id ("password") + loginpass.send_keys (usrpass) + + continuebtn = ff.find_element_by_xpath ("//div[text()='Login']") + continuebtn.click() + + logout = ff.find_element_by_xpath ("//a[@title='Logout']") + logout.click() + + WebDriverWait (ff, 10).until (EC.element_to_be_clickable((By.XPATH, "//input[@type='radio'][@value='blackboardId']"))) + + time.sleep(5) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to Blackboard and logged off" + +sys.exit (0) + diff --git a/pu/libexec/check_https_CAS b/pu/libexec/check_https_CAS new file mode 100644 index 0000000..c2fa182 --- /dev/null +++ b/pu/libexec/check_https_CAS @@ -0,0 +1,73 @@ +#!/usr/bin/perl -w +# +# Test CAS (fed's) +# +# By Igor Gubenko (igubenko@Princeton.EDU), 09/25/2013 +# + +use strict; +use lib qw(/usr/local/perl/lib/perl5/x86_64-linux-thread-multi /usr/local/perl/lib/perl5); +use WWW::Mechanize; +#use Net::SSL; # From Crypt-SSLeay +#use LWP::Protocol::https; +#BEGIN { +# $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL +# $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +#} +#$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +#$ENV{HTTPS_VERSION} = 3; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 3; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +#$mech->proxy (['http', 'https'], 'http://malka.princeton.edu:8888'); +#$mech -> add_handler("request_send", sub { shift->dump; return }); +#$mech -> add_handler("response_done", sub { shift->dump; return }); + +my ($URL, $user, $pass) = @ARGV; + +$mech->get ($URL); + +unless ($mech -> success() && $mech->title() =~ m#Princeton University Authentication Service#) { + print "Failed to fetch \"$URL\". Current URL: " . $mech->uri->as_string . ". Answer: " . $mech->status() . ";\n"; + exit 2; +} + +#my @tmp = $mech->find_all_inputs; +#foreach (@tmp) { print $_->type, "###", $_->name, "\n"; } +#exit 1; +# Login +$mech->submit_form ( + with_fields => { + username => $user, + password => $pass, + }, + image => '', +); + +unless ($mech -> success() && $mech->title() =~ m#Princeton University Authentication Service - Success#) { + print "Failed to login to CAS. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; \n"; + exit 2; +} + +$mech->follow_link (text => 'logout'); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#You have been logged out#) { + print "Failed to sign out of CAS. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . ((defined $mech->title() ? $mech->title() : "" )) . "\n"; + exit 1; +} + +#print "\n#########################\n\n\n", $mech -> response() -> decoded_content, "\n"; + +print "Successfully accessed CAS, logged in and logged out\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_CAS.older b/pu/libexec/check_https_CAS.older new file mode 100644 index 0000000..ea4209c --- /dev/null +++ b/pu/libexec/check_https_CAS.older @@ -0,0 +1,75 @@ +#!/usr/bin/perl -w +# +# Test CAS (fed's) +# +# By Igor Gubenko (igubenko@Princeton.EDU), 09/25/2013 +# + +use strict; +use lib qw(/usr/local/perl/lib/perl5/x86_64-linux-thread-multi /usr/local/perl/lib/perl5); +use WWW::Mechanize; +use Net::SSL; # From Crypt-SSLeay +use LWP::Protocol::https; +BEGIN { + $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL + $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +} +$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +$ENV{HTTPS_VERSION} = 3; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 3; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +#$mech->proxy (['http', 'https'], 'http://malka.princeton.edu:8888'); +#$mech -> add_handler("request_send", sub { shift->dump; return }); +#$mech -> add_handler("response_done", sub { shift->dump; return }); + +my ($URL, $user, $pass) = @ARGV; + +$mech->get ($URL); + +unless ($mech -> success() && $mech->title() =~ m#Princeton University Authentication Service#) { + print "Failed to fetch \"$URL\". Current URL: " . $mech->uri->as_string . ". Answer: " . $mech->status() . ";\n"; + exit 2; +} + +#my @tmp = $mech->find_all_inputs; +#foreach (@tmp) { print $_->type, "###", $_->name, "\n"; } +#exit 1; +# Login +$mech->submit_form ( + with_fields => { + username => $user, + password => $pass, + }, + image => '', +); + +unless ($mech -> success() && $mech->title() =~ m#Princeton University Authentication Service - Success#) { + print "Failed to login to CAS. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; \n"; + exit 2; +} + +$URL =~ s#login#logout#; +#print "####$URL#####\n"; +$mech->get ($URL); + +#unless ($mech -> success() && $mech->response()->decoded_content =~ m#You have been logged out#) { +# print "Failed to sign out of CAS. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . ((defined $mech->title() ? $mech->title() : "" )) . "\n"; +# exit 1; +#} + +#print "\n#########################\n\n\n", $mech -> response() -> decoded_content, "\n"; + +print "Successfully accessed CAS, logged in and logged out\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_CAS_QA_new b/pu/libexec/check_https_CAS_QA_new new file mode 100644 index 0000000..b0f66d7 --- /dev/null +++ b/pu/libexec/check_https_CAS_QA_new @@ -0,0 +1,90 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium (['mon202w']) +ff, fp = init_selenium() + +try: + #ff.implicitly_wait (10) + + try: + ff.get (url) + WebDriverWait (ff, 10).until (EC.title_contains("Central Authentication Service - CAS")) + + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.NAME, "submit"))) + + uid = ff.find_element_by_id ("username") + uid.send_keys (usr) + + pupass = ff.find_element_by_id ("password") + pupass.send_keys (usrpass) + + submt = ff.find_element_by_name ("submit") + submt.click() + except: + print "Error retrieving the initial login page" + sys.exit (2) + + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='log out']"))) + + logout1 = ff.find_element_by_xpath ("//a[text()='log out']") + logout1.click() + except: + print "Error logging in, or retrieving the page post login" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Logout successful - CAS")) + except: + print "Successfully logged in, but couldn't log out" + sys.exit (1) + + time.sleep(1) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to CAS and logged off" + +sys.exit (0) + diff --git a/pu/libexec/check_https_CAS_new b/pu/libexec/check_https_CAS_new new file mode 100644 index 0000000..5775b22 --- /dev/null +++ b/pu/libexec/check_https_CAS_new @@ -0,0 +1,90 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium (['mon202w']) +ff, fp = init_selenium() + +try: + #ff.implicitly_wait (10) + + try: + ff.get (url) + WebDriverWait (ff, 10).until (EC.title_contains("Princeton University Authentication Service")) + + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.NAME, "submit"))) + + uid = ff.find_element_by_id ("username") + uid.send_keys (usr) + + pupass = ff.find_element_by_id ("password") + pupass.send_keys (usrpass) + + submt = ff.find_element_by_name ("submit") + submt.click() + except: + print "Error retrieving the initial login page" + sys.exit (2) + + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='logout']"))) + + logout1 = ff.find_element_by_xpath ("//a[text()='logout']") + logout1.click() + except: + print "Error logging in, or retrieving the page post login" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "close"))) + except: + print "Successfully logged in, but couldn't log out" + sys.exit (1) + + time.sleep(1) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to CAS and logged off" + +sys.exit (0) + diff --git a/pu/libexec/check_https_CAS_new_aws b/pu/libexec/check_https_CAS_new_aws new file mode 100644 index 0000000..b0f66d7 --- /dev/null +++ b/pu/libexec/check_https_CAS_new_aws @@ -0,0 +1,90 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium (['mon202w']) +ff, fp = init_selenium() + +try: + #ff.implicitly_wait (10) + + try: + ff.get (url) + WebDriverWait (ff, 10).until (EC.title_contains("Central Authentication Service - CAS")) + + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.NAME, "submit"))) + + uid = ff.find_element_by_id ("username") + uid.send_keys (usr) + + pupass = ff.find_element_by_id ("password") + pupass.send_keys (usrpass) + + submt = ff.find_element_by_name ("submit") + submt.click() + except: + print "Error retrieving the initial login page" + sys.exit (2) + + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='log out']"))) + + logout1 = ff.find_element_by_xpath ("//a[text()='log out']") + logout1.click() + except: + print "Error logging in, or retrieving the page post login" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Logout successful - CAS")) + except: + print "Successfully logged in, but couldn't log out" + sys.exit (1) + + time.sleep(1) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to CAS and logged off" + +sys.exit (0) + diff --git a/pu/libexec/check_https_CAS_new_oldcheck b/pu/libexec/check_https_CAS_new_oldcheck new file mode 100644 index 0000000..5775b22 --- /dev/null +++ b/pu/libexec/check_https_CAS_new_oldcheck @@ -0,0 +1,90 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium (['mon202w']) +ff, fp = init_selenium() + +try: + #ff.implicitly_wait (10) + + try: + ff.get (url) + WebDriverWait (ff, 10).until (EC.title_contains("Princeton University Authentication Service")) + + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.NAME, "submit"))) + + uid = ff.find_element_by_id ("username") + uid.send_keys (usr) + + pupass = ff.find_element_by_id ("password") + pupass.send_keys (usrpass) + + submt = ff.find_element_by_name ("submit") + submt.click() + except: + print "Error retrieving the initial login page" + sys.exit (2) + + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='logout']"))) + + logout1 = ff.find_element_by_xpath ("//a[text()='logout']") + logout1.click() + except: + print "Error logging in, or retrieving the page post login" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "close"))) + except: + print "Successfully logged in, but couldn't log out" + sys.exit (1) + + time.sleep(1) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to CAS and logged off" + +sys.exit (0) + diff --git a/pu/libexec/check_https_CP.py b/pu/libexec/check_https_CP.py new file mode 100644 index 0000000..701701d --- /dev/null +++ b/pu/libexec/check_https_CP.py @@ -0,0 +1,287 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys, re, os +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +#sys.path.insert (2, '/usr/local/monitoring/python/lib/python2.7/site-packages') +#sys.path.insert (3, '/usr/local/monitoring/python/lib/python2.7') +#sys.path.insert (4, '/usr/local/monitoring/python/lib64/python2.6/site-packages') +#sys.path.insert (5, '/usr/local/monitoring/python/lib/python2.6/site-packages') +#sys.path.insert (6, '/usr/local/monitoring/python/lib/python2.6/site-packages/selenium-2.48.0-py2.6.egg') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.common.keys import Keys +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample, randrange + +verb = 0 + +def tm (tmconv): + return time.strftime("%D %H:%M:%S", time.localtime(tmconv)) + +def outp (str, level = 1): + if verb >= level: + print "%d: %s" % (level, str) + #print "%d %d" % (verb, level) + +def usage (): + print "Usage: %s [verbosity=1] [alloted_run_time=180]" % sys.argv[0] + sys.exit (3) + +if len (sys.argv) < 4: + usage + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] +atime = 180 + +if len (sys.argv) > 4: + verb = int (sys.argv[4]) +if len (sys.argv) > 5: + atime = int (sys.argv[5]) + +outp ("%s: Starting program" % tm(time.time()), 2) + +#ff = puselenium.init_selenium (['ims316', 'ims317', 'mon200w', 'mon201w', 'mon202w', 'mon203w']) +ff, fp = init_selenium () + +try: + ### Load initial URL + t_ini = time.time() + outp ("%s: Loaded browser" % tm(t_ini), 2) + #ff.implicitly_wait (10) + + main_window = ff.current_window_handle + + outp ("Retrieving URL %s" % url, 1) + ff.get (url) + #ff.allowNativeXpath("false"); + + ### Check for the sign on page to enter the username + #try: + # WebDriverWait (ff, 60).until (EC.title_contains("ClearPass Policy Manager")) + #except: + # outp ("Unable to reach the initial ClearPass page", 0) + # sys.exit (2) + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.XPATH, "//a[contains(.,'ClearPass Guest')]"))) + + t_main = time.time() + outp ("%s: ClearPass initial page retrieved" % tm(t_main), 2) + outp ("Clicking on ClearPass Guest", 1) + ff.find_element_by_xpath ("//a[contains(.,'ClearPass Guest')]").click() + + except: + outp ("Unable to locate the ClearPass Guest link", 0) + sys.exit (2) + + time.sleep(2) + for win in ff.window_handles: + ff.switch_to.window (win) + #outp ("Found Window %s" % ff.current_url, 0) + if re.match ("/guest/(guest_index.php|auth_login.php)", ff.current_url, flags=re.IGNORECASE): + break + win = False + ff.maximize_window() + + #next_window = ff.window_handles[-1] + #ff.switch_to.window (next_window) + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.ID, "ID_form4da79e65_auth_login_username"))) + + t_login_cpguest = time.time() + outp ("%s: ClearPass Guest Login page retrieved" % tm(t_login_cpguest), 2) + outp ("Entering login fields and clicking on \"Log In\"", 1) + + uidfield = ff.find_element_by_id ("ID_form4da79e65_auth_login_username") + uidfield.send_keys (usr) + passfield = ff.find_element_by_id ("ID_form4da79e65_auth_login_password") + passfield.send_keys (usrpass) + + passfield.submit() + + except: + outp ("Unable to locate one or more fields on the ClearPass Guest Login page. Maybe the page didn't load or change?", 0) + sys.exit (2) + + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.XPATH, "//a[contains(.,'Manage Devices')]"))) + + t_cpguest_console = time.time() + outp ("%s: ClearPass Guest Portal page retrieved" % tm(t_cpguest_console), 2) + outp ("Clicking on \"Manage Devices\"", 1) + ff.find_element_by_xpath ("//a[contains(.,'Manage Devices')]").click() + except: + outp ("Unable to login to the ClearPass Guest portal or the page loads incompletely", 0) + sys.exit (2) + + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.ID, "mac_list_item_20"))) + + t_cpguest_devices = time.time() + outp ("%s: Loaded devices" % tm(t_cpguest_devices), 2) + outp ("Logging out from ClearPass Guest", 1) + ff.find_element_by_xpath ("//a[contains(.,'Logout')]").click() + except: + outp ("Unable to locate the 20th (last) device on the page. There might be a problem loading the device page", 0) + sys.exit (2) + + WebDriverWait (ff, 60).until (EC.title_contains("Login")) + ff.close() + ff.switch_to.window (main_window) + + + try: + t_cpguest_logout = time.time() + outp ("%s: Logged out from ClearPass Guest and ready to go into ClearPass Policy Manager" % tm(t_cpguest_logout), 2) + outp ("Clicking on ClearPass Policy Manager", 1) + ff.find_element_by_xpath ("//a[contains(.,'ClearPass Policy Manager')]").click() + + except: + outp ("Unable to locate the ClearPass Policy Manager link. This is weird and shouldn't have happened.", 0) + sys.exit (2) + + time.sleep(2) + for win in ff.window_handles: + ff.switch_to.window (win) + #outp ("Found Window %s" % ff.current_url, 0) + if re.match ("/tips/tipsLogin.action", ff.current_url, flags=re.IGNORECASE): + break + win = False + ff.maximize_window() + + #next_window = ff.window_handles[-1] + #ff.switch_to.window (next_window) + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.NAME, "password"))) + + t_login_cppm = time.time() + outp ("%s: ClearPass Policy Manager Login page retrieved" % tm(t_login_cppm), 2) + outp ("Entering login fields and clicking on \"Log In\"", 1) + + uidfield = ff.find_element_by_id ("username") + uidfield.send_keys (usr) + passfield = ff.find_element_by_name ("password") + passfield.send_keys (usrpass) + + passfield.submit() + + except: + outp ("Unable to locate one or more fields on the ClearPass Policy Manager Login page. Maybe the page didn't load or change?", 0) + sys.exit (2) + + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.ID, "menu_5_5_button"))) + + t_cppm_console = time.time() + outp ("%s: ClearPass Policy Manager Portal page retrieved" % tm(t_cppm_console), 2) + outp ("Clicking on \"Conguration\" section", 1) + ff.find_element_by_id ("menu_5_5_button").click() + except: + outp ("Unable to login to the ClearPass Policy Manager portal or the page loads incompletely", 0) + sys.exit (2) + + + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.XPATH, "//span[contains(.,'Network')]"))) + + t_cppm_config = time.time() + outp ("%s: Loaded the \"Configuration\" section" % tm(t_cppm_config), 2) + outp ("Clicking on the \"Network\" menu", 1) + ff.find_element_by_xpath ("//div[@id='menu_5_5']/div/div/div[2]/div[7]").click() + except: + outp ("Unable to click on the \"Network\" Menu. Maybe the page loaded incompletely", 0) + sys.exit (2) + + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.XPATH, "//span[contains(.,'Devices')]"))) + + t_cppm_network = time.time() + outp ("%s: Loaded the \"Network\" menu" % tm(t_cppm_network), 2) + outp ("Clicking on the \"Devices\" menu", 1) + ff.find_element_by_xpath ("//span[contains(.,'Devices')]").click() + except: + outp ("Unable to click on the \"Devices\" Menu. Maybe the page loaded incompletely", 0) + + try: + WebDriverWait (ff, 60).until (EC.presence_of_element_located((By.XPATH, "//span[contains(.,'Aruba Controllers')]"))) + + t_cppm_devices = time.time() + outp ("%s: Loaded the \"Devices\" section" % tm(t_cppm_devices), 2) + outp ("Logging out from ClearPass Policy Manager", 1) + ff.find_element_by_xpath ("//a[contains(.,'Logout')]").click() + except: + outp ("Unable to locate the 20th (last) device on the page. There might be a problem loading the device page", 0) + sys.exit (2) + + WebDriverWait (ff, 60).until (EC.title_contains("ClearPass Policy Manager")) + ff.close() + ff.switch_to.window (main_window) + + msg_final = "Successfully tested ClearPass" + t_end = time.time() + + outp ("%s | \ +'main_page'=%.3fs;;; \ +'guest_login'=%.3fs;;; \ +'guest_console'=%.3fs;;; \ +'guest_devices'=%.3fs;;; \ +'guest_logout'=%.3fs;;; \ +'cppm_login'=%.3fs;;; \ +'cppm_console'=%.3fs;;; \ +'cppm_config'=%.3fs;;; \ +'cppm_network'=%.3fs;;; \ +'cppm_devices'=%.3fs;;; \ +'total_run'=%.3fs;;;" \ + % \ + (msg_final, \ + (t_main - t_ini),\ + (t_login_cpguest - t_main),\ + (t_cpguest_console - t_login_cpguest),\ + (t_cpguest_devices - t_cpguest_console),\ + (t_cpguest_logout - t_cpguest_devices),\ + (t_login_cppm - t_cpguest_logout),\ + (t_cppm_console - t_login_cppm),\ + (t_cppm_config - t_cppm_console),\ + (t_cppm_network - t_cppm_config),\ + (t_cppm_devices - t_cppm_network),\ + (t_end - t_ini)), 0) + + time.sleep(2) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (2) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (2) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (2) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (2) + +finally: + ff.quit() + +sys.exit (0) diff --git a/pu/libexec/check_https_Departmental_Charges b/pu/libexec/check_https_Departmental_Charges new file mode 100644 index 0000000..8e4373e --- /dev/null +++ b/pu/libexec/check_https_Departmental_Charges @@ -0,0 +1,74 @@ +#!/usr/bin/perl -w +# +# Test accessibility of Departmental Charges webpage, and login +# +# By Igor Gubenko (igubenko@Princeton.EDU), 05/21/2012 +# + +use lib qw(/usr/local/perl/lib/perl5); +#use lib qw(/usr/local/perl/modules/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/5.8.8 /usr/local/perl/modules/lib64/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib64/perl5/5.8.8 /var/local/groundwork/perl/lib/site_perl/5.8.8/); + +use strict; +use WWW::Mechanize; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 3; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '1', onerror => undef, onwarn => undef, quiet => '1', timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +my $url_ini = "https://puwebp.princeton.edu:7900/dc_web/priv/index.html"; + +my ($user, $pass, $group) = @ARGV; + +# Retrieve initial URL +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#Departmental Charges \[DC Home\]#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . "\n"; + exit 2; +} + +$url_ini = "https://puwebp.princeton.edu:7900/dc_web/priv/Signin.jsp"; + +# Retrieve the login page +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#Princeton University - Departmental Charges \[Sign In\]#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +# Login +$mech->submit_form ( + fields => { + txtUserID => $user, + txtPassword => $pass, + selDept => $group, + } +); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#Do you wish to Sign Out from the Departmental Charges Application#) { + print "Failed: " . ($mech->status() !~ /^200$/ ? "Error submitting login information\n" : "Error logging in\n"); + exit 2; +} + +$url_ini = "https://puwebp.princeton.edu:7900/dc_web/priv/Signout.jsp"; + +# Logout +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#Signed Out of the DC system#) { + print 'Failed to log out. Web server returned ' . $mech->status() . "\n"; + exit 2; +} + +print "Successfully accessed the Departmental Charges webpage, logged in and logged out.\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_Departmental_Charges.bak b/pu/libexec/check_https_Departmental_Charges.bak new file mode 100644 index 0000000..65759a3 --- /dev/null +++ b/pu/libexec/check_https_Departmental_Charges.bak @@ -0,0 +1,74 @@ +#!/usr/bin/perl -w +# +# Test accessibility of Departmental Charges webpage, and login +# +# By Igor Gubenko (igubenko@Princeton.EDU), 05/21/2012 +# + +use lib qw(/usr/local/perl/lib/perl5); +#use lib qw(/usr/local/perl/modules/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/5.8.8 /usr/local/perl/modules/lib64/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib64/perl5/5.8.8 /var/local/groundwork/perl/lib/site_perl/5.8.8/); + +use strict; +use WWW::Mechanize; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 3; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '1', quiet => '1', timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +my $url_ini = "https://puwebp.princeton.edu:7900/dc_web/priv/index.html"; + +my ($user, $pass, $group) = @ARGV; + +# Retrieve initial URL +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#Departmental Charges \[DC Home\]#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +$url_ini = "https://puwebp.princeton.edu:7900/dc_web/priv/Signin.jsp"; + +# Retrieve the login page +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#Princeton University - Departmental Charges \[Sign In\]#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +# Login +$mech->submit_form ( + fields => { + txtUserId => $user, + txtPassword => $pass, + selDept => $group, + } +); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#Do you wish to Sign Out from the Departmental Charges Application#) { + print "Failed: " . ($mech->status() !~ /^200$/ ? "Error submitting login information\n" : "Error logging in\n"); + exit 2; +} + +$url_ini = "https://puwebp.princeton.edu:7900/dc_web/priv/Signout.jsp"; + +# Logout +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->response()->decoded_content =~ m#Signed Out of the DC system#) { + print 'Failed to log out. Web server returned ' . $mech->status() . "\n"; + exit 2; +} + +print "Successfully accessed the Departmental Charges webpage, logged in and logged out.\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_Dump_All_AD_Users b/pu/libexec/check_https_Dump_All_AD_Users new file mode 100644 index 0000000..bc73553 --- /dev/null +++ b/pu/libexec/check_https_Dump_All_AD_Users @@ -0,0 +1,41 @@ +#!/usr/bin/perl -w +# +# Try to retrieve all AD users +# +# By Igor Gubenko (igubenko@Princeton.EDU), 05/21/2012 +# + +use lib qw(/usr/local/perl/lib/perl5); +#use lib qw(/usr/local/perl/modules/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/5.8.8 /usr/local/perl/modules/lib64/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib64/perl5/5.8.8 /var/local/groundwork/perl/lib/site_perl/5.8.8/); + +use strict; +use WWW::Mechanize; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 0; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '60') or die ("Unable to instantiate WWW::Mechanize!\n"); + +my $url_ini = "https://tools.princeton.edu/ListADUsers/DumpAllUsers.aspx"; + +# Retrieve the AD users +$mech->get ($url_ini); + +unless ($mech -> success()) { + print "Failed to fetch AD users from \"$url_ini\". Answer: " . $mech->status() . "\n"; + exit 2; +} + +my @rows = split (/\n/, $mech->response()->decoded_content); +my $nrows = @rows; + +print "Successfully retrieved $nrows users\n"; +exit 0; + +sub usage { + print "Usage: $progname\n"; + exit 2; +} diff --git a/pu/libexec/check_https_PUaccess b/pu/libexec/check_https_PUaccess new file mode 100644 index 0000000..5343dd2 --- /dev/null +++ b/pu/libexec/check_https_PUaccess @@ -0,0 +1,197 @@ +#!/usr/bin/perl + +use lib qw(/usr/local/perl/lib/perl5 /usr/local/perl/lib/perl5/x86_64-linux-thread-multi); +use strict; +use warnings; +use WWW::Mechanize::Firefox; +use Capture::Tiny ':all'; + +sub ffquit; +sub waituntilappears; + +BEGIN { + *CORE::GLOBAL::die = sub { + die @_ if( $^S or not defined $^S ); + foreach (@_) { + print "ERROR: $_\n"; + } + ffquit 2; + }; + + *CORE::GLOBAL::warn = sub { + foreach (@_) { + print "WARNING: $_\n"; + } + ffquit 1; + }; +} + +my ($URL, $id, $pass) = @ARGV; + +unless (@ARGV == 3) { + print "Usage: $0 \n"; + exit 3; +} +#print "###$URL###$id###$pass##\n"; +#exit 0; +$ENV{'DISPLAY'}=':1'; +$ENV{'HOME'}='/home/nagios'; + +`/usr/bin/killall -9 firefox >/dev/null 2>&1`; + +my ($stdout, $stderr, $mech) = capture { + #my $instance_port = '4242'; + #my $ff = Firefox::Application->new( + # autodie => 0, + # create => 1, + # log => [qw[error]], + # launch => ['/usr/bin/firefox', '-P', 'webtester', '-repl', $instance_port], + # repl => "localhost:$instance_port", + #); + my $mech = WWW::Mechanize::Firefox->new(launch => 'firefox', create => 1, log => [ qw/ error / ]); + #my $mech = WWW::Mechanize::Firefox->new (app => $ff); +}; +$mech -> autoclose_tab (0); +#print "####stdout:###$stdout###\n"; +#print "####stderr:###$stderr###\n"; +#print "####res:#####", @res, "###\n"; + +sleep 1; + +$mech->get ($URL); + +#unless ($mech -> success() && $mech->title() =~ m#PUaccess#) { +# print "Failed to retrieve \"$URL\". Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; +# ffquit 2; +#} + +#sleep 2; + +#my $retries = 10; +#while ($retries-- > 0) { +# last if $mech->is_visible (xpath => '//*[@id="userid"]'); +# sleep 1; +#} +#$retries < 0 and do { +# print "Failed to retrieve \"$URL\". Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; +# ffquit 2; +#}; + +if (waituntilappears '//*[@id="userid"]') { + print "Failed to retrieve \"$URL\". Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 2; +} + +$mech -> submit_form ( + with_fields => { + userid => $id, + }, +); + +#sleep 2; + +#unless ($mech -> success() && $mech->title() =~ m#Sign On#) { +# print "Failed to submit username to PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; +# ffquit 2; +#} + +#sleep 2; +#$retries = 10; +#while ($retries-- > 0) { +# last if $mech->is_visible (xpath => '//*[@id="Bharosa_Password_PadDataField"]'); +# sleep 1; +#} +#$retries < 0 and do { +# print "Failed to submit username to PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; +# ffquit 2; +#}; + +if (waituntilappears '//*[@id="Bharosa_Password_PadDataField"]') { + print "Failed to submit username to PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 2; +} + +$mech -> submit_form ( + with_fields => { + Bharosa_Password_PadDataField => $pass, + }, +); + +##sleep 2; + +##unless ($mech -> success() && $mech->title() =~ m#Manage My Enhanced Security Profile#) { +## print "Failed to login to PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; +## ffquit 2; +##} + +#sleep 2; +#$retries = 10; +#while ($retries-- > 0) { +# last if $mech->is_visible (xpath => '//a[text()="Log out"]'); +# sleep 1; +#} +#$retries < 0 and do { + #print "Failed to login to PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + #ffquit 2; +#}; + +if (waituntilappears '//a[text()="Log out"]') { + print "Failed to login to PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 2; +} + +my @lnk = $mech->xpath ('//a[text()="Log out"]', single => 'true'); +#foreach (@lnk) { +# print $_ -> {innerHTML}, "\n"; +#} +$mech -> follow_link ($lnk[0]); +#$mech->follow_link (xpath => '//a[text()="Log out"]', single => 'true'); + +if (waituntilappears '//input[@value="LOG OFF"]') { + print "Failed to pre-logout out of PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 1; +} + +@lnk = $mech->xpath ('//input[@value="LOG OFF"]', single => 'true'); +#foreach (@lnk) { +# print $_ -> {innerHTML}, "\n"; +#} +$mech -> follow_link ($lnk[0]); + +unless ($mech -> success() && $mech->title() =~ m#Single Sign-Off#) { + print "Failed to logout out of PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + ffquit 1; +} + +#sleep 2; + +#if (waituntilappears '//title[text()="Princeton University Logout Page"]') { +#if (waituntilappears '//title[contains(., "Princeton University Logout Page")]') { +# print "Failed to logout of PUaccess. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; +# ffquit 2; +#} + +print "Successfully logged in to PUAccess and logged out\n"; + +ffquit 0; + +sub ffquit { + my $err = shift; + $mech -> application -> closeTab ($mech -> tab); + $mech -> application -> quit if $mech -> application -> openTabs < 2 || $mech -> application -> openTabs > 2; + #sleep 2; + exit $err; +} + +sub waituntilappears { + my $retries = 20; + my $fnd = shift; + + while ($retries-- > 0) { + return 0 if $mech->is_visible (xpath => $fnd); + sleep 1; + } + return 1; +} + + diff --git a/pu/libexec/check_https_PUaccess.py b/pu/libexec/check_https_PUaccess.py new file mode 100644 index 0000000..09ebb8a --- /dev/null +++ b/pu/libexec/check_https_PUaccess.py @@ -0,0 +1,79 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +ff, fp = init_selenium() + +try: + ff.implicitly_wait (10) + ff.get (url) + + #WebDriverWait (ff, 10).until (EC.title_contains("Sign On")) + + uid = ff.find_element_by_id ("userid") + uid.send_keys (usr) + uid.submit() + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "Bharosa_Password_PadDataField"))) + + pupass = ff.find_element_by_id ("Bharosa_Password_PadDataField") + pupass.send_keys (usrpass) + pupass.submit() + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='Log out']"))) + + logout1 = ff.find_element_by_xpath ("//a[text()='Log out']") + logout1.click() + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//input[@value='LOG OFF']"))) + + logout2 = ff.find_element_by_xpath ("//input[@value='LOG OFF']") + logout2.click() + + WebDriverWait (ff, 10).until (EC.title_contains("Single Sign-Off")) + + time.sleep(5) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to PUAccess and logged off" + +sys.exit (0) diff --git a/pu/libexec/check_https_ShoppingCart b/pu/libexec/check_https_ShoppingCart new file mode 100644 index 0000000..f93eb3e --- /dev/null +++ b/pu/libexec/check_https_ShoppingCart @@ -0,0 +1,64 @@ +#!/usr/bin/perl -w +# +# Test AIS ShoppingCart app for book purchases +# +# By Igor Gubenko (igubenko@Princeton.EDU), 10/15/2012 +# + +use lib qw(/usr/local/monitoring/perl/lib/perl5); + +use strict; +use WWW::Mechanize; + +#use Net::SSL; # From Crypt-SSLeay +#use LWP::Protocol::https; +#BEGIN { +# $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL +# $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +#} +$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +#$ENV{HTTPS_VERSION} = 3; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 1; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '0', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +#$mech -> add_handler("request_send", sub { shift->dump; return }); +#$mech -> add_handler("response_done", sub { shift->dump; return }); +my $url_ini = "https://$ARGV[0].Princeton.EDU/bookordersws/Shoppingcart.asmx"; + +# Retrieve initial URL +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#ShoppingCart Web Service#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . ";\n"; + exit 2; +} + +# Go to login link +$mech->follow_link (text => 'InvokingWebServiceForTesting'); + +unless ($mech -> success() && $mech->response() -> decoded_content =~ m#To test the operation using the HTTP POST protocol, click the 'Invoke' button.#) { + print "Error clicking on the InvokingWebServiceForTesting link;" . $mech->status() . "\n"; + exit 2; +} + +# Login +$mech->submit_form (); + +unless ($mech -> success() && $mech->response() -> decoded_content =~ m#Success#) { + print "Error clicking on \"Invoke\" or receiving the XML file;" . $mech->status() . "\n"; + exit 2; +} + +print "Successfully tested the ShoppingCart app\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_aws_duo b/pu/libexec/check_https_aws_duo new file mode 100644 index 0000000..f1768e0 --- /dev/null +++ b/pu/libexec/check_https_aws_duo @@ -0,0 +1,47 @@ +#!/bin/bash +# +# Wrapper for check_generic +# + +plugins="$1" +shift +url="$1" +timeout="$2" +name="$3" + +curl='/usr/bin/curl' +perl='/usr/local/bin/perl' + +# +# Example: +# check_command check_http_string!admitted.Princeton.EDU!Congratulations!403 Forbidden!OK!'=~/HTTP\/1.1 OK/' +# command $USER1$/check_http_generic $USER1$ '$ARG1$' '$ARG2$' '$ARG3$' '$ARG4$' "$ARG5$" "$SERVICEDESC$" + +${plugins}/check_generic -e "$curl $url 2>/dev/null | $perl -e ' + use JSON qw(decode_json); + + my \$data = <>; + + my \$json = decode_json (\$data); + + if (\$json) { + print \"\$json->{stat}: current time: \" . localtime(\$json->{response}->{time}); + } else { + print \"ERROR: Invalid output: NO JSON\"; + } +' 2>&1" -o "=~ /^OK:/" -t $timeout -f c -n $name -i + +#$curl $url 2>/dev/null | $perl -e ' +# use JSON qw(decode_json); +# +# my $data = <>; +# +# my $json = decode_json ($data); +# +# if ($json) { +# print "$json->{stat}: $json->{response}->{time}"; +# } else { +# print "ERROR: Invalid output: NO JSON"; +# } +#' 2>&1 + diff --git a/pu/libexec/check_https_cas_pa b/pu/libexec/check_https_cas_pa new file mode 100644 index 0000000..b17b3c6 --- /dev/null +++ b/pu/libexec/check_https_cas_pa @@ -0,0 +1,46 @@ +#!/usr/bin/perl -w +# +# Test CAS PA login page accessibility +# +# By Igor Gubenko (igubenko@Princeton.EDU), 05/21/2012 +# + +use lib qw(/usr/local/perl/lib/perl5); +#use lib qw(/usr/local/perl/modules/lib/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib/perl5/5.8.8 /usr/local/perl/modules/lib64/perl5/site_perl/5.8.8 /usr/local/perl/modules/lib64/perl5/5.8.8 /var/local/groundwork/perl/lib/site_perl/5.8.8/); + +use strict; +use WWW::Mechanize; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 0; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '1', quiet => '1', timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +my $url_ini = "https://cas.princeton.edu/parent/index.jsp"; + +# Retrieve initial URL +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#Parental Access Site#) { + print "Failed to fetch \"$url_ini\". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +# Go to login link +$mech->follow_link (text => 'Click here to Log In'); + +unless ($mech -> success() && $mech->title() =~ m#Parental Access - Log In#) { + print "Error going to the login page. Web server returned " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +print "Successfully accessed \"$url_ini\", and navigated to the login page.\n"; + +exit 0; + +sub usage { + print "Usage: $progname\n"; + exit 2; +} diff --git a/pu/libexec/check_https_iamtools100w b/pu/libexec/check_https_iamtools100w new file mode 100644 index 0000000..a84525e --- /dev/null +++ b/pu/libexec/check_https_iamtools100w @@ -0,0 +1,91 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium (['mon202w']) +ff, fp = init_selenium() + +try: + #ff.implicitly_wait (10) + + try: + ff.get (url) + WebDriverWait (ff, 10).until (EC.title_contains("Central Authentication Service - CAS")) + + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.NAME, "submit"))) + + uid = ff.find_element_by_id ("username") + uid.send_keys (usr) + + pupass = ff.find_element_by_id ("password") + pupass.send_keys (usrpass) + + submt = ff.find_element_by_name ("submit") + submt.click() + except: + print "Error retrieving the initial login page" + sys.exit (2) + + +# try: +# WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='log out']"))) +# +# logout1 = ff.find_element_by_xpath ("//a[text()='log out']") +# logout1.click() +# except: +# print "Error logging in, or retrieving the page post login" +# sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.title_contains("ShibbolethTest")) + except: + print "Error getting to Shibboleth Test Page" + sys.exit (1) + + time.sleep(1) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +#print "Successfully logged on to CAS and logged off" +print "Successfully found eduPersonPrincipalName" + +sys.exit (0) + diff --git a/pu/libexec/check_https_iw.py b/pu/libexec/check_https_iw.py new file mode 100644 index 0000000..f359467 --- /dev/null +++ b/pu/libexec/check_https_iw.py @@ -0,0 +1,99 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +ff, fp = init_selenium () + +try: + start_url = time.time() + ff.implicitly_wait (10) + + try: + ff.get (url) + except: + print "Unable to retrieve URL \"%s\"" % url + sys.exit(2) + + start_login = time.time() + + try: + uid = ff.find_element_by_id ("username") + uid.send_keys (usr) + + pupass = ff.find_element_by_id ("password") + pupass.send_keys (usrpass) + pupass.submit() + except: + print "Error navigating the CAS login page." + sys.exit(2) + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Welcome to IBM Cognos software")) + + login_time = time.time() + + ff.find_element_by_link_text ("Log Off").click() + except: + print "Error logging in or retrieving the Cognos webpage" + sys.exit(2) + + logout_time = time.time() + try: + ff.find_element_by_name ("logout-button").click() + + WebDriverWait (ff, 10).until (EC.title_contains("Princeton University Logout Page")) + + except: + print "Error logging out or retrieving the CAS logout page" + + end_time = time.time() + + sys.exit(1) + + end_time = time.time() + + time.sleep(5) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (2) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (2) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (2) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (2) + +finally: + ff.quit() + +print "Successfully logged on to IW/Cognos and logged off | 'loginpage_get'=%.2fs;;; 'fulllogin'=%.2fs;;; 'logout'=%.2fs;;; 'cas_logout'=%.2fs;;; 'total'=%.2fs;;;" % ((start_login - start_url), (login_time - start_login), (logout_time - login_time), (end_time - logout_time), (end_time - start_url)) + +sys.exit (0) diff --git a/pu/libexec/check_https_lists.py b/pu/libexec/check_https_lists.py new file mode 100644 index 0000000..97beeb9 --- /dev/null +++ b/pu/libexec/check_https_lists.py @@ -0,0 +1,104 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.common.action_chains import ActionChains +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +##ff, fp = init_selenium (['mon200w', 'mon201w', 'mon202w', 'mon203w']) +#ff, fp = init_selenium (['mon203w']) +ff, fp = init_selenium () + +try: + t_ini = time.time() + ff.implicitly_wait (30) + ff.get (url) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.LINK_TEXT, "log in"))) + t_inipage = time.time() + + ff.find_element_by_link_text ("log in").click () + except: + print "Error retrieving the initial page having a login link" + sys.exit (1) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "Email Address"))) + t_username = time.time() + + puusr = ff.find_element_by_id ("Email Address") + puusr.send_keys (usr) + + pupass = ff.find_element_by_id ("Password") + pupass.send_keys (usrpass) + + ff.find_element_by_name ("e").click(); + + except: + print "Error retrieving the login page" + sys.exit (1) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//label[@for='Lists per Page']"))) + t_logon = time.time() + except: + print "Error logging in or retrieving the lists management page" + sys.exit(1) + + lgout = ff.find_element_by_id ("logout.cell") + ActionChains(ff).move_to_element(lgout).perform() + lgout.click() + + exit_stat = 0 + try: + WebDriverWait (ff, 10).until (EC.text_to_be_present_in_element((By.TAG_NAME, "h2"), 'Logged Out')) + t_end = time.time() + + print "Successfully logged on to %s, found 'Lists per Page' and logged off | 'initial_page'=%.3fs;;; 'login_page'=%.3fs;;; 'management_page'=%.3fs;;; 'total'=%.3fs;;;" % (url, (t_inipage - t_ini), (t_username - t_inipage), (t_logon - t_username), (t_end - t_logon)) + except: + exit_stat = 1 + t_end = time.time() + print "Successfully logged on to %s, found 'Lists per Page' but could not log off | 'initial_page'=%.3fs;;; 'login_page'=%.3fs;;; 'management_page'=%.3fs;;; 'total'=%.3fs;;;" % (url, (t_inipage - t_ini), (t_username - t_inipage), (t_logon - t_username), (t_end - t_ini)) + + time.sleep(5) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +sys.exit (exit_stat) diff --git a/pu/libexec/check_https_oamhub.py b/pu/libexec/check_https_oamhub.py new file mode 100644 index 0000000..64d5df9 --- /dev/null +++ b/pu/libexec/check_https_oamhub.py @@ -0,0 +1,76 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +ff, fp = init_selenium () + +try: + ff.implicitly_wait (10) + ff.get (url) + + #WebDriverWait (ff, 10).until (EC.title_contains("Sign On")) + + uid = ff.find_element_by_id ("userid") + uid.send_keys (usr) + uid.submit() + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "Bharosa_Password_PadDataField"))) + + pupass = ff.find_element_by_id ("Bharosa_Password_PadDataField") + pupass.send_keys (usrpass) + pupass.submit() + + WebDriverWait (ff, 10).until (EC.title_contains("PeopleSoft Enterprise Sign-in")) + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='Log out']"))) + + #logout1 = ff.find_element_by_xpath ("//a[text()='logout']") + #logout1.click() + + #WebDriverWait (ff, 10).until (EC.title_contains("Admin CAS - Logout")) + + time.sleep(5) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + #fp.clean() + ff.quit() + +print "Successfully logged on to OAMHUB and logged off" + +sys.exit (0) diff --git a/pu/libexec/check_https_remote.py b/pu/libexec/check_https_remote.py new file mode 100644 index 0000000..667b5ae --- /dev/null +++ b/pu/libexec/check_https_remote.py @@ -0,0 +1,154 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +#sys.path.insert (2, '/usr/local/monitoring/python/lib/python2.7/site-packages') +#sys.path.insert (3, '/usr/local/monitoring/python/lib/python2.7') +#sys.path.insert (4, '/usr/local/monitoring/python/lib64/python2.6/site-packages') +#sys.path.insert (5, '/usr/local/monitoring/python/lib/python2.6/site-packages') +#sys.path.insert (6, '/usr/local/monitoring/python/lib/python2.6/site-packages/selenium-2.48.0-py2.6.egg') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.support.ui import Select +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff = puselenium.init_selenium (['mon200w', 'mon201w', 'mon202w', 'mon203w']) +#ff, fp = init_selenium (['mon300w', 'mon301w']) +#ff, fp = init_selenium (['mon300w']) +ff, fp = init_selenium () + +try: + ff.implicitly_wait (30) + #ff.allowNativeXpath("false") + + try: + ff.get (url) + + WebDriverWait (ff, 10).until (EC.title_contains("WorkPlace")) + + rid = Select (ff.find_element_by_id ("realmID")) + rid.select_by_visible_text ("Princeton University") + + ff.find_element_by_name ("realmButton").submit() + except: + print "Error accessing the initial SRA realm selection page" + sys.exit (2) + + #try: + # ff.get (url) + + # WebDriverWait (ff, 10).until (EC.title_contains("Secure Remote Access")) + #except: + # print "Error accessing the SRA login page" + # sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "data_0"))) + + puusr = ff.find_element_by_id ("data_0") + puusr.send_keys (usr) + + pupass = ff.find_element_by_id ("data_1") + pupass.send_keys (usrpass) + + ff.find_element_by_name ("okButton").click() + except: + print "Error accessing elements on the SRA login page" + sys.exit (2) + + + # look for "Session Limit", and if so, press OK + try: + #print "Look for Session Limit" + WebDriverWait (ff, 10).until (EC.text_to_be_present_in_element((By.TAG_NAME, "b"), 'Session Limit')) + #if not ff.find_element_by_xpath ("//div[contains(.,'Session Limit')]"): + # raise + #print "Session Limit found" + ff.find_element_by_name ("okButton").click() + #print "Clicked on OK" + except: + pass + + # Look for "Missing Components", and if so, press "Continue" + try: + #print "Look for Missing Components" + WebDriverWait (ff, 10).until (EC.text_to_be_present_in_element((By.TAG_NAME, "body"), 'Missing Components')) + #if not ff.find_element_by_xpath ("//body[contains(.,'Missing Components')]"): + # raise + #print "Missing Components found" + #ff.find_element_by_xpath ("//input[@type='button'][@value=' Continue ']").click() + ff.find_element_by_css_selector ("input.submitbutton[value*='Continue']").click() + #print "Clicked on Continue" + + except: + # Look for "Aventail Access Manager", and if so, press Remind Me Later + try: + #print "Look for Aventail Access Manager" + WebDriverWait (ff, 10).until (EC.text_to_be_present_in_element((By.TAG_NAME, "div"), 'Aventail Access Manager')) + #if not ff.find_element_by_xpath ("//div[contains(.,'Aventail Access Manager')]"): + # raise + #print "Aventail Access Manager found" + ff.find_element_by_xpath ("//input[@type='button'][@value=' Remind me later ']").click() + #ff.execute_script ("setEPCCookie('remind_me_later', 'true', false); document.location='/postauth/__EPCinterrogatornext?success=%2Fworkplace%2Faccess%2Fhome';") + #print "Clicked on Remind Me Later" + + except: + pass + + # Check if we are in fact logged in to the main site. If so, log out + try: + WebDriverWait (ff, 30).until (EC.presence_of_element_located((By.XPATH, "//a[@title='Log out']"))) + ff.find_element_by_xpath ("//a[@title='Log out']").click() + except: + #print "Unable to locate known webpage elements, such as \"Remind Me Later\" button, \"Missing Components\" dialog, or \"Log out\" link. Maybe the page loaded incorrectly" + print "Unable to locate known webpage elements after login, such as the \"Log out\" link. Maybe the page loaded incorrectly" + sys.exit (2) + + exit_stat = 0 + # Check if we logged out successfully + try: + WebDriverWait (ff, 10).until (EC.text_to_be_present_in_element((By.TAG_NAME, "body"), 'Logout successful')) + + print "Successfully logged on to %s and logged out" %url + except: + print "Successfully logged on to %s but failed to log out" %url + exit_stat = 1 + + time.sleep(3) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (2) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (2) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Response: %s" % msg + sys.exit (2) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (2) + +finally: + ff.quit() + +sys.exit (exit_stat) diff --git a/pu/libexec/check_https_sdprsa_sc.py b/pu/libexec/check_https_sdprsa_sc.py new file mode 100644 index 0000000..981e52c --- /dev/null +++ b/pu/libexec/check_https_sdprsa_sc.py @@ -0,0 +1,122 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +#sys.path.insert (2, '/usr/local/monitoring/python/lib/python2.7/site-packages') +#sys.path.insert (3, '/usr/local/monitoring/python/lib/python2.7') +#sys.path.insert (4, '/usr/local/monitoring/python/lib64/python2.6/site-packages') +#sys.path.insert (5, '/usr/local/monitoring/python/lib/python2.6/site-packages') +#sys.path.insert (6, '/usr/local/monitoring/python/lib/python2.6/site-packages/selenium-2.48.0-py2.6.egg') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff = puselenium.init_selenium (['ims316', 'ims317']) +ff, fp = init_selenium () + +try: + t_ini = time.time() + ff.implicitly_wait (30) + ff.get (url) + + try: + #WebDriverWait (ff, 10).until (EC.title_contains("Sign On")) + #if not ff.find_element_by_xpath ("//body[contains(.,'Logon is required. If you have forgotten your logon information, contact your help desk or administrator')]"): + + ff.find_element_by_xpath ("//body[contains(.,'If you have forgotten your logon information')]") + except: + print "Error retrieving the initial page" + ff.quit() + sys.exit (2) + + t_username = time.time() + + puusr = ff.find_element_by_name ("userID"); + puusr.send_keys (usr) + ff.find_element_by_name ("nextUserID").click(); + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "Bharosa_Password_PadDataField"))) + #if not ff.find_element_by_xpath ("//body[contains(.,'Select your preferred authentication method and log on')]"): + # print "Error retrieving the authentication method page" + # sys.exit (1) + + #start_authmethod = time.time() + + #authm = Select (ff.find_element_by_name ("authMethod")) + #authm.select_by_value ("RSA_Password") + #ff.find_element_by_name ("loginWithMethod").click(); + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='Log out']"))) + + try: + ff.find_element_by_xpath ("//body[contains(.,'" + usr + "')]") + except: + print "Error retrieving the password entry page" + ff.quit() + sys.exit (2) + + t_pass = time.time() + + pupass = ff.find_element_by_name ("password"); + pupass.send_keys (usrpass) + ff.find_element_by_name ("loginWithPwd").click(); + + try: + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='Log out']"))) + ff.find_element_by_xpath ("//body[contains(.,'Logged on as:')]") + except: + print "Error logging in" + ff.quit() + sys.exit(2) + + t_login = time.time() + + ff.find_element_by_xpath ("//a[text()='Log Off']").click() + + exit_stat = 0 + try: + ff.find_element_by_xpath ("//body[contains(.,'Successful Logoff')]") + print "Successfully logged on to %s and logged off | 'loginpage_get'=%ss;;; 'passpage_get'=%ss;;; 'fulllogin'=%ss;;; 'total'=%ss;;;" % (url, (t_username - t_ini), (t_pass - t_username), (t_login - t_pass), (t_login - t_ini)) + except: + print "Successfully logged on to %s but could not logoff | 'loginpage_get'=%ss;;; 'passpage_get'=%ss;;; 'fulllogin'=%ss;;; 'total'=%ss;;;" % (url, (t_username - t_ini), (t_pass - t_username), (t_login - t_pass), (t_login - t_ini)) + exit_stat = 2 + + time.sleep(1) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +sys.exit (exit_stat) diff --git a/pu/libexec/check_https_sdprsa_ss.py b/pu/libexec/check_https_sdprsa_ss.py new file mode 100644 index 0000000..5f6ef55 --- /dev/null +++ b/pu/libexec/check_https_sdprsa_ss.py @@ -0,0 +1,107 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +#sys.path.insert (2, '/usr/local/monitoring/python/lib/python2.7/site-packages') +#sys.path.insert (3, '/usr/local/monitoring/python/lib/python2.7') +#sys.path.insert (4, '/usr/local/monitoring/python/lib64/python2.6/site-packages') +#sys.path.insert (5, '/usr/local/monitoring/python/lib/python2.6/site-packages') +#sys.path.insert (6, '/usr/local/monitoring/python/lib/python2.6/site-packages/selenium-2.48.0-py2.6.egg') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +##ff = puselenium.init_selenium (['ims316', 'ims317']) +ff, fp = init_selenium () + +try: + t_ini = time.time() + ff.implicitly_wait (30) + ff.get (url) + + try: + #WebDriverWait (ff, 10).until (EC.title_contains("Self-Service Console")) + ff.find_element_by_name ("textFieldUserID") + except: + print "Error retrieving the initial page having a login textbox" + #ff.quit() + sys.exit (2) + + t_username = time.time() + + puusr = ff.find_element_by_name ("textFieldUserID"); + puusr.send_keys (usr) + ff.find_element_by_name ("loginToMyAccount").click(); + + try: + ff.find_element_by_xpath ("//label[contains(.,'Password:')]") + except: + print "Error retrieving the password entry page" + #ff.quit() + sys.exit (2) + + t_pass = time.time() + + pupass = ff.find_element_by_name ("password"); + pupass.send_keys (usrpass) + ff.find_element_by_name ("loginWithPwd").click(); + + try: + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//a[text()='Log out']"))) + ff.find_element_by_xpath ("//body[contains(.,'This page allows you to view your user profile and manage your authenticators')]") + except: + print "Error logging in" + #ff.quit() + sys.exit(2) + + t_logon = time.time() + + ff.find_element_by_xpath ("//a[text()='Log Off']").click() + + exit_stat = 0 + try: + ff.find_element_by_xpath ("//body[contains(.,'Log on with your')]") + print "Successfully logged on to %s and logged off | 'username'=%ss;;; 'pass'=%ss;;; 'logon'=%ss;;; 'total'=%ss;;;" % (url, (t_username - t_ini), (t_pass - t_username), (t_logon - t_pass), (t_logon - t_ini)) + except: + exit_stat = 2 + print "Successfully logged on to %s but could not log off | 'username'=%ss;;; 'pass'=%ss;;; 'logon'=%ss;;; 'total'=%ss;;;" % (url, (t_username - t_ini), (t_pass - t_username), (t_logon - t_pass), (t_logon - t_ini)) + + time.sleep(1) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +sys.exit (exit_stat) diff --git a/pu/libexec/check_https_sp b/pu/libexec/check_https_sp new file mode 100644 index 0000000..8183a8d --- /dev/null +++ b/pu/libexec/check_https_sp @@ -0,0 +1,82 @@ +#!/usr/bin/perl -w +# +# Test sp2010 +# +# By Igor Gubenko (igubenko@Princeton.EDU), 09/25/2013 +# + +use strict; +use lib qw(/usr/local/perl/lib/perl5/x86_64-linux-thread-multi /usr/local/perl/lib/perl5); +use WWW::Mechanize; +#use Net::SSL; # From Crypt-SSLeay +#use LWP::Protocol::https; +#BEGIN { +# $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL +# $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +#} +#$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +#$ENV{HTTPS_VERSION} = 3; +$ENV{HTTPS_CA_DIR}='/etc/pki/tls/certs'; + +sub usage; + +my $progname = $0; + +usage unless @ARGV >= 3; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +#$mech->proxy (['http', 'https'], 'http://malka.princeton.edu:8888'); +$mech -> add_handler("request_send", sub { shift->dump; return }); +$mech -> add_handler("response_done", sub { shift->dump; return }); + +my ($host, $user, $pass, $str) = @ARGV; +$str = '.*' unless defined $str; +my $url_ini = "https://${host}.princeton.edu/oit/csg/sharepoint/default.aspx"; + +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#Sign In#) { + print "Failed to fetch \"$url_ini\". Current URL: " . $mech->uri->as_string . ". Answer: " . $mech->status() . ";\n"; + exit 2; +} + +# Login +$mech->submit_form ( + 'form_id' => 'loginForm', + with_fields => { + 'userNameInput' => $user, + 'passwordInput' => $pass, + }, +); + +unless ($mech -> success() && $mech->title() =~ m#Working#) { + print "Failed to login at Federation Services. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +$mech->submit(); + +unless ($mech -> success() && $mech->title() =~ m#Home - SharePoint# && $mech->response()->decoded_content =~ m#$str#) { + print "Failed to follow with authentication to SharePoint. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} +#print "\n#########################\n\n\n", $mech -> response() -> decoded_content, "\n"; + +$url_ini = 'https://sp2010prod.princeton.edu/oit/csg/sharepoint/_layouts/SignOut.aspx'; +$mech->get ($url_ini); + +unless ($mech -> success() && $mech->title() =~ m#Sign Out: Close Browser To Complete Sign Out#) { + print "Failed to sign out of SharePoint. Current URL: ". $mech->uri->as_string . ". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 1; +} + +#print "\n#########################\n\n\n", $mech -> response() -> decoded_content, "\n"; + +print "Successfully accessed SharePoint, logged in and logged out\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_sp-2016.py b/pu/libexec/check_https_sp-2016.py new file mode 100644 index 0000000..d8f4600 --- /dev/null +++ b/pu/libexec/check_https_sp-2016.py @@ -0,0 +1,109 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +#sys.path.insert (2, '/usr/local/monitoring/python/lib/python2.7/site-packages') +#sys.path.insert (3, '/usr/local/monitoring/python/lib/python2.7') +#sys.path.insert (4, '/usr/local/monitoring/python/lib64/python2.6/site-packages') +#sys.path.insert (5, '/usr/local/monitoring/python/lib/python2.6/site-packages') +#sys.path.insert (6, '/usr/local/monitoring/python/lib/python2.6/site-packages/selenium-2.48.0-py2.6.egg') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +ff, fp = init_selenium () + +try: + prog_start = time.time() + ff.implicitly_wait (10) + + try: + ff.get (url) + except: + print "Unable to retrieve the initial (Login) webpage \"%s\"" % url + sys.exit (2) + + #WebDriverWait (ff, 20).until (EC.title_contains("Sign In")) + + fed_login = time.time() + + try: + uid = ff.find_element_by_id ("userNameInput") + uid.send_keys (usr) + except: + print "Unable to locate the login field. Page likely loaded incorrectly" + sys.exit (2) + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "Bharosa_Password_PadDataField"))) + try: + pupass = ff.find_element_by_id ("passwordInput") + pupass.send_keys (usrpass) + pupass.submit() + except: + print "Unable to locate the password field. Page likely loaded incorrectly" + sys.exit (2) + + try: + WebDriverWait (ff, 30).until (EC.presence_of_element_located((By.XPATH, "//a[contains(@href, '/SiteAssets/OITmedallion_onWhite.gif')]"))) + + gwmenu = ff.find_element_by_id ("O365_MainLink_Me") + gwmenu.click() + + + logoutln = ff.find_element_by_xpath ("//*[text()='Sign Out']") + logoutln.click() + except: + print "Unable to locate the OIT logo and/or the \"Sign Out\" link. The webpage likely did not fully load" + sys.exit (2) + + prog_finish = time.time() + + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Please close the browser to complete sign out.")) + except: + print "Failed to sign out of SharePoint. This is likely harmless" + sys.exit (1) + + time.sleep(2) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + #fp.clean() + ff.quit() + +print "Successfully logged on to SharePoint (\"%s\") and logged off | 'loginpage_get'=%ss;;; 'fulllogin'=%ss;;; 'total'=%ss;;;" % (url, (fed_login - prog_start), (prog_finish - fed_login), (prog_finish - prog_start)) + +sys.exit (0) diff --git a/pu/libexec/check_https_sp.py b/pu/libexec/check_https_sp.py new file mode 100644 index 0000000..33eb67e --- /dev/null +++ b/pu/libexec/check_https_sp.py @@ -0,0 +1,109 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +#sys.path.insert (2, '/usr/local/monitoring/python/lib/python2.7/site-packages') +#sys.path.insert (3, '/usr/local/monitoring/python/lib/python2.7') +#sys.path.insert (4, '/usr/local/monitoring/python/lib64/python2.6/site-packages') +#sys.path.insert (5, '/usr/local/monitoring/python/lib/python2.6/site-packages') +#sys.path.insert (6, '/usr/local/monitoring/python/lib/python2.6/site-packages/selenium-2.48.0-py2.6.egg') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +ff, fp = init_selenium () + +try: + prog_start = time.time() + ff.implicitly_wait (10) + + try: + ff.get (url) + except: + print "Unable to retrieve the initial (Login) webpage \"%s\"" % url + sys.exit (2) + + #WebDriverWait (ff, 20).until (EC.title_contains("Sign In")) + + fed_login = time.time() + + try: + uid = ff.find_element_by_id ("userNameInput") + uid.send_keys (usr) + except: + print "Unable to locate the login field. Page likely loaded incorrectly" + sys.exit (2) + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "Bharosa_Password_PadDataField"))) + try: + pupass = ff.find_element_by_id ("passwordInput") + pupass.send_keys (usrpass) + pupass.submit() + except: + print "Unable to locate the password field. Page likely loaded incorrectly" + sys.exit (2) + + try: + WebDriverWait (ff, 30).until (EC.presence_of_element_located((By.XPATH, "//img[contains(@src, 'OITmedallion_onWhite.gif')]"))) + + gwmenu = ff.find_element_by_id ("zz8_Menu") + gwmenu.click() + + + logoutln = ff.find_element_by_xpath ("//*[text()='Sign Out']") + logoutln.click() + except: + print "Unable to locate the OIT logo and/or the \"Sign Out\" link. The webpage likely did not fully load" + sys.exit (2) + + prog_finish = time.time() + + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Sign Out")) + except: + print "Failed to sign out of SharePoint. This is likely harmless" + sys.exit (1) + + time.sleep(2) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + #fp.clean() + ff.quit() + +print "Successfully logged on to SharePoint (\"%s\") and logged off | 'loginpage_get'=%ss;;; 'fulllogin'=%ss;;; 'total'=%ss;;;" % (url, (fed_login - prog_start), (prog_finish - fed_login), (prog_finish - prog_start)) + +sys.exit (0) diff --git a/pu/libexec/check_https_sp_logos-2016.py b/pu/libexec/check_https_sp_logos-2016.py new file mode 100644 index 0000000..ec678bf --- /dev/null +++ b/pu/libexec/check_https_sp_logos-2016.py @@ -0,0 +1,112 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium (['mon203w']) +ff, fp = init_selenium () + +try: + prog_start = time.time() + ff.implicitly_wait (10) + + try: + ff.get (url) + except: + print "Unable to retrieve the initial (Login) webpage \"%s\"" % url + sys.exit (2) + + #WebDriverWait (ff, 20).until (EC.title_contains("Sign In")) + + fed_login = time.time() + + try: + uid = ff.find_element_by_id ("userNameInput") + uid.send_keys (usr) + except: + print "Unable to locate the login field. Page likely loaded incorrectly" + sys.exit (2) + + #WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "Bharosa_Password_PadDataField"))) + try: + pupass = ff.find_element_by_id ("passwordInput") + pupass.send_keys (usrpass) + + ff.find_element_by_id ("submitButton").click() + + except: + print "Unable to locate the password field. Page likely loaded incorrectly" + sys.exit (2) + + try: + ff.get (url + "/Organization Logos/logoPU.png") + except: + print "Unable to retrieve logoPU.png" + sys.exit (2) + + #try: + ff.back() + + gwmenu = ff.find_element_by_id ("O365_MainLink_Me") + gwmenu.click() + + + logoutln = ff.find_element_by_xpath ("//*[text()='Sign Out']") + logoutln.click() + #except: + # print "Unable to navigate back to main page and/or locate the \"Sign Out\" link. The webpage likely did not fully load" + # sys.exit (1) + + prog_finish = time.time() + + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Please close the browser to complete sign out.")) + except: + print "Failed to sign out of SharePoint. This is likely harmless" + sys.exit (1) + + time.sleep(2) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to SharePoint (\"%s\") and logged off | 'loginpage_get'=%ss;;; 'fulllogin'=%ss;;; 'total'=%ss;;;" % (url, (fed_login - prog_start), (prog_finish - fed_login), (prog_finish - prog_start)) + +sys.exit (0) diff --git a/pu/libexec/check_https_sp_logos.py b/pu/libexec/check_https_sp_logos.py new file mode 100644 index 0000000..8710291 --- /dev/null +++ b/pu/libexec/check_https_sp_logos.py @@ -0,0 +1,115 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +#sys.path.insert (2, '/usr/local/monitoring/python/lib/python2.7/site-packages') +#sys.path.insert (3, '/usr/local/monitoring/python/lib/python2.7') +#sys.path.insert (4, '/usr/local/monitoring/python/lib64/python2.6/site-packages') +#sys.path.insert (5, '/usr/local/monitoring/python/lib/python2.6/site-packages') +#sys.path.insert (6, '/usr/local/monitoring/python/lib/python2.6/site-packages/selenium-2.48.0-py2.6.egg') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium (['mon203w']) +ff, fp = init_selenium () + +try: + prog_start = time.time() + ff.implicitly_wait (10) + + try: + ff.get (url) + + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "submitButton"))) + except: + print "Unable to retrieve the initial (Login) webpage \"%s\"" % url + sys.exit (2) + + fed_login = time.time() + + try: + uid = ff.find_element_by_id ("userNameInput") + uid.send_keys (usr) + except: + print "Unable to locate the login field. Page likely loaded incorrectly" + sys.exit (2) + + try: + pupass = ff.find_element_by_id ("passwordInput") + pupass.send_keys (usrpass) + + ff.find_element_by_id ("submitButton").click() + except: + print "Unable to locate the password field. Page likely loaded incorrectly" + sys.exit (2) + + try: + ff.get (url + "/Organization Logos/logoPU.png") + except: + print "Unable to retrieve logoPU.png" + sys.exit (2) + + try: + ff.back() + + gwmenu = ff.find_element_by_xpath ("//span[@title='Open Menu']") + gwmenu.click() + + logoutln = ff.find_element_by_xpath ("//*[text()='Sign Out']") + logoutln.click() + + except: + print "Unable to navigate back to main page and/or locate the \"Sign Out\" link. The webpage likely did not fully load" + sys.exit (1) + + prog_finish = time.time() + + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Sign Out")) + except: + print "Failed to sign out of SharePoint. This is likely harmless" + sys.exit (1) + + time.sleep(2) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to SharePoint (\"%s\") and logged off | 'loginpage_get'=%ss;;; 'fulllogin'=%ss;;; 'total'=%ss;;;" % (url, (fed_login - prog_start), (prog_finish - fed_login), (prog_finish - prog_start)) + +sys.exit (0) diff --git a/pu/libexec/check_https_thesis_central.py b/pu/libexec/check_https_thesis_central.py new file mode 100644 index 0000000..e5b6bf5 --- /dev/null +++ b/pu/libexec/check_https_thesis_central.py @@ -0,0 +1,130 @@ +#!/usr/local/monitoring/bin/python + +import calendar, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.support.ui import Select +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium (['mon300w', 'mon301w']) +#ff, fp = init_selenium (['mon300w']) +ff, fp = init_selenium () + +try: + ff.implicitly_wait (30) + #ff.allowNativeXpath("false") + + t_start = time.time() + + # Initial page + try: + ff.get (url) + + WebDriverWait (ff, 10).until (EC.title_contains("Thesis Central")) + + t_inipage = time.time() + + ff.find_element_by_link_text ('Login').click() + + except: + print "Error accessing the initial Thesis Central URL" + sys.exit (2) + + t_puauth = 0 + + # Selection page between Shibboleth auth and something else.... only works in Dev/QA + try: + ff.implicitly_wait (10) + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.LINK_TEXT, "Princeton Authentication"))) + ff.implicitly_wait (30) + + t_puauth = time.time() + + try: + ff.find_element_by_link_text ('Princeton Authentication').click() + except: + print "Error reaching the authentication options page" + sys.exit (2) + # Not Dev/QA... proceed + except: + pass + + # Shibboleth auth page + try: + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.XPATH, "//label[text()='NetID']"))) + + t_shibauth = time.time() + + puusr = ff.find_element_by_id ("username") + puusr.send_keys (usr) + + pupass = ff.find_element_by_id ("password") + pupass.send_keys (usrpass) + + ff.find_element_by_xpath ("//input[@value='LOGIN']").click() + except: + print "Error reaching the Shibboleth authentication page" + sys.exit (2) + + # Check if we are in fact logged in to the main site. If so, log out + try: + WebDriverWait (ff, 30).until (EC.presence_of_element_located((By.LINK_TEXT, "Logout"))) + + t_login = time.time() + + ff.find_element_by_link_text ("Logout").click() + except: + print "Unable to locate known webpage elements after login, such as the \"Logout\" link. Maybe the page loaded incorrectly" + sys.exit (2) + + exit_stat = 0 + # Check if we logged out successfully + #try: + # WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.LINK_TEXT, "Login"))) + + # t_logout = time.time() + + print "Successfully logged on to %s and logged out | 'time_inipage'=%.3fs;;; " % (url, t_inipage - t_start) + ("'time_puauth'=%.3fs;;; 'time_shibauth'=%.3fs;;; " % (t_puauth - t_inipage, t_shibauth - t_puauth) if t_puauth > 0 else "'time_shibauth'=%.3fs;;; " % (t_shibauth - t_inipage)) + "'time_login'=%.3fs;;; 'total'=%.3fs;;;" % (t_login - t_shibauth, t_login - t_start) + #except: + # print "Successfully logged on to %s but failed to log out | 'time_inipage'=%.3fs;;; " % (url, t_inipage - t_start) + ("'time_puauth'=%.3fs;;; 'time_shibauth'=%.3fs;;; " % (t_puauth - t_inipage, t_shibauth - t_puauth) if t_puauth > 0 else "'time_shibauth'=%.3fs;;; " % (t_shibauth - t_inipage)) + "'time_login'=%.3fs;;; 'total'=%.3fs;;;" % (t_login - t_shibauth, t_login - t_start) + # exit_stat = 1 + + time.sleep(3) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (2) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (2) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Response: %s" % msg + sys.exit (2) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (2) + +finally: + ff.quit() + +sys.exit (exit_stat) diff --git a/pu/libexec/check_https_wase.py b/pu/libexec/check_https_wase.py new file mode 100644 index 0000000..ba957a3 --- /dev/null +++ b/pu/libexec/check_https_wase.py @@ -0,0 +1,133 @@ +#!/bin/env python +# -*- coding: utf-8 -*- +# +# By Igor V. Gubenko (igubenko@Princeton.EDU) +# 08/11/2017 +# +# +# +# + +import sys + +#sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +#sys.path.insert (2, '/usr/local/monitoring/python/lib/python2.7/site-packages') +#sys.path.insert (3, '/usr/local/monitoring/python/lib/python2.7') + +from pprint import pprint +import json, logging, os, re, requests, time +from xml.dom import minidom +from lxml import html + +def outputheaders (reqst): + print + print "#### Headers:" + print + + hdrs = reqst.headers + for hdr in hdrs.keys(): + print "%s => %s" % (hdr, hdrs[hdr]) + + print + print "#### End headers" + +def outputtext (reqst, ttype): + print + print "#### Text:" + print + print ttype + print + outp = "" + obj = "" + + if re.match ('^application/json$', ttype): + obj = reqst.json() + outp = json.dumps (obj) + elif re.match ('^application/xml$', ttype): + obj = minidom.parseString (reqst.text) + outp = obj.toprettyxml() + else: + outp = reqst.text + + print (outp) + print + print "#### End text" + +url = "https://wase.Princeton.EDU" +statstr = "OK: Successfully retrieved %s, submitted a form, and located \"serge\"" % url +stat = 0 + +starttm = time.time() + +try: + req = requests.get (url) +except requests.exceptions.RequestException as excep: + print "ERROR: Unable to resolve or connect to %s. Error received: %s" % (url, excep) + sys.exit (2) + +iniurltm = time.time() +initime = iniurltm - starttm + +if req.status_code != 200: + print "ERROR: We connected to %s, but the web server has returned error code %d" % (url, req.status_code) + sys.exit(2) + +#outputheaders (req) +#outputtext (req, req.headers['content-type']) + +if initime >= 3: + statstr = "WARNING: Getting initial page %s took %d seconds!" % (url, initime) + stat = 1 + +try: + ## (We need to use page.content rather than page.text because html.fromstring implicitly expects bytes as input.) + htmldom = html.fromstring (req.content) + txtEmail = htmldom.xpath ('//input[@name="txtEmail"]') +except: + pass + +if not txtEmail or len(txtEmail) == 0: + print "ERROR: Page %s possibly loaded incompletely, or changed. Unable to locate the email input box" % url + sys.exit(2) + +urlnew = req.url + +try: + req = requests.post (urlnew, data = {'btnLogInGuest': 'Guest+Log+In', 'txtEmail': 'serge secret=7eizje8zn'}) +except requests.exceptions.RequestException as excep: + print "ERROR: Unable to resolve or connect to %s. Error received: %s" % (urlnew, excep) + sys.exit (2) + +#outputheaders (req) +#outputtext (req, req.headers['content-type']) +#try: +# print req.content +#except: +# pass + +endtm = time.time() +submtime = endtm - iniurltm + +if req.status_code != 200: + print "ERROR: We posted to %s, but the web server has returned error code %d" % (urlnew, req.status_code) + sys.exit(2) + +if submtime >= 3: + statstr = "WARNING: Submit (POST) to page %s took %d seconds!" % (urlnew, submtime) + stat = 1 + +try: + ## (We need to use page.content rather than page.text because html.fromstring implicitly expects bytes as input.) + htmldom = html.fromstring (req.content) + usermenu = htmldom.xpath ('//div[@id="usermenu"]')[0] +except: + pass + +if not re.search ('serge.*Log\sout', usermenu.text_content()): + print "ERROR: Unable to locate \"Log out\" link for \"serge\" after POST"; + sys.exit(2) + +print "%s | 'time_ini'=%.3fs;;; 'time_post'=%.3fs;;; 'total'=%.3fs;;;" % (statstr, initime, submtime, endtm - starttm) + +sys.exit(stat) + diff --git a/pu/libexec/check_https_webspace.py b/pu/libexec/check_https_webspace.py new file mode 100644 index 0000000..2e2b87c --- /dev/null +++ b/pu/libexec/check_https_webspace.py @@ -0,0 +1,101 @@ +#!/usr/local/monitoring/bin/python + +import calendar, re, time, sys +sys.path.insert (1, '/usr/local/monitoring/princeton/lib') +from puselenium import init_selenium + +from selenium import webdriver +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.common.by import By +from selenium.webdriver.support import expected_conditions as EC +from selenium.common import exceptions as EXCEP +from random import sample + +if len (sys.argv) != 4: + print "Usage: %s " % sys.argv[0] + sys.exit (3) + +url = sys.argv[1] +usr = sys.argv[2] +usrpass = sys.argv[3] + +#ff, fp = init_selenium(['mon200w', 'mon201w', 'mon202w', 'mon203w']) +#ff, fp = init_selenium(['mon203w']) +#ff, fp = init_selenium(['monitor']) +ff, fp = init_selenium() + +try: + #ff.implicitly_wait (10) + + try: + ff.get (url) + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.ID, "loginlink"))) + ff.find_element_by_xpath ("//img[@alt='Login']").click() + except: + print "Error retrieving the initial Webspace page, containing the login link" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Princeton University Authentication Service")) + + WebDriverWait (ff, 10).until (EC.presence_of_element_located((By.NAME, "submit"))) + + uid = ff.find_element_by_id ("username") + uid.send_keys (usr) + + pupass = ff.find_element_by_id ("password") + pupass.send_keys (usrpass) + + submt = ff.find_element_by_name ("submit").click() + + except: + print "Error loading the CAS login page" + sys.exit (2) + + try: + WebDriverWait (ff, 10).until (EC.title_contains("Xythos - Document Manager")) + ff.find_element_by_xpath ("//a[text()='[Logout]']").click() + + try: + WebDriverWait (ff, 10).until (EC.title_contains("WebSpace Logout")) + ff.find_element_by_xpath ("//img[@alt='CAS Logout']").click() + except: + print "Successfully logged in, but couldn't log out" + sys.exit (1) + except: + #print "#%s#\n#%s#\n" % (url, ff.current_url) + if not re.match ("^https://webspace", url) and re.match ("^https://webspace", ff.current_url) and ff.find_element_by_xpath ("//img[@alt='Login']") and re.match ("^.*Welcome to WebSpace", ff.page_source): + pass + else: + print "Failed logging in to Webspace or the page didn't fully load" + sys.exit (2) + + time.sleep(1) + +except EXCEP.ErrorInResponseException, (resp, msg): + + print "ERROR: An error occured communicating with the browser server: Response: %s; Message: %s" % (resp, msg) + sys.exit (1) + +except EXCEP.NoSuchElementException, msg: + + print "ERROR: Unable to locate webpage element. Probably the page loaded incompletely or incorrectly: %s" % msg + sys.exit (1) + +except EXCEP.TimeoutException, msg: + + print "ERROR: Request timed out. Network??? Response: %s" % msg + sys.exit (1) + +except EXCEP.WebDriverException, msg: + + print "ERROR: I don't know what happened. Read this - %s" % msg + sys.exit (1) + +finally: + ff.quit() + +print "Successfully logged on to Webspace and logged off" + +sys.exit (0) + diff --git a/pu/libexec/check_https_webspace_backend b/pu/libexec/check_https_webspace_backend new file mode 100644 index 0000000..3ecd1ed --- /dev/null +++ b/pu/libexec/check_https_webspace_backend @@ -0,0 +1,73 @@ +#!/usr/bin/perl -w +# +# Test Webspace login +# +# By Igor Gubenko (igubenko@Princeton.EDU), 06/12/2012 +# + +use strict; +use lib qw(/usr/local/perl/lib/perl5/x86_64-linux-thread-multi /usr/local/perl/lib/perl5); +use WWW::Mechanize; +#use Net::SSL; # From Crypt-SSLeay +#use LWP::Protocol::https; +#BEGIN { +# $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL +# $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +#} +$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +#$ENV{HTTPS_VERSION} = 3; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 1; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +#$mech -> add_handler("request_send", sub { shift->dump; return }); +#$mech -> add_handler("response_done", sub { shift->dump; return }); + +my ($url) = @ARGV; + +# Retrieve initial URL - this is just a redirect +$mech->get ($url); + +unless ($mech -> success() && $mech->title() =~ m#Xythos WFS#) { + print "Redirection to CAS Server Failed - Error Code:" . $mech->status() . "\n"; +# print "Failed to fetch \"${url}\". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +unless ($mech -> response() -> decoded_content =~ m#meta http-equiv="refresh".*content="\d;\s*url=([^"]+)#i) { + print "META Redirect not detected in response. Answer: " . $mech->status() . "; " . $mech -> response() -> decoded_content . "\n"; + exit 2; +} + +$url = $1 =~ m#^http#i ? $1 : $mech->uri->as_string . $1; + +$mech -> get ($url); + +unless ($mech -> success()) { + print "Failed to fetch \"${url}\". Answer: " . $mech->status() . "\n"; + exit 2; +} + +my $cont = $mech->response()->decoded_content; +my $nwebspace = 0; + +while ($cont =~ m#WebSpace#mg) { $nwebspace++; } + +if ($nwebspace < 4) { + print "ERROR: I couldn't find at least 4 occurences of \"WebSpace\" on the resulting page. Check it for yourself:\n"; + print $cont, "\n"; + exit (1); +} + +print "Successfully tested \"${url}\", and found $nwebspace occurrences of the word \"WebSpace\" on the resulting page\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_https_webspaceqa_backend b/pu/libexec/check_https_webspaceqa_backend new file mode 100644 index 0000000..2a8e6de --- /dev/null +++ b/pu/libexec/check_https_webspaceqa_backend @@ -0,0 +1,73 @@ +#!/usr/bin/perl -w +# +# Test Webspace login +# +# By Igor Gubenko (igubenko@Princeton.EDU), 06/12/2012 +# Updated line 36 4/3/2019 + +use strict; +use lib qw(/usr/local/perl/lib/perl5/x86_64-linux-thread-multi /usr/local/perl/lib/perl5); +use WWW::Mechanize; +#use Net::SSL; # From Crypt-SSLeay +#use LWP::Protocol::https; +#BEGIN { +# $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL +# $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}="IO::Socket::SSL"; +#} +$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; +#$ENV{HTTPS_VERSION} = 3; + +sub usage; + +my $progname = $0; + +usage unless @ARGV == 1; + +my $mech = WWW::Mechanize->new (agent => 'Mozilla/5.0', stack_depth => '1', noproxy => '1', quiet => '1', onerror => undef, onwarn => undef, timeout => '20') or die ("Unable to instantiate WWW::Mechanize!\n"); +#$mech -> add_handler("request_send", sub { shift->dump; return }); +#$mech -> add_handler("response_done", sub { shift->dump; return }); + +my ($url) = @ARGV; + +# Retrieve initial URL - this is just a redirect +$mech->get ($url); + +unless ($mech -> success() && $mech->title() =~ m#Xythos WFS#) { + print "Redirection to CAS Server Failed - Error Code:" . $mech->status() . "\n"; +# print "Failed to fetch \"${url}\". Answer: " . $mech->status() . "; " . $mech->title() . "\n"; + exit 2; +} + +unless ($mech -> response() -> decoded_content =~ m#meta http-equiv="refresh".*content="\d;\s*url=([^"]+)#i) { + print "META Redirect not detected in response. Answer: " . $mech->status() . "; " . $mech -> response() -> decoded_content . "\n"; + exit 2; +} + +$url = $1 =~ m#^http#i ? $1 : $mech->uri->as_string . $1; + +$mech -> get ($url); + +unless ($mech -> success()) { + print "Failed to fetch \"${url}\". Answer: " . $mech->status() . "\n"; + exit 2; +} + +my $cont = $mech->response()->decoded_content; +my $nwebspace = 0; + +while ($cont =~ m#WebSpace#mg) { $nwebspace++; } + +if ($nwebspace < 4) { + print "ERROR: I couldn't find at least 4 occurences of \"WebSpace\" on the resulting page. Check it for yourself:\n"; + print $cont, "\n"; + exit (1); +} + +print "Successfully tested \"${url}\", and found $nwebspace occurrences of the word \"WebSpace\" on the resulting page\n"; + +exit 0; + +sub usage { + print "Usage: $progname \n"; + exit 2; +} diff --git a/pu/libexec/check_icmp b/pu/libexec/check_icmp new file mode 100644 index 0000000..a7379b2 Binary files /dev/null and b/pu/libexec/check_icmp differ diff --git a/pu/libexec/check_ide_smart b/pu/libexec/check_ide_smart new file mode 100644 index 0000000..fca227d Binary files /dev/null and b/pu/libexec/check_ide_smart differ diff --git a/pu/libexec/check_ifoperstatus b/pu/libexec/check_ifoperstatus new file mode 100644 index 0000000..7403845 --- /dev/null +++ b/pu/libexec/check_ifoperstatus @@ -0,0 +1,479 @@ +#!/usr/local/bin/perl -w +# +# check_ifoperstatus.pl - monitoring plugin +# +# Copyright (C) 2000 Christoph Kron, +# Modified 5/2002 to conform to updated Monitoring Plugins Guidelines +# Added support for named interfaces per Valdimir Ivaschenko (S. Ghosh) +# Added SNMPv3 support (10/2003) +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, +# USA +# +# +# Report bugs to: help@monitoring-plugins.org +# +# 11.01.2000 Version 1.0 +# +# Patches from Guy Van Den Bergh to warn on ifadminstatus down interfaces +# instead of critical. +# +# Primary MIB reference - RFC 2863 + + +use POSIX; +use strict; +use FindBin; +use lib "$FindBin::Bin"; +use lib '/usr/local/monitoring/libexec'; +use utils qw($TIMEOUT %ERRORS &print_revision &support); + +use Net::SNMP; +use Getopt::Long; +&Getopt::Long::config('bundling'); + +my $PROGNAME = "check_ifoperstatus"; +sub print_help (); +sub usage ($); +sub print_usage (); +sub process_arguments (); + +$ENV{'PATH'}='/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'; +$ENV{'BASH_ENV'}=''; +$ENV{'ENV'}=''; + +my $timeout; +my $status; +my %ifOperStatus = ('1','up', + '2','down', + '3','testing', + '4','unknown', + '5','dormant', + '6','notPresent', + '7','lowerLayerDown'); # down due to the state of lower layer interface(s) + +my $state = "UNKNOWN"; +my $answer = ""; +my $snmpkey = 0; +my $community = "public"; +my $maxmsgsize = 1472 ; # Net::SNMP default is 1472 +my ($seclevel, $authproto, $secname, $authpass, $privpass, $privproto, $auth, $priv, $context); +my $port = 161; +my @snmpoids; +my $sysUptime = '1.3.6.1.2.1.1.3.0'; +my $snmpIfDescr = '1.3.6.1.2.1.2.2.1.2'; +my $snmpIfType = '1.3.6.1.2.1.2.2.1.3'; +my $snmpIfAdminStatus = '1.3.6.1.2.1.2.2.1.7'; +my $snmpIfOperStatus = '1.3.6.1.2.1.2.2.1.8'; +my $snmpIfName = '1.3.6.1.2.1.31.1.1.1.1'; +my $snmpIfLastChange = '1.3.6.1.2.1.2.2.1.9'; +my $snmpIfAlias = '1.3.6.1.2.1.31.1.1.1.18'; +my $snmpLocIfDescr = '1.3.6.1.4.1.9.2.2.1.1.28'; +my $hostname; +my $ifName; +my $session; +my $error; +my $response; +my $snmp_version = 1 ; +my $ifXTable; +my $opt_h ; +my $opt_V ; +my $ifdescr; +my $iftype; +my $key; +my $lastc; +my $dormantWarn; +my $adminWarn; +my $name; +my %session_opts; + +### Validate Arguments + +$status = process_arguments(); + + +# Just in case of problems, let's not hang the monitoring system +$SIG{'ALRM'} = sub { + print ("ERROR: No snmp response from $hostname (alarm)\n"); + exit $ERRORS{"UNKNOWN"}; +}; + +alarm($timeout); + +($session, $error) = Net::SNMP->session(%session_opts); + + +if (!defined($session)) { + $state='UNKNOWN'; + $answer=$error; + print ("$state: $answer\n"); + exit $ERRORS{$state}; +} + +## map ifdescr to ifindex - should look at being able to cache this value + +if (defined $ifdescr || defined $iftype) { + # escape "/" in ifdescr - very common in the Cisco world + if (defined $iftype) { + $status=fetch_ifindex($snmpIfType, $iftype); + } else { + $ifdescr =~ s/\//\\\//g; + $status=fetch_ifindex($snmpIfDescr, $ifdescr); # if using on device with large number of interfaces + # recommend use of SNMP v2 (get-bulk) + } + if ($status==0) { + $state = "UNKNOWN"; + printf "$state: could not retrive ifdescr/iftype snmpkey - $status-$snmpkey\n"; + $session->close; + exit $ERRORS{$state}; + } +} + + +## Main function + +$snmpIfAdminStatus = $snmpIfAdminStatus . "." . $snmpkey; +$snmpIfOperStatus = $snmpIfOperStatus . "." . $snmpkey; +$snmpIfDescr = $snmpIfDescr . "." . $snmpkey; +$snmpIfName = $snmpIfName . "." . $snmpkey ; +$snmpIfAlias = $snmpIfAlias . "." . $snmpkey ; + +push(@snmpoids,$snmpIfAdminStatus); +push(@snmpoids,$snmpIfOperStatus); +push(@snmpoids,$snmpIfDescr); +push(@snmpoids,$snmpIfName) if (defined $ifXTable) ; +push(@snmpoids,$snmpIfAlias) if (defined $ifXTable) ; + +if (!defined($response = $session->get_request(@snmpoids))) { + $answer=$session->error; + $session->close; + $state = 'WARNING'; + print ("$state: SNMP error: $answer\n"); + exit $ERRORS{$state}; +} + +$answer = sprintf("host '%s', %s(%s) is %s\n", + $hostname, + $response->{$snmpIfDescr}, + $snmpkey, + $ifOperStatus{$response->{$snmpIfOperStatus}} +); + + +## Check to see if ifName match is requested and it matches - exit if no match +## not the interface we want to monitor +if ( defined $ifName && not ($response->{$snmpIfName} eq $ifName) ) { + $state = 'UNKNOWN'; + $answer = "Interface name ($ifName) doesn't match snmp value ($response->{$snmpIfName}) (index $snmpkey)"; + print ("$state: $answer\n"); + exit $ERRORS{$state}; +} + +## define the interface name +if (defined $ifXTable) { + $name = $response->{$snmpIfName} ." - " .$response->{$snmpIfAlias} ; +}else{ + $name = $response->{$snmpIfDescr} ; +} + +## if AdminStatus is down - some one made a consious effort to change config +## +if ( not ($response->{$snmpIfAdminStatus} == 1) ) { + $answer = "Interface $name (index $snmpkey) is administratively down."; + if ( not defined $adminWarn or $adminWarn eq "w" ) { + $state = 'WARNING'; + } elsif ( $adminWarn eq "i" ) { + $state = 'OK'; + } elsif ( $adminWarn eq "c" ) { + $state = 'CRITICAL'; + } else { # If wrong value for -a, say warning + $state = 'WARNING'; + } +} +## Check operational status +elsif ( $response->{$snmpIfOperStatus} == 2 ) { + $state = 'CRITICAL'; + $answer = "Interface $name (index $snmpkey) is down."; +} elsif ( $response->{$snmpIfOperStatus} == 5 ) { + if (defined $dormantWarn ) { + if ($dormantWarn eq "w") { + $state = 'WARNING'; + $answer = "Interface $name (index $snmpkey) is dormant."; + }elsif($dormantWarn eq "c") { + $state = 'CRITICAL'; + $answer = "Interface $name (index $snmpkey) is dormant."; + }elsif($dormantWarn eq "i") { + $state = 'OK'; + $answer = "Interface $name (index $snmpkey) is dormant."; + } + }else{ + # dormant interface - but warning/critical/ignore not requested + $state = 'CRITICAL'; + $answer = "Interface $name (index $snmpkey) is dormant."; + } +} elsif ( $response->{$snmpIfOperStatus} == 6 ) { + $state = 'CRITICAL'; + $answer = "Interface $name (index $snmpkey) notPresent - possible hotswap in progress."; +} elsif ( $response->{$snmpIfOperStatus} == 7 ) { + $state = 'CRITICAL'; + $answer = "Interface $name (index $snmpkey) down due to lower layer being down."; +} elsif ( $response->{$snmpIfOperStatus} == 3 || $response->{$snmpIfOperStatus} == 4 ) { + $state = 'CRITICAL'; + $answer = "Interface $name (index $snmpkey) down (testing/unknown)."; +} else { + $state = 'OK'; + $answer = "Interface $name (index $snmpkey) is up."; +} + + + +print ("$state: $answer\n"); +exit $ERRORS{$state}; + + +### subroutines + +sub fetch_ifindex { + my $oid = shift; + my $lookup = shift; + + if (!defined ($response = $session->get_table($oid))) { + $answer=$session->error; + $session->close; + $state = 'CRITICAL'; + printf ("$state: SNMP error with snmp version $snmp_version ($answer)\n"); + $session->close; + exit $ERRORS{$state}; + } + + foreach $key ( keys %{$response}) { + if ($response->{$key} =~ /^$lookup$/) { + $key =~ /.*\.(\d+)$/; + $snmpkey = $1; + #print "$lookup = $key / $snmpkey \n"; #debug + } + } + unless (defined $snmpkey) { + $session->close; + $state = 'CRITICAL'; + printf "$state: Could not match $ifdescr on $hostname\n"; + exit $ERRORS{$state}; + } + + return $snmpkey; +} + +sub usage($) { + print "$_[0]\n"; + print_usage(); + exit $ERRORS{"UNKNOWN"}; +} + +sub print_usage() { + printf "\n"; + printf "usage: \n"; + printf "check_ifoperstatus -k -H [-C ]\n"; + printf "Copyright (C) 2000 Christoph Kron\n"; + printf "check_ifoperstatus.pl comes with ABSOLUTELY NO WARRANTY\n"; + printf "This programm is licensed under the terms of the "; + printf "GNU General Public License\n(check source code for details)\n"; + printf "\n\n"; +} + +sub print_help() { + print_revision($PROGNAME, '2.1.1'); + print_usage(); + printf "check_ifoperstatus plugin for monitoring operational \n"; + printf "status of a particular network interface on the target host\n"; + printf "\nUsage:\n"; + printf " -H (--hostname) Hostname to query - (required)\n"; + printf " -C (--community) SNMP read community (defaults to public,\n"; + printf " used with SNMP v1 and v2c\n"; + printf " -v (--snmp_version) 1 for SNMP v1 (default)\n"; + printf " 2 for SNMP v2c\n"; + printf " SNMP v2c will use get_bulk for less overhead\n"; + printf " if monitoring with -d\n"; + printf " -L (--seclevel) choice of \"noAuthNoPriv\", \"authNoPriv\", or \"authPriv\"\n"; + printf " -U (--secname) username for SNMPv3 context\n"; + printf " -c (--context) SNMPv3 context name (default is empty string)\n"; + printf " -A (--authpass) authentication password (cleartext ascii or localized key\n"; + printf " in hex with 0x prefix generated by using \"snmpkey\" utility\n"; + printf " auth password and authEngineID\n"; + printf " -a (--authproto) Authentication protocol (MD5 or SHA1)\n"; + printf " -X (--privpass) privacy password (cleartext ascii or localized key\n"; + printf " in hex with 0x prefix generated by using \"snmpkey\" utility\n"; + printf " privacy password and authEngineID\n"; + printf " -P (--privproto) privacy protocol (DES or AES; default: DES)\n"; + printf " -k (--key) SNMP IfIndex value\n"; + printf " -d (--descr) SNMP ifDescr value\n"; + printf " -T (--type) SNMP ifType integer value (see http://www.iana.org/assignments/ianaiftype-mib)\n"; + printf " -p (--port) SNMP port (default 161)\n"; + printf " -I (--ifmib) Agent supports IFMIB ifXTable. Do not use if\n"; + printf " you don't know what this is. \n"; + printf " -n (--name) the value should match the returned ifName\n"; + printf " (Implies the use of -I)\n"; + printf " -w (--warn =i|w|c) ignore|warn|crit if the interface is dormant (default critical)\n"; + printf " -D (--admin-down =i|w|c) same for administratively down interfaces (default warning)\n"; + printf " -M (--maxmsgsize) Max message size - usefull only for v1 or v2c\n"; + printf " -t (--timeout) seconds before the plugin times out (default=$TIMEOUT)\n"; + printf " -V (--version) Plugin version\n"; + printf " -h (--help) usage help \n\n"; + printf " -k or -d or -T must be specified\n\n"; + printf "Note: either -k or -d or -T must be specified and -d and -T are much more network \n"; + printf "intensive. Use it sparingly or not at all. -n is used to match against\n"; + printf "a much more descriptive ifName value in the IfXTable to verify that the\n"; + printf "snmpkey has not changed to some other network interface after a reboot.\n\n"; + +} + +sub process_arguments() { + $status = GetOptions( + "V" => \$opt_V, "version" => \$opt_V, + "h" => \$opt_h, "help" => \$opt_h, + "v=i" => \$snmp_version, "snmp_version=i" => \$snmp_version, + "C=s" => \$community, "community=s" => \$community, + "L=s" => \$seclevel, "seclevel=s" => \$seclevel, + "a=s" => \$authproto, "authproto=s" => \$authproto, + "U=s" => \$secname, "secname=s" => \$secname, + "A=s" => \$authpass, "authpass=s" => \$authpass, + "X=s" => \$privpass, "privpass=s" => \$privpass, + "P=s" => \$privproto, "privproto=s" => \$privproto, + "c=s" => \$context, "context=s" => \$context, + "k=i" => \$snmpkey, "key=i",\$snmpkey, + "d=s" => \$ifdescr, "descr=s" => \$ifdescr, + "l=s" => \$lastc, "lastchange=s" => \$lastc, + "p=i" => \$port, "port=i" =>\$port, + "H=s" => \$hostname, "hostname=s" => \$hostname, + "I" => \$ifXTable, "ifmib" => \$ifXTable, + "n=s" => \$ifName, "name=s" => \$ifName, + "w=s" => \$dormantWarn, "warn=s" => \$dormantWarn, + "D=s" => \$adminWarn, "admin-down=s" => \$adminWarn, + "M=i" => \$maxmsgsize, "maxmsgsize=i" => \$maxmsgsize, + "t=i" => \$timeout, "timeout=i" => \$timeout, + "T=i" => \$iftype, "type=i" => \$iftype, + ); + + + if ($status == 0){ + print_help(); + exit $ERRORS{'OK'}; + } + + if ($opt_V) { + print_revision($PROGNAME,'2.1.1'); + exit $ERRORS{'OK'}; + } + + if ($opt_h) { + print_help(); + exit $ERRORS{'OK'}; + } + + if (! utils::is_hostname($hostname)){ + usage("Hostname invalid or not given"); + } + + unless ($snmpkey > 0 || defined $ifdescr || defined $iftype){ + usage("Either a valid snmp key (-k) or a ifDescr (-d) must be provided"); + } + + if (defined $ifName) { + $ifXTable=1; + } + + if (defined $dormantWarn) { + unless ($dormantWarn =~ /^(w|c|i)$/ ) { + printf "Dormant alerts must be one of w|c|i \n"; + exit $ERRORS{'UNKNOWN'}; + } + } + + unless (defined $timeout) { + $timeout = $TIMEOUT; + } + + if ($snmp_version !~ /[123]/){ + $state='UNKNOWN'; + print ("$state: No support for SNMP v$snmp_version yet\n"); + exit $ERRORS{$state}; + } + + %session_opts = ( + -hostname => $hostname, + -port => $port, + -version => $snmp_version, + -maxmsgsize => $maxmsgsize + ); + + $session_opts{'-community'} = $community if (defined $community && $snmp_version =~ /[12]/); + + if ($snmp_version =~ /3/ ) { + # Must define a security level even though default is noAuthNoPriv + # v3 requires a security username + if (defined $seclevel && defined $secname) { + $session_opts{'-username'} = $secname; + + # Must define a security level even though defualt is noAuthNoPriv + unless ( grep /^$seclevel$/, qw(noAuthNoPriv authNoPriv authPriv) ) { + usage("Must define a valid security level even though default is noAuthNoPriv"); + } + + # Authentication wanted + if ( $seclevel eq 'authNoPriv' || $seclevel eq 'authPriv' ) { + if (defined $authproto && $authproto ne 'MD5' && $authproto ne 'SHA1') { + usage("Auth protocol can be either MD5 or SHA1"); + } + $session_opts{'-authprotocol'} = $authproto if(defined $authproto); + + if ( !defined $authpass) { + usage("Auth password/key is not defined"); + }else{ + if ($authpass =~ /^0x/ ) { + $session_opts{'-authkey'} = $authpass ; + }else{ + $session_opts{'-authpassword'} = $authpass ; + } + } + } + + # Privacy (DES encryption) wanted + if ($seclevel eq 'authPriv' ) { + if (! defined $privpass) { + usage("Privacy passphrase/key is not defined"); + }else{ + if ($privpass =~ /^0x/){ + $session_opts{'-privkey'} = $privpass; + }else{ + $session_opts{'-privpassword'} = $privpass; + } + } + + $session_opts{'-privprotocol'} = $privproto if(defined $privproto); + } + + # Context name defined or default + unless ( defined $context) { + $context = ""; + } + + }else { + usage("Security level or name is not defined"); + } + } # end snmpv3 + + +} +## End validation + diff --git a/pu/libexec/check_ifstatus b/pu/libexec/check_ifstatus new file mode 100644 index 0000000..70a8912 --- /dev/null +++ b/pu/libexec/check_ifstatus @@ -0,0 +1,449 @@ +#!/usr/local/bin/perl -w +# +# check_ifstatus.pl - monitoring plugin +# +# +# Copyright (C) 2000 Christoph Kron +# Modified 5/2002 to conform to updated Monitoring Plugins Guidelines (S. Ghosh) +# Added -x option (4/2003) +# Added -u option (4/2003) +# Added -M option (10/2003) +# Added SNMPv3 support (10/2003) +# Added -n option (07/2014) +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# +# +# Report bugs to: ck@zet.net, help@monitoring-plugins.org +# +# 11.01.2000 Version 1.0 +# + +use POSIX; +use strict; +use FindBin; +use lib "$FindBin::Bin"; +use lib '/usr/local/monitoring/libexec'; +use utils qw($TIMEOUT %ERRORS &print_revision &support); + +use Net::SNMP; +use Getopt::Long; +Getopt::Long::Configure('bundling'); + +my $PROGNAME = "check_ifstatus"; + +sub print_help (); +sub usage ($); +sub print_usage (); +sub process_arguments (); + +$ENV{'PATH'}='/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'; +$ENV{'BASH_ENV'}=''; +$ENV{'ENV'}=''; + +my $status; +my %ifOperStatus = ('1','up', + '2','down', + '3','testing', + '4','unknown', + '5','dormant', + '6','notPresent', + '7','lowerLayerDown'); # down due to the state of lower layer interface(s)); + +my $timeout ; +my $state = "UNKNOWN"; +my $answer = ""; +my $snmpkey=0; +my $snmpoid=0; +my $key=0; +my $community = "public"; +my $maxmsgsize = 1472 ; # Net::SNMP default is 1472 +my ($seclevel, $authproto, $secname, $authpass, $privpass, $privproto, $auth, $priv, $context); +my $port = 161; +my @snmpoids; +my $snmpIfAdminStatus = '1.3.6.1.2.1.2.2.1.7'; +my $snmpIfDescr = '1.3.6.1.2.1.2.2.1.2'; +my $snmpIfOperStatus = '1.3.6.1.2.1.2.2.1.8'; +my $snmpIfName = '1.3.6.1.2.1.31.1.1.1.1'; +my $snmpIfAlias = '1.3.6.1.2.1.31.1.1.1.18'; +my $snmpLocIfDescr = '1.3.6.1.4.1.9.2.2.1.1.28'; +my $snmpIfType = '1.3.6.1.2.1.2.2.1.3'; +my $hostname; +my $session; +my $error; +my $response; +my %ifStatus; +my $ifup =0 ; +my $ifdown =0; +my $ifdormant = 0; +my $ifexclude = 0 ; +my $ifunused = 0; +my $ifmessage = ""; +my $snmp_version = 1; +my $ifXTable; +my $opt_h ; +my $opt_V ; +my $opt_u; +my $opt_n; +my $opt_x ; +my %excluded ; +my %unused_names ; +my @unused_ports ; +my %session_opts; + + + + + +# Just in case of problems, let's not hang the monitoring system +$SIG{'ALRM'} = sub { + print ("ERROR: No snmp response from $hostname (alarm timeout)\n"); + exit $ERRORS{"UNKNOWN"}; +}; + + +#Option checking +$status = process_arguments(); + +if ($status != 0) +{ + print_help() ; + exit $ERRORS{'OK'}; +} + + +alarm($timeout); +($session, $error) = Net::SNMP->session(%session_opts); + +if (!defined($session)) { + $state='UNKNOWN'; + $answer=$error; + print ("$state: $answer\n"); + exit $ERRORS{$state}; +} + + +push(@snmpoids,$snmpIfOperStatus); +push(@snmpoids,$snmpIfAdminStatus); +push(@snmpoids,$snmpIfDescr); +push(@snmpoids,$snmpIfType); +push(@snmpoids,$snmpIfName) if ( defined $ifXTable); +push(@snmpoids,$snmpIfAlias) if ( defined $ifXTable); + + + + +foreach $snmpoid (@snmpoids) { + + if (!defined($response = $session->get_table($snmpoid))) { + $answer=$session->error; + $session->close; + $state = 'CRITICAL'; + if ( ( $snmpoid =~ $snmpIfName ) && defined $ifXTable ) { + print ("$state: Device does not support ifTable - try without -I option\n"); + }else{ + print ("$state: $answer for $snmpoid with snmp version $snmp_version\n"); + } + exit $ERRORS{$state}; + } + + foreach $snmpkey (keys %{$response}) { + $snmpkey =~ /.*\.(\d+)$/; + $key = $1; + $ifStatus{$key}{$snmpoid} = $response->{$snmpkey}; + } +} + + +$session->close; + +alarm(0); + +foreach $key (keys %ifStatus) { + + # skip unused interfaces + my $ifName = $ifStatus{$key}{$snmpIfDescr}; + + if (!defined($ifStatus{$key}{'notInUse'}) && !grep(/^${ifName}/, @unused_ports )) { + # check only if interface is administratively up + if ($ifStatus{$key}{$snmpIfAdminStatus} == 1 ) { + #check only if interface is not excluded + if (!defined $unused_names{$ifStatus{$key}{$snmpIfDescr}} ) { + # check only if interface type is not listed in %excluded + if (!defined $excluded{$ifStatus{$key}{$snmpIfType}} ) { + if ($ifStatus{$key}{$snmpIfOperStatus} == 1 ) { $ifup++ ; } + if ($ifStatus{$key}{$snmpIfOperStatus} == 2 ) { + $ifdown++ ; + if (defined $ifXTable) { + $ifmessage .= sprintf("%s: down -> %s
\n", $ifStatus{$key}{$snmpIfName}, $ifStatus{$key}{$snmpIfAlias}); + }else{ + $ifmessage .= sprintf("%s: down
\n",$ifStatus{$key}{$snmpIfDescr}); + } + } + if ($ifStatus{$key}{$snmpIfOperStatus} == 5 ) { $ifdormant++ ;} + } else { + $ifexclude++; + } + } else { + $ifunused++; + } + + } + }else{ + $ifunused++; + } +} + + if ($ifdown > 0) { + $state = 'CRITICAL'; + $answer = sprintf("host '%s', interfaces up: %d, down: %d, dormant: %d, excluded: %d, unused: %d
", + $hostname, + $ifup, + $ifdown, + $ifdormant, + $ifexclude, + $ifunused); + $answer = $answer . $ifmessage . "\n"; + } + else { + $state = 'OK'; + $answer = sprintf("host '%s', interfaces up: %d, down: %d, dormant: %d, excluded: %d, unused: %d", + $hostname, + $ifup, + $ifdown, + $ifdormant, + $ifexclude, + $ifunused); + } +my $perfdata = sprintf("up=%d down=%d dormant=%d excluded=%d unused=%d",$ifup,$ifdown,$ifdormant,$ifexclude,$ifunused); +print ("$state: $answer |$perfdata\n"); +exit $ERRORS{$state}; + +sub usage($) { + print "$_[0]\n"; + print_usage(); + exit $ERRORS{"UNKNOWN"}; +} + +sub print_usage() { + printf "\n"; + printf "usage: \n"; + printf "check_ifstatus -C -p -H \n"; + printf "Copyright (C) 2000 Christoph Kron\n"; + printf "Updates 5/2002 Subhendu Ghosh\n"; + support(); + printf "\n\n"; +} + +sub print_help() { + print_revision($PROGNAME, '2.1.1'); + print_usage(); + printf "check_ifstatus plugin for monitoring operational \n"; + printf "status of each network interface on the target host\n"; + printf "\nUsage:\n"; + printf " -H (--hostname) Hostname to query - (required)\n"; + printf " -C (--community) SNMP read community (defaults to public,\n"; + printf " used with SNMP v1 and v2c\n"; + printf " -v (--snmp_version) 1 for SNMP v1 (default)\n"; + printf " 2 for SNMP v2c\n"; + printf " SNMP v2c will use get_bulk for less overhead\n"; + printf " 3 for SNMPv3 (requires -U option)"; + printf " -p (--port) SNMP port (default 161)\n"; + printf " -I (--ifmib) Agent supports IFMIB ifXTable. For Cisco - this will provide\n"; + printf " the descriptive name. Do not use if you don't know what this is. \n"; + printf " -x (--exclude) A comma separated list of ifType values that should be excluded \n"; + printf " from the report (default for an empty list is PPP(23).\n"; + printf " -n (--unused_ports_by_name) A comma separated list of ifDescr values that should be excluded \n"; + printf " from the report (default is an empty exclusion list).\n"; + printf " -u (--unused_ports) A comma separated list of ifIndex values that should be excluded \n"; + printf " from the report (default is an empty exclusion list).\n"; + printf " See the IANAifType-MIB for a list of interface types.\n"; + printf " -L (--seclevel) choice of \"noAuthNoPriv\", \"authNoPriv\", or \"authPriv\"\n"; + printf " -U (--secname) username for SNMPv3 context\n"; + printf " -c (--context) SNMPv3 context name (default is empty string)\n"; + printf " -A (--authpass) authentication password (cleartext ascii or localized key\n"; + printf " in hex with 0x prefix generated by using \"snmpkey\" utility\n"; + printf " auth password and authEngineID\n"; + printf " -a (--authproto) Authentication protocol (MD5 or SHA1)\n"; + printf " -X (--privpass) privacy password (cleartext ascii or localized key\n"; + printf " in hex with 0x prefix generated by using \"snmpkey\" utility\n"; + printf " privacy password and authEngineID\n"; + printf " -P (--privproto) privacy protocol (DES or AES; default: DES)\n"; + printf " -M (--maxmsgsize) Max message size - usefull only for v1 or v2c\n"; + printf " -t (--timeout) seconds before the plugin times out (default=$TIMEOUT)\n"; + printf " -V (--version) Plugin version\n"; + printf " -h (--help) usage help \n\n"; + print_revision($PROGNAME, '2.1.1'); + +} + +sub process_arguments() { + $status = GetOptions( + "V" => \$opt_V, "version" => \$opt_V, + "h" => \$opt_h, "help" => \$opt_h, + "v=s" => \$snmp_version, "snmp_version=s" => \$snmp_version, + "C=s" => \$community,"community=s" => \$community, + "L=s" => \$seclevel, "seclevel=s" => \$seclevel, + "a=s" => \$authproto, "authproto=s" => \$authproto, + "U=s" => \$secname, "secname=s" => \$secname, + "A=s" => \$authpass, "authpass=s" => \$authpass, + "X=s" => \$privpass, "privpass=s" => \$privpass, + "P=s" => \$privproto, "privproto=s" => \$privproto, + "c=s" => \$context, "context=s" => \$context, + "p=i" =>\$port, "port=i" => \$port, + "H=s" => \$hostname, "hostname=s" => \$hostname, + "I" => \$ifXTable, "ifmib" => \$ifXTable, + "x:s" => \$opt_x, "exclude:s" => \$opt_x, + "u=s" => \$opt_u, "unused_ports=s" => \$opt_u, + "n=s" => \$opt_n, "unused_ports_by_name=s" => \$opt_n, + "M=i" => \$maxmsgsize, "maxmsgsize=i" => \$maxmsgsize, + "t=i" => \$timeout, "timeout=i" => \$timeout, + ); + + if ($status == 0){ + print_help(); + exit $ERRORS{'OK'}; + } + + if ($opt_V) { + print_revision($PROGNAME,'2.1.1'); + exit $ERRORS{'OK'}; + } + + if ($opt_h) { + print_help(); + exit $ERRORS{'OK'}; + } + + unless (defined $timeout) { + $timeout = $TIMEOUT; + } + + # Net::SNMP wants an integer + $snmp_version = 2 if $snmp_version eq "2c"; + + if ($snmp_version !~ /^[123]$/){ + $state='UNKNOWN'; + print ("$state: No support for SNMP v$snmp_version yet\n"); + exit $ERRORS{$state}; + } + + %session_opts = ( + -hostname => $hostname, + -port => $port, + -version => $snmp_version, + -maxmsgsize => $maxmsgsize + ); + + $session_opts{'-community'} = $community if (defined $community && $snmp_version =~ /[12]/); + + if ($snmp_version =~ /3/ ) { + # Must define a security level even though default is noAuthNoPriv + # v3 requires a security username + if (defined $seclevel && defined $secname) { + $session_opts{'-username'} = $secname; + + # Must define a security level even though defualt is noAuthNoPriv + unless ( grep /^$seclevel$/, qw(noAuthNoPriv authNoPriv authPriv) ) { + usage("Must define a valid security level even though default is noAuthNoPriv"); + } + + # Authentication wanted + if ( $seclevel eq 'authNoPriv' || $seclevel eq 'authPriv' ) { + if (defined $authproto && $authproto ne 'MD5' && $authproto ne 'SHA1') { + usage("Auth protocol can be either MD5 or SHA1"); + } + $session_opts{'-authprotocol'} = $authproto if(defined $authproto); + + if ( !defined $authpass) { + usage("Auth password/key is not defined"); + }else{ + if ($authpass =~ /^0x/ ) { + $session_opts{'-authkey'} = $authpass ; + }else{ + $session_opts{'-authpassword'} = $authpass ; + } + } + } + + # Privacy (DES encryption) wanted + if ($seclevel eq 'authPriv' ) { + if (! defined $privpass) { + usage("Privacy passphrase/key is not defined"); + }else{ + if ($privpass =~ /^0x/){ + $session_opts{'-privkey'} = $privpass; + }else{ + $session_opts{'-privpassword'} = $privpass; + } + } + + $session_opts{'-privprotocol'} = $privproto if(defined $privproto); + } + + # Context name defined or default + unless ( defined $context) { + $context = ""; + } + + }else { + usage("Security level or name is not defined"); + } + } # end snmpv3 + + # Excluded interfaces types (ifType) (backup interfaces, dial-on demand interfaces, PPP interfaces + if (defined $opt_x) { + my @x = split(/,/, $opt_x); + if ( @x) { + foreach $key (@x){ + $excluded{$key} = 1; + } + }else{ + $excluded{23} = 1; # default PPP(23) if empty list - note (AIX seems to think PPP is 22 according to a post) + } + } + + # Excluded interface descriptors + if (defined $opt_n) { + my @unused = split(/,/,$opt_n); + if ( @unused ) { + foreach $key (@unused) { + $unused_names{$key} = 1; + } + } + } + + # Excluded interface ports (ifIndex) - management reasons + if ($opt_u) { + @unused_ports = split(/,/,$opt_u); + foreach $key (@unused_ports) { + $ifStatus{$key}{'notInUse'}++ ; + } + } + + if (! utils::is_hostname($hostname)){ + usage("Hostname invalid or not given"); + exit $ERRORS{"UNKNOWN"}; + } + + + if ($snmp_version !~ /[123]/) { + $state='UNKNOWN'; + print ("$state: No support for SNMP v$snmp_version yet\n"); + exit $ERRORS{$state}; + } + +return $ERRORS{"OK"}; +} diff --git a/pu/libexec/check_imap b/pu/libexec/check_imap new file mode 100644 index 0000000..e6ec383 Binary files /dev/null and b/pu/libexec/check_imap differ diff --git a/pu/libexec/check_imap_pu b/pu/libexec/check_imap_pu new file mode 100644 index 0000000..02b0128 --- /dev/null +++ b/pu/libexec/check_imap_pu @@ -0,0 +1,56 @@ +#!/usr/bin/expect + +proc critical { mesg } { + puts "CRITICAL: $mesg" + exit 2 +} + +proc unknown { mesg } { + puts "UNKNOWN: $mesg" + exit 3 +} + +if { $argc < 4 } { + unknown "Usage: $argv0 " +} + +set host [lindex $argv 0] +set netid [lindex $argv 1] +set pwd [lindex $argv 2] +set timeout [lindex $argv 3] + +log_user 0 +set stty_init "-echo" +spawn -noecho openssl s_client -crlf -quiet -connect $host:993 + +expect "OK*\r\n" { } \ + "connect:err" { critical "Unable to establish connection with IMAP server" } \ + timeout { critical "No response while connecting to server" } + +# puts $expect_out(buffer) + +send "a1 login $netid $pwd\r" +expect "a1*OK*\r\n" { } \ + "*NO*\r\n" { critical "Login failed" } \ + "BAD" { unknown "Script error on login" } \ + timeout { critical "No response from server when logging in" } + +# puts $expect_out(buffer) + +send "a2 select inbox\r" +expect "a2*OK*\r\n" { } \ + "*NO*\r\n" { critical "Unable to select INBOX" } \ + "BAD" { unknown "Script error on inbox select" } \ + timeout { critical "No response from server when selecting inbox" } + +# puts $expect_out(buffer) + +send "a3 logout\r" +expect "a3*\r\n" +# puts $expect_out(buffer) + +close + +puts "OK: IMAP login successful" +exit 0 + diff --git a/pu/libexec/check_imap_receive b/pu/libexec/check_imap_receive new file mode 100644 index 0000000..f63bf73 --- /dev/null +++ b/pu/libexec/check_imap_receive @@ -0,0 +1,986 @@ +#!/usr/bin/perl + +use strict; +use lib qw(/usr/local/perl/lib/perl5); + +my $VERSION = '0.7.4'; +my $COPYRIGHT = 'Copyright (C) 2005-2011 Jonathan Buhacoff '; +my $LICENSE = 'http://www.gnu.org/licenses/gpl.txt'; +my %status = ( 'OK' => 0, 'WARNING' => 1, 'CRITICAL' => 2, 'UNKNOWN' => 3 ); + +# look for required modules +exit $status{UNKNOWN} unless load_modules(qw/Getopt::Long Mail::IMAPClient/); + +BEGIN { + if( grep { /^--hires$/ } @ARGV ) { + eval "use Time::HiRes qw(time);"; + warn "Time::HiRes not installed\n" if $@; + } +} + +# get options from command line +Getopt::Long::Configure("bundling"); +my $verbose = 0; +my $help = ""; +my $help_usage = ""; +my $show_version = ""; +my $imap_server = ""; +my $default_imap_port = "143"; +my $default_imap_ssl_port = "993"; +my $imap_port = ""; +my $username = ""; +my $password = ""; +my $mailbox = "INBOX"; +my @search = (); +my $search_critical_min = 1; +my $search_critical_max = -1; # -1 means disabled for this option +my $search_warning_min = 1; +my $search_warning_max = -1; # -1 means disabled for this option +my $capture_max = ""; +my $capture_min = ""; +my $delete = 1; +my $no_delete_captured = ""; +my $warntime = 15; +my $criticaltime = 30; +my $timeout = 60; +my $interval = 5; +my $max_retries = 10; +my $download = ""; +my $download_max = ""; +my $peek = ""; +my $template = ""; +my $ssl = 0; +my $tls = 0; +my $time_hires = ""; +my $ok; +$ok = Getopt::Long::GetOptions( + "V|version"=>\$show_version, + "v|verbose+"=>\$verbose,"h|help"=>\$help,"usage"=>\$help_usage, + "w|warning=i"=>\$warntime,"c|critical=i"=>\$criticaltime,"t|timeout=i"=>\$timeout, + # imap settings + "H|hostname=s"=>\$imap_server,"p|port=i"=>\$imap_port, + "U|username=s"=>\$username,"P|password=s"=>\$password, "m|mailbox=s"=>\$mailbox, + "imap-check-interval=i"=>\$interval,"imap-retries=i"=>\$max_retries, + "ssl!"=>\$ssl, "tls!"=>\$tls, + # search settings + "s|search=s"=>\@search, + "search-critical-min=i"=>\$search_critical_min, "search-critical-max=i"=>\$search_critical_max, + "search-warning-min=i"=>\$search_warning_min, "search-warning-max=i"=>\$search_warning_max, + "capture-max=s"=>\$capture_max, "capture-min=s"=>\$capture_min, + "delete!"=>\$delete, "nodelete-captured"=>\$no_delete_captured, + "download!"=>\$download, "download_max=i"=>\$download_max, "download-max=i"=>\$download_max, + "peek!"=>\$peek, + "template!"=>\$template, + # Time + "hires"=>\$time_hires, + ); + +if( $show_version ) { + print "$VERSION\n"; + if( $verbose ) { + print "Default warning threshold: $warntime seconds\n"; + print "Default critical threshold: $criticaltime seconds\n"; + print "Default timeout: $timeout seconds\n"; + } + exit $status{UNKNOWN}; +} + +if( $help ) { + exec "perldoc", $0 or print "Try `perldoc $0`\n"; + exit $status{UNKNOWN}; +} + +my @required_module = (); +push @required_module, 'IO::Socket::SSL' if $ssl || $tls; +push @required_module, 'Email::Simple' if $download; +push @required_module, ('Text::Template','Date::Manip') if $template; +exit $status{UNKNOWN} unless load_modules(@required_module); + +if( $help_usage + || + ( $imap_server eq "" || $username eq "" || $password eq "" || scalar(@search)==0 ) + ) { + print "Usage: $0 -H host [-p port] -U username -P password -s HEADER -s X-Nagios -s 'ID: 1234.' [-w ] [-c ] [--imap-check-interval ] [--imap-retries ]\n"; + exit $status{UNKNOWN}; +} + +# before attempting to connect to the server, check if any of the search parameters +# use substitution functions and make sure we can parse them first. if we can't we +# need to abort since the search will be meaningless. +if( $template ) { + foreach my $token (@search) { + my $t = Text::Template->new(TYPE=>'STRING',SOURCE=>$token,PACKAGE=>'ImapSearchTemplate'); + $token = $t->fill_in(PREPEND=>q{package ImapSearchTemplate;}); + #print "token: $token\n"; + } +} + + +# initialize +my $report = new PluginReport; +my $time_start = time; + +# connect to IMAP server +print "connecting to server $imap_server\n" if $verbose > 2; +my $imap; +eval { + local $SIG{ALRM} = sub { die "exceeded timeout $timeout seconds\n" }; # NB: \n required, see `perldoc -f alarm` + alarm $timeout; + + if( $ssl ) { + $imap_port = $default_imap_ssl_port unless $imap_port; + my $socket = IO::Socket::SSL->new("$imap_server:$imap_port"); + die IO::Socket::SSL::errstr() unless $socket; + $socket->autoflush(1); + $imap = Mail::IMAPClient->new(Socket=>$socket, Debug => 0 ); + $imap->State(Mail::IMAPClient->Connected); + $imap->_read_line() if "$Mail::IMAPClient::VERSION" le "2.2.9"; # necessary to remove the server's "ready" line from the input buffer for old versions of Mail::IMAPClient. Using string comparison for the version check because the numeric didn't work on Darwin and for Mail::IMAPClient the next version is 2.3.0 and then 3.00 so string comparison works + $imap->User($username); + $imap->Password($password); + $imap->login() or die "$@"; + } + elsif( $tls ) { + # XXX THIS PART IS NOT DONE YET ... NEED TO OPEN A REGULAR IMAP CONNECTION, THEN ISSUE THE "STARTTLS" COMMAND MANUALLY, SWITCHING THE SOCKET TO IO::SOCKET::SSL, AND THEN GIVING IT BACK TO MAIL::IMAPCLIENT ... + $imap_port = $default_imap_port unless $imap_port; + $imap = Mail::IMAPClient->new(Debug => 0 ); + $imap->Server("$imap_server:$imap_port"); + $imap->User($username); + $imap->Password($password); + $imap->connect() or die "$@"; + } + else { + $imap_port = $default_imap_port unless $imap_port; + $imap = Mail::IMAPClient->new(Debug => 0 ); + $imap->Server("$imap_server:$imap_port"); + $imap->User($username); + $imap->Password($password); + $imap->connect() or die "$@"; + } + + $imap->Peek(1) if $peek; + $imap->Ignoresizeerrors(1); + + alarm 0; +}; +if( $@ ) { + chomp $@; + print "IMAP RECEIVE CRITICAL - Could not connect to $imap_server port $imap_port: $@\n"; + exit $status{CRITICAL}; +} +unless( $imap ) { + print "IMAP RECEIVE CRITICAL - Could not connect to $imap_server port $imap_port: $@\n"; + exit $status{CRITICAL}; +} +my $time_connected = time; + +# select a mailbox +print "selecting mailbox $mailbox\n" if $verbose > 2; +unless( $imap->select($mailbox) ) { + print "IMAP RECEIVE CRITICAL - Could not select $mailbox: $@ $!\n"; + if( $verbose > 2 ) { + print "Mailbox list:\n" . join("\n", $imap->folders) . "\n"; + print "Mailbox separator: " . $imap->separator . "\n"; + ##print "Special mailboxes:\n" . join("\n", map { "$_ => ". + } + $imap->logout(); + exit $status{CRITICAL}; +} + + +# search for messages +my $tries = 0; +my @msgs; +until( scalar(@msgs) != 0 || $tries >= $max_retries ) { + eval { + $imap->select( $mailbox ); + # if download flag is on, we download recent messages and search ourselves + if( $download ) { + print "downloading messages to search\n" if $verbose > 2; + @msgs = download_and_search($imap,@search); + } + else { + print "searching on server\n" if $verbose > 2; + @msgs = $imap->search(@search); + die "Invalid search parameters: $@" if $@; + } + }; + if( $@ ) { + chomp $@; + print "Cannot search messages: $@\n"; + $imap->close(); + $imap->logout(); + exit $status{UNKNOWN}; + } + $report->{found} = scalar(@msgs); + $tries++; + sleep $interval unless (scalar(@msgs) != 0 || $tries >= $max_retries); +} + +sub download_and_search { + my ($imap,@search) = @_; + my $ims = new ImapMessageSearch; + $ims->querytokens(@search); + my @found = (); + @msgs = reverse $imap->messages or (); # die "Cannot list messages: $@\n"; # reversing to get descending order, which is most recent messages first! (at least on my mail servers) + @msgs = @msgs[0..$download_max-1] if $download_max && scalar(@msgs) > $download_max; + foreach my $m (@msgs) { + my $message = $imap->message_string($m); + push @found, $m if $ims->match($message); + } + return @found; +} + + + +# capture data in messages +my $captured_max_id = ""; +my $captured_min_id = ""; +if( $capture_max || $capture_min ) { + my $max = undef; + my $min = undef; + my %captured = (); + for (my $i=0;$i < scalar(@msgs); $i++) { + my $message = $imap->message_string($msgs[$i]); + if( $message =~ m/$capture_max/ ) { + if( !defined($max) || $1 > $max ) { + $captured{ $i } = 1; + $max = $1; + $captured_max_id = $msgs[$i]; + } + } + if( $message =~ m/$capture_min/ ) { + if( !defined($min) || $1 < $min ) { + $captured{ $i } = 1; + $min = $1; + $captured_min_id = $msgs[$i]; + } + } + print $message if $verbose > 1; + } + $report->{captured} = scalar keys %captured; + $report->{max} = $max if defined $max; + $report->{min} = $min if defined $min; +} + +# delete messages +if( $delete ) { + print "deleting matching messages\n" if $verbose > 2; + my $deleted = 0; + for (my $i=0;$i < scalar(@msgs); $i++) { + next if ($no_delete_captured && ($captured_max_id eq $msgs[$i])); + next if ($no_delete_captured && ($captured_min_id eq $msgs[$i])); + $imap->delete_message($msgs[$i]); + $deleted++; + } + $report->{deleted} = $deleted; + $imap->expunge() if $deleted; +} + +# deselect the mailbox +$imap->close(); + +# disconnect from IMAP server +print "disconnecting from server\n" if $verbose > 2; +$imap->logout(); + +# calculate elapsed time and issue warnings +my $time_end = time; +my $elapsedtime = $time_end - $time_start; +$report->{seconds} = $elapsedtime; +$report->{found} = 0 unless defined $report->{found}; +$report->{captured} = 0 unless defined $report->{captured}; + +my @warning = (); +my @critical = (); + +push @warning, "found less than $search_warning_min" if( scalar(@msgs) < $search_warning_min ); +push @warning, "found more than $search_warning_max" if ( $search_warning_max > -1 && scalar(@msgs) > $search_warning_max ); +push @critical, "found less than $search_critical_min" if ( scalar(@msgs) < $search_critical_min ); +push @critical, "found more than $search_critical_max" if ( $search_critical_max > -1 && scalar(@msgs) > $search_critical_max ); +push @warning, "connection time more than $warntime" if( $time_connected - $time_start > $warntime ); +push @critical, "connection time more than $criticaltime" if( $time_connected - $time_start > $criticaltime ); + +# print report and exit with known status +my $perf_data = "elapsed=".$report->{seconds}."s found=".$report->{found}."messages captured=".$report->{captured}."messages"; # TODO: need a component for safely generating valid perf data format. for notes on the format, see http://www.perfparse.de/tiki-view_faq.php?faqId=6 and http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN185 +my $short_report = $report->text(qw/seconds found captured max min deleted/) . " | $perf_data"; +if( scalar @critical ) { + my $crit_alerts = join(", ", @critical); + print "IMAP RECEIVE CRITICAL - $crit_alerts; $short_report\n"; + exit $status{CRITICAL}; +} +if( scalar @warning ) { + my $warn_alerts = join(", ", @warning); + print "IMAP RECEIVE WARNING - $warn_alerts; $short_report\n"; + exit $status{WARNING}; +} +print "IMAP RECEIVE OK - $short_report\n"; +exit $status{OK}; + + +# utility to load required modules. exits if unable to load one or more of the modules. +sub load_modules { + my @missing_modules = (); + foreach( @_ ) { + eval "require $_"; + push @missing_modules, $_ if $@; + } + if( @missing_modules ) { + print "Missing perl modules: @missing_modules\n"; + return 0; + } + return 1; +} + + +# NAME +# PluginReport +# SYNOPSIS +# $report = new PluginReport; +# $report->{label1} = "value1"; +# $report->{label2} = "value2"; +# print $report->text(qw/label1 label2/); +package PluginReport; + +sub new { + my ($proto,%p) = @_; + my $class = ref($proto) || $proto; + my $self = bless {}, $class; + $self->{$_} = $p{$_} foreach keys %p; + return $self; +} + +sub text { + my ($self,@labels) = @_; + my @report = map { "$self->{$_} $_" } grep { defined $self->{$_} } @labels; + my $text = join(", ", @report); + return $text; +} + +package ImapMessageSearch; + +require Email::Simple; + +sub new { + my ($proto,%p) = @_; + my $class = ref($proto) || $proto; + my $self = bless {}, $class; + $self->{querystring} = []; + $self->{querytokens} = []; + $self->{queryfnlist} = []; + $self->{mimemessage} = undef; + $self->{$_} = $p{$_} foreach keys %p; + return $self; +} + +sub querystring { + my ($self,$string) = @_; + $self->{querystring} = $string; + return $self->querytokens( parseimapsearch($string) ); +} + +sub querytokens { + my ($self,@tokens) = @_; + $self->{querytokens} = [@tokens]; + $self->{queryfnlist} = [create_search_expressions(@tokens)]; + return $self; +} + +sub match { + my ($self,$message_string) = @_; + return 0 unless defined $message_string; + my $message_mime = Email::Simple->new($message_string); + return $self->matchmime($message_mime); +} + +sub matchmime { + my ($self,$message_mime) = @_; + my $match = 1; + foreach my $x (@{$self->{queryfnlist}}) { + $match = $match && $x->($message_mime); + } + return $match; +} + +# this should probably become its own Perl module... see also Net::IMAP::Server::Command::Search +sub create_search_expressions { + my (@search) = @_; + return () unless scalar(@search); + my $token = shift @search; + if( $token eq 'TEXT' ) { + my $value = shift @search; + return (sub {shift->as_string =~ /\Q$value\E/i},create_search_expressions(@search)); + } + if( $token eq 'BODY' ) { + my $value = shift @search; + return (sub {shift->body =~ /\Q$value\E/i},create_search_expressions(@search)); + } + if( $token eq 'SUBJECT' ) { + my $value = shift @search; + return (sub {shift->header('Subject') =~ /\Q$value\E/i},create_search_expressions(@search)); + } + if( $token eq 'HEADER' ) { + my $name = shift @search; + my $value = shift @search; + return (sub {shift->header($name) =~ /\Q$value\E/i},create_search_expressions(@search)); + } + if( $token eq 'NOT' ) { + my @exp = create_search_expressions(@search); + my $next = shift @exp; + return (sub { ! $next->(@_) }, @exp); + } + if( $token eq 'OR' ) { + my @exp = create_search_expressions(@search); + my $next1 = shift @exp; + my $next2 = shift @exp; + return (sub { $next1->(@_) or $next2->(@_) }, @exp); + } + if( $token eq 'SENTBEFORE' ) { + my $value = shift @search; + return (sub {datecmp(shift->header('Date'),$value) < 0},create_search_expressions(@search)); + } + if( $token eq 'SENTON' ) { + my $value = shift @search; + return (sub {datecmp(shift->header('Date'),$value) == 0},create_search_expressions(@search)); + } + if( $token eq 'SENTSINCE' ) { + my $value = shift @search; + return (sub {datecmp(shift->header('Date'),$value) > 0},create_search_expressions(@search)); + } + return sub { die "invalid search parameter: $token" }; +} + +sub datecmp { + my ($date1,$date2) = @_; + my $parsed1 = Date::Manip::ParseDate($date1); + my $parsed2 = Date::Manip::ParseDate($date2); + my $cmp = Date::Manip::Date_Cmp($parsed1,$parsed2); + print " $date1 <=> $date2 -> $cmp\n" if $verbose > 2; + return $cmp <=> 0; +} + +package ImapSearchTemplate; + +# Takes an English date specification ("now", etc) and an optional offset ("-4 hours") +# and returns an RFC 2822 formatted date string. +# see http://search.cpan.org/dist/Date-Manip/lib/Date/Manip.pod +sub rfc2822dateHeader { + my ($when,$delta) = @_; + $when = Date::Manip::ParseDate($when); + $delta = Date::Manip::ParseDateDelta($delta) if $delta; + my $d = $delta ? Date::Manip::DateCalc($when,$delta) : $when; + return Date::Manip::UnixDate($d, "%a, %d %b %Y %H:%M:%S %z"); +} + +sub rfc2822date { + my ($when,$delta) = @_; + $when = Date::Manip::ParseDate($when); + $delta = Date::Manip::ParseDateDelta($delta) if $delta; + my $d = $delta ? Date::Manip::DateCalc($when,$delta) : $when; + return Date::Manip::UnixDate($d, "%d-%b-%Y"); +} + +# alias for 2822 ... RFC 822 is an older version and specifies 2-digit years, but we ignore that for now. +sub rfc822dateHeader { return rfc2822dateHeader(@_); } +sub rfc822date { return rfc2822date(@_); } + +sub date { + my ($format,$when,$delta) = @_; + $when = Date::Manip::ParseDate($when); + $delta = Date::Manip::ParseDateDelta($delta) if $delta; + my $d = $delta ? Date::Manip::DateCalc($when,$delta) : $when; + return Date::Manip::UnixDate($d, $format); +} + +package main; +1; + +__END__ + + +=pod + +=head1 NAME + +check_imap_receive - connects to and searches an IMAP account for messages + +=head1 SYNOPSIS + + check_imap_receive -vV + check_imap_receive -? + check_imap_receive --help + +=head1 OPTIONS + +=over + +=item --warning + +Warn if it takes longer than to connect to the IMAP server. Default is 15 seconds. +Also known as: -w + +=item --critical + +Return a critical status if it takes longer than to connect to the IMAP server. Default is 30 seconds. +See also: --capture-critical +Also known as: -c + +=item --timeout + +Abort with critical status if it takes longer than to connect to the IMAP server. Default is 60 seconds. +The difference between timeout and critical is that, with the default settings, if it takes 45 seconds to +connect to the server then the connection will succeed but the plugin will return CRITICAL because it took longer +than 30 seconds. +Also known as: -t + +=item --imap-check-interval + +How long to wait after searching for a matching message before searching again. Only takes effect +if no messages were found. Default is 5 seconds. + +=item --imap-retries + +How many times to try searching for a matching message before giving up. If you set this to 0 then +messages will not be searched at all. Setting this to 1 means the plugin only tries once. Etc. +Default is 10 times. + +=item --hostname + +Address or name of the IMAP server. Examples: mail.server.com, localhost, 192.168.1.100 +Also known as: -H + +=item --port + +Service port on the IMAP server. Default is 143. If you use SSL, default is 993. +Also known as: -p + +=item --username + +=item --password + +Username and password to use when connecting to IMAP server. +Also known as: -U -P + +=item --mailbox + +Use this option to specify the mailbox to search for messages. Default is INBOX. +Also known as: -m + +=item --search + +Use this option to filter the messages. Default is not to filter. You may (must) use this option +multiple times in order to create any valid IMAP search criteria. See the examples and see also +http://www.ietf.org/rfc/rfc2060.txt (look for section 6.4.4, the SEARCH command) + +This is the way to find messages matching a given subject: + -s SUBJECT -s "a given subject" + +You can use the following technique for any header, including Subject. To find "Header-Name: some value": + -s HEADER -s Header-Name -s "some value" + +Modern IMAP servers that support rfc5032 extensions allow you to search for messages +older or younger than a number of seconds. So to find messages received in the past hour, +you can do: + + -s YOUNGER -s 3600 + +Or to find messages received more than 5 minutes ago, you can do: + + -s OLDER -s 300 + +Also known as: -s + +=item --download + +=item --nodownload + +This option causes all messages in the specified mailbox to be downloaded from the server +and searched locally. See --download-max if you only want to download a few messages. +Currently only the following RFC 2060 search criteria are supported: +TEXT, BODY, SUBJECT, HEADER, NOT, OR, SENTBEFORE, SENTON, SENTSINCE. + +Requires Email::Simple to be installed. It is available on CPAN. + +This option may be particularly useful to you if your mail server is slow to index +messages (like Exchange 2003), causing the plugin not to find them with IMAP SEARCH +even though they are in the inbox. + +It's also useful if you're searching for messages that have been on the server for a +specified amount of time, like some minutes or hours, because the standard IMAP search +function only allows whole dates. For this, use the standard search keywords but you +can specify either just a date like in RFC 2060 or a date and a time. + +If you use SENTBEFORE, SENTON, or SENTSINCE, you must have Date::Manip installed +on your system. + + +=item --download-max + +Limits the number of messages downloaded from the server when the --download option is used. +Default is to download and search all messages. + +=item --search-critical-min + +This option will trigger a CRITICAL status if the number of messages found by the search criteria +is below the given number. Use in conjunction with --search. + +This parameter defaults to 1 so that if no messages are found, the plugin will exit with a CRITICAL status. + +If you want the original behavior where the plugin exits with a WARNING status when no messages are found, +set this parameter to 0. + +=item --search-critical-max + +This option will trigger a CRITICAL status if the number of messages found by the search criteria +is above the given number. Use in conjunction with --search. + +This parameter defaults to -1 meaning it's disabled. If you set it to 10, the plugin will exit with +CRITICAL if it finds 11 messages. If you set it to 1, the plugin will exit with CRITICAL if it finds +any more than 1 message. If you set it to 0, the plugin will exit with CRITICAL if it finds any messages +at all. If you set it to -1 it will be disabled. + +=item --search-warning-min + +This option will trigger a WARNING status if the number of messages found by the search criteria +is below the given number. Use in conjunction with --search. + +This parameter defaults to 1 so that if no messages are found, the plugin will exit with a WARNING status. + +If you want to suppress the original behavior where the plugin exits with a WARNING status when no messages are found, +set this parameter to 0. When this parameter is 0, it means that you expect the mailbox not to have any messages. + +=item --search-warning-max + +This option will trigger a WARNING status if the number of messages found by the search criteria +is above the given number. Use in conjunction with --search. + +This parameter defaults to -1 meaning it's disabled. If you set it to 10, the plugin will exit with +WARNING if it finds 11 messages. If you set it to 1, the plugin will exit with WARNING if it finds +any more than 1 message. If you set it to 0, the plugin will exit with WARNING if it finds any messages +at all. If you set it to -1 it will be disabled. + +=item --capture-max + +In addition to specifying search arguments to filter the emails in the IMAP account, you can specify +a "capture-max" regexp argument and the eligible emails (found with search arguments) +will be compared to each other and the OK line will have the highest captured value. + +The regexp is expected to capture a numeric value. + +=item --capture-min + +In addition to specifying search arguments to filter the emails in the IMAP account, you can specify +a "capture-min" regexp argument and the eligible emails (found with search arguments) +will be compared to each other and the OK line will have the lowest captured value. + +The regexp is expected to capture a numeric value. + +=item --delete + +=item --nodelete + +Use the delete option to delete messages that matched the search criteria. This is useful for +preventing the mailbox from filling up with automated messages (from the check_smtp_send plugin, for example). +THE DELETE OPTION IS TURNED *ON* BY DEFAULT, in order to preserve compatibility with an earlier version. + +Use the nodelete option to turn off the delete option. + +=item --nodelete-captured + +If you use both the capture-max and delete arguments, you can also use the nodelete-captured argument to specify that the email +with the highest captured value should not be deleted. This leaves it available for comparison the next time this plugin runs. + +If you do not use the delete option, this option has no effect. + +=item --ssl + +=item --nossl + +Enable SSL protocol. Requires IO::Socket::SSL. + +Using this option automatically changes the default port from 143 to 993. You can still +override this from the command line using the --port option. + +Use the nossl option to turn off the ssl option. + +=item --template + +=item --notemplate + +Enable (or disable) processing of IMAP search parameters. Requires Text::Template and Date::Manip. + +Use this option to apply special processing to IMAP search parameters that allows you to use the +results of arbitrary computations as the parameter values. For example, you can use this feature +to search for message received up to 4 hours ago. + +Modern IMAP servers that support rfc5032 extensions allow searching with the YOUNGER and OLDER +criteria so a message received up to 4 hours ago is -s YOUNGER -s 14400. But if your mail server +doesn't support that, you could use the --template option to get similar functionality. + +When you enable the --template option, each parameter you pass to the -s option is parsed by +Text::Template. See the Text::Template manual for more information, but in general any expression +written in Perl will work. + +A convenience function called rfc2822dateHeader is provided to you so you can easily compute properly +formatted dates for use as search parameters. The rfc2822date function can take one or two +parameters itself: the date to format and an optional offset. To use the current time as a +search parameter, you can write this: + + $ check_imap_receive ... --template -s HEADER -s Delivery-Date -s '{rfc2822dateHeader("now")}' + +The output of {rfc2822dateHeader("now")} looks like this: Wed, 30 Sep 2009 22:44:03 -0700 and +is suitable for use with a date header, like HEADER Delivery-Date. + +To use a time in the past relative to the current time or day, you can use a second convenience function +called rfc2822date and write this: + + $ check_imap_receive ... --template -s SENTSINCE -s '{rfc2822date("now","-1 day")}' + +The output of {rfc2822date("now","-1 day")} looks like this: 29-Sep-2009 and is suitable for use +with BEFORE, ON, SENTBEFORE, SENTON, SENTSINCE, and SINCE. + +I have seen some email clients use a different format in the Date field, +like September 17, 2009 9:46:51 AM PDT. To specify an arbitrary format like this one, write this: + + $ check_imap_receive ... --template -s HEADER -s Delivery-Date -s '{date("%B %e, %Y %i:%M:%S %p %Z","now","-4 hours")}' + +You can use BEFORE, ON, SENTBEFORE, SENTON, SENTSINCE, or SINCE to search for messages that arrived +on, before, or after a given day but not on, before, or after a specific time on that day. + +To search for messages that arrived on, before, or after a specific time you have to use the +Delivery-Date or another date field, like with -s HEADER -s Delivery-Date in the example above. + +See the Date::Manip manual for more information on the allowed expressions for date and delta strings. + +=item --hires + +Use the Time::HiRes module to measure time, if available. + +=item --verbose + +Display additional information. Useful for troubleshooting. Use together with --version to see the default +warning and critical timeout values. + +If the selected mailbox was not found, you can use verbosity level 3 (-vvv) to display a list of all +available mailboxes on the server. + +Also known as: -v + +=item --version + +Display plugin version and exit. +Also known as: -V + +=item --help + +Display this documentation and exit. Does not work in the ePN version. +Also known as: -h + +=item --usage + +Display a short usage instruction and exit. + +=back + +=head1 EXAMPLES + +=head2 Report how many emails are in the mailbox + + $ check_imap_receive -H mail.server.net --username mailuser --password mailpass + -s ALL --nodelete + + IMAP RECEIVE OK - 1 seconds, 7 found + +=head2 Report the email with the highest value + +Suppose your mailbox has some emails from an automated script and that a message +from this script typically looks like this (abbreviated): + + To: mailuser@server.net + From: autoscript@server.net + Subject: Results of Autoscript + Date: Wed, 09 Nov 2005 08:30:40 -0800 + Message-ID: + + Homeruns 5 + +And further suppose that you are interested in reporting the message that has the +highest number of home runs, and also to leave this message in the mailbox for future +checks, but remove the other matching messages with lesser values: + + $ check_imap_receive -H mail.server.net --username mailuser --password mailpass + -s SUBJECT -s "Results of Autoscript" --capture-max "Homeruns (\d+)" --nodelete-captured + + IMAP RECEIVE OK - 1 seconds, 3 found, 1 captured, 5 max, 2 deleted + +=head2 Troubleshoot your search parameters + +Add the --nodelete and --imap-retries=1 parameters to your command line. + +=head1 EXIT CODES + +Complies with the Nagios plug-in specification: + 0 OK The plugin was able to check the service and it appeared to be functioning properly + 1 Warning The plugin was able to check the service, but it appeared to be above some "warning" threshold or did not appear to be working properly + 2 Critical The plugin detected that either the service was not running or it was above some "critical" threshold + 3 Unknown Invalid command line arguments were supplied to the plugin or the plugin was unable to check the status of the given hosts/service + +=head1 NAGIOS PLUGIN NOTES + +Nagios plugin reference: http://nagiosplug.sourceforge.net/developer-guidelines.html + +This plugin does NOT use Nagios DEFAULT_SOCKET_TIMEOUT (provided by utils.pm as $TIMEOUT) because +the path to utils.pm must be specified completely in this program and forces users to edit the source +code if their install location is different (if they realize this is the problem). You can view +the default timeout for this module by using the --verbose and --version options together. The +short form is -vV. + +Other than that, it attempts to follow published guidelines for Nagios plugins. + +=head1 SEE ALSO + +http://nagios.org/ +http://search.cpan.org/~djkernen/Mail-IMAPClient-2.2.9/IMAPClient.pod +http://search.cpan.org/~markov/Mail-IMAPClient-3.00/lib/Mail/IMAPClient.pod + +=head1 CHANGES + + Wed Oct 29 11:00:00 PST 2005 + + version 0.1 + + Wed Nov 9 09:53:32 PST 2005 + + added delete/nodelete option. deleting found messages is still default behavior. + + added capture-max option + + added nodelete-captured option + + added mailbox option + + added eval/alarm block to implement -c option + + now using an inline PluginReport package to generate the report + + copyright notice and GNU GPL + + version 0.2 + + Thu Apr 20 14:00:00 CET 2006 (by Johan Nilsson ) + + version 0.2.1 + + added support for multiple polls of imap-server, with specified intervals + + Tue Apr 24 21:17:53 PDT 2007 + + now there is an alternate version (same but without embedded perl POD) that is compatible with the new new embedded-perl Nagios feature + + added patch from Benjamin Ritcey for SSL support on machines that have an SSL-enabled + + version 0.2.3 + + Fri Apr 27 18:56:50 PDT 2007 + + fixed problem that "Invalid search parameters" was not printed because of missing newline to flush it + + warnings and critical errors now try to append error messages received from the IMAP client + + changed connection error to display timeout only if timeout was the error + + documentation now mentions every command-line option accepted by the plugin, including abbreviations + + added abbreviations U for username, P for password, m for mailbox + + fixed bug that imap-check-interval applied even after the last try (imap-retries) when it was not necessary + + the IMAP expunge command is not sent unless at least one message is deleted + + fixed bug that the "no messages" warning was printed even if some messages were found + + version 0.3 + + Sun Oct 21 14:08:07 PDT 2007 + + added port info to the "could not connect" error message + + fixed bug that occurred when using --ssl --port 143 which caused port to remain at the default 993 imap/ssl port + + added clarity shortcuts --search-subject and --search-header + + port is no longer a required option. defaults to 143 for regular IMAP and 993 for IMAP/SSL + + version 0.3.1 + + Sun Oct 21 20:41:56 PDT 2007 + + reworked ssl support to use IO::Socket::SSL instead of the convenience method Mail::IMAPClient->Ssl (which is not included in the standard Mail::IMAPClient package) + + removed clarity shortcuts (bad idea, code bloat) + + version 0.4 + + Tue Dec 4 07:05:27 PST 2007 + + added version check to _read_line workaround for SSL-related bug in Mail::IMAPClient version 2.2.9 ; newer versions fixed the bug + + added --usage option because the official nagios plugins have both --help and --usage + + added --timeout option to match the official nagios plugins + + fixed some minor pod formatting issues for perldoc + + version 0.4.1 + + Sat Dec 15 07:39:59 PST 2007 + + improved compatibility with Nagios embedded perl (ePN) + + version 0.4.2 + + Mon Jan 7 21:35:23 PST 2008 + + changed version check for Mail::IMAPClient version 2.2.9 to use string comparison le "2.2.9" + + fixed bug where script was dying on socket->autoflush when socket does not exist because autoflush was being called before checking the socket object + + version 0.4.3 + + Mon Feb 11 19:13:38 PST 2008 + + fixed a bug for embedded perl version, variable "%status" will not stay shared in load_modules + + version 0.4.4 + + Mon May 26 08:33:27 PDT 2008 + + fixed a bug for number captured, it now reflects number of messages captured instead of always returning "1" + + added --capture-min option to complement --capture-max + + added --search-critical-min to trigger a CRITICAL alert if number of messages found is less than argument, with default 1. + + fixed warning and critical messages to use "more than" or "less than" instead of the angle brackets, to make them more web friendly + + version 0.5 + + Wed Jul 2 14:59:05 PDT 2008 + + fixed a bug for not finding a message after the first try, by reselecting the mailbox before each search + + version 0.5.1 + + Sat Dec 13 08:57:29 PST 2008 + + added --download option to allow local searching of messages (useful if your server has an index that handles searching but it takes a while before new emails show up and you want immediate results), supports only the TEXT, BODY, SUBJECT, and HEADER search keys + + added --download-max option to set a limit on number of messages downloaded with --download + + version 0.6.0 + + Wed Sep 30 23:25:33 PDT 2009 + + fixed --download-max option (was incorrectly looking for --download_max). currently both will work, in the future only --download-max will work + + added --template option to allow arbitrary substitutions for search parameters, and provided three convenience functions for working with dates + + added date search criteria to the --download option: SENTBEFORE, SENTON, and SENTSINCE which check the Date header and allow hours and minutes in addition to dates (whereas the IMAP standard only allows dates) + + added --search-critical-max to trigger a CRITICAL alert if number of messages found is more than argument, disabled by default. + + fixed a bug in --download --search where messages would match even though they failed the search criteria + + changed behavior of --download-max to look at the most recent messages first (hopefully); the IMAP protocol doesn't guarantee the order that the messages are returned but I observed that many mail servers return them in chronological order; so now --download-max reverses the order to look at the newer messages first + + added performance data for use with PNP4Nagios! + + version 0.7.0 + + Fri Oct 2 15:22:00 PDT 2009 + + added --search-warning-max and --search-warning-min to trigger a WARNING alert if number of messages is more than or less than the specified number. + + fixed --download option not to fail with CRITICAL if mailbox is empty; now this can be configured with --search-warning-min or --search-critical-min + + version 0.7.1 + + Sat Nov 21 18:27:17 PST 2009 + + fixed problem with using --download option on certain mail servers by turning on the IgnoreSizeErrors feature in IMAPClient + + added --peek option to prevent marking messages as seen + + version 0.7.2 + + Tue Jan 5 12:13:53 PST 2010 + + added error message and exit with unknown status when an unrecognized IMAP search criteria is encountered by the --download --search option + + Wed May 5 11:14:51 PDT 2010 + + added mailbox list when mailbox is not found and verbose level 3 is on (-vvv) + + version 0.7.3 + + Tue Mar 8 18:58:14 AST 2011 + + updated documentation for --search and --template to mention rfc5032 extensions (thanks to Stuart Henderson) + + Fri May 6 08:35:09 AST 2011 + + added --hires option to enable use of Time::Hires if available + + version 0.7.4 + +=head1 AUTHOR + +Jonathan Buhacoff + +=head1 COPYRIGHT AND LICENSE + + Copyright (C) 2005-2011 Jonathan Buhacoff + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + http://www.gnu.org/licenses/gpl.txt + +=cut + diff --git a/pu/libexec/check_ipmi_sun_chassis.pl b/pu/libexec/check_ipmi_sun_chassis.pl new file mode 100644 index 0000000..08638fc --- /dev/null +++ b/pu/libexec/check_ipmi_sun_chassis.pl @@ -0,0 +1,46 @@ +#!/usr/bin/perl + +%Monitors = ( + "Power Overload" => 1, + "Main Power Fault" => 1, + "Power Control Fault" => 1, + "Drive Fault" => 1, + "Cooling/Fan Fault" => 1 +); + +open(I, "/dev/ipmi0") or &unknown("Unable to open IPMI device"); +close I; + +open(I, "ipmitool -I open chassis status|") or &unknown("Unable to run IPMI command"); + +$code = 0; +while () { + chop; + s/ *: /:/; + ($mon, $state) = split /:/; + if ($Monitors{$mon} and $state ne "false") { + push @result, $mon; + $code = 2; + } +} + +close I; + +if ($code == 0) { + print "OK: no chassis faults\n"; + exit 0; +} + +else { + $result = join ", ", @result; + print "CRITICAL: $result\n"; + exit $code; +} + + +sub unknown +{ + print "UNKNOWN: @_[0]\n"; + exit 3; +} + diff --git a/pu/libexec/check_ircd b/pu/libexec/check_ircd new file mode 100644 index 0000000..7711282 --- /dev/null +++ b/pu/libexec/check_ircd @@ -0,0 +1,239 @@ +#!/usr/local/bin/perl -w + +# ----------------------------------------------------------------------------- +# File Name: check_ircd.pl +# +# Author: Richard Mayhew - South Africa +# +# Date: 1999/09/20 +# +# +# Description: This script will check to see if an IRCD is running +# about how many users it has +# +# Email: netsaint@splash.co.za +# +# ----------------------------------------------------------------------------- +# Copyright 1999 (c) Richard Mayhew +# +# If any changes are made to this script, please mail me a copy of the +# changes :) +# +# Some code taken from Charlie Cook (check_disk.pl) +# +# License GPL +# +# ----------------------------------------------------------------------------- +# Date Author Reason +# ---- ------ ------ +# +# 1999/09/20 RM Creation +# +# 1999/09/20 TP Changed script to use strict, more secure by +# specifying $ENV variables. The bind command is +# still insecure through. Did most of my work +# with perl -wT and 'use strict' +# +# test using check_ircd.pl (irc-2.mit.edu|irc.erols.com|irc.core.com) +# 2002/05/02 SG Fixed for Embedded Perl +# + +# ----------------------------------------------------------------[ Require ]-- + +require 5.004; + +# -------------------------------------------------------------------[ Uses ]-- + +use Socket; +use strict; +use Getopt::Long; +use vars qw($opt_V $opt_h $opt_t $opt_p $opt_H $opt_w $opt_c $verbose); +use vars qw($PROGNAME); +use FindBin; +use lib "$FindBin::Bin"; +use lib '/usr/local/monitoring/libexec'; +use utils qw($TIMEOUT %ERRORS &print_revision &support &usage); + +# ----------------------------------------------------[ Function Prototypes ]-- + +sub print_help (); +sub print_usage (); +sub connection ($$$$); +sub bindRemote ($$); + +# -------------------------------------------------------------[ Enviroment ]-- + +$ENV{'PATH'}='/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'; +$ENV{'BASH_ENV'}=''; +$ENV{'ENV'}=''; + +# -----------------------------------------------------------------[ Global ]-- + +$PROGNAME = "check_ircd"; +my $NICK="ircd$$"; +my $USER_INFO="monitor localhost localhost : "; + +# -------------------------------------------------------------[ connection ]-- +sub connection ($$$$) +{ + my ($in_remotehost,$in_users,$in_warn,$in_crit) = @_; + my $state; + my $answer; + + print "connection(debug): users = $in_users\n" if $verbose; + $in_users =~ s/\ //g; + + if ($in_users >= 0) { + + if ($in_users > $in_crit) { + $state = "CRITICAL"; + $answer = "Critical Number Of Clients Connected : $in_users (Limit = $in_crit)\n"; + + } elsif ($in_users > $in_warn) { + $state = "WARNING"; + $answer = "Warning Number Of Clients Connected : $in_users (Limit = $in_warn)\n"; + + } else { + $state = "OK"; + $answer = "IRCD ok - Current Local Users: $in_users\n"; + } + + } else { + $state = "UNKNOWN"; + $answer = "Server $in_remotehost has less than 0 users! Something is Really WRONG!\n"; + } + + print ClientSocket "quit\n"; + print $answer; + exit $ERRORS{$state}; +} + +# ------------------------------------------------------------[ print_usage ]-- + +sub print_usage () { + print "Usage: $PROGNAME -H [-w ] [-c ] [-p ]\n"; +} + +# -------------------------------------------------------------[ print_help ]-- + +sub print_help () +{ + print_revision($PROGNAME,'2.1.1'); + print "Copyright (c) 2000 Richard Mayhew/Karl DeBisschop + +Perl Check IRCD plugin for monitoring + +"; + print_usage(); + print " +-H, --hostname=HOST + Name or IP address of host to check +-w, --warning=INTEGER + Number of connected users which generates a warning state (Default: 50) +-c, --critical=INTEGER + Number of connected users which generates a critical state (Default: 100) +-p, --port=INTEGER + Port that the ircd daemon is running on (Default: 6667) +-v, --verbose + Print extra debugging information +"; +} + +# -------------------------------------------------------------[ bindRemote ]-- + +sub bindRemote ($$) +{ + my ($in_remotehost, $in_remoteport) = @_; + my $proto = getprotobyname('tcp'); + my $sockaddr; + my $that; + my ($name, $aliases,$type,$len,$thataddr) = gethostbyname($in_remotehost); + + if (!socket(ClientSocket,AF_INET, SOCK_STREAM, $proto)) { + print "IRCD UNKNOWN: Could not start socket ($!)\n"; + exit $ERRORS{"UNKNOWN"}; + } + $sockaddr = 'S n a4 x8'; + $that = pack($sockaddr, AF_INET, $in_remoteport, $thataddr); + if (!connect(ClientSocket, $that)) { + print "IRCD UNKNOWN: Could not connect socket ($!)\n"; + exit $ERRORS{"UNKNOWN"}; + } + select(ClientSocket); $| = 1; select(STDOUT); + return \*ClientSocket; +} + +# ===================================================================[ MAIN ]== + +MAIN: +{ + my $hostname; + + Getopt::Long::Configure('bundling'); + GetOptions + ("V" => \$opt_V, "version" => \$opt_V, + "h" => \$opt_h, "help" => \$opt_h, + "v" => \$verbose,"verbose" => \$verbose, + "t=i" => \$opt_t, "timeout=i" => \$opt_t, + "w=i" => \$opt_w, "warning=i" => \$opt_w, + "c=i" => \$opt_c, "critical=i" => \$opt_c, + "p=i" => \$opt_p, "port=i" => \$opt_p, + "H=s" => \$opt_H, "hostname=s" => \$opt_H); + + if ($opt_V) { + print_revision($PROGNAME,'2.1.1'); + exit $ERRORS{'OK'}; + } + + if ($opt_h) {print_help(); exit $ERRORS{'OK'};} + + ($opt_H) || ($opt_H = shift @ARGV) || usage("Host name/address not specified\n"); + my $remotehost = $1 if ($opt_H =~ /([-.A-Za-z0-9]+)/); + ($remotehost) || usage("Invalid host: $opt_H\n"); + + ($opt_w) || ($opt_w = shift @ARGV) || ($opt_w = 50); + my $warn = $1 if ($opt_w =~ /^([0-9]+)$/); + ($warn) || usage("Invalid warning threshold: $opt_w\n"); + + ($opt_c) || ($opt_c = shift @ARGV) || ($opt_c = 100); + my $crit = $1 if ($opt_c =~ /^([0-9]+)$/); + ($crit) || usage("Invalid critical threshold: $opt_c\n"); + + ($opt_p) || ($opt_p = shift @ARGV) || ($opt_p = 6667); + my $remoteport = $1 if ($opt_p =~ /^([0-9]+)$/); + ($remoteport) || usage("Invalid port: $opt_p\n"); + + if ($opt_t && $opt_t =~ /^([0-9]+)$/) { $TIMEOUT = $1; } + + # Just in case of problems, let's not hang the monitoring system + $SIG{'ALRM'} = sub { + print "Somthing is Taking a Long Time, Increase Your TIMEOUT (Currently Set At $TIMEOUT Seconds)\n"; + exit $ERRORS{"UNKNOWN"}; + }; + + alarm($TIMEOUT); + + my ($name, $alias, $proto) = getprotobyname('tcp'); + + print "MAIN(debug): binding to remote host: $remotehost -> $remoteport\n" if $verbose; + my $ClientSocket = &bindRemote($remotehost,$remoteport); + + print ClientSocket "NICK $NICK\nUSER $USER_INFO\n"; + + while () { + print "MAIN(debug): default var = $_\n" if $verbose; + + # DALnet,LagNet,UnderNet etc. Require this! + # Replies with a PONG when presented with a PING query. + # If a server doesn't require it, it will be ignored. + + if (m/^PING (.*)/) {print ClientSocket "PONG $1\n";} + + alarm(0); + + # Look for pattern in IRCD Output to gather Client Connections total. + connection($remotehost,$1,$warn,$crit) if (m/:I have\s+(\d+)/); + } + print "IRCD UNKNOWN: Unknown error - maybe could not authenticate\n"; + exit $ERRORS{"UNKNOWN"}; +} diff --git a/pu/libexec/check_jabber b/pu/libexec/check_jabber new file mode 100644 index 0000000..e6ec383 Binary files /dev/null and b/pu/libexec/check_jabber differ diff --git a/pu/libexec/check_keyserver.sh b/pu/libexec/check_keyserver.sh new file mode 100644 index 0000000..e407403 --- /dev/null +++ b/pu/libexec/check_keyserver.sh @@ -0,0 +1,25 @@ +#!/bin/sh + +# Usage: check_keyserver m/s host +# m/s: 0 -> master, 1 -> slave + +result=`/usr/local/monitoring/princeton/ksping_linux -t $1 $2` + +case $? in +0) + echo OK: $result + exit 0 + ;; + +[367]) + echo CRITICAL: $result + exit 2 + ;; + +*) + echo UNKNOWN: $result + exit 3; + ;; + +esac + diff --git a/pu/libexec/check_keyserver_mme_service.sh b/pu/libexec/check_keyserver_mme_service.sh new file mode 100644 index 0000000..d0ceadd --- /dev/null +++ b/pu/libexec/check_keyserver_mme_service.sh @@ -0,0 +1,46 @@ +#!/bin/sh +# +BINDIR=/usr/local/monitoring/princeton +# Run ksping on a pair of keyservers +kprimary=$1 +kshadow1=$2 +kshadow2=$3 +incnt=0 +# Check the primary server +$BINDIR/ksping_linux -q $kprimary.princeton.edu +RC1=$? +# echo $RC1 +if [ '(' $RC1 -eq 3 ')' -o '(' $RC1 -eq 6 ')' -o '(' $RC1 -eq 7 ')' ] +## if [ 2 -eq 3 ] +then + incnt=`expr $incnt + 1` +# echo $incnt +fi +# Check the shadow1 server +$BINDIR/ksping_linux -q -t 1 $kshadow1.princeton.edu +RC2=$? +# echo $RC2 +if [ '(' $RC2 -eq 3 ')' -o '(' $RC2 -eq 6 ')' -o '(' $RC2 -eq 7 ')' ] +## if [ 4 -eq 4 ] +then + incnt=`expr $incnt + 1` +# echo $incnt +fi +# Check the shadow2 server +$BINDIR/ksping_linux -q -t 1 $kshadow2.princeton.edu +RC3=$? +# echo $RC3 +if [ '(' $RC3 -eq 3 ')' -o '(' $RC3 -eq 6 ')' -o '(' $RC3 -eq 7 ')' ] +# if [ 3 -eq 6 ] + then + incnt=`expr $incnt + 1` +# echo $incnt +fi +if [ $incnt -eq 3 ] +then + echo "Keyservice is down" + exit 2 +else + echo "Keyservice is up" + exit 0 +fi diff --git a/pu/libexec/check_keyserver_service.sh b/pu/libexec/check_keyserver_service.sh new file mode 100644 index 0000000..df2eaf4 --- /dev/null +++ b/pu/libexec/check_keyserver_service.sh @@ -0,0 +1,23 @@ +#!/bin/sh +# +BINDIR=/usr/local/monitoring/princeton +# Run ksping on a pair of keyservers +kprimary=$1 +kshadow=$2 +# Check the primary server +$BINDIR/ksping_linux -q $kprimary.princeton.edu +RC1=$? +# Check the shadow server +$BINDIR/ksping_linux -q -t 1 $kshadow.princeton.edu +RC2=$? +if [ '(' $RC1 -eq 3 ')' -o '(' $RC1 -eq 6 ')' -o '(' $RC1 -eq 7 ')' ] +then + if [ '(' $RC2 -eq 3 ')' -o '(' $RC2 -eq 6 ')' -o '(' $RC2 -eq 7 ')' ] + then + echo "$kprimary and $kshadow Keyservers are BOTH down" + exit 2 + fi +else + echo "Keyservice is up" + exit 0 +fi diff --git a/pu/libexec/check_ldap b/pu/libexec/check_ldap new file mode 100644 index 0000000..0a993dd Binary files /dev/null and b/pu/libexec/check_ldap differ diff --git a/pu/libexec/check_ldap_pu b/pu/libexec/check_ldap_pu new file mode 100644 index 0000000..c5e9a26 Binary files /dev/null and b/pu/libexec/check_ldap_pu differ diff --git a/pu/libexec/check_ldaps b/pu/libexec/check_ldaps new file mode 100644 index 0000000..0a993dd Binary files /dev/null and b/pu/libexec/check_ldaps differ diff --git a/pu/libexec/check_linux_active_mem.pl b/pu/libexec/check_linux_active_mem.pl new file mode 100644 index 0000000..f295b9f --- /dev/null +++ b/pu/libexec/check_linux_active_mem.pl @@ -0,0 +1,42 @@ +#!/usr/bin/perl + +use Getopt::Std; + +if (!getopts("w:c:")) { + print "active_mem UNKNOWN: incorrect arguments given\n"; + exit 3; +} + +if (!open(MEM, "/proc/meminfo")) { + print "active_mem UNKNOWN: unable to open /proc/meminfo\n"; + exit 3; +} + +while () { + if (/^MemTotal/) { + chomp; + @a = split; + $tot = $a[1]; + } + + if (/^Active/) { + chomp; + @a = split; + $act = $a[1]; + } +} + +$pct = int($act * 100 / $tot); + +if (defined($opt_c) and $pct > $opt_c) { + print "active_mem CRITICAL: pct=$pct |active_mem=$pct%\n"; + exit 2; +} + +if (defined($opt_w) and $pct > $opt_w) { + print "active_mem WARNING: pct=$pct |active_mem=$pct%\n"; + exit 2; +} + +print "active_mem OK: pct=$pct |active_mem=$pct%\n"; + diff --git a/pu/libexec/check_load b/pu/libexec/check_load new file mode 100644 index 0000000..2208e00 Binary files /dev/null and b/pu/libexec/check_load differ diff --git a/pu/libexec/check_log b/pu/libexec/check_log new file mode 100644 index 0000000..4cb52c1 --- /dev/null +++ b/pu/libexec/check_log @@ -0,0 +1,210 @@ +#!/bin/sh +# +# Log file pattern detector plugin for monitoring +# Written by Ethan Galstad (nagios@nagios.org) +# Last Modified: 07-31-1999 +# +# Usage: ./check_log +# +# Description: +# +# This plugin will scan a log file (specified by the option) +# for a specific pattern (specified by the option). Successive +# calls to the plugin script will only report *new* pattern matches in the +# log file, since an copy of the log file from the previous run is saved +# to . +# +# Output: +# +# On the first run of the plugin, it will return an OK state with a message +# of "Log check data initialized". On successive runs, it will return an OK +# state if *no* pattern matches have been found in the *difference* between the +# log file and the older copy of the log file. If the plugin detects any +# pattern matches in the log diff, it will return a CRITICAL state and print +# out a message is the following format: "(x) last_match", where "x" is the +# total number of pattern matches found in the file and "last_match" is the +# last entry in the log file which matches the pattern. +# +# Notes: +# +# If you use this plugin make sure to keep the following in mind: +# +# 1. The "max_attempts" value for the service should be 1, as this will +# prevent the monitoring system from retrying the service check (the +# next time the check is run it will not produce the same results). +# +# 2. The "notify_recovery" value for the service should be 0, so that the +# monitoring system does not notify you of "recoveries" for the check. +# Since pattern matches in the log file will only be reported once and +# not the next time, there will always be "recoveries" for the service, +# even though recoveries really don't apply to this type of check. +# +# 3. You *must* supply a different for each service that +# you define to use this plugin script - even if the different services +# check the same for pattern matches. This is necessary +# because of the way the script operates. +# +# Examples: +# +# Check for login failures in the syslog... +# +# check_log /var/log/messages ./check_log.badlogins.old "LOGIN FAILURE" +# +# Check for port scan alerts generated by Psionic's PortSentry software... +# +# check_log /var/log/message ./check_log.portscan.old "attackalert" +# + +# Paths to commands used in this script. These +# may have to be modified to match your system setup. + +PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" +export PATH +PROGNAME=`basename $0` +PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` +REVISION="2.1.1" + +. $PROGPATH/utils.sh + +print_usage() { + echo "Usage: $PROGNAME -F logfile -O oldlog -q query" + echo "Usage: $PROGNAME --help" + echo "Usage: $PROGNAME --version" +} + +print_help() { + print_revision $PROGNAME $REVISION + echo "" + print_usage + echo "" + echo "Log file pattern detector plugin for monitoring" + echo "" + support +} + +# Make sure the correct number of command line +# arguments have been supplied + +if [ $# -lt 1 ]; then + print_usage + exit $STATE_UNKNOWN +fi + +# Grab the command line arguments + +#logfile=$1 +#oldlog=$2 +#query=$3 +exitstatus=$STATE_WARNING #default +while test -n "$1"; do + case "$1" in + --help) + print_help + exit $STATE_OK + ;; + -h) + print_help + exit $STATE_OK + ;; + --version) + print_revision $PROGNAME $REVISION + exit $STATE_OK + ;; + -V) + print_revision $PROGNAME $REVISION + exit $STATE_OK + ;; + --filename) + logfile=$2 + shift + ;; + -F) + logfile=$2 + shift + ;; + --oldlog) + oldlog=$2 + shift + ;; + -O) + oldlog=$2 + shift + ;; + --query) + query=$2 + shift + ;; + -q) + query=$2 + shift + ;; + -x) + exitstatus=$2 + shift + ;; + --exitstatus) + exitstatus=$2 + shift + ;; + *) + echo "Unknown argument: $1" + print_usage + exit $STATE_UNKNOWN + ;; + esac + shift +done + +# If the source log file doesn't exist, exit + +if [ ! -e $logfile ]; then + echo "Log check error: Log file $logfile does not exist!" + exit $STATE_UNKNOWN +elif [ ! -r $logfile ] ; then + echo "Log check error: Log file $logfile is not readable!" + exit $STATE_UNKNOWN +fi + +# If the old log file doesn't exist, this must be the first time +# we're running this test, so copy the original log file over to +# the old diff file and exit + +if [ ! -e $oldlog ]; then + cat $logfile > $oldlog + echo "Log check data initialized..." + exit $STATE_OK +fi + +# The old log file exists, so compare it to the original log now + +# The temporary file that the script should use while +# processing the log file. +if [ -x /bin/mktemp ]; then + tempdiff=`/bin/mktemp /tmp/check_log.XXXXXXXXXX` +else + tempdiff=`/bin/date '+%H%M%S'` + tempdiff="/tmp/check_log.${tempdiff}" + touch $tempdiff + chmod 600 $tempdiff +fi + +diff $logfile $oldlog | grep -v "^>" > $tempdiff + +# Count the number of matching log entries we have +count=`grep -c "$query" $tempdiff` + +# Get the last matching entry in the diff file +lastentry=`grep "$query" $tempdiff | tail -1` + +rm -f $tempdiff +cat $logfile > $oldlog + +if [ "$count" = "0" ]; then # no matches, exit with no error + echo "Log check ok - 0 pattern matches found" + exitstatus=$STATE_OK +else # Print total matche count and the last entry we found + echo "($count) $lastentry" + exitstatus=$STATE_CRITICAL +fi + +exit $exitstatus diff --git a/pu/libexec/check_maestro_procs.sh b/pu/libexec/check_maestro_procs.sh new file mode 100644 index 0000000..ff03fcf --- /dev/null +++ b/pu/libexec/check_maestro_procs.sh @@ -0,0 +1,38 @@ +#!/bin/sh + +############################# Main portion of script ########################## +# Console Comment + +COMMENT="This rule checks key maestro processes - NETMAN, BATCHMAN, JOBMAN" + +# This function checks to see if the processes are running, and sets the exit code. + EXIT_CODE=0 +incnt=1 +for x in netman batchman jobman + do + PROCESS=${x} +PID=`ps -ef |grep -i $PROCESS |grep -v grep |awk '{print $2}'` +if [ -z "$PID" ]; then + STATUS=FAIL +result=`echo "$PROCESS down"` + EXIT_CODE=1 +else + STATUS=PASS +result=`echo "$PROCESS up"` +fi +case $PROCESS in + netman) + netman_status=$result + ;; + batchman) + batchman_status=$result + ;; + jobman) + jobman_status=$result + ;; +esac +incnt=`expr $incnt + 1` +done + SUMMARY=`echo $netman_status $batchman_status $jobman_status` +echo $SUMMARY +exit $EXIT_CODE diff --git a/pu/libexec/check_mailq b/pu/libexec/check_mailq new file mode 100644 index 0000000..0f043b1 --- /dev/null +++ b/pu/libexec/check_mailq @@ -0,0 +1,672 @@ +#!/usr/local/bin/perl -w + +# check_mailq - check to see how many messages are in the smtp queue awating +# transmittal. +# +# Initial version support sendmail's mailq command +# Support for mutiple sendmail queues (Carlos Canau) +# Support for qmail (Benjamin Schmid) + +# License Information: +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 +# USA +# +############################################################################ + +use POSIX; +use strict; +use Getopt::Long; +use vars qw($opt_V $opt_h $opt_v $verbose $PROGNAME $opt_w $opt_c $opt_t + $opt_M $mailq $status $state $msg $msg_q $msg_p $opt_W $opt_C $mailq @lines + %srcdomains %dstdomains); +use FindBin; +use lib "$FindBin::Bin"; +use lib '/usr/local/monitoring/libexec'; +use utils qw(%ERRORS &print_revision &support &usage ); + + +sub print_help (); +sub print_usage (); +sub process_arguments (); + +$ENV{'PATH'}='/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin'; +$ENV{'BASH_ENV'}=''; +$ENV{'ENV'}=''; +$PROGNAME = "check_mailq"; +$mailq = 'sendmail'; # default +$msg_q = 0 ; +$msg_p = 0 ; +$state = $ERRORS{'UNKNOWN'}; + +Getopt::Long::Configure('bundling'); +$status = process_arguments(); +if ($status){ + print "ERROR: processing arguments\n"; + exit $ERRORS{"UNKNOWN"}; +} + +$SIG{'ALRM'} = sub { + print ("ERROR: timed out waiting for $utils::PATH_TO_MAILQ \n"); + exit $ERRORS{"WARNING"}; +}; +alarm($opt_t); + +# switch based on MTA + +if ($mailq eq "sendmail") { + + ## open mailq + if ( defined $utils::PATH_TO_MAILQ && -x $utils::PATH_TO_MAILQ ) { + if (! open (MAILQ, "$utils::PATH_TO_MAILQ | " ) ) { + print "ERROR: could not open $utils::PATH_TO_MAILQ \n"; + exit $ERRORS{'UNKNOWN'}; + } + }elsif( defined $utils::PATH_TO_MAILQ){ + unless (-x $utils::PATH_TO_MAILQ) { + print "ERROR: $utils::PATH_TO_MAILQ is not executable by (uid $>:gid($)))\n"; + exit $ERRORS{'UNKNOWN'}; + } + } else { + print "ERROR: \$utils::PATH_TO_MAILQ is not defined\n"; + exit $ERRORS{'UNKNOWN'}; + } +# single queue empty +##/var/spool/mqueue is empty +# single queue: 1 +## /var/spool/mqueue (1 request) +##----Q-ID---- --Size-- -----Q-Time----- ------------Sender/Recipient------------ +##h32E30p01763 2782 Wed Apr 2 15:03 +## 8BITMIME +## + +# multi queue empty +##/var/spool/mqueue/q0/df is empty +##/var/spool/mqueue/q1/df is empty +##/var/spool/mqueue/q2/df is empty +##/var/spool/mqueue/q3/df is empty +##/var/spool/mqueue/q4/df is empty +##/var/spool/mqueue/q5/df is empty +##/var/spool/mqueue/q6/df is empty +##/var/spool/mqueue/q7/df is empty +##/var/spool/mqueue/q8/df is empty +##/var/spool/mqueue/q9/df is empty +##/var/spool/mqueue/qA/df is empty +##/var/spool/mqueue/qB/df is empty +##/var/spool/mqueue/qC/df is empty +##/var/spool/mqueue/qD/df is empty +##/var/spool/mqueue/qE/df is empty +##/var/spool/mqueue/qF/df is empty +## Total Requests: 0 +# multi queue: 1 +##/var/spool/mqueue/q0/df is empty +##/var/spool/mqueue/q1/df is empty +##/var/spool/mqueue/q2/df is empty +## /var/spool/mqueue/q3/df (1 request) +##----Q-ID---- --Size-- -----Q-Time----- ------------Sender/Recipient------------ +##h32De2f23534* 48 Wed Apr 2 14:40 nocol +## nouserATEUnet.pt +## canau +##/var/spool/mqueue/q4/df is empty +##/var/spool/mqueue/q5/df is empty +##/var/spool/mqueue/q6/df is empty +##/var/spool/mqueue/q7/df is empty +##/var/spool/mqueue/q8/df is empty +##/var/spool/mqueue/q9/df is empty +##/var/spool/mqueue/qA/df is empty +##/var/spool/mqueue/qB/df is empty +##/var/spool/mqueue/qC/df is empty +##/var/spool/mqueue/qD/df is empty +##/var/spool/mqueue/qE/df is empty +##/var/spool/mqueue/qF/df is empty +## Total Requests: 1 + + + while () { + + # match email addr on queue listing + if ( (/<.*@.*\.(\w+\.\w+)>/) || (/<.*@(\w+\.\w+)>/) ) { + my $domain = $1; + if (/^\w+/) { + print "$utils::PATH_TO_MAILQ = srcdomain = $domain \n" if $verbose ; + $srcdomains{$domain} ++; + } + next; + } + + # + # ... + # sendmail considers a message with more than one destiny, say N, to the same MX + # to have N messages in queue. + # we will only consider one in this code + if (( /\s\(reply:\sread\serror\sfrom\s.*\.(\w+\.\w+)\.$/ ) || ( /\s\(reply:\sread\serror\sfrom\s(\w+\.\w+)\.$/ ) || + ( /\s\(timeout\swriting\smessage\sto\s.*\.(\w+\.\w+)\.:/ ) || ( /\s\(timeout\swriting\smessage\sto\s(\w+\.\w+)\.:/ ) || + ( /\s\(host\smap:\slookup\s\(.*\.(\w+\.\w+)\):/ ) || ( /\s\(host\smap:\slookup\s\((\w+\.\w+)\):/ ) || + ( /\s\(Deferred:\s.*\s.*\.(\w+\.\w+)\.\)/ ) || ( /\s\(Deferred:\s.*\s(\w+\.\w+)\.\)/ ) ) { + + print "$utils::PATH_TO_MAILQ = dstdomain = $1 \n" if $verbose ; + $dstdomains{$1} ++; + } + + if (/\s+\(I\/O\serror\)/) { + print "$utils::PATH_TO_MAILQ = dstdomain = UNKNOWN \n" if $verbose ; + $dstdomains{'UNKNOWN'} ++; + } + + # Finally look at the overall queue length + # + if (/mqueue/) { + print "$utils::PATH_TO_MAILQ = $_ "if $verbose ; + if (/ \((\d+) request/) { + # + # single queue: first line + # multi queue: one for each queue. overwrite on multi queue below + $msg_q = $1 ; + } + } elsif (/^\s+Total\sRequests:\s(\d+)$/i) { + print "$utils::PATH_TO_MAILQ = $_ \n" if $verbose ; + # + # multi queue: last line + $msg_q = $1 ; + } + + } + + + ## close mailq + + close (MAILQ); + + if ( $? ) { + print "CRITICAL: Error code ".($?>>8)." returned from $utils::PATH_TO_MAILQ",$/; + exit $ERRORS{CRITICAL}; + } + + ## shut off the alarm + alarm(0); + + + + ## now check the queue length(s) + + if ($msg_q == 0) { + $msg = "OK: $mailq mailq is empty"; + $state = $ERRORS{'OK'}; + } else { + print "msg_q = $msg_q warn=$opt_w crit=$opt_c\n" if $verbose; + + # overall queue length + if ($msg_q < $opt_w) { + $msg = "OK: $mailq mailq ($msg_q) is below threshold ($opt_w/$opt_c)"; + $state = $ERRORS{'OK'}; + }elsif ($msg_q >= $opt_w && $msg_q < $opt_c) { + $msg = "WARNING: $mailq mailq is $msg_q (threshold w = $opt_w)"; + $state = $ERRORS{'WARNING'}; + }else { + $msg = "CRITICAL: $mailq mailq is $msg_q (threshold c = $opt_c)"; + $state = $ERRORS{'CRITICAL'}; + } + + # check for domain specific queue lengths if requested + if (defined $opt_W) { + + # Apply threshold to queue lengths FROM domain + my @srckeys = sort { $srcdomains{$b} <=> $srcdomains{$a} } keys %srcdomains; + my $srcmaxkey = $srckeys[0]; + print "src max is $srcmaxkey with $srcdomains{$srcmaxkey} messages\n" if $verbose; + + if ($srcdomains{$srcmaxkey} >= $opt_W && $srcdomains{$srcmaxkey} < $opt_C) { + if ($state == $ERRORS{'OK'}) { + $msg = "WARNING: $srcdomains{$srcmaxkey} messages in queue FROM $srcmaxkey (threshold W = $opt_W)"; + $state = $ERRORS{'WARNING'}; + } elsif (($state == $ERRORS{'WARNING'}) || ($state == $ERRORS{'CRITICAL'})){ + $msg .= " -and- $srcdomains{$srcmaxkey} messages in queue FROM $srcmaxkey (threshold W = $opt_W)"; + } else { + $msg = "WARNING: $srcdomains{$srcmaxkey} messages in queue FROM $srcmaxkey (threshold W = $opt_W)"; + $state = $ERRORS{'WARNING'}; + } + } elsif ($srcdomains{$srcmaxkey} >= $opt_C) { + if ($state == $ERRORS{'OK'}) { + $msg = "CRITICAL: $srcdomains{$srcmaxkey} messages in queue FROM $srcmaxkey (threshold C = $opt_C)"; + $state = $ERRORS{'CRITICAL'}; + } elsif ($state == $ERRORS{'WARNING'}) { + $msg = "CRITICAL: $srcdomains{$srcmaxkey} messages in queue FROM $srcmaxkey (threshold C = $opt_C) -and- " . $msg; + $msg =~ s/WARNING: //; + } elsif ($state == $ERRORS{'CRITICAL'}) { + $msg .= " -and- $srcdomains{$srcmaxkey} messages in queue FROM $srcmaxkey (threshold W = $opt_W)"; + } else { + $msg = "CRITICAL: $srcdomains{$srcmaxkey} messages in queue FROM $srcmaxkey (threshold W = $opt_W)"; + $state = $ERRORS{'CRITICAL'}; + } + } else { + if ($srcdomains{$srcmaxkey} > 0) { + $msg .= " $srcdomains{$srcmaxkey} msgs. FROM $srcmaxkey is below threshold ($opt_W/$opt_C)"; + } + } + + # Apply threshold to queue lengths TO domain + my @dstkeys = sort { $dstdomains{$b} <=> $dstdomains{$a} } keys %dstdomains; + my $dstmaxkey = $dstkeys[0]; + print "dst max is $dstmaxkey with $dstdomains{$dstmaxkey} messages\n" if $verbose; + + if ($dstdomains{$dstmaxkey} >= $opt_W && $dstdomains{$dstmaxkey} < $opt_C) { + if ($state == $ERRORS{'OK'}) { + $msg = "WARNING: $dstdomains{$dstmaxkey} messages in queue TO $dstmaxkey (threshold W = $opt_W)"; + $state = $ERRORS{'WARNING'}; + } elsif (($state == $ERRORS{'WARNING'}) || ($state == $ERRORS{'CRITICAL'})){ + $msg .= " -and- $dstdomains{$dstmaxkey} messages in queue TO $dstmaxkey (threshold W = $opt_W)"; + } else { + $msg = "WARNING: $dstdomains{$dstmaxkey} messages in queue TO $dstmaxkey (threshold W = $opt_W)"; + $state = $ERRORS{'WARNING'}; + } + } elsif ($dstdomains{$dstmaxkey} >= $opt_C) { + if ($state == $ERRORS{'OK'}) { + $msg = "CRITICAL: $dstdomains{$dstmaxkey} messages in queue TO $dstmaxkey (threshold C = $opt_C)"; + $state = $ERRORS{'CRITICAL'}; + } elsif ($state == $ERRORS{'WARNING'}) { + $msg = "CRITICAL: $dstdomains{$dstmaxkey} messages in queue TO $dstmaxkey (threshold C = $opt_C) -and- " . $msg; + $msg =~ s/WARNING: //; + } elsif ($state == $ERRORS{'CRITICAL'}) { + $msg .= " -and- $dstdomains{$dstmaxkey} messages in queue TO $dstmaxkey (threshold W = $opt_W)"; + } else { + $msg = "CRITICAL: $dstdomains{$dstmaxkey} messages in queue TO $dstmaxkey (threshold W = $opt_W)"; + $state = $ERRORS{'CRITICAL'}; + } + } else { + if ($dstdomains{$dstmaxkey} > 0) { + $msg .= " $dstdomains{$dstmaxkey} msgs. TO $dstmaxkey is below threshold ($opt_W/$opt_C)"; + } + } + + } # End of queue length thresholds + + } + +} # end of ($mailq eq "sendmail") +elsif ( $mailq eq "postfix" ) { + + ## open mailq + if ( defined $utils::PATH_TO_MAILQ && -x $utils::PATH_TO_MAILQ ) { + if (! open (MAILQ, "$utils::PATH_TO_MAILQ | " ) ) { + print "ERROR: could not open $utils::PATH_TO_MAILQ \n"; + exit $ERRORS{'UNKNOWN'}; + } + }elsif( defined $utils::PATH_TO_MAILQ){ + unless (-x $utils::PATH_TO_MAILQ) { + print "ERROR: $utils::PATH_TO_MAILQ is not executable by (uid $>:gid($)))\n"; + exit $ERRORS{'UNKNOWN'}; + } + } else { + print "ERROR: \$utils::PATH_TO_MAILQ is not defined\n"; + exit $ERRORS{'UNKNOWN'}; + } + + + @lines = reverse ; + + # close qmail-qstat + close MAILQ; + + if ( $? ) { + print "CRITICAL: Error code ".($?>>8)." returned from $utils::PATH_TO_MAILQ",$/; + exit $ERRORS{CRITICAL}; + } + + ## shut off the alarm + alarm(0); + + # check queue length + if ($lines[0]=~/Kbytes in (\d+)/) { + $msg_q = $1 ; + }elsif ($lines[0]=~/Mail queue is empty/) { + $msg_q = 0; + }else{ + print "Couldn't match $utils::PATH_TO_MAILQ output\n"; + exit $ERRORS{'UNKNOWN'}; + } + + # check messages not processed + #if ($lines[1]=~/^messages in queue but not yet preprocessed: (\d+)/) { + # my $msg_p = $1; + #}else{ + # print "Couldn't match $utils::PATH_TO_MAILQ output\n"; + # exit $ERRORS{'UNKNOWN'}; + #} + + # check queue length(s) + if ($msg_q == 0){ + $msg = "OK: $mailq mailq reports queue is empty"; + $state = $ERRORS{'OK'}; + } else { + print "msg_q = $msg_q warn=$opt_w crit=$opt_c\n" if $verbose; + + # overall queue length + if ($msg_q < $opt_w) { + $msg = "OK: $mailq mailq ($msg_q) is below threshold ($opt_w/$opt_c)"; + $state = $ERRORS{'OK'}; + }elsif ($msg_q >= $opt_w && $msg_q < $opt_c) { + $msg = "WARNING: $mailq mailq is $msg_q (threshold w = $opt_w)"; + $state = $ERRORS{'WARNING'}; + }else { + $msg = "CRITICAL: $mailq mailq is $msg_q (threshold c = $opt_c)"; + $state = $ERRORS{'CRITICAL'}; + } + + # check messages not yet preprocessed (only compare is $opt_W and $opt_C + # are defined) + + #if (defined $opt_W) { + # $msg .= "[Preprocessed = $msg_p]"; + # if ($msg_p >= $opt_W && $msg_p < $opt_C ) { + # $state = $state == $ERRORS{"CRITICAL"} ? $ERRORS{"CRITICAL"} : $ERRORS{"WARNING"} ; + # }elsif ($msg_p >= $opt_C ) { + # $state = $ERRORS{"CRITICAL"} ; + # } + #} + } +} # end of ($mailq eq "postfix") +elsif ( $mailq eq "qmail" ) { + + # open qmail-qstat + if ( defined $utils::PATH_TO_QMAIL_QSTAT && -x $utils::PATH_TO_QMAIL_QSTAT ) { + if (! open (MAILQ, "$utils::PATH_TO_QMAIL_QSTAT | " ) ) { + print "ERROR: could not open $utils::PATH_TO_QMAIL_QSTAT \n"; + exit $ERRORS{'UNKNOWN'}; + } + }elsif( defined $utils::PATH_TO_QMAIL_QSTAT){ + unless (-x $utils::PATH_TO_QMAIL_QSTAT) { + print "ERROR: $utils::PATH_TO_QMAIL_QSTAT is not executable by (uid $>:gid($)))\n"; + exit $ERRORS{'UNKNOWN'}; + } + } else { + print "ERROR: \$utils::PATH_TO_QMAIL_QSTAT is not defined\n"; + exit $ERRORS{'UNKNOWN'}; + } + + @lines = ; + + # close qmail-qstat + close MAILQ; + + if ( $? ) { + print "CRITICAL: Error code ".($?>>8)." returned from $utils::PATH_TO_MAILQ",$/; + exit $ERRORS{CRITICAL}; + } + + ## shut off the alarm + alarm(0); + + # check queue length + if ($lines[0]=~/^messages in queue: (\d+)/) { + $msg_q = $1 ; + }else{ + print "Couldn't match $utils::PATH_TO_QMAIL_QSTAT output\n"; + exit $ERRORS{'UNKNOWN'}; + } + + # check messages not processed + if ($lines[1]=~/^messages in queue but not yet preprocessed: (\d+)/) { + my $msg_p = $1; + }else{ + print "Couldn't match $utils::PATH_TO_QMAIL_QSTAT output\n"; + exit $ERRORS{'UNKNOWN'}; + } + + + # check queue length(s) + if ($msg_q == 0){ + $msg = "OK: qmail-qstat reports queue is empty"; + $state = $ERRORS{'OK'}; + } else { + print "msg_q = $msg_q warn=$opt_w crit=$opt_c\n" if $verbose; + + # overall queue length + if ($msg_q < $opt_w) { + $msg = "OK: $mailq mailq ($msg_q) is below threshold ($opt_w/$opt_c)"; + $state = $ERRORS{'OK'}; + }elsif ($msg_q >= $opt_w && $msg_q < $opt_c) { + $msg = "WARNING: $mailq mailq is $msg_q (threshold w = $opt_w)"; + $state = $ERRORS{'WARNING'}; + }else { + $msg = "CRITICAL: $mailq mailq is $msg_q (threshold c = $opt_c)"; + $state = $ERRORS{'CRITICAL'}; + } + + # check messages not yet preprocessed (only compare is $opt_W and $opt_C + # are defined) + + if (defined $opt_W) { + $msg .= "[Preprocessed = $msg_p]"; + if ($msg_p >= $opt_W && $msg_p < $opt_C ) { + $state = $state == $ERRORS{"CRITICAL"} ? $ERRORS{"CRITICAL"} : $ERRORS{"WARNING"} ; + }elsif ($msg_p >= $opt_C ) { + $state = $ERRORS{"CRITICAL"} ; + } + } + } + + + +} # end of ($mailq eq "qmail") +elsif ( $mailq eq "exim" ) { + ## open mailq + if ( defined $utils::PATH_TO_MAILQ && -x $utils::PATH_TO_MAILQ ) { + if (! open (MAILQ, "$utils::PATH_TO_MAILQ | " ) ) { + print "ERROR: could not open $utils::PATH_TO_MAILQ \n"; + exit $ERRORS{'UNKNOWN'}; + } + }elsif( defined $utils::PATH_TO_MAILQ){ + unless (-x $utils::PATH_TO_MAILQ) { + print "ERROR: $utils::PATH_TO_MAILQ is not executable by (uid $>:gid($)))\n"; + exit $ERRORS{'UNKNOWN'}; + } + } else { + print "ERROR: \$utils::PATH_TO_MAILQ is not defined\n"; + exit $ERRORS{'UNKNOWN'}; + } + + while () { + #22m 1.7K 19aEEr-0007hx-Dy <> *** frozen *** + #root@exlixams.glups.fr + + if (/\s[\w\d]{6}-[\w\d]{6}-[\w\d]{2}\s/) { # message id 19aEEr-0007hx-Dy + $msg_q++ ; + } + } + close(MAILQ) ; + + if ( $? ) { + print "CRITICAL: Error code ".($?>>8)." returned from $utils::PATH_TO_MAILQ",$/; + exit $ERRORS{CRITICAL}; + } + if ($msg_q < $opt_w) { + $msg = "OK: $mailq mailq ($msg_q) is below threshold ($opt_w/$opt_c)"; + $state = $ERRORS{'OK'}; + }elsif ($msg_q >= $opt_w && $msg_q < $opt_c) { + $msg = "WARNING: $mailq mailq is $msg_q (threshold w = $opt_w)"; + $state = $ERRORS{'WARNING'}; + }else { + $msg = "CRITICAL: $mailq mailq is $msg_q (threshold c = $opt_c)"; + $state = $ERRORS{'CRITICAL'}; + } +} # end of ($mailq eq "exim") + +elsif ( $mailq eq "nullmailer" ) { + ## open mailq + if ( defined $utils::PATH_TO_MAILQ && -x $utils::PATH_TO_MAILQ ) { + if (! open (MAILQ, "$utils::PATH_TO_MAILQ | " ) ) { + print "ERROR: could not open $utils::PATH_TO_MAILQ \n"; + exit $ERRORS{'UNKNOWN'}; + } + }elsif( defined $utils::PATH_TO_MAILQ){ + unless (-x $utils::PATH_TO_MAILQ) { + print "ERROR: $utils::PATH_TO_MAILQ is not executable by (uid $>:gid($)))\n"; + exit $ERRORS{'UNKNOWN'}; + } + } else { + print "ERROR: \$utils::PATH_TO_MAILQ is not defined\n"; + exit $ERRORS{'UNKNOWN'}; + } + + while () { + #2006-06-22 16:00:00 282 bytes + + if (/^[1-9][0-9]*-[01][0-9]-[0-3][0-9]\s[0-2][0-9]\:[0-2][0-9]\:[0-2][0-9]\s{2}[0-9]+\sbytes$/) { + $msg_q++ ; + } + } + close(MAILQ) ; + if ($msg_q < $opt_w) { + $msg = "OK: $mailq mailq ($msg_q) is below threshold ($opt_w/$opt_c)"; + $state = $ERRORS{'OK'}; + }elsif ($msg_q >= $opt_w && $msg_q < $opt_c) { + $msg = "WARNING: $mailq mailq is $msg_q (threshold w = $opt_w)"; + $state = $ERRORS{'WARNING'}; + }else { + $msg = "CRITICAL: $mailq mailq is $msg_q (threshold c = $opt_c)"; + $state = $ERRORS{'CRITICAL'}; + } +} # end of ($mailq eq "nullmailer") + +# Perfdata support +print "$msg|unsent=$msg_q;$opt_w;$opt_c;0\n"; +exit $state; + + +##################################### +#### subs + + +sub process_arguments(){ + GetOptions + ("V" => \$opt_V, "version" => \$opt_V, + "v" => \$opt_v, "verbose" => \$opt_v, + "h" => \$opt_h, "help" => \$opt_h, + "M:s" => \$opt_M, "mailserver:s" => \$opt_M, # mailserver (default sendmail) + "w=i" => \$opt_w, "warning=i" => \$opt_w, # warning if above this number + "c=i" => \$opt_c, "critical=i" => \$opt_c, # critical if above this number + "t=i" => \$opt_t, "timeout=i" => \$opt_t + ); + + if ($opt_V) { + print_revision($PROGNAME,'2.1.1'); + exit $ERRORS{'OK'}; + } + + if ($opt_h) { + print_help(); + exit $ERRORS{'OK'}; + } + + if (defined $opt_v ){ + $verbose = $opt_v; + } + + unless (defined $opt_t) { + $opt_t = $utils::TIMEOUT ; # default timeout + } + + unless ( defined $opt_w && defined $opt_c ) { + print_usage(); + exit $ERRORS{'UNKNOWN'}; + } + + if ( $opt_w >= $opt_c) { + print "Warning (-w) cannot be greater than Critical (-c)!\n"; + exit $ERRORS{'UNKNOWN'}; + } + + if (defined $opt_W && ! defined !$opt_C) { + print "Need -C if using -W\n"; + exit $ERRORS{'UNKNOWN'}; + }elsif(defined $opt_W && defined $opt_C) { + if ($opt_W >= $opt_C) { + print "Warning (-W) cannot be greater than Critical (-C)!\n"; + exit $ERRORS{'UNKNOWN'}; + } + } + + if (defined $opt_M) { + if ($opt_M =~ /^(sendmail|qmail|postfix|exim|nullmailer)$/) { + $mailq = $opt_M ; + }elsif( $opt_M eq ''){ + $mailq = 'sendmail'; + }else{ + print "-M: $opt_M is not supported\n"; + exit $ERRORS{'UNKNOWN'}; + } + }else{ + if (defined $utils::PATH_TO_QMAIL_QSTAT + && -x $utils::PATH_TO_QMAIL_QSTAT) + { + $mailq = 'qmail'; + } + elsif (-d '/var/lib/postfix' || -d '/var/local/lib/postfix' + || -e '/usr/sbin/postfix' || -e '/usr/local/sbin/postfix') + { + $mailq = 'postfix'; + } + elsif (-d '/usr/lib/exim4' || -d '/usr/local/lib/exim4' + || -e '/usr/sbin/exim' || -e '/usr/local/sbin/exim') + { + $mailq = 'exim'; + } + elsif (-d '/usr/lib/nullmailer' || -d '/usr/local/lib/nullmailer' + || -e '/usr/sbin/nullmailer-send' + || -e '/usr/local/sbin/nullmailer-send') + { + $mailq = 'nullmailer'; + } + else { + $mailq = 'sendmail'; + } + } + + return $ERRORS{'OK'}; +} + +sub print_usage () { + print "Usage: $PROGNAME -w -c [-W ] [-C ] [-M ] [-t ] [-v verbose]\n"; +} + +sub print_help () { + print_revision($PROGNAME,'2.1.1'); + print "Copyright (c) 2002 Subhendu Ghosh/Carlos Canau/Benjamin Schmid\n"; + print "\n"; + print_usage(); + print "\n"; + print " Checks the number of messages in the mail queue (supports multiple sendmail queues, qmail)\n"; + print " Feedback/patches to support non-sendmail mailqueue welcome\n\n"; + print "-w (--warning) = Min. number of messages in queue to generate warning\n"; + print "-c (--critical) = Min. number of messages in queue to generate critical alert ( w < c )\n"; + print "-W (--Warning) = Min. number of messages for same domain in queue to generate warning\n"; + print "-C (--Critical) = Min. number of messages for same domain in queue to generate critical alert ( W < C )\n"; + print "-t (--timeout) = Plugin timeout in seconds (default = $utils::TIMEOUT)\n"; + print "-M (--mailserver) = [ sendmail | qmail | postfix | exim | nullmailer ] (default = autodetect)\n"; + print "-h (--help)\n"; + print "-V (--version)\n"; + print "-v (--verbose) = debugging output\n"; + print "\n\n"; + print "Note: -w and -c are required arguments. -W and -C are optional.\n"; + print " -W and -C are applied to domains listed on the queues - both FROM and TO. (sendmail)\n"; + print " -W and -C are applied message not yet preproccessed. (qmail)\n"; + print " This plugin tries to autodetect which mailserver you are running,\n"; + print " you can override the autodetection with -M.\n"; + print " This plugin uses the system mailq command (sendmail) or qmail-stat (qmail)\n"; + print " to look at the queues. Mailq can usually only be accessed by root or \n"; + print " a TrustedUser. You will have to set appropriate permissions for the plugin to work.\n"; + print ""; + print "\n\n"; + support(); +} diff --git a/pu/libexec/check_mem.pl b/pu/libexec/check_mem.pl new file mode 100644 index 0000000..dd4812c --- /dev/null +++ b/pu/libexec/check_mem.pl @@ -0,0 +1,172 @@ +#!/usr/bin/perl -w +# $Id: check_mem.pl,v 1.1.1.1 2004/05/19 05:25:13 hmann Exp $ + +# check_mem.pl Copyright (C) 2000 Dan Larsson +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty +# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# you should have received a copy of the GNU General Public License +# along with this program (or with Nagios); if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA + +# Tell Perl what we need to use +use strict; +use Getopt::Std; + +use vars qw($opt_c $opt_f $opt_u $opt_w + $free_memory $used_memory $total_memory + $crit_level $warn_level + %exit_codes @memlist + $percent $fmt_pct + $verb_err $command_line); + +# Predefined exit codes for Nagios +%exit_codes = ('UNKNOWN' ,-1, + 'OK' , 0, + 'WARNING' , 1, + 'CRITICAL', 2,); + +# Turn this to 1 to see reason for parameter errors (if any) +$verb_err = 0; + +my $perf=""; +my $stats_file = "/proc/meminfo"; +my $line; +my $L_key; +my $L_val; + +if (open(FILE, "$stats_file")) { + while() { + chomp; + $line = $_; + $L_val=0; + $L_key=""; + unless ($line =~ /^(\w+):\s+(\d+)/) { next }; + $L_key = $1; + $L_val = $2; + if ("$L_key" eq "MemTotal") { $total_memory = $L_val; } + elsif("$L_key" eq "MemFree") { $free_memory = $L_val; } + } +} else { + print "UNKNOWN: Can't access $stats_file"; + exit(-1); +} + + +# This the unix command string that brings Perl the data +#$command_line = `vmstat | tail -1 | awk '{print \$4,\$5}'`; + +#chomp $command_line; +#@memlist = split(/ /, $command_line); + +# Define the calculating scalars +#$used_memory = $memlist[1]; +#$free_memory = $memlist[0]; +#$total_memory = $used_memory + $free_memory; + +$used_memory = $total_memory - $free_memory; + +# Get the options +if ($#ARGV le 0) +{ + &usage; +} +else +{ + getopts('c:fuw:'); +} + +# Shortcircuit the switches +if (!$opt_w or $opt_w == 0 or !$opt_c or $opt_c == 0) +{ + print "*** You must define WARN and CRITICAL levels!" if ($verb_err); + &usage; +} +elsif (!$opt_f and !$opt_u) +{ + print "*** You must select to monitor either USED or FREE memory!" if ($verb_err); + &usage; +} + +# Check if levels are sane +if ($opt_w <= $opt_c and $opt_f) +{ + print "*** WARN level must not be less than CRITICAL when checking FREE memory!" if ($verb_err); + &usage; +} +elsif ($opt_w >= $opt_c and $opt_u) +{ + print "*** WARN level must not be greater than CRITICAL when checking USED memory!" if ($verb_err); + &usage; +} + +$warn_level = $opt_w; +$crit_level = $opt_c; + +if ($opt_f) +{ + $percent = $free_memory / $total_memory * 100; + $fmt_pct = sprintf "%.1f", $percent; + if ($percent <= $crit_level) + { + print "Memory CRITICAL - $fmt_pct% ($free_memory kB) free |pct=$fmt_pct\n"; + exit $exit_codes{'CRITICAL'}; + } + elsif ($percent <= $warn_level) + { + print "Memory WARNING - $fmt_pct% ($free_memory kB) free |pct=$fmt_pct\n"; + exit $exit_codes{'WARNING'}; + } + else + { + print "Memory OK - $fmt_pct% ($free_memory kB) free |pct=$fmt_pct\n"; + exit $exit_codes{'OK'}; + } +} +elsif ($opt_u) +{ + $percent = $used_memory / $total_memory * 100; + $fmt_pct = sprintf "%.1f", $percent; + if ($percent >= $crit_level) + { + print "Memory CRITICAL - $fmt_pct% ($used_memory kB) used |pct=$fmt_pct\n"; + exit $exit_codes{'CRITICAL'}; + } + elsif ($percent >= $warn_level) + { + print "Memory WARNING - $fmt_pct% ($used_memory kB) used |pct=$fmt_pct\n"; + exit $exit_codes{'WARNING'}; + } + else + { + print "Memory OK - $fmt_pct% ($used_memory kB) used |pct=$fmt_pct\n"; + exit $exit_codes{'OK'}; + } +} + +# Show usage +sub usage() +{ + print "\ncheck_mem.pl v1.0 - Nagios Plugin\n\n"; + print "usage:\n"; + print " check_mem.pl - -w -c \n\n"; + print "options:\n"; + print " -f Check FREE memory\n"; + print " -u Check USED memory\n"; + print " -w PERCENT Percent free/used when to warn\n"; + print " -c PERCENT Percent free/used when critical\n"; + print "\nCopyright (C) 2000 Dan Larsson \n"; + print "check_mem.pl comes with absolutely NO WARRANTY either implied or explicit\n"; + print "This program is licensed under the terms of the\n"; + print "GNU General Public License (check source code for details)\n"; + exit $exit_codes{'UNKNOWN'}; +} diff --git a/pu/libexec/check_mkevents b/pu/libexec/check_mkevents new file mode 100644 index 0000000..44ae36b --- /dev/null +++ b/pu/libexec/check_mkevents @@ -0,0 +1,136 @@ +#!/usr/bin/python + +import os, socket, sys + +if os.getenv("OMD_ROOT"): + socket_path = os.getenv("OMD_ROOT") + "/tmp/run/mkeventd/status" +else: + socket_path = None + +def query(query, remote_host): + global socket_path + try: + if remote_host and ':' in remote_host: + parts = remote_host.split(":") + host = parts[0] + if len(parts) == 2: + port = int(parts[1]) + else: + port = 6558 + sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) + sock.settimeout(10) + sock.connect((host, port)) + else: + sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) + sock.settimeout(3) + if remote_host and remote_host[0] == '/': + socket_path = remote_host + elif remote_host: + sys.stderr.write("Invalid socket specification '%s'\n" % remote_host) + sys.exit(3) + if not socket_path: + sys.stderr.write("You running out of OMD. Please specify a socket with -H.\n") + sys.exit(3) + sock.connect(socket_path) + + sock.send(query) + + response_text = "" + while True: + chunk = sock.recv(8192) + response_text += chunk + if not chunk: + break + + return eval(response_text) + except SyntaxError, e: + sys.stdout.write("UNKNOWN - Invalid answer from event daemon\n%s\nQuery was:\n%s\n" \ + % (e, query)) + sys.exit(3) + + except Exception, e: + if remote_host and ':' in remote_host: + via = "TCP %s" % (remote_host) + else: + via = "UNIX socket %s" % socket_path + sys.stdout.write("UNKNOWN - Cannot connect to event daemon via %s: %s\n" % (via, e)) + sys.exit(3) + +try: + remote_host = None + try: + del sys.argv[sys.argv.index('-a')] + opt_ignore_acknowledged = True + except: + opt_ignore_acknowledged = False + + if sys.argv[1] == '-H': + remote_host = sys.argv[2] + del sys.argv[1:3] + host_name = sys.argv[1] + if len(sys.argv) > 2: + application = sys.argv[2] + else: + application = None +except: + sys.stdout.write("""Usage: check_mkevents [-H SOCKET] [-a] HOST [APPLICATION] + + -a do not take into account acknowledged events. + -H SOCKET how to connect to the status socket of the Event Console. + Use either HOST:PORT for TCP (e.g. 10.10.0.139:4478) or + a path to a file for a local UNIX socket (e.g. + /var/run/nagios/rw/mkeventd/status). +""") + sys.exit(3) + +q = "GET events\n" \ + "Filter: event_host =~ %s\n" % host_name + +if application: + q += "Filter: event_application ~~ %s\n" % application + +q += "Filter: event_phase in open ack\n" + +response = query(q, remote_host) +headers = response[0] +worst_state = 0 +worst_row = None +count = 0 +unhandled = 0 +for line in response[1:]: + count += 1 + row = dict(zip(headers, line)) + p = row["event_phase"] + if p == 'open' or not opt_ignore_acknowledged: + s = row["event_state"] + if s == 3: + if worst_state < 2: + worst_state = 3 + worst_row = row + elif s >= worst_state: + worst_state = s + worst_row = row + if p == 'open': + unhandled += 1 + +nagios_state_names = { + 0 : "OK", + 1 : "WARN", + 2 : "CRIT", + 3 : "UNKNOWN", +} + +if count == 0 and application: + sys.stdout.write("OK - no events for %s on host %s\n" % (application, host_name)) +elif count == 0: + sys.stdout.write("OK - no events for %s\n" % host_name) +else: + sys.stdout.write(nagios_state_names[worst_state] + \ + " - %d events (%d unacknowledged)" % (count, unhandled)) + if worst_row: + sys.stdout.write(", worst state is %s (Last line: %s)" % \ + (nagios_state_names[worst_state], worst_row['event_text'].encode('utf-8'))) + sys.stdout.write("\n") + +sys.exit(worst_state) + diff --git a/pu/libexec/check_mkevents.cc b/pu/libexec/check_mkevents.cc new file mode 100644 index 0000000..c9bcfeb --- /dev/null +++ b/pu/libexec/check_mkevents.cc @@ -0,0 +1,322 @@ +// +------------------------------------------------------------------+ +// | ____ _ _ __ __ _ __ | +// | / ___| |__ ___ ___| | __ | \/ | |/ / | +// | | | | '_ \ / _ \/ __| |/ / | |\/| | ' / | +// | | |___| | | | __/ (__| < | | | | . \ | +// | \____|_| |_|\___|\___|_|\_\___|_| |_|_|\_\ | +// | | +// | Copyright Mathias Kettner 2014 mk@mathias-kettner.de | +// +------------------------------------------------------------------+ +// +// This file is part of Check_MK. +// The official homepage is at http://mathias-kettner.de/check_mk. +// +// check_mk is free software; you can redistribute it and/or modify it +// under the terms of the GNU General Public License as published by +// the Free Software Foundation in version 2. check_mk is distributed +// in the hope that it will be useful, but WITHOUT ANY WARRANTY; with- +// out even the implied warranty of MERCHANTABILITY or FITNESS FOR A +// PARTICULAR PURPOSE. See the GNU General Public License for more de- +// ails. You should have received a copy of the GNU General Public +// License along with GNU Make; see the file COPYING. If not, write +// to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +// Boston, MA 02110-1301 USA. + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace std; + +#ifndef AF_LOCAL +#define AF_LOCAL AF_UNIX +#endif +#ifndef PF_LOCAL +#define PF_LOCAL PF_UNIX +#endif + +void usage() +{ + printf("Usage: check_mkevents [-s SOCKETPATH] [-H REMOTE:PORT] [-a] HOST [APPLICATION]"); + printf("\n -a do not take into account acknowledged events.\n"); + printf(" HOST may be a hostname, and IP address or hostname/IP-address.\n"); +} + + +string prepare_hostname_regex(const char *s) +{ + const char *scan = s; + string result = ""; + while (*scan) { + if (strchr("[](){}^$.*+?|\\", *scan)) { + result += "\\"; + result += *scan; + } + else if (*scan == '/') + result += "|"; + else + result += *scan; + scan ++; + } + return result; +} + + +int main(int argc, char** argv) +{ + // Parse arguments + char *host = NULL; + char *remote_host = NULL; + char *remote_hostaddress = NULL; + char remote_hostipaddress[64]; + int remote_port = 6558; + char *application = NULL; + bool ignore_acknowledged = false; + char unixsocket_path[1024]; + unixsocket_path[0] = 0; + + int argc_count = argc; + for (int i = 1; i < argc ; i++) { + if (!strcmp("-H", argv[i]) && i < argc + 1) { + remote_host = argv[i+1]; + i++; + argc_count -= 2; + } + else if (!strcmp("-s", argv[i]) && i < argc + 1) { + strcpy(unixsocket_path, argv[i+1]); + i++; + argc_count -= 2; + } + else if (!strcmp("-a", argv[i])) { + ignore_acknowledged = true; + argc_count--; + } + else if (argc_count > 2) { + host = argv[i]; + application = argv[i+1]; + break; + } + else if (argc_count > 1) { + host = argv[i]; + break; + } + } + + if (!host) { + usage(); + exit(3); + } + + // Get omd environment + if (!unixsocket_path[0] && !remote_host) { + char *omd_path = getenv("OMD_ROOT"); + if (omd_path) + snprintf(unixsocket_path, sizeof(unixsocket_path), "%s/tmp/run/mkeventd/status", omd_path); + else { + printf("UNKNOWN - OMD_ROOT is not set, no socket path is defined.\n"); + exit(3); + } + } + + if (remote_host) { + struct hostent *he; + struct in_addr **addr_list; + + remote_hostaddress = strtok(remote_host, ":"); + if ( (he = gethostbyname(remote_hostaddress) ) == NULL) + { + printf("UNKNOWN - Unable to resolve remote host address: %s\n", remote_hostaddress); + return 3; + } + addr_list = (struct in_addr **) he->h_addr_list; + for(int i = 0; addr_list[i] != NULL; i++) + { + strcpy(remote_hostipaddress, inet_ntoa(*addr_list[i]) ); + } + + char *port_str = strtok(NULL, ":"); + if (port_str) + remote_port = atoi(port_str); + } + + //Create socket and setup connection + int sock; + struct timeval tv; + if (remote_host) { + sock = socket(AF_INET, SOCK_STREAM, 0); + tv.tv_sec = 10; + setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, (struct timeval *)&tv, sizeof(struct timeval)); + // Right now, there is no send timeout.. + // setsockopt(sock, SOL_SOCKET, SO_SNDTIMEO, (struct timeval *)&tv, sizeof(struct timeval)); + + struct sockaddr_in addr; + memset(&addr, 0, sizeof(addr)); + addr.sin_family = AF_INET; + inet_aton(remote_hostipaddress, &addr.sin_addr); + addr.sin_port = htons(remote_port); + + if (0 > connect(sock, (struct sockaddr*) &addr, sizeof(struct sockaddr_in))) + { + printf("UNKNOWN - Cannot connect to event daemon via TCP %s:%d (%s)\n", + remote_hostipaddress, remote_port, strerror(errno)); + exit(3); + } + } + else { + sock = socket(PF_LOCAL, SOCK_STREAM , 0); + if (sock < 0) { + printf("UNKNOWN - Cannot create client socket: %s\n", strerror(errno)); + exit(3); + } + + tv.tv_sec = 3; + setsockopt(sock, SOL_SOCKET, SO_RCVTIMEO, (struct timeval *)&tv, sizeof(struct timeval)); + + struct sockaddr_un addr; + memset(&addr, 0, sizeof(struct sockaddr_un)); + addr.sun_family = AF_LOCAL; + strncpy(addr.sun_path, unixsocket_path, sizeof(addr.sun_path)); + + if(0 > connect(sock, (struct sockaddr*) &addr, sizeof(struct sockaddr_un))){ + printf("UNKNOWN - Cannot connect to event daemon via UNIX socket %s (%s)\n", + unixsocket_path, strerror(errno)); + exit(3); + } + } + + // Create query message + string query_message; + query_message += "GET events\nFilter: event_host "; + if (strchr(host, '/')) { + query_message += "~~ "; + query_message += prepare_hostname_regex(host); + } + else { + query_message += "=~ "; + query_message += host; + } + query_message += "\nFilter: event_phase in open ack\n"; + query_message += "OutputFormat: plain\n"; + + if (application) { + query_message += "Filter: event_application ~~ "; + query_message += application; + query_message += "\n"; + } + + // Send message + int length = write(sock, query_message.c_str(), query_message.length()); + + // Get response + char response_chunk[4096]; + memset(response_chunk, 0, sizeof(response_chunk)); + stringstream response_stream; + int read_length; + while (0 < (read_length = read(sock, response_chunk, sizeof(response_chunk)))) + { + // replace binary 0 in response with space + for (int i=0; i headers; + while (getline(linestream, token, '\x02')) { + if (!strcmp(token.c_str(), "event_phase")) + idx_event_phase = current_index; + else if (!strcmp(token.c_str(), "event_state")) + idx_event_state = current_index; + else if (!strcmp(token.c_str(), "event_text")) + idx_event_text = current_index; + headers.push_back(token); + current_index++; + } + + // Basic header validation + if (idx_event_phase == -1 || idx_event_state == -1 || idx_event_text == -1) { + printf("UNKNOWN - Invalid answer from event daemon\n%s\nQuery was:\n%s\n", + response_stream.str().c_str(), query_message.c_str()); + exit(3); + } + + // Get data + vector< vector > data; + while (getline(response_stream, line)) { + if (line.size() < headers.size()) + break; // broken / empty line + linestream.str(""); + linestream.clear(); + linestream << line; + vector data_line; + bool has_data = false; + while (getline(linestream, token, '\x02')) { + has_data = true; + data_line.push_back(token); + } + if (has_data) + data.push_back(data_line); + } + + // Generate output + string worst_row_event_text; + int worst_state = 0; + int count = 0; + int unhandled = 0; + + for (vector< vector >::iterator it = data.begin() ; it != data.end(); ++it) { + count++; + const char* p = it->at(idx_event_phase).c_str(); + if (!strcmp(p, "open") || !ignore_acknowledged) { + int s = atoi(it->at(idx_event_state).c_str()); + if (s == 3) { + if (worst_state < 2) { + worst_state = 3; + worst_row_event_text = it->at(idx_event_text); + } + } else if ( s >= worst_state ) { + worst_state = s; + worst_row_event_text = it->at(idx_event_text); + } + } + if (!strcmp(p, "open")) + unhandled++; + } + + if (count == 0 && application) + printf("OK - no events for %s on host %s\n", application, host); + else if (count == 0) + printf("OK - no events for %s\n", host ); + else { + const char* state_text = worst_state == 0 ? "OK" : worst_state == 1 ? "WARN" : worst_state == 2 ? "CRIT" : "UNKNOWN"; + printf("%s - %d events (%d unacknowledged)", state_text, count, unhandled); + if (worst_row_event_text.length() > 0) + printf(", worst state is %s (Last line: %s)", state_text, worst_row_event_text.c_str()); + printf("\n"); + } + return worst_state; +} diff --git a/pu/libexec/check_mkevents.py b/pu/libexec/check_mkevents.py new file mode 100644 index 0000000..bebb6e2 --- /dev/null +++ b/pu/libexec/check_mkevents.py @@ -0,0 +1,162 @@ +#!/usr/bin/python +# -*- encoding: utf-8; py-indent-offset: 4 -*- +# +------------------------------------------------------------------+ +# | ____ _ _ __ __ _ __ | +# | / ___| |__ ___ ___| | __ | \/ | |/ / | +# | | | | '_ \ / _ \/ __| |/ / | |\/| | ' / | +# | | |___| | | | __/ (__| < | | | | . \ | +# | \____|_| |_|\___|\___|_|\_\___|_| |_|_|\_\ | +# | | +# | Copyright Mathias Kettner 2014 mk@mathias-kettner.de | +# +------------------------------------------------------------------+ +# +# This file is part of Check_MK. +# The official homepage is at http://mathias-kettner.de/check_mk. +# +# check_mk is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation in version 2. check_mk is distributed +# in the hope that it will be useful, but WITHOUT ANY WARRANTY; with- +# out even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. See the GNU General Public License for more de- +# ails. You should have received a copy of the GNU General Public +# License along with GNU Make; see the file COPYING. If not, write +# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +# Boston, MA 02110-1301 USA. + +# Old, outdated Python version of check_mkevents. Do not use +# anymore... + +import os, socket, sys + +try: + socket_path = os.getenv("OMD_ROOT") + "/tmp/run/mkeventd/status" +except: + sys.stdout.write("UNKNOWN - OMD_ROOT is not set, no socket path is defined.\n") + sys.exit(3) + +def query(query, remote_host): + try: + if remote_host: + parts = remote_host.split(":") + host = parts[0] + if len(parts) == 2: + port = int(parts[1]) + else: + port = 6558 + sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) + sock.settimeout(10) + sock.connect((host, port)) + else: + sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) + sock.settimeout(3) + sock.connect(socket_path) + + sock.send(query) + + response_text = "" + while True: + chunk = sock.recv(8192) + response_text += chunk + if not chunk: + break + + return eval(response_text) + except SyntaxError, e: + sys.stdout.write("UNKNOWN - Invalid answer from event daemon\n%s\nQuery was:\n%s\n" \ + % (e, query)) + sys.exit(3) + + except Exception, e: + if remote_host: + via = "TCP %s:%d" % (host, port) + else: + via = "UNIX socket %s" % socket_path + sys.stdout.write("UNKNOWN - Cannot connect to event daemon via %s: %s\n" % (via, e)) + sys.exit(3) + +try: + remote_host = None + try: + del sys.argv[sys.argv.index('-a')] + opt_ignore_acknowledged = True + except: + opt_ignore_acknowledged = False + + try: + del sys.argv[sys.argv.index('-l')] + opt_less_verbose = True + except: + opt_less_verbose = False + + if sys.argv[1] == '-H': + remote_host = sys.argv[2] + del sys.argv[1:3] + host_name = sys.argv[1] + if len(sys.argv) > 2: + application = sys.argv[2] + else: + application = None +except: + sys.stdout.write("Usage: check_mkevents [-H (REMOTE:PORT|/path/to/unix/socket)] [-a] [-l] HOST [APPLICATION]\n") + sys.stdout.write("\n -a do not take into account acknowledged events.\n") + sys.stdout.write("\n -l less verbose output.\n") + sys.stdout.write("\n") + sys.exit(3) + +q = "GET events\n" \ + "Filter: event_host =~ %s\n" % host_name + +if application: + q += "Filter: event_application ~~ %s\n" % application + +q += "Filter: event_phase in open ack\n" + +response = query(q, remote_host) +headers = response[0] +worst_state = 0 +worst_row = None +count = 0 +unhandled = 0 +for line in response[1:]: + count += 1 + row = dict(zip(headers, line)) + p = row["event_phase"] + if p == 'open' or not opt_ignore_acknowledged: + s = row["event_state"] + if s == 3: + if worst_state < 2: + worst_state = 3 + worst_row = row + elif s >= worst_state: + worst_state = s + worst_row = row + if p == 'open': + unhandled += 1 + +nagios_state_names = { + 0 : "OK", + 1 : "WARN", + 2 : "CRIT", + 3 : "UNKNOWN", +} + +if count == 0 and application: + sys.stdout.write("OK - no events for %s on host %s\n" % (application, host_name)) +elif count == 0: + sys.stdout.write("OK - no events for %s\n" % host_name) +else: + if opt_less_verbose: + sys.stdout.write(nagios_state_names[worst_state] + " - %d events" % (count)) + if worst_row: + sys.stdout.write(" (Worst line: %s)" % (worst_row['event_text'].encode('utf-8'))) + else: + sys.stdout.write(nagios_state_names[worst_state] + \ + " - %d events (%d unacknowledged)" % (count, unhandled)) + if worst_row: + sys.stdout.write(", worst state is %s (Last line: %s)" % \ + (nagios_state_names[worst_state], worst_row['event_text'].encode('utf-8'))) + sys.stdout.write("\n") + +sys.exit(worst_state) + diff --git a/pu/libexec/check_mounted_disks.pl b/pu/libexec/check_mounted_disks.pl new file mode 100644 index 0000000..f54f686 --- /dev/null +++ b/pu/libexec/check_mounted_disks.pl @@ -0,0 +1,177 @@ +#!/usr/bin/perl -w +use strict; +use warnings; +use Cwd 'abs_path'; + +sub prtmsg; + +# doesn't pick up offline swap partitions + +# deal with unexpected problems. +$SIG{__DIE__} = sub { print "@_"; exit 3; }; + +my $mount; +my $fstab; +my (%mounted_disks, %mounted_disks_options, %fstab_disks, %fstab_disks_options); # store the read details. +my (@ignore, $ign); +my $ignore_file = "/usr/local/nagios/etc/mount_ignore"; + +my $os = `uname`; +chomp $os; +if ($os eq 'Linux') { + $mount = "/bin/mount"; + $fstab = "/etc/fstab"; +} + +elsif ($os eq 'SunOS') +{ + $mount = "/usr/sbin/mount"; + $fstab = "/etc/vfstab"; +} + +else { + die "Unknown OS: $os"; +} + +## read the list of ignore prefixes if present + +if (open( my $ignore_fh, $ignore_file)) { + while (<$ignore_fh>) { + chomp; + push @ignore, $_; + } + + close $ignore_fh; +} + +######################################################## +# get the device and mount point from fstab (what should be mounted) +######################################################## + +open( my $fstab_fh, $fstab) + || die "Failed to open $fstab: $!"; + +while ( <$fstab_fh> ) { + chomp; + s/^\s+//; + s/#.*$//; + s/\s+$//; + + next if $_ eq ''; + + my ($device, $mount_point, $opts); + ($device, $mount_point, $opts) = (split(/\s+/, $_))[0, 1, 3] if $os eq 'Linux'; + ($device, $mount_point, $opts) = (split(/\s+/, $_))[0, 2, 5] if $os eq 'SunOS'; +### print "$device $mount_point $opts\n"; + $device = abs_path("/dev/disk/by-uuid/" . readlink "/dev/disk/by-uuid/$1") if $device =~ m/UUID=(.*)/; + next unless $device =~ m!/! and $mount_point =~ m!/!; # drop swap, etc. partitions + $mount_point =~ s#/$## unless $mount_point =~ m#^/$#; + next if $device =~ m!(^/dev/cdrom)|(^/dev/fd\d+)!; + next if $os eq 'Linux' and $opts =~ /noauto/; + next if $os eq 'SunOS' and $opts !~ /yes/; + next if grep m#^$mount_point$#, @ignore; + + $fstab_disks{$mount_point} = $device; + $fstab_disks_options{$mount_point} = [ split /,/, $opts ]; +#print "%%%$device%%%%\n"; +#print join "\n", @{$fstab_disks_options{$mount_point}}; +#print "\n\n"; +} + +close $fstab_fh; + ### my $i; + ### foreach $i (keys %fstab_disks) {print "$i\n";} + +$fstab_disks{"/"} = "/" if $os eq 'SunOS'; ## root isn't in vfstab for solaris + +######################################################## +# get the device and mount point of the mounted disks +######################################################## + +open( my $mount_fh, "$mount |") + || die "Failed to open $mount: $!"; + +while ( <$mount_fh> ) { + my ($device, $mount_point, $mopt); + ($device, $mount_point, $mopt) = (split(/\s+/, $_))[0,2,5] if $os eq 'Linux'; + ($device, $mount_point) = (split(/\s+/, $_))[2,0] if $os eq 'SunOS'; + next unless $device =~ m!/!; ## ignore pseudo-fs + next if grep m#^$mount_point$#, @ignore; + +### print "$device $mount_point\n"; + $mounted_disks{$mount_point} = $device; + $mopt =~ s#[\(\)]##g; + $mounted_disks_options{$mount_point} = [ split /,/, $mopt ]; +#print "%%%$device%%%%\n"; +#print join "\n", @{$mounted_disks_options{$mount_point}}; +#print "\n\n"; +} + +close $mount_fh; + +######################################################## +# find inconsistant disks +######################################################## + +my @not_mounted = sort grep { ! exists $mounted_disks{$_} } keys %fstab_disks; +my @not_persistent = sort grep { ! exists $fstab_disks{$_} } keys %mounted_disks; + +my (@ro_mts, @fstab_ro_mts); + +foreach (keys %mounted_disks) { +#print "###$_###:\n"; +#print "Mount##", join ",,,", @{$mounted_disks_options{$_}}, "##\n"; +#print "Fstab##", join ",,,", @{$fstab_disks_options{$_}}, "##\n"; + grep (/^ro$/, @{$mounted_disks_options{$_}}) && ! grep (/^ro$/, @{$fstab_disks_options{$_}}) and push @ro_mts, $_; + grep (/^ro$/, @{$fstab_disks_options{$_}}) && (! grep (/^ro$/, @{$mounted_disks_options{$_}}) || grep (/^rw$/, @{$mounted_disks_options{$_}})) and push @fstab_ro_mts, $_; +} +#print join "%%%%", @fstab_ro_mts; + +######################################################## +# Build output +######################################################## + +my %out = ( + '0' => 'OK: All disks are mounted correctly and persistent', + '1' => 'WARNING: ', + '2' => 'CRITICAL: ', +); + +my $message = ""; +my $exit_code = 0; + +@fstab_ro_mts > 0 and do { + $message = prtmsg \@fstab_ro_mts, " should be mounted read only (and it's not!)
\n", " should be mounted read only (and they are not!)
\n"; + $exit_code = 1; +}; + +@not_persistent > 0 and do { + $message .= prtmsg \@not_persistent, " is not persistent
\n", " are not persistent
\n"; + $exit_code = 1; +}; + +@not_mounted > 0 and do { + $message .= prtmsg \@not_mounted, " is not mounted
\n", " are not mounted
\n"; + $exit_code = 2; +}; + +@ro_mts > 0 and do { + $message .= prtmsg \@ro_mts, " is mounted read only (and it shouldn't be!)", " are all mounted read only (and they shouldn't be!)"; + $exit_code = 2; +}; + +print $out{$exit_code} . "$message\n"; + +exit $exit_code; + +sub prtmsg { + my $arr = shift; + my $msgsingle = shift; + my $msgplural = shift; + + if (@$arr == 1) { + return "@$arr" . $msgsingle; + } else { + return join (", ", @$arr) . $msgplural; + } +} diff --git a/pu/libexec/check_mrtg b/pu/libexec/check_mrtg new file mode 100644 index 0000000..9cb0009 Binary files /dev/null and b/pu/libexec/check_mrtg differ diff --git a/pu/libexec/check_mrtgtraf b/pu/libexec/check_mrtgtraf new file mode 100644 index 0000000..d6178c7 Binary files /dev/null and b/pu/libexec/check_mrtgtraf differ diff --git a/pu/libexec/check_multi b/pu/libexec/check_multi new file mode 100644 index 0000000..47fa42b --- /dev/null +++ b/pu/libexec/check_multi @@ -0,0 +1,4533 @@ +#!/usr/local/bin/perl +# nagios: -epn +# icinga: -epn +# +# check_multi - nagios plugin +# +# Copyright (c) 2007-2011 Matthias Flacke (matthias.flacke at gmx.de) +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +use strict; +use warnings; +use Getopt::Long qw(:config no_ignore_case bundling); +use vars qw( +$MYSELF @cmds %opt $returncode %def %rc $no $VERSION $tmp_stdout $tmp_stderr $xml $check_multi +$NAGIOS $nagios $Nagios $status_dat $livestatus_service $livestatus_host $timezero +$OK $WARNING $CRITICAL $UNKNOWN +$DETAIL_LIST $DETAIL_LIST_FULL $DETAIL_HTML $DETAIL_STDERR $DETAIL_PERFORMANCE +$DETAIL_PERFORMANCE_CLASSIC $DETAIL_STATUS $DETAIL_PERFORMANCE_LINK $DETAIL_XML $DETAIL_NAGIOS2 +$DETAIL_NOTES_LINK $DETAIL_SERVICE_DEFINITION $DETAIL_SEND_NSCA $DETAIL_FEED_PASSIVE +$DETAIL_ENCODE_COMMANDS $DETAIL_HIDEIFOK $DETAIL_SEND_GEARMAN +*DEBUG0 *DEBUG1 *DEBUG2 *DEBUG3 *DEBUG4 +); +BEGIN { + #--- OMD environment? Then we have to be sure that vars are defined + #--- otherwise somebody copied check_multi from OMD to remote hosts + if (0 && (!$ENV{OMD_SITE} || !$ENV{OMD_ROOT})) { + print "Error: OMD_SITE or OMD_ROOT variables not found.\n". + "If you're running check_multi outside of OMD environment,\n". + "add OMD_ROOT and OMD_SITE to the environment\n"; + exit 3; + #--- add OMD_ROOT and OMD_SITE vars to check_multi internal environment + #--- then $OMD_ROOT$ and $OMD_SITE$ can be used in command files + } elsif (0) { + $ENV{MULTI_OMD_ROOT}=$ENV{OMD_ROOT}; + $ENV{MULTI_OMD_SITE}=$ENV{OMD_SITE}; + } + #--- if hires timer available, use it + eval("use Time::HiRes qw(time sleep)"); + if (! $@) { + $opt{set}{use_time_hires}=1; + } + #--- if FindBin module available, use it for finding plugins + if (1) { + eval("use FindBin"); + if (! $@) { + $opt{set}{libexec}="$FindBin::Bin"; + unshift @INC, "$FindBin::Bin"; + } + } +} +use lib "/usr/local/monitoring/check_multi-0.26/libexec"; +#------------------------------------------------------------------------------- +#--- vars ---------------------------------------------------------------------- +#------------------------------------------------------------------------------- +$timezero=time; +$MYSELF="check_multi"; +$nagios=lc("nagios"); +$NAGIOS=uc("nagios"); +$Nagios=ucfirst(lc("nagios")); +$VERSION='check_multi_0.26_506_2011-11-18-20:28'. + "\nconfigure '--prefix=/usr/local/monitoring/check_multi-0.26' '--with-snmp_community=IMS_m0nit0r'"; +# +#--- RC defines +$OK=0; +$WARNING=1; +$CRITICAL=2; +$UNKNOWN=3; +# +#--- report defines +$DETAIL_LIST=1; +$DETAIL_HTML=2; +$DETAIL_STDERR=4; +$DETAIL_PERFORMANCE=8; +$DETAIL_LIST_FULL=16; +$DETAIL_PERFORMANCE_CLASSIC=32; +$DETAIL_STATUS=64; +$DETAIL_PERFORMANCE_LINK=128; +$DETAIL_XML=256; +$DETAIL_NAGIOS2=512; +$DETAIL_NOTES_LINK=1024; +$DETAIL_SERVICE_DEFINITION=2048; +$DETAIL_SEND_NSCA=4096; +$DETAIL_FEED_PASSIVE=8192; +$DETAIL_ENCODE_COMMANDS=16384; +$DETAIL_HIDEIFOK=32768; +$DETAIL_SEND_GEARMAN=65536; +# +#--- vars +$no=0; +$returncode=0; +$status_dat=undef; +$livestatus_host=undef; +$livestatus_service=undef; +$tmp_stdout=""; +$tmp_stderr=""; +%def=( + label => { $OK => "OK", $WARNING => "WARNING", $CRITICAL => "CRITICAL", $UNKNOWN => "UNKNOWN", }, + llabel => { $OK => "ok", $WARNING => "warning", $CRITICAL => "critical", $UNKNOWN => "unknown", }, + code => { "OK" => $OK, "WARNING" => $WARNING, "CRITICAL" => $CRITICAL, "UNKNOWN" => $UNKNOWN, + "ok" => $OK, "warning" => $WARNING, "critical" => $CRITICAL, "unknown" => $UNKNOWN, }, + s2r => { 0 => $OK, 2 => $WARNING, 3 => $CRITICAL, 1 => $UNKNOWN, }, + r2s => { $OK => 0, $WARNING => 2, $CRITICAL => 3, $UNKNOWN => 1, }, + color => { $OK => "#33FF00", $WARNING => "#FFFF00", $CRITICAL => "#F83838", $UNKNOWN => "#FF9900", }, + bgcolor => { $OK => "#33FF00", $WARNING => "#FEFFC1", $CRITICAL => "#FFBBBB", $UNKNOWN => "#FFDA9F", }, +); +my %opt=( + "commands" => { + "attribute" => 1, + "command" => 1, + "cumulate" => 1, + "eval" => 1, + "eeval" => 1, + "livestatus" => 1, + "snmp" => 1, + "statusdat" => 1, + "state" => 1, + "output" => 1, + }, + "execute" => [], + "filename" => [], + "help" => 0, + "set" => { + # mouse_over & action_url: shows PNP chart popup triggered by mouse + action_mouseover => 0, + # place tags at the beginning of list entries (e.g. tag_host_servicedesc) + add_tag_to_list_entries => 1, + # cancel child check before it can reach global timeout + cancel_before_global_timeout => 0, + # checkresults_dir + checkresults_dir => "/usr/local/monitoring/check_multi-0.26/var/spool/checkresults", + # child_interval + child_interval => "0.0", + # update config file (if HTTP/FTP/etc) once a day (in seconds) + cmdfile_update_interval => 86400, + # should check_multi collapse child check_multi checks per default? + collapse => 1, + # complain about undefined macros instead of only silently removing + complain_unknown_macros => 1, + # path to check_multi config directory + config_dir => "/usr/local/monitoring/check_multi-0.26/etc/check_multi", + # how many rows should be displayed for cumulate statement? + cumulate_max_rows => 5, + # should cumulate ignore zero values? + cumulate_ignore_zero => 1, + # don't complain about being root etc. + dont_be_paranoid => 0, + # should empty output be flagged as UNKNOWN? + empty_output_is_unknown => 1, + # use open3 method to exec child checks + exec_open3 => 0, + # show child checks also in status view (only in HTML mode) + extinfo_in_status => "0", + # print extended perfdata, count of states and overall state + extended_perfdata => "0", + # flag which determines if feed_passive services should be autocreated + # based on multi-child tags + feed_passive_autocreate => "1", + # directory to contain automatically created service definitions + # for passive feeded check_multi services + feed_passive_dir_permissions => "41777", + # directory to contain automatically created service definitions + # for passive feeded check_multi services + feed_passive_dir => "/usr/local/monitoring/check_multi-0.26/etc/check_multi/feed_passive", + # standard extension of check_multi command files, + # to be searched in directories + file_extension => "cmd", + # if set, return UNKNOWN if command file is not found + ignore_missing_cmd_file => 0, + # characters to cleanup from command files + illegal_chars => " ", + # path to Nagios images + image_path => "/nagios/images", + # indentation character(s) + indent => " ", + # child checks indented? + indent_label => 1, + # plugin directory to be added to check_multi search path + libexec => "/usr/local/monitoring/check_multi-0.26/libexec", + # livestatus socket + livestatus => "/usr/local/monitoring/check_multi-0.26/var/rw/live", + # loose (German) performance data (replace commata by decimal points) + loose_perfdata => "1", + # pnp_version needed for mouseover: 0.6,0,4 + perfdata_pass_through => "0", + # pnp_version needed for mouseover: 0.6,0,4 + pnp_version => "0.6", + # label to be shown in output: OK, ... + name => "", + # what RC should be returned if no checks are defined + no_checks_rc => 3, + # see tag_notes_link: URL to be added + notes_url => "", + # objects.cache path + objects_cache => "/usr/local/monitoring/check_multi-0.26/var/objects.cache", + # objects.cache delimiter character + objects_cache_delimiter => ",", + # omd environment + omd_environment => 0, + # create persistent data + persistent => 0, + # path to additional plugins + plugin_path => "/usr/local/monitoring/nagios/libexec", + # PNP URL addon + pnp_add2url => "", + # PNP URL + pnp_url => "/pnp4nagios", + # report option, binary coded as sum of detail options + report => 13, + # report option, binary coded as sum of detail options + report_inherit_mask => -1, + #--- send_gearman: path to binary + send_gearman => "/usr/local/bin/send_gearman", + #--- send_gearman: encryption (0|1) + send_gearman_encryption => 1, + #--- send_gearman key: either string or file + send_gearman_key => "should_be_changed", + #--- send_gearman result queue name, default:empty + send_gearman_resultqueue => "", + #--- send_gearman_srv: worker server + send_gearman_srv => "localhost", + #--- send_nsca: path to binary + send_nsca => "/usr/local/monitoring/check_multi-0.26/sbin/send_nsca", + #--- send_nsca_cfg: path to config file + send_nsca_cfg => "/usr/local/monitoring/check_multi-0.26/etc/send_nsca.cfg", + #--- send_nsca_srv: nsca server name + send_nsca_srv => "localhost", + #--- send_nsca_port: nsca server port + send_nsca_port => 5667, + #--- send_nsca_timeout + send_nsca_timeout => 11, + #--- send_nsca_opts: options to provide to send_nsca + send_nsca_delim => ";", + # name of the file which contains template for '-r 2048' + service_definition_template => "", + # service definition template default + service_definition_template_default => + "# service \'\$THIS_NAME\$\' for host \'\$HOSTNAME\$\'\n". + "define service {\n". + " service_description \$THIS_NAME\$\n". + " host_name \$HOSTNAME\$\n". + " passive_checks_enabled 1\n". + " active_checks_enabled 0\n". + " check_command check_dummy!3 'Error: passive check has been called actively - check your config'\n". + " use local-service\n". + "}\n\n", + # signals to cover + signals => ["DUMMY","INT","TERM","QUIT","HUP","__WARN__"], + # which RC if caught signal + signal_rc => 3, + # snmp_community + snmp_community => "IMS_m0nit0r", + # snmp_community + snmp_port => "161", + # path to status.dat + status_dat => "/usr/local/monitoring/check_multi-0.26/var/status.dat", + # style of plus/minus char + style_plus_minus => "style='color:#4444FF;line-height:0.3em;font-size:1.5em;cursor:crosshair'", + # documentation URL to be added to child check tags + tag_notes_link => "", + # frame target for action_url and notes_url + target => "_self", + # internal development and test mode + test => 0, + # child check timeout (small t) + timeout => 11, + # global check_multi timeout (BIG T) + TIMEOUT => 60, + # directory where check_multi stores its temporary output files + tmp_dir => "/tmp/check_multi", + # temporary etc dir for local copies of configuration files + tmp_etc => "/tmp/check_multi/etc", + # octal permissions of tmp_dir + tmp_dir_permissions => "41777", + # characters which are allowed in macros + valid_macro_chars => 'A-Za-z0-9\.\@\-\_\:', + # characters which are allowed in tags + valid_tag_chars => 'A-Za-z0-9\-\.\@\_\:\$', + # verbosity, from 1 (less verbose) to 3 (much verbose) + verbose => 0, + # elements to be added to XML structure + eml_elements => "name,rc,output,error,plugin,command,performance,starttime,endtime,runtime,type", + }, + "variable" => { + }, + +); + +#--- Array of commands +my @cmds = ( + #--- 0: parent check + { + command => "none", # no command for parent + critical => "", # state definition: CRITICAL + endtime => 0.0, # end timestamp + error => [ ], # stderr and other errors + state_default => [ # state definitions + "1", # OK + "COUNT(WARNING) > 0", # WARNING + "COUNT(CRITICAL) > 0", # CRITICAL + "COUNT(UNKNOWN) > 0" # UNKNOWN + ], + state => [ + "1", # OK + "COUNT(WARNING) > 0", # WARNING + "COUNT(CRITICAL) > 0", # CRITICAL + "COUNT(UNKNOWN) > 0" # UNKNOWN + ], + hash => "", # hash for all child checks + nallchecks => 0, # number of all child checks (with non-displayed checks) + name => "", # no predefined name for parent (-n option) + nchecks => 0, # number of child checks (displayed) + number => 0, # current number of check (0 for head) + ok => "", # state definition: OK + output => "", # output + rc => $OK, # return code + runtime => 0.0, # runtime in seconds + sleeped => 0.0, # time sleeped between child checks + starttime => 0.0, # start timestamp + timeouttime => 0.0, # timeout timestamp + type => "head", # this is the master of disaster + unknown => "", # state definition: UNKNOWN + warning => "", # state definition: WARNING + } + #--- elements 1..x will be added by parse_lines / parse_header +); +my %rc = ( + count => [ 0, 0, 0, 0, ], # count displayed RCs + count_all => [ 0, 0, 0, 0, ], # cound all RCs + list => [ [],[],[],[], ], # list of displayed child checks + list_all => [ [],[],[],[], ], # list of all child checks + match => [ 0, 0, 0, 0, ], # +); +my $check_multi = { + cmds => \@cmds, + rc => \%rc, + opt => \%opt +}; + +#--- DEBUG typeglobs: 1. verbose 2. errors 3. detailed 4. programmers debugging +*DEBUG1=($opt{set}{verbose}>=1) ? \&debug_message : sub {}; +*DEBUG2=($opt{set}{verbose}>=2) ? \&debug_message : sub {}; +*DEBUG3=($opt{set}{verbose}>=3) ? \&debug_message : sub {}; +*DEBUG4=($opt{set}{verbose}>=3) ? \&debug_message : sub {}; + +#------------------------------------------------------------------------------- +#--- subs ---------------------------------------------------------------------- +#------------------------------------------------------------------------------- + +#--- +#--- process command line parameters and STDIN (if any) +#--- +sub process_input { + + my @SAVEARGV=@ARGV; + my $stdin=""; + + #--- check version of modules + if ($Getopt::Long::VERSION < 2.27) { + print "Error: module Getopt::Long version $Getopt::Long::VERSION is too old, minimum version is 2.27\n"; + return $UNKNOWN; + } + + if (! GetOptions( + "f|filename=s" => \@{$opt{filename}}, + "h|help:+" => \$opt{help}, + "i|instant=s" => \$opt{set}{instant}, + "l|libexec=s" => \$opt{set}{libexec}, + "n|name=s" => \$opt{set}{name}, + "r|report=s" => \$opt{set}{report}, + "s|set=s" => \%{$opt{variable}}, + "t|timeout=i" => \$opt{set}{timeout}, + "T|TIMEOUT=i" => \$opt{set}{TIMEOUT}, + "v|verbose:+" => \$opt{set}{verbose}, + "V|version" => \$opt{version}, + "x|execute=s" => \@{$opt{execute}}, + "y|inventory:+" => \$opt{set}{inventory}, + "o|O|ok=s" => \$cmds[0]{state}[0], + "w|W|warning=s" => \$cmds[0]{state}[1], + "c|C|critical=s"=> \$cmds[0]{state}[2], + "u|U|unknown=s" => \$cmds[0]{state}[3],) + ) { + short_usage(); + return $UNKNOWN; + } + + #--- redefine debug typeglobs, if verbose flag has been changed on cmdline + { + no warnings 'redefine'; + *DEBUG1=($opt{set}{verbose}>=1) ? \&debug_message : sub {}; + *DEBUG2=($opt{set}{verbose}>=2) ? \&debug_message : sub {}; + *DEBUG3=($opt{set}{verbose}>=3) ? \&debug_message : sub {}; + *DEBUG4=($opt{set}{verbose}>=3) ? \&debug_message : sub {}; + } + + #--- -V(ersion) option + if ($opt{version}) { + print "Version: $VERSION\n"; + return $UNKNOWN; + } + + #--- -h/--help shows long usage, -hh extended usage + DEBUG3("opt{help}=$opt{help}"); + if ($opt{help} == 1) { + short_usage(); + long_usage(); + return $UNKNOWN; + } elsif ($opt{help} == 2) { + short_usage(); + long_usage(); + extended_usage(); + return $UNKNOWN; + } elsif ($opt{help} > 2) { + short_usage(); + long_usage(); + extended_usage(); + detailed_usage(); + return $UNKNOWN; + } + + #--- check command line vars (--set KEY=VAL) and transfer it to $opt{set} + foreach my $variable (sort keys(%{$opt{variable}})) { + #--- export MULTI_$variable + $ENV{"MULTI_".$variable}="$opt{variable}{$variable}"; + #--- if existing, overwrite, otherwise set $opt{set} variable + if (defined($opt{set}{$variable})) { + DEBUG3("overwriting \$opt{set}{$variable}:$opt{set}{$variable} with $opt{variable}{$variable}"); + } else { + DEBUG3("setting \$opt{set}{$variable} with $opt{variable}{$variable}"); + } + $opt{set}{"$variable"}="$opt{variable}{$variable}"; + } + + #--- determine some settings (user,hostname) + $opt{set}{uid}=$<; + if ($^O=~/Win32/) { + #--- Win32? then use Win32 module + if (module("Win32")) { + DEBUG3("Win32 available"); + $opt{set}{user}=&Win32::LoginName; + if (!$opt{set}{HOSTNAME}) { + $opt{set}{HOSTNAME}=&Win32::NodeName; + } + } else { + DEBUG2("Win32 not available"); + $opt{set}{user}="unknown"; + if (!$opt{set}{HOSTNAME}) { + $opt{set}{HOSTNAME}=$ENV{COMPUTERNAME}; + } + } + } else { + $opt{set}{user}=getpwuid($<); + if (!$opt{set}{HOSTNAME}) { + $opt{set}{HOSTNAME}=get_hostname("HOSTNAME"); + } + if (!$opt{set}{HOSTADDRESS}) { + $opt{set}{HOSTADDRESS}=get_hostname("HOSTADDRESS"); + } + } + + #--- check_multi uses a temporary directory, per default /tmp/check_multi + #--- 1. create if not yet done + if (! my_mkdir("$opt{set}{tmp_dir}", $opt{set}{tmp_dir_permissions})) { + print "Error: could not create tmp directory $opt{set}{tmp_dir} as user $opt{set}{user}\n"; + return $UNKNOWN; + } + #--- 2. check if tmp_dir has correct permissions + if ((stat("$opt{set}{tmp_dir}"))[2] != oct("$opt{set}{tmp_dir_permissions}") && + ! chmod(oct("$opt{set}{tmp_dir_permissions}"), "$opt{set}{tmp_dir}") ) { + print "Error: could not set tmp directory $opt{set}{tmp_dir} permissions to $opt{set}{tmp_dir_permissions} as user $opt{set}{user}\n"; + return $UNKNOWN; + #--- 3. and at last: it has to be writeable + } elsif (! -w "$opt{set}{tmp_dir}") { + print "Error: cannot write to tmp directory $opt{set}{tmp_dir} as user $opt{set}{user}\n"; + return $UNKNOWN; + } + + #--- + #--- getting commands - either per command file or per command parameter + + #--- first generate regex which contains all allowed commands (we need it later) + $opt{cmdregex}=join('|',keys(%{$opt{commands}})); + + #--- allowed characters: 'a-zA-Z0-9_-' + if ($opt{set}{name}=~/[\[\]]+/) { + print "$MYSELF error: name \'$opt{set}{name}\' invalid - [ brackets ] are not allowed\n"; + return $UNKNOWN; + } + + #--- loop over filename / URL / directory array + for (my $i=0;$i<@{$opt{filename}}; $i++) { + + + #--- only read STDIN if feeded by a PIPE, otherwise it would block when empty + if ($opt{filename}[$i]=~/^-$/) { + while () { $stdin.=$_; } + DEBUG3("found >$stdin<"); + + #--- do we have input from check_multi XML report mode? (check_multi as filter) + if ($stdin=~/check_multi_xml/) { + #--- try to load module XML::Simple and bail out if not successful + module("XML::Simple",1); + + #--- read in XML data and feed cmds structure + my $in=XML::Simple::XMLin( + $stdin, + KeyAttr=>["CHILD"=>"no"], # index: child no + ForceArray=>["CHILD"], # force array also for one child + SuppressEmpty=>"", # if empty, add "" instead of {} empty hash + ); + + if (module("Data::Dumper")) { + DEBUG3("Data::Dumper available"); + DEBUG3("XML input after XMLin:\n" . Dumper($in)); + } else { + $opt{set}{test}=0; + DEBUG2("Data::Dumper not available"); + } + + if (exists($in->{PARENT})) { + #--- restore some values from parent + $cmds[0]{nchecks}=$in->{PARENT}->{nchecks}; + $cmds[0]{nallchecks}=$in->{PARENT}->{nallchecks}; + + #--- child values + for my $i (keys %{$in->{PARENT}->{CHILD}}) { + $cmds[$i]{no}=$i; # index itself as 'no' + $cmds[$i]{feeded}=1; # mark this cmd as feeded + foreach my $att (keys %{$in->{PARENT}->{CHILD}->{$i}}) { + $cmds[$i]{$att}=$in->{PARENT}->{CHILD}->{$i}->{$att}; + } + } + } else { + #--- child values + for my $no (keys %{$in->{$MYSELF}->{CHILD}}) { + $cmds[$no]{no}=$no; # index itself as 'no' + $cmds[$no]{feeded}=1; # mark this cmd as feeded + foreach my $att (keys %{$in->{$MYSELF}->{CHILD}->{$no}}) { + $cmds[$no]{$att}=$in->{$MYSELF}->{CHILD}->{$no}->{$att}; + } + $ENV{"MULTI_${no}_NAME"}="$cmds[$no]{name}"; + $ENV{"MULTI_${no}_STATE"}="$cmds[$no]{rc}"; + $ENV{"MULTI_${no}_LABEL"}="$def{label}{$cmds[$no]{rc}}"; + } + } + DEBUG3("\@cmds after filling from XML input\n" . Dumper(\@cmds)); + } elsif ($stdin=~/($opt{cmdregex})\s*\[.*\]\s*=/) { + DEBUG3("command file in STDIN detected"); + push @{$opt{execute}},split(/\n/,$stdin); + } + #--- 2. filename URL found + } elsif ($opt{filename}[$i]=~/\/\//) { + DEBUG3("http/ftp URL specified: $opt{filename}[$i]"); + + #--- LWP module NOT loaded? + if (!module("LWP::Simple")) { + add_error(0,"LWP::Simple module not available, could not get command file $opt{filename}[$i]"); + next; + } + #--- split path components of URL + my ($host,$path,$file)=("","",""); + if ($opt{filename}[$i]=~/.*\/\/([^\/]+)([\/]*.*)/) { + $host=$1; $path=$2; + if ($path=~/(.*)\/(.*$opt{set}{file_extension})/) { + $path=$1; $file=$2; + } + chop($path) if ($path && $path=~/\S+\/$/); + $path=$1 if ($path && $path=~/\/(\S+)$/); + if ($path eq "" || $file eq "") { + print "$MYSELF error: empty path or filename specified in URL $opt{filename}[$i]\n"; + return $UNKNOWN; + } + DEBUG4("URL:$opt{filename}[$i] hostname:$host path:$path file:$file"); + } + + #--- create directory to store saved config files + my $cmdfile_path="$opt{set}{tmp_dir}/$opt{set}{tmp_etc}/$host/$path"; + if (! my_mkdir("$cmdfile_path", $opt{set}{tmp_dir_permissions})) { + add_error(0,"Cannot create config directory path \'$cmdfile_path\':$!"); + return $UNKNOWN; + } + + #--- use ctime to determine if config file should be updated after + #--- having reached cmdfile_update_interval + my $cmdfile_age=time-(stat("$cmdfile_path/$file"))[10] if (-f "$cmdfile_path/$file"); + if (!-f "$cmdfile_path/$file" || + $cmdfile_age>$opt{set}{cmdfile_update_interval}) { + DEBUG3("$cmdfile_path/$file age is $cmdfile_age, greater than allowed interval $opt{set}{cmdfile_update_interval}"); + my $RC=LWP::Simple::mirror($opt{filename}[$i],"$cmdfile_path/$file"); + if (LWP::Simple::is_success($RC) || $RC == 304) { + DEBUG3("Mirroring $opt{filename}[$i] to $cmdfile_path/$file OK: RC $RC"); + $opt{filename}[$i]="$cmdfile_path/$file"; + `touch $opt{filename}[$i]`; + } else { + DEBUG2("Error: mirroring $opt{filename}[$i] to $cmdfile_path/$file failed: $RC"); + } + } else { + DEBUG3("$opt{filename}[$i] is already downloaded $cmdfile_path/$file"); + $opt{filename}[$i]="$cmdfile_path/$file"; + } + + #--- 2. directory found? replace directory with '*cmd' files from these directories + } elsif (-d $opt{filename}[$i]) { + splice(@{$opt{filename}},$i,1,glob "$opt{filename}[$i]/*$opt{set}->{file_extension}"); + + #--- 3. and at last: the simple filename + } else { + if (! -f $opt{filename}[$i] || ! -r $opt{filename}[$i]) { + DEBUG2("Error: filename $opt{filename}[$i] not existing or not readable"); + } + } + } + + #--- none of them? return UNKNOWN + if (! $opt{filename}[0] && ! $opt{execute}[0] && !$stdin && (!$opt{set}{persistent})) { + print "$MYSELF error: no config file(s) or command parameters specified\n"; + short_usage(); + return $UNKNOWN; + } + + #--- inherit report settings from parent check_multi + if ($opt{set}{report_inherit_mask} && defined($ENV{MULTI_set_report}) && "$ENV{MULTI_set_report}") { + $opt{set}{report}=$ENV{MULTI_set_report} & $opt{set}{report_inherit_mask}; + DEBUG3("inherited reportstring $opt{set}{report} from parent check_multi, derived from $ENV{MULTI_set_report} with mask $opt{set}{report_inherit_mask}"); + } + + #--- report option candy - allow speaking strings '1+2+4+8' instead of bare '15' + if ($opt{set}{report}=~/[0-9+]/) { + my $sum=0; + for (split(/\+/,$opt{set}{report})) { + $sum+=$_; + } + DEBUG3("reportstring $opt{set}{report} converted into numerical value $sum"); + $opt{set}{report}=$sum; + } elsif ($opt{set}{report}=~/[0-9]/) { + # normal numeric value - do nothing + } else { + print "$MYSELF error: report option \'$opt{set}{report}\' contains invalid characters, allowed are numbers or 0-9+\n"; + return $UNKNOWN; + } + #--- report options - name + if ($opt{set}{report} & $DETAIL_PERFORMANCE_LINK && !$opt{set}{name}) { + $opt{set}{name}=$MYSELF; + DEBUG3("performance report option set and no name defined: taking $MYSELF as name"); + } + + #--- report option - notes_url + if ($opt{set}{report} & $DETAIL_NOTES_LINK && !$opt{set}{notes_url}) { + if ($ENV{"MULTI_SERVICENOTESURL"}) { + $opt{set}{notes_url}=$ENV{"MULTI_SERVICENOTESURL"}; + DEBUG3("notes report option set - taking SERVICENOTESURL ".$ENV{"MULTI_SERVICENOTESURL"}); + } elsif ($ENV{"${NAGIOS}_SERVICENOTESURL"}) { + $opt{set}{notes_url}=$ENV{"${NAGIOS}_SERVICENOTESURL"}; + DEBUG3("notes report option set - taking $Nagios SERVICENOTESURL ".$ENV{"${NAGIOS}_SERVICENOTESURL"}); + } else { + add_error(0,"process_input: Notes link report option chosen, but no environment variable SERVICENOTESURL found and no parameter notes_url specified"); + } + } + + #--- Initialize empty PATH if none defined + $ENV{PATH}="" unless ($ENV{PATH}); + my $path_sep=($^O=~/Win32/)?';':':'; + + #--- set plugin_path at 2nd position of PATH variable + $ENV{PATH}="$opt{set}{plugin_path}${path_sep}$ENV{PATH}" if ($opt{set}{plugin_path}); + + #--- set libexec directory at the beginning of PATH variable + $ENV{PATH}="$opt{set}{libexec}${path_sep}$ENV{PATH}" if ($opt{set}{libexec}); + + #--- be sure that there is no newline at state definitions end + foreach my $state (sort numerically keys %{$def{s2r}}) { + chomp($cmds[0]{state}[$state]); + } + + #--- timeout checking: overall TIMEOUT has to be greater than child check timeout + if ($opt{set}{timeout} && $opt{set}{TIMEOUT} && $opt{set}{timeout} > $opt{set}{TIMEOUT}) { + print "$MYSELF: error - child timeout $opt{set}{timeout}s must not be greater than parent timeout $opt{set}{TIMEOUT}s\n"; + return $UNKNOWN; + } + + #--- add _the_ parent pid as indicator of the absolute first instance in a check_multi tree + #--- there can be multiple recursive called instances and they need to detect which is the first + $ENV{"MULTI_PPID"}=$$ if (!defined($ENV{"MULTI_PPID"})); + + #--- persistency - on the way to check_multi 2.0 + if ($opt{set}{test} && $opt{set}{persistent}) { + + #--- try to load module XML::Simple + $opt{set}{use_xml_simple} = 1; + unless (eval "require XML::Simple;1") { + $opt{set}{use_xml_simple} = 0; + DEBUG2("XML::Simple not available:$@"); + } + + #--- successful load? + if ($opt{set}{use_xml_simple}) { + + #--- take filename to store persistent data from HOSTNAME-SERVICEDESC + if ($ENV{MULTI_HOSTNAME} && $ENV{MULTI_SERVICEDESC}) { + $cmds[0]{key}="$ENV{MULTI_HOSTNAME}-$ENV{MULTI_SERVICEDESC}"; + } elsif ($ENV{MULTI_HOSTNAME} && $ENV{"${NAGIOS}_SERVICEDESC"}) { + $cmds[0]{key}="$ENV{MULTI_HOSTNAME}-".$ENV{"${NAGIOS}_SERVICEDESC"}; + } else { + print "process_input: need HOSTNAME and SERVICEDESC for persistent mode.\nPlease specify -s HOSTNAME= -s SERVICEDESC=\n"; + return $UNKNOWN; + } + + #--- replace whitechar with underscore + $cmds[0]{key}=~s/\s+/_/g; + DEBUG3("command key: $cmds[0]{key}"); + + #--- read persistent data + my $in; + my @xmlfiles=dir_entries("$opt{set}{tmp_dir}/$opt{set}{HOSTNAME}_$opt{set}{SERVICEDESC}",1); + if ($#xmlfiles == 1) { + DEBUG3("reading file $xmlfiles[0].xml"); + $in=XML::Simple::XMLin("$opt{set}{tmp_dir}/$opt{set}{HOSTNAME}_$opt{set}{SERVICEDESC}/".$xmlfiles[0].".xml",KeyAttr => [ ]); + } else { + DEBUG2("no persistency file found in $opt{set}{tmp_dir}/$opt{set}{HOSTNAME}_$opt{set}{SERVICEDESC}"); + } + + #--- read persistent data + + #--- debug output per Data::Dumper + if (module("Data::Dumper")) { + DEBUG3("loaded persistent data:"); + DEBUG3(Dumper($in)); + } else { + $opt{set}{test}=0; + } + } + } + + #--- do some debug output + DEBUG3("$MYSELF - $VERSION"); + DEBUG3("command line: $0 >".join('< >',@SAVEARGV)."<"); + + #--- any remaining parameters are orphaned - tell the caller what's going wrong here + if (@ARGV) { + print "Error: orphaned parameters found on command line:"; + for (my $i=1; $#ARGV>-1; $i++) { + print " ARG$i:",shift(@ARGV); + } + print "\n"; + return $UNKNOWN; + } + + #--- just debugging: print options + foreach my $option (sort keys(%opt)) { + DEBUG4("\$opt{$option}=$opt{$option}") if (defined($opt{$option})); + } + foreach my $option (sort keys(%{$opt{set}})) { + DEBUG4("\$opt{set}{$option}=$opt{set}{$option}") if (defined($opt{set}{$option})); + } + + return $OK; +} + +#--- +#--- short usage as quick reference +#--- +sub short_usage { +print < [-n name] [-t timeout] [-T TIMEOUT] + [-r level] [-l libexec_path] [-s option=value] +$MYSELF [-h | --help] [-hh extended help] [-hhh complete help] +$MYSELF [-v | --verbose] +$MYSELF [-V | --version] + +[ more infos on http://my-plugin.de/check_multi ] + +SHORTEOF +} + +#--- +#--- long usage as detailed help (if anything else fails: read the instruction) +#--- +sub long_usage { +print < + specify level of details in output (level is binary coded, just sum up all options) + default:$opt{set}{report} + see more details with extended help option -hh +-s, --set