docker
docker copied to clipboard
LibreNMS Docker image
Added PyWinRM to pip install to support windows agentless polling in LibreNMS.
By @jsenecal > It would be nice if you added an example docker-compose.yml suitable for docker in swarm mode. > > This should also provide separate web and poller using...
From [this issue](https://github.com/librenms/librenms/issues/12707) related to dispatcher and redis dependency. Using this feature, we can use it in docker-compose.yml as follows: ``` dispatcher: image: librenms/librenms:latest container_name: librenms_dispatcher hostname: librenms-dispatcher cap_add: -...
### Behaviour I want to use Librenms with nginx reversy proxy, but the redirection does not work properly. #### Steps to reproduce this issue 1. Create MySQL server 2. Run...
### Behaviour #### Steps to reproduce this issue 1. Ensure docker set-up for IPv6 2. `docker-compose up -d` 3. `docker-compose exec librenms ash -c 'ip -6 addr show dev eth0'`...
### Behaviour Dispatcher watchdog service (`service_watchdog_enabled`) is disabled in the local config #### Steps to reproduce this issue 1. Set `service_watchdog_enabled` to enabled in the global config 2. Start container...
### Behaviour #### Steps to reproduce this issue 1. Configure LibreNMS per the docker-compose example 2. Customize the config.php 3. Up the stack #### Expected behaviour > Customizations within config.php...
### Behaviour error on activating plugin check_nwc_health nwc_health | 1 second | | CRITICAL - could not find SOAP::Lite module -- | -- | -- | -- #### Steps to...
### Behaviour Container doesn't load CA Certificates when started. I tested it while trying to use User Authentication over LDAPS. #### Steps to reproduce this issue 1. Map the directory...
On a librenms docker setup, the librenms.log file grows large after some time. It would be nice to have logrotate enabled by default and have some way to customize it.