diff --git a/README.md b/README.md index 394b634..6e2a014 100644 --- a/README.md +++ b/README.md @@ -22,28 +22,21 @@ Once configurations are done let's start it up. From the /prometheus project dir That's it. docker-compose builds the entire Grafana and Prometheus stack automagically. -The Grafana Dashboard is now accessible via: `http://:3030` for example http://localhost:3000 +The Grafana Dashboard is now accessible via: `http://:3030` for example http://localhost:3030 username - admin -password - foobar (Password is stored in the `config.monitoring` env file) +password - wonka (Password is stored in the `config.monitoring` env file) -The DataSource and Dashboard for Grafana are automatically provisioned. You can still install the dashboard manually if you choose below. +The DataSource and Dashboard for Grafana are automatically provisioned. -
+If all works it should be available at http://localhost:3030/d/o9mIe_Aik/internet-connection - if no data shows up try change the timeduration to something smaller. -## Manual Install Dashboard -I created a Dashboard template which is available on [GitHub Stats Dashboard](https://grafana.net/dashboards/1559). Simply download the dashboard and select from the Grafana menu -> Dashboards -> Import - -This dashboard is intended to help you get started with graphing your GitHub Repos. If you have any changes you would like to see in the Dashboard let me know so I can update Grafana site as well. - - -
- -## Troubleshooting -It appears some people have reported no data appearing in Grafana. If this is happening to you be sure to check the time range being queried within Grafana to ensure it is using Today's date with current time. +
## Interesting urls +Note: replace `localhost` with your docker host ip/name if not running this locally. + http://localhost:9090/targets shows status of monitored targets as seen from prometheus - in this case which hosts being pinged and speedtest. note: speedtest will take a while before it shows as UP as it takes ~30s to respond. http://localhost:9090/graph?g0.expr=probe_http_status_code&g0.tab=1 shows prometheus value for `probe_http_status_code` for each host. You can edit/play with additional values. Useful to check everything is okey in prometheus (in case Grafana is not showing the data you expect). diff --git a/images/Grafana_Add_Data_Source.png b/images/Grafana_Add_Data_Source.png deleted file mode 100644 index 6204c25..0000000 Binary files a/images/Grafana_Add_Data_Source.png and /dev/null differ diff --git a/images/Import_Dashboard.png b/images/Import_Dashboard.png deleted file mode 100644 index 06824de..0000000 Binary files a/images/Import_Dashboard.png and /dev/null differ diff --git a/images/dashboard.png b/images/dashboard.png index b7339cc..7c19e08 100644 Binary files a/images/dashboard.png and b/images/dashboard.png differ diff --git a/images/github_token.png b/images/github_token.png deleted file mode 100644 index 5ed51b4..0000000 Binary files a/images/github_token.png and /dev/null differ