1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 19:23:58 +00:00

LibreNMS 1.58.1

This commit is contained in:
CrazyMax 2019-11-27 16:36:14 +01:00
parent 3156efff73
commit 705a44d9ad
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.58.1-RC1 (2019/11/27)
* LibreNMS 1.58.1
## 1.58-RC1 (2019/11/25)
* LibreNMS 1.58

View file

@ -88,7 +88,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.58" \
ENV LIBRENMS_VERSION="1.58.1" \
LIBRENMS_PATH="/opt/librenms" \
LIBRENMS_DOCKER="1" \
PUID="1000" \

View file

@ -15,11 +15,11 @@ RRDTool | 1.7.2
SNMP | NET-SNMP 5.8
====================================
[OK] Installed from package; no Composer required
[OK] Installed from the official Docker image; no Composer required
[OK] Database connection successful
[OK] Database schema correct
[WARN] You have not added any devices yet.
[FIX] You can add a device in the webui or with ./addhost.php
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[WARN] Non-git install, updates are manual or from package
[WARN] Updates are managed through the official Docker image
```