메뉴 닫기

도메인 만료일 체크 스크립트

Linux Shell 상에서 도메인만료일을 체크할수 있는 스크립트입니다.
이 스크립트를 2010년(?)경에…..봤는데….만드신분께서 아직도 꾸준히 업데이트(2014. 02.27) 하고 있으시네요..
도메인 판매업체에서 만료일전에 꾸준히 메일이나 SMS로 메세지를 던져주긴하지만 여기저기서 활용할만한 팁이 될수 있을거 같습니다.
참고 : http://www.cyberciti.biz/files/scripts/

 

사용법
# wget http://www.cyberciti.biz/files/scripts/domain-check-2.txt
# mv domain-check-2.t domain-check
# chmod +x doamin-check

:: 개별도메인 체크
# ./domain-check -d idchowto.com

:: 도메인 리스트 체크
# ./domain-check -f domain.list

스크린샷, 2016-02-29 14:43:03

 

::종료시점에 맞춰 메일로 메세지 보내기
# ./domain-check -a -f domain.list -q -x 30 -e admin@cloudv.kr

 

옵션설명
Usage: ./domain-check [ -e email ] [ -x expir_days ] [ -q ] [ -a ] [ -h ]
{[ -d domain_namee ]} || { -f domainfile}

-a : Send a warning message through email
-d domain : Domain to analyze (interactive mode)
-e email address : Email address to send expiration notices
-f domain file : File with a list of domains
-h : Print this screen
-s whois server : Whois sever to query for information
-q : Don’t print anything on the console
-x days : Domain expiration interval (eg. if domain_date < days)

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x