Home Directory Plugins Backup and Recovery BackupExec Check Backup Exec Jobs Plugin

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 Backup Exec Jobs Plugin

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2018-02-01
Compatible With
  • Nagios 4.x
Owner
License
GPL
Hits
5183
Files:
FileDescription
check_backupexec_jobs.ps1check_backupexec_jobs.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!
SYNOPSIS
This script will connect to Symantec BackupExec server and using PowerShell, it will return information about the backup jobs:

SYNTAX
.check_backupexec_jobs.ps1 [[-Name] ] [[-Period] ] []

PARAMETERS
-Name
Name of the Job

-Period
Number of Days Until Critical

-------------------------- EXAMPLE 1 --------------------------

C:PS>.check_backupexec_jobs.ps1 -Name "BACKUP IT Machines-Full" -Period 10 # if it passes more than 10 days the it will return critical and if job Status Fails will Return Critical

-------------------------- EXAMPLE 2 --------------------------

C:PS>.check_backupexec_jobs.ps1 -Name "BACKUP IT Machines-Full" #if no Period indicated will return last recorded date but doesn't return critical unless job status Fails