-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working / windows server with password have veeam / ubuntu have influxdb2.0 + grafana #23
Comments
You are missing the jq package. You can download and install it from https://stedolan.github.io/jq/download/ or use apt-get install jq (normally). |
Restport is 1281 or 9419 same like swagger: and application with 1281 is blocked: or where review if working And show this errors:
|
The enterprise manager script is used against the Enterprise Manager within VBR. The other is for the veeam service provider console. Depending on what you are running, you need to use 1 of the 2 scripts to the API port as found in the documentation. |
can u guide me pls |
help me for solve "Unauthorized" https://drive.google.com/file/d/1nw91SYDGWu9IM_12Rkd94GX33W4HFKj1/view?usp=drivesdk Pls view that video link and help me ASAP |
There is a blog on how to set it up available at https://jorgedelacruz.uk/2020/01/07/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xix-monitoring-veeam-with-enterprise-manager-shell-script/. Unauthorised means that the credentials used against the API are invalid and u need to correct them. |
i change default port with new one 9419
|
@johnfelipe Please ensure you're using the script with the correct Veeam API. The scripts are named accordingly to match the Veeam API it leverages. As such, the There currently does not exist a grafana integration in this repository for the Veeam Backup & Replication API. I hope this clears things up for you. |
Hello John, Thanks |
Now is working, but i have this not collecting: https://drive.google.com/file/d/17qUOnVkfueAw-buHtKurXO1vWqXqDsbG/view?usp=drivesdk How can review that NO DATA items? |
https://drive.google.com/file/d/17qUOnVkfueAw-buHtKurXO1vWqXqDsbG/view?usp=drivesdk why that ones not collecting? |
You can run the script manually via bash to see if there is any output. For further troubleshooting, you will have to manually work against the Enterprise Manager as this is what the script does. It just reads the data coming from it. There could be multiple reasons why there is no data (no backup jobs, no runs in the last X hours, API issue) and it's impossible for us to just say this via a video or screenshot. |
I have the same issue #25 running the script against the Veeam Service Provider Console (formerly the Veeam Availability Console), but getting a Am i confusing something? |
I have some metric not into grafana. |
Can you tell me if I have alone with this problem and how to modify this script? |
Hello, I am also experiencing the same issue, along with the error below. $ ./veeam_enterprisemanager.sh {"error":"unable to parse 'veeam_em_overview,host=veeam-manager.ggdc.io veeamBackupServers=null,veeamProxyServers=null,veeamRepositoryServers=null,veeamRunningJobs=null,veeamScheduledJobs=null,veeamSuccessfulVmLastestStates=null,veeamWarningVmLastestStates=null,veeamFailedVmLastestStates=null': invalid number"} {"error":"unable to parse 'veeam_em_overview_vms,host=veeam-manager.ggdc.io veeamProtectedVms=null,veeamBackedUpVms=null,veeamReplicatedVms=null,veeamRestorePoints=null,veeamFullBackupPointsSize=null,veeamIncrementalBackupPointsSize=null,veeamReplicaRestorePointsSize=null,veeamSourceVmsSize=null,veeamSuccessBackupPercents=null': invalid number"} {"error":"unable to parse 'veeam_em_overview_jobs,host=veeam-manager.ggdc.io,veeamMaxDurationBackupJobName=null,veeamMaxDurationReplicaJobName=null veeamRunningJobs=null,veeamScheduledJobs=null,veeamScheduledBackupJobs=null,veeamScheduledReplicaJobs=null,veeamTotalJobRuns=null,veeamSuccessfulJobRuns=null,veeamWarningsJobRuns=null,veeamFailedJobRuns=null,veeamMaxJobDuration=null,veeamMaxBackupJobDuration=null,veeamMaxReplicaJobDuration=null': invalid number"} |
@LorenzzoBazzanella, @johnfelipe InfluxDb has also undergone a major version update and the script, as it is right now, will not POST to influxDb v2.x+ The errors you are both encountering are from the InfluxDb API and not Veeams. I had to specify the
You might find this DBA - Stackexchange post helpful if your confused between |
steps:
or
with same issue
The text was updated successfully, but these errors were encountered: