Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_date_ovh.sh

Current Version
1.0.0.0
Last Release Date
2013-04-01
Compatible With
  • Nagios 1.x
  • Nagios 2.x
License
GPL
Hits
41190
Files:
FileDescription
apiovh.plScript API SOAP PERL
check_date_ovh.shScript Check for Nagios Bash
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_date_ovh.sh
Nagios plugin to return Information on domain expiration date from OVH API.
Nagios plugin to return Information on domain expiration date from OVH API.
OVH Expiration Check DNS. © Keysource 2013

Usage: check_date_ovh.sh [-u userovh] [-p passwordovh] [-d domainforcheck] [-w warning] [-c critical]
-u user for OVH Manager API
-p password for OVH Manager API
-d domaine to check expiration date
-w (optional) warning threshold (default 30 day)
-c (optional) critical threshold (default 7 day)


INSTALL :
----------

Install perl and dependances:

Install Data::Dumper :
perl -MCPAN -e 'install "Data::Dumper"'

Install SOAP::Lite :
perl -MCPAN -e 'install "SOAP::Lite"'

Copy check_date_ovh.sh to /usr/lib/nagios/plugins
Copy apiovh.pl to /usr/lib/nagios/plugins


Enjoy,