centreon-plugins icon indicating copy to clipboard operation
centreon-plugins copied to clipboard

new plugin for Veeam365

Open joschi99 opened this issue 3 years ago • 7 comments

It should be great to have support for Veeam365. Could be monitored through PS. Here is the official documentation: https://helpcenter.veeam.com/docs/vbo365/powershell/veeam_psreference.html?ver=50

  • Backup status and list-backup: Get-VBOJob
  • Backup repository: Get-VBORepository
  • License: Get-VBOLicenseOverviewReport

If you need some detailed output ecc please let me know

joschi99 avatar Aug 03 '21 06:08 joschi99

Yes i need objects results.

garnier-quentin avatar Aug 03 '21 07:08 garnier-quentin

Veeam365.txt

joschi99 avatar Aug 03 '21 11:08 joschi99

Could you show me object definition attributes ? Because there are some enum i think.

garnier-quentin avatar Aug 03 '21 12:08 garnier-quentin

I have found the enum definition only for Veeam 11 (https://helpcenter.veeam.com/docs/backup/powershell/enums.html?ver=110), on Veeam365 docu this information is not present. Maybe the enums are the same, I don't know exactly. I will try to have more information about them.

joschi99 avatar Aug 03 '21 12:08 joschi99

i don't need the doc. I use following commands to display enum:

[Enum]::GetValues('Microsoft.HyperV.Powershell.VMState') | Select-Object @{n="Name";e={$_}},@{n="Value";e={$_.value__}} | format-table -autosize

You need to replace Microsoft.HyperV.Powershell.VMState by enum attribute type.

garnier-quentin avatar Aug 03 '21 12:08 garnier-quentin

finally the list of the enums: veeam365-enums.txt

joschi99 avatar Aug 17 '21 07:08 joschi99

hi @garnier-quentin, did you have any news about this request?

joschi99 avatar May 03 '22 05:05 joschi99