Skip to content
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.

cmur2/munin-openweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

munin-openweather

Creates Munin graphs from the data at Open Weather Map which are extracted via their JSON-API (Version 2.5).

Temperatures are now given in Kelvin and this plugin uses an offset of 273.15 to convert to degree Celsius.

Upgrading

If you're using version 115fb0875f or prior you might consider renaming your symlinks from "weather" to "city" - by default the script will do rename internally for compatibility reasons (SYMLINK_COMPAT flag true).

Install

Clone this repository or download the openweather_ file and create a symlink as root in /etc/munin/plugins by using e.g.:

cd /etc/munin/plugins; ln -s /path/to/openweather_ openweather_<type>_<id>

where is currently ignored (formerly one of [station, weather]) and is a suitable city id. (You can easily get the ID when you navigate to your station/city of interest and open the detail page for this station by clicking on it - your URL should contain the id then.)

Don't forget to restart your munin-node deamon.

License

Apache License, Version 2.0

About

Munin graphs for openweathermap.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages