From c766957de0a650da7bbb0433355c4d577d23bcce Mon Sep 17 00:00:00 2001 From: Wolf Gratz Date: Mon, 8 Mar 2021 18:38:16 +0100 Subject: [PATCH] markdown syntax --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59d832f..6c99567 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Munin wttr.in plugins ## Description -These plugins will fetch weather data from wttr.in to display them in munin. +These plugins will fetch weather data from [wttr.in](https://github.com/chubin/wttr.in) to display them in munin. * temperature * humidity * precipitation @@ -8,9 +8,11 @@ These plugins will fetch weather data from wttr.in to display them in munin. * barometric pressure ## Configuration -By default, wttr.in will attempt to guess your location based on your IP address. I suggest you create a config in plugin-conf.d/ like this: +By default, wttr.in will attempt to guess your location based on your IP address. I suggest you create a config in `/etc/munin/plugin-conf.d/wttr` like this: ``` [wttr_*] env.wttr_location Berlin ``` + +See the [wttr.in Readme](https://github.com/chubin/wttr.in) for details.