Skip to content

gyselroth/monitoring-plugin-veeam-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Monitoring Plugin: veeam-vm

Description

Monitor the backup status of a single machine made with veeam

Usage

Usage: check_vm_backup [options]

Options:
  -vm NAME of the machince to check (Not the job name)
  -runtime_warn  WARNING offset (s) for an active backup session [Default: 10800 (3h)]
  -runtime_crit CRITICAL offset (s) for an active backup session [Default: 21600 (6h)]
  -last_warn  WARNING offset (s) for a finished backup session [Default: 86400 (24h)]
  -last_crit CRITICAL offset (s) for a finished backup session [Default: 172800 (48h)]
  -type TYPE of Backup. Choose between `backup` or `copy` (Jobs) [Default: backup]

Requirements

* Windows Server
* Powershell
* Veeam
* Veeam Powershell Plugins

Install

Copy check_vm_backup to your plugin folder (directly on you windows system where veeam is installed) and create a service/exec in your monitoring engine.

Example

./check_vm_backup.ps1 -vm foobar.example.org -runtime_warn 3000 -runtime_crit 4500

About

Monitor veeam backup status on a per vm basis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published