Hi, may I know how to get the result for pinging a multiple ip addresses and visualize it in Grafana? Is it possible to store the data in mysql? Or is there any solution/the way for directly pinging from Grafana? Appreciate your assistance. Thank you.
Hi, may I know how to get the result for pinging a multiple ip addresses
and visualize it in Grafana?
You need to have some script or tool which does this and puts the results into
a data store from which Grafana can display those results.
Is it possible to store the data in mysql?
Yes, if that is the data store of your choice. There are many to choose from.
Or is there any solution / the way for directly pinging from Grafana?
No.
Grafana does not perform checks such as this. Grafana takes values from a
data store and displays them in “wallboard-style” dashboards.
What that data is and where it comes from is independent of Grafana.
Regards,
Antony.
Hi Antony, thank you so much for your replies. I get a clearer picture now.
I planned to write a php script for pinging ip addresses and store the results into mysql db. The results should be a real time and execute row per second to be stored in the db. Is it possible for me to do that & is it possible for mysql db to store such a multiple data?
Regards,
Farah.