jorgedlcruz / vmware-grafana

A simple way to retrieve vCenter information and send it to InfluxDB, to present it later with Grafana
MIT License
183 stars 49 forks source link

vSphere view is just showing 3 objects #31

Open Udayendu opened 3 years ago

Udayendu commented 3 years ago

Not sure from which version its broken because from the beginning I can see only 3 objects of a vCenter.

jorgedlcruz commented 3 years ago

Thank you for the report, check the latest Dashboard version I just upload https://grafana.com/grafana/dashboards/8159/revisions

The overall system, meaning vCenter, can be found at the bottom. I've split that into cluster status a few months ago so it was easier to consume.

Best regards

Udayendu commented 3 years ago

This will give a complete picture of the vCenter at first glance and then we have each level of metrics already.

Udayendu commented 3 years ago
jorgedlcruz commented 3 years ago

Hello, Both, that panel, and the VM Summary come from this: SELECT "usage_average", FROM "vsphere_vm_cpu"

How does your telegraf.conf looks like? Without user/pass, something odd.

For the whole vCenter view, will take a look and see if I add it or not. I think it is better to see view per Cluster, than the whole vCenter, which can have clusters all across the globe.

Udayendu commented 3 years ago

Please find the attached telegraf.conf file that I am using. telegraf.conf

jorgedlcruz commented 3 years ago

Thank you, I was trying to see the config that is about the VMware part, please

Udayendu commented 3 years ago

Thank you, I was trying to see the config that is about the VMware part, please

any findings why that report if not visible about VM's CPU utilization ?

Udayendu commented 3 years ago

And I observed that now the vmware-vsphere-vms dashboard is not working at all. Any changes has been done from your end ?

jorgedlcruz commented 3 years ago

Hello, No, I have not edited or done anything to make that not working.

My guess is that you do not have the vsphere.conf properly configured. Can you please share just that part.

Which steps you followed to configure the telegraf part for vSphere? The ones on my blog?

All is good and running here

On Sun, Apr 25, 2021, 4:09 PM Udayendu Kar @.***> wrote:

And I observed that now the vmware-vsphere-vms dashboard is not working at all. Any changes has been done from your end ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jorgedlcruz/vmware-grafana/issues/31#issuecomment-826339904, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMBAHESUFYOD66JPFQIHA3TKQWBZANCNFSM43MMKEGQ .

Udayendu commented 3 years ago

Hello, No, I have not edited or done anything to make that not working. My guess is that you do not have the vsphere.conf properly configured. Can you please share just that part. Which steps you followed to configure the telegraf part for vSphere? The ones on my blog? All is good and running here On Sun, Apr 25, 2021, 4:09 PM Udayendu Kar @.***> wrote: And I observed that now the vmware-vsphere-vms dashboard is not working at all. Any changes has been done from your end ? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#31 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMBAHESUFYOD66JPFQIHA3TKQWBZANCNFSM43MMKEGQ .

I have used your blog and the telegraf input plugin from github:

https://jorgedelacruz.uk/2018/10/01/looking-for-the-perfect-dashboard-influxdb-telegraf-and-grafana-part-xii-native-telegraf-plugin-for-vsphere/

https://github.com/influxdata/telegraf/tree/release-1.8/plugins/inputs/vsphere

And then created my actual required telegraf.conf file as you can see: https://github.com/Udayendu/cPlatform99/blob/main/monitor-vsphere-grafana/telegraf.conf

This was working 2 days back but yesterday I deployed another setup and found that the new one is not working for vms dashboard. When I checked the old one, thats also not working. I have 3 vCenters and I am using them all together. You can see the whole deployment from the below link:

https://cplatform99.blogspot.com/2021/04/monitor-your-vsphere-workload-using.html