19 lines
534 B
Markdown
19 lines
534 B
Markdown
# Munin wttr.in plugins
|
|
## Description
|
|
These plugins will fetch weather data from [wttr.in](https://github.com/chubin/wttr.in) to display them in munin.
|
|
* temperature
|
|
* humidity
|
|
* precipitation
|
|
* wind speed
|
|
* 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 `/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.
|