Skip to content

Icinga Powershell Plugin to check the status of VEEAM Backup Jobs.

Notifications You must be signed in to change notification settings

jonasboettcher/check_veeam_backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Icinga check VEEAM Backup

For help run:

Get-Help .\check_veeam_backup.ps1 -full

Dependency

Please make sure that the VeeamPSSnapin is installed on the server.

The Nagios-Utils are required and need to be in the same directory as the script nagios-utils.ps1

Development

For development on your computer connect to the Veeam server first before running the check script:

Add-PSSnapin VeeamPSSnapin; Connect-VBRServer -server "bvdgdi-svpvee1.bs.ch" -Credential (Get-Credential)

About

Icinga Powershell Plugin to check the status of VEEAM Backup Jobs.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%