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
4866
Files:
FileDescription
check_backupexec_jobs.ps1check_backupexec_jobs.ps1
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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