librenms-plugins / Weathermap

MIT License
64 stars 51 forks source link

Update Weathermap to work with modern LibreNMS #60

Closed murrant closed 5 years ago

murrant commented 5 years ago

Fixes:

boudreau commented 5 years ago

Hi,

looks like this pull request working with my release.

donovan-esterhuizen commented 5 years ago

@boudreau how do I update my weather map with the changes made?

donovan-esterhuizen commented 5 years ago

root@nms:/opt/librenms/html/plugins/Weathermap# git pull https://github.com/librenms-plugins/Weathermap.git

Is the above correct?

boudreau commented 5 years ago

first clone the repo:
git clone https://github.com/librenms-plugins/Weathermap.git

Go in the directory and get the pull request #60 : git fetch origin pull/60/head:test

Called the branch "test"

and then activate the branch git checkout test

The pull request has been merge now, so no need , but for futur ref.