markdown syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Munin wttr.in plugins
|
# Munin wttr.in plugins
|
||||||
## Description
|
## 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
|
* temperature
|
||||||
* humidity
|
* humidity
|
||||||
* precipitation
|
* precipitation
|
||||||
@@ -8,9 +8,11 @@ These plugins will fetch weather data from wttr.in to display them in munin.
|
|||||||
* barometric pressure
|
* barometric pressure
|
||||||
|
|
||||||
## Configuration
|
## 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_*]
|
[wttr_*]
|
||||||
env.wttr_location Berlin
|
env.wttr_location Berlin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See the [wttr.in Readme](https://github.com/chubin/wttr.in) for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user