#!/bin/bash
cat /etc/nagios/hosts/* | ./servicedeps.pl > /etc/nagios/conf.d/servicedeps.cfg
cat /etc/nagios/hosts/* | ./escalations.pl > /etc/nagios/conf.d/escalations.cfg

