Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Veeam Jobs with PowerShell
Current Version
1.1
Last Release Date
2022-06-18
Compatible With
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
Owner
License
GPL
Hits
5002
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 Veeam last result and last run date of all jobs (tape and computer).
OUTPUTS
- OK: All jobs last result is Success.
- WARNING: Any job last result is warning or any job last run less than warning hours ago.
- CRITICAL: Any job last result is error or any job last run less than critical hours ago.
PARAMETER warning
- Warning hours after last backup.
- Default 24.
PARAMETER critical
- Warning hours after last backup.
- Default 48.
PARAMETER jobs
- Jobs names to check.
- Default: all.
- Example: "Tape Backup","Hyper-V","Incremental backup"
EXAMPLE
- Checks jobs by name with default warning treshold and 50h critical treshold.
check_veeamjobs.ps1 -jobs "Tape Backup","Full Backup","Hyper-V Backup" -critical 50
EXAMPLE
- Checks all jobs by name with 48h warning treshold and 96h critical treshold.
check_veeamjobs.ps1 -warning 48 -critical 96
OUTPUTS
- OK: All jobs last result is Success.
- WARNING: Any job last result is warning or any job last run less than warning hours ago.
- CRITICAL: Any job last result is error or any job last run less than critical hours ago.
PARAMETER warning
- Warning hours after last backup.
- Default 24.
PARAMETER critical
- Warning hours after last backup.
- Default 48.
PARAMETER jobs
- Jobs names to check.
- Default: all.
- Example: "Tape Backup","Hyper-V","Incremental backup"
EXAMPLE
- Checks jobs by name with default warning treshold and 50h critical treshold.
check_veeamjobs.ps1 -jobs "Tape Backup","Full Backup","Hyper-V Backup" -critical 50
EXAMPLE
- Checks all jobs by name with 48h warning treshold and 96h critical treshold.
check_veeamjobs.ps1 -warning 48 -critical 96
Reviews (0)
Be the first to review this listing!