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
41523
Files:
FileDescription
apiovh.plScript API SOAP PERL
check_date_ovh.shScript Check for Nagios Bash
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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,