You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
URL: http://localhost (or the ip from the host running this docker)
User: librenms
Pass: librenms
Environment Vars
POLLER: Set poller count. [a good value is 4 x CPU Count] Defaults to 16
TZ: Set timezone. Defaults to UTC
WEATHERMAP: if set [=1], it pulls the weathermap plugin. Needs to be enabled in frontend.
UPDATE_CHANNEL: Select update channel, can be releaseor master. Default: master
Plugins
to use the weathermap plugin do following:
[change to your data folder on host]
mkdir plugins (if it not exists. first run of this container will create it.)
cd plugins
git clone https://github.com/laf/Weathermap-for-Observium.git weathermap
Monitoring Plugins
to use custom monitoring plugins, place them under /data/monitoring-plugins
a restart is required
Credits
This docker image is built upon the baseimage made by phusion