Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
martinp
bymartinp, May 14, 2015
Superb plugin, many thanks, my little contribution for .si domains :
elif [ ${DLTYPE} == 'si' ];
then
TYPE=si
WHOIS_SERVER="whois.arnes.si"
elif [ $TYPE == 'si' ];
then
expiration=`cat ${FILE} | awk '/expire:/' | cut -d ':' -f2 | cut -d ' ' -f1`
elif [ ${DLTYPE} == 'si' ];
then
TYPE=si
WHOIS_SERVER="whois.arnes.si"
elif [ $TYPE == 'si' ];
then
expiration=`cat ${FILE} | awk '/expire:/' | cut -d ':' -f2 | cut -d ' ' -f1`