Create plugin to monitor backup status / last backup of VMs via IBM Spectrum Protect (TSM, Tivoli) #512
Labels
backup
enhancement
New feature or request
snapshot
tivoli (TSM/IBM Spectrum Protect)
virtual machine
Milestone
In our environment, the
Notes
field of a Virtual Machine (VM) is used to record IBM Spectrum Protect backup metadata like this:The first two lines appear to be static, set by the sysadmin(s) who support the virtual machine while everything within this block is managed by IBM Spectrum Protect:
This plugin would be responsible for collecting VMs for evaluation much in the same way as the
check_vmware_tools
plugin, accepting a list of VMs to exclude, resource pools to include/exclude, etc.This plugin would then parse the
Notes
field pulling out relevant backup details for evaluation (particularly theLast Run Time
metadata field). Optional flags would be accepted to specify the number of days since the last successful backup (with useful defaults) to determine overall plugin state.Parsed metadata fields (along with perhaps a raw copy of the
Notes
field) would be emitted viaLongServiceOutput
.The text was updated successfully, but these errors were encountered: