1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-21 01:15:53 +00:00

LibreNMS 1.53

This commit is contained in:
CrazyMax 2019-07-01 22:31:47 +02:00
parent d4851e8a9d
commit 5feee28958
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 8 additions and 3 deletions

View file

@ -5,7 +5,7 @@ services:
env:
global:
- VERSION=1.52
- VERSION=1.53
- DOCKER_USERNAME=librenms
- DOCKER_REPONAME=librenms
- DOCKER_LOGIN=librenmsbot

View file

@ -1,5 +1,10 @@
# Changelog
## 1.53-RC1 (2019/07/01)
* LibreNMS 1.53
* Alpine Linux 3.10
## 1.52-RC1 (2019/05/28)
* LibreNMS 1.52

View file

@ -85,7 +85,7 @@ RUN apk --update --no-cache add \
&& setcap cap_net_raw+ep /usr/bin/nmap \
&& setcap cap_net_raw+ep /usr/sbin/fping
ENV LIBRENMS_VERSION="1.52" \
ENV LIBRENMS_VERSION="1.53" \
LIBRENMS_PATH="/opt/librenms" \
DATA_PATH="/data" \
CRONTAB_PATH="/var/spool/cron/crontabs"

View file

@ -19,7 +19,7 @@ It's a fork of [CrazyMax's LibreNMS Docker image repository](https://github.com/
### Included
* Alpine Linux 3.9, Nginx, PHP 7.2
* Alpine Linux 3.10, Nginx, PHP 7.3
* Cron tasks as a ["sidecar" container](#crons)
* Syslog-ng support through a ["sidecar" container](#syslog-ng)
* Ability to configure [distributed polling](https://docs.librenms.org/#Extensions/Distributed-Poller/#distributed-poller)