veeam-enterprise_manager-grafana icon indicating copy to clipboard operation
veeam-enterprise_manager-grafana copied to clipboard

Latest update of Veeam not compatible

Open michelinok opened this issue 3 months ago • 1 comments

Goodmorning, it seems that the script won't get all the details from the latest Veeam version 12.2.0.334. Maybe it's a problem related to some deprecated/removed APIs. I don't get any data about "Job last result" and "Restore points" (no version showed near the labels on the grafana dashboard). If I can help debugging, please let me know

During the execution of the script I get this "error" (notice the "date: invalid date 'null'")

Successfully obtained bearer token Writing veeam_vbr_info to InfluxDB Writing veeam_vbr_sessions to InfluxDB date: invalid date ‘null’ Writing veeam_vbr_sessions to InfluxDB Writing veeam_vbr_sessions to InfluxDB

removing the # before echo I get this error on the output:

date: invalid date ‘null’ veeam_vbr_sessions,veeamVBRSessionJobName=Malware\ Detection,veeamVBR=192.168.1.159,veeamVBRSessiontype=MalwareDetection,veeamVBRSessionsJobState=Working,veeamVBRSessionsJobResultMessage=None veeamVBRSessionsJobResult=1,veeamBackupSessionsTimeDuration=-1732748419 Writing veeam_vbr_sessions to InfluxDB

It seems to me that the "veeamBackupSessionsTimeDuration" is different from the others records, eg:

Writing veeam_vbr_sessions to InfluxDB veeam_vbr_sessions,veeamVBRSessionJobName=ServerX,veeamVBR=192.168.1.159,veeamVBRSessiontype=BackupJob,veeamVBRSessionsJobState=Stopped,veeamVBRSessionsJobResultMessage=Success veeamVBRSessionsJobResult=1,veeamBackupSessionsTimeDuration=188 1732730605 Writing veeam_vbr_sessions to InfluxDB

michelinok avatar Nov 28 '24 15:11 michelinok