Home Directory Plugins Operating Systems Windows Check Veeam Jobs with PowerShell

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 Veeam Jobs with PowerShell

Rating
0 votes
Favoured:
0
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
License
GPL
Hits
3625
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check Veeam Jobs with PowerShell
Check Veeam last result and last run date of all jobs (tape and computer).
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