Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Backup Exec Jobs Plugin
Current Version
1.0
Last Release Date
2018-02-01
Compatible With
- Nagios 4.x
Owner
Website
License
GPL
Hits
4243
Files:
File | Description |
---|---|
check_backupexec_jobs.ps1 | check_backupexec_jobs.ps1 |
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
Reviews (0)
Be the first to review this listing!