Home Directory Plugins Backup and Recovery VMware Data Recovery

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

VMware Data Recovery

Rating
0 votes
Favoured:
0
Last Release Date
2011-03-01
Compatible With
  • Nagios 3.x
Owner
Hits
99050
Files:
FileDescription
check_vdr.shcheck_vdr.sh
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 VMware Data Recovery jobs using syslog.
This plugin checks the results of VMware Data Recovery backup scripts.

1. The vdr appliances send uucp.* to syslog server running rsyslogd.
In /etc/syslog.conf on vdr appliances:

uucp.* @ip.of.syslog.server

2. Syslog server logs to mysql database.
In /etc/rsyslog.conf on syslog server:

$ModLoad ommysql
uucp.* :ommysql:db_host,Syslog,db_user,db_password
& ~

3. This script gets log entries from the Syslog database.

By default, at most five syslog entries no more than two days old are considered. The database query can easily be changed to change the criteria.

Example:

check_vdr.sh myclient
2011-02-28 22:12:09 Script "DGC-Unix (myclient)" completed successfully
2011-02-27 19:50:29 Script "DGC-Unix (myclient)" completed successfully