jorgedlcruz / veeam-enterprise_manager-grafana

How to monitor a Veeam Enterprise Manager Environment using Powershell, Telegraf, InfluxDB and Grafana
MIT License
23 stars 11 forks source link

Dot and comma Problem #1

Closed MicKBfr closed 2 years ago

MicKBfr commented 7 years ago

Hi Jorge,

This script is really good

I have use your script and i have been a problem with comma "REPO - Default Backup Repository" : 28,68 ,

i had the fallowing $Free = $FreeP -replace ',','.'

And the script to became successful

Do you think, it's possible to have more detail from Rest Api?

Thanks

jorgedlcruz commented 7 years ago

Hi Mick, Thank you for the comment, I've pushed a new version. The Veeam RESTfulAPI it's so dense and complete, we will need to see what else we want to monitor, some examples here: https://helpcenter.veeam.com/docs/backup/rest/reports_summary_overview.html?ver=95 https://helpcenter.veeam.com/docs/backup/rest/reports_summary_vms_overview.html?ver=95 https://helpcenter.veeam.com/docs/backup/rest/reports_summary_statistics.html?ver=95 etc Ideas :)?

MicKBfr commented 7 years ago

Hi Jose,

Thanks for your reply

Perhaps we can make a chronogram A separation between jobs: backup jobs backups copy jobs Replication jobs Sure backup jobs .. To have more precision

I have try yesterday on our lab image

My development skills are limited :-(

jorgedlcruz commented 7 years ago

Hi Mick, Let me try and add more stuff during the weekend. Thank you fro trying it.