From a9902b2a914e823e1c203056e94d35d7f5c842f7 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 19 Aug 2015 11:18:46 +0200 Subject: [PATCH] Update README.md Added screenshots and Dashboard config section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c0cbcee..cf47ae6 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,16 @@ Now we need to connect the Prometheus Dashboard to the Prometheus installation. * Click the "Server" Menu at the top * Click "New Server" * Input desired name, Prometheus server IP and port (`http://:9090>` ) and select Prometheus for server type. + ![PromDash New Server](https://github.com/vegasbrianc/prometheus/blob/master/New_server.png) +## Configure Dashboards +Let's create our first Dashboard. Head over up to the Dashboard menu. First, create a new directory. Next, create a new Dashboard. + +Here's a quick Dashboard I put together as an example. + +![PromDash Screenshot](https://github.com/vegasbrianc/prometheus/blob/master/Dashboard_example.png) + ## ToDo * Integrate and configure Alerting.