Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4405Themes and Skins13Add-ons757Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Network Connections, Stats and Bandwidth Check Interfaces Operational Status
5.0 (1)
122.9K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)deskwork_itunes142 (4)Julien DESMAREST (3)Davide Lemma (3)Chad Columbus (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > xavier renaut
xr

xavier renaut

@vclark

User Stats

Member Since: May 9, 2012

Favorites0

Views

Projects0

No Projects Found
check_domain (new one)

great plugin. here is .ca patch

--- scripts/nagios/check_domain (revision 109964) +++ scripts/nagios/check_domain (working copy) @@ -83,6 +83,10 @@ then TYPE=dk-hostmaster WHOIS_SERVER="whois.dk-hostmaster.dk" +elif [ ${DLTYPE} == 'ca' ]; +then + TYPE=ca + WHOIS_SERVER="whois.cira.ca" else echo "We do not support this domain (not integrated). Sorry." exit $STATE_UNKNOWN @@ -124,6 +128,10 @@ elif [ $TYPE == 'afilias' ]; then expiration=`cat ${FILE} | awk '/Expiration Date:/' | cut -d ':' -f2 | cut -d ' ' -f1` +# for .ca domains +elif [ $TYPE == 'ca' ]; +then +expiration=`cat ${FILE} | awk '/Expiry date:/' | cut -d ':' -f2` #for .ru domains elif [ $TYPE == 'russia' ]; then

Reviewed 14 years ago

No Favorites Found

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile