Skip to content
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

Dashboard not showing data #8

Open
BasvanH opened this issue Feb 8, 2019 · 8 comments
Open

Dashboard not showing data #8

BasvanH opened this issue Feb 8, 2019 · 8 comments

Comments

@BasvanH
Copy link

BasvanH commented Feb 8, 2019

Hi,

I have setup telegraf, and according to it's logs and tests its successfully uploading the data to Grafana.
2019-02-08T12:00:20Z D! [outputs.influxdb] wrote batch of 21 metrics in 5.9918ms

When I add the JSON dahsboard, I select my influx database, but the dashboard never shows any data. In your github description you wrote:

Change your hosts inside the Grafana

What do you mean by this and could this be the cause of my issue?

Thanks, regards,
Bastiaan

@jorgedlcruz
Copy link
Owner

Hello,
Bastiaan, this script it is a bit old, and not very well designed using variables and such, so you need to go to influxdb and select your host on the query. I am working on a new script which will really help in order to monitor Veeam, will take me a few weeks still

@BasvanH
Copy link
Author

BasvanH commented Feb 8, 2019

You beat me to it :-). I was writing I have found the host in the query while you posted your anwser. Found out the table names dont match from the script to the query.

Will wait on the new one while learning more about Grafana. Thanks!

@JonasAgius
Copy link

Hey Jorge, having the same issue, would be cool having a new Script 👍

@benbense
Copy link

Having the same issue even after changing the host = to my host name,
when I use the query inspector to see the data that is pulled from the database the data is null even though when I run the .ps script I can see values.

@jorgedlcruz
Copy link
Owner

Hello,
Can you see the data on chronograf, or using grafana explorer? So, not using the Dashboard but just the explorer mode?

@benbense
Copy link

No result using the explorer
VeeamCap

@jorgedlcruz
Copy link
Owner

What is the result of the script when you run it? Any error?

@benbense
Copy link

No error, this is the output:

PS C:> C:\veeam-stats.ps1
veeam-stats successfulbackups=1
veeam-stats warningbackups=0
veeam-stats failesbackups=0
veeam-stats failedbackups=0
veeam-stats runningbackups=0
veeam-stats successfulbackupcopys=0
veeam-stats warningbackupcopys=0
veeam-stats failesbackupcopys=0
veeam-stats failedbackupcopys=0
veeam-stats runningbackupcopys=0
veeam-stats idlebackupcopys=0
veeam-stats successfulreplications=0
veeam-stats warningreplications=0
veeam-stats failesreplications=0
veeam-stats failedreplications=0
veeam-stats REPO_Default_Backup_Repository=61
veeam-stats REPO_iSCSI_-_Netapp=15
veeam-stats REPO_NetApp_Snapshot=100
veeam-stats protectedendpoints=0
veeam-stats totalbackupread=38
veeam-stats runningreplications=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants