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_HPDATAPROTECTOR

Rating
0 votes
Favoured:
0
Current Version
2
Last Release Date
2016-10-18
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Hits
5810
Files:
FileDescription
check_hpdataprotector.ps1check_hpdataprotector.ps1
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!
Powershell script to check if HP Dataprotector routines have failed to run.
Tested on windows Server 2012, but should work on Windows Server 2008 an on.
HP Dataprotector Version tested: 7.0
This script was made for MSSQL and File backup types, bt it may be extended for other backup types.
#
#The command should be included in the NSC.ini configuration from your NSCLient installation - check_nrpe must be allowed
#NSC.ini configuration:
#check_hpdataprotector=cmd /c echo scriptscheck_hpdataprotector.ps1; exit $LastExitCode | powershell.exe -command -
#
#Nagios server:
#check_nrpe -p -H -c check_hpdataprotector