Coder Social home page Coder Social logo

docker-librenms's Introduction

docker-librenms

A turnkey docker container for librenms

Is still work in progress, but is relatively stable.

Setup

Simply edit docker-compose.yml to your liking.

The following can (and probably should) be adjusted under "environment"

  • LIBRENMS_USERNAME: The username you will use to login to librenms. User will not be created if it is removed (may be useful for existing database)
  • LIBRENMS_PASSWORD: The password you will use to login to librenms
  • LIBRENMS_EMAIL: The email you will use with your librenms username
  • LIBRENMS_THREADS: The number of poller threads to have
  • LIBRENMS_TZ: The timezone for librenms, in the standard Linux timezone format.

After you are finished editing, run docker-compose up -d to launch.

Notes:

  • The db volume mounts, along with the rrd/logs mounts can be moved elsewhere, the folders are just there for convenience.
  • The container does not do "replacements" of any files for compatibility with future releases. Instead, all files are modified in-place using augeas and sed (for uncommenting).
  • rrdcached is included for reducing the load on the container
  • performance_schema is disabled by default on the mysql container to reduce memory usage. It can be re-enabled by removing mysql/conf/performance_schema.cnf
  • No HTTPS support, use jwilder/nginx-proxy to proxy connections to the container
  • Percona MySQL is used, but you can substitute it with standard mysql if you want

docker-librenms's People

Contributors

karrots avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.