From c8878fc24ac0c22c266b202484e047e66be46694 Mon Sep 17 00:00:00 2001 From: Rohit Jnagal Date: Wed, 20 May 2015 17:28:38 +0000 Subject: [PATCH] Add a link to the 'docker monitoring' example. --- docs/influxdb.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/influxdb.md b/docs/influxdb.md index e05150f2..b7fd6a83 100644 --- a/docs/influxdb.md +++ b/docs/influxdb.md @@ -22,3 +22,7 @@ Specify what InfluxDB instance to push data to: # Use secure connection with database. False by default -storage_driver_secure ``` + +# Examples + +[Brian Christner](https://www.brianchristner.io) wrote a detailed post on [setting up Docker monitoring](https://www.brianchristner.io/how-to-setup-docker-monitoring) with cAdvisor and Influxdb.