mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
Fix links
This commit is contained in:
parent
68c9b01c0f
commit
39c753d1e8
4 changed files with 8 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ It's a fork of [CrazyMax's LibreNMS Docker image repository](https://github.com/
|
|||
## Features
|
||||
|
||||
* Run as non-root user
|
||||
* [Dispatcher service](doc/docker/environment-variables.md#dispatcher-service-under-test) or legacy [cron jobs](doc/docker/environment-variables.md#cron) as "sidecar" containers
|
||||
* [Dispatcher service](doc/docker/environment-variables.md#dispatcher-service) or legacy [cron](doc/docker/environment-variables.md#cron-legacy) as "sidecar" containers
|
||||
* Syslog-ng support through a ["sidecar" container](doc/docker/environment-variables.md#syslog-ng)
|
||||
* Ability to configure [distributed polling](https://docs.librenms.org/Extensions/Distributed-Poller/)
|
||||
* Ability to add custom Monitoring plugins (Nagios)
|
||||
|
|
@ -44,7 +44,7 @@ It's a fork of [CrazyMax's LibreNMS Docker image repository](https://github.com/
|
|||
* [Validate](doc/notes/validate.md)
|
||||
* [Update database](doc/notes/update-database.md)
|
||||
* [Dispatcher service](doc/notes/dispatcher-service.md)
|
||||
* [Crons](doc/notes/crons.md)
|
||||
* [Cron (legacy)](doc/notes/cron.md)
|
||||
* [Syslog-ng](doc/notes/syslog-ng.md)
|
||||
* [Additional Monitoring plugins (Nagios)](doc/notes/additional-monitoring-plugins.md)
|
||||
* [Upgrade](doc/upgrade.md)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
### Dispatcher service
|
||||
|
||||
> :warning: Only used if you enable and run a [sidecar dispatcher container](../notes/crons.md)
|
||||
> :warning: Only used if you enable and run a [sidecar dispatcher container](../notes/dispatcher-service.md)
|
||||
|
||||
* `SIDECAR_DISPATCHER`: Set to `1` to enable sidecar dispatcher mode for this container (default `0`)
|
||||
* `LIBRENMS_SERVICE_POLLER_WORKERS`: Processes spawned for polling (default `24`)
|
||||
|
|
@ -36,9 +36,9 @@
|
|||
* `REDIS_PASSWORD`: Redis password
|
||||
* `REDIS_DB`: Redis database (default `0`)
|
||||
|
||||
### Cron
|
||||
### Cron (legacy)
|
||||
|
||||
> :warning: Only used if you enable and run a [sidecar cron container](../notes/crons.md)
|
||||
> :warning: Only used if you enable and run a [sidecar cron container](../notes/cron.md)
|
||||
|
||||
* `SIDECAR_CRON`: Set to `1` to enable sidecar cron mode for this container (default `0`)
|
||||
* `LIBRENMS_CRON_DISCOVERY_ENABLE`: Enable LibreNMS discovery for this container cronjobs (default `true`)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## Crons (legacy)
|
||||
## Cron (legacy)
|
||||
|
||||
If you want to enable the old crons, you have to run a "sidecar" container (see cron service in [docker-compose.yml](../../examples/compose-legacy/docker-compose.yml) example) or run a simple container like this :
|
||||
|
||||
|
|
@ -13,4 +13,4 @@ docker run -d --name librenms_cron \
|
|||
> `-v librenms:/data`<br />
|
||||
> :warning: `librenms` must be a valid volume already attached to a LibreNMS container
|
||||
|
||||
> :no_entry: Can't be used with [sidecar dispatcher container](crons.md).
|
||||
> :no_entry: Can't be used with [sidecar dispatcher container](dispatcher-service.md).
|
||||
|
|
@ -13,4 +13,4 @@ docker run -d --name librenms_dispatcher \
|
|||
> `-v librenms:/data`<br />
|
||||
> :warning: `librenms` must be a valid volume already attached to a LibreNMS container
|
||||
|
||||
> :no_entry: Can't be used with [sidecar cron container](crons.md).
|
||||
> :no_entry: Can't be used with [sidecar cron container](cron.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue