1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 11:14:08 +00:00
Commit graph

227 commits

Author SHA1 Message Date
CrazyMax
06f5b8caa4
Add dependabot 2020-06-16 02:23:27 +02:00
CrazyMax
3c3eec7326
Update labels 2020-06-16 02:23:20 +02:00
CrazyMax
6a6252d894
Update CHANGELOG 2020-06-01 20:27:24 +02:00
CrazyMax
fd617cd7a2
LibreNMS 1.64.1 2020-06-01 20:18:10 +02:00
CrazyMax
0c5e471109
Edge on PWD 2020-06-01 10:40:57 +02:00
CrazyMax
e00b3777d5
Multi-platform image
Publish edge and nightly images
2020-06-01 10:27:49 +02:00
CrazyMax
97099891e1
LibreNMS 1.64
Python 2 removed (librenms/librenms#11531)
2020-06-01 10:11:21 +02:00
CrazyMax
4d1bdba9bb
Update CHANGELOG 2020-05-28 23:12:15 +02:00
CrazyMax
9fad63bea5
Use recommended lnms command 2020-05-28 23:04:46 +02:00
CrazyMax
f877e307eb
Remove --sql-mode and bump Mariadb to 10.4 2020-05-28 23:03:18 +02:00
CrazyMax
004364f786
Bring back Git package 2020-05-24 03:42:12 +02:00
CrazyMax
de203f6f09
Update CHANGELOG 2020-05-22 16:54:32 +02:00
Seti
351d95299f
Add missing dep and perms for Weathermap plugin (#82) 2020-05-22 16:53:14 +02:00
CrazyMax
785f8b4d93
Update CHANGELOG 2020-05-21 18:04:35 +02:00
CrazyMax
fee60a01c8
Add LibreNMS Weathermap plugin (#81) 2020-05-21 18:02:42 +02:00
Alex Muthmann
62a083f008
Fix outdated depends_on (#78) 2020-05-19 14:25:54 +02:00
CrazyMax
1088d9cdb3
Fix syslogng version 2020-05-18 19:15:56 +02:00
CrazyMax
986b7e7eaf
Fix syslogng version 2020-05-18 18:47:26 +02:00
CrazyMax
721ce2815c
Use msmtpd SMTP relay 2020-05-18 18:38:04 +02:00
CrazyMax
155262e0d5
Unused 2020-05-18 18:37:52 +02:00
CrazyMax
f33b3294d1
Fix links 2020-05-18 18:37:05 +02:00
CrazyMax
08664d8802
Update pwd example 2020-05-18 18:36:51 +02:00
CrazyMax
86c3d3f4b2
Add demo to PWD 2020-05-14 05:48:59 +02:00
CrazyMax
d6336d4f5e
Update CHANGELOG 2020-05-13 13:29:49 +02:00
CrazyMax
4b2c678d99
Mark sidecar cron container as deprectated 2020-05-13 13:29:35 +02:00
CrazyMax
e35df14d42
Run librenms-service as librenms user (#76) 2020-05-13 13:26:22 +02:00
CrazyMax
944e949d11
Update workflows 2020-05-13 13:25:20 +02:00
CrazyMax
6acb3577a7
Update compose examples 2020-05-09 16:56:11 +02:00
CrazyMax
39c753d1e8
Fix links 2020-05-09 15:01:58 +02:00
CrazyMax
68c9b01c0f
Update compose and set crons sidecar as legacy 2020-05-08 23:33:07 +02:00
CrazyMax
7bd652f10a
Fix poller-wrapper 2020-05-08 23:10:27 +02:00
CrazyMax
617a41f05b
Update CHANGELOG 2020-05-08 22:38:51 +02:00
CrazyMax
3cdecd3e00
Dispatcher service (#70)
* Stop publishing Docker image on Quay

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-08 22:35:43 +02:00
CrazyMax
7a2dfef43d
Update README 2020-05-08 22:26:08 +02:00
CrazyMax
f74e790a14
Alpine Linux 3.11 2020-05-08 22:23:38 +02:00
CrazyMax
7daa8602b6
LibreNMS 1.63 2020-05-08 21:40:24 +02:00
CrazyMax
7693b6b44e
Add LISTEN_IPV6 env var (#71) 2020-05-08 21:39:29 +02:00
CrazyMax
72692bce06
Update workflows 2020-05-08 19:42:37 +02:00
CrazyMax
d911499a47
Update CHANGELOG 2020-04-13 21:16:40 +02:00
CrazyMax
ca84dd49cb
Fix log file permissions (#66) 2020-04-13 21:16:02 +02:00
CrazyMax
286cd8d31d
Switch to Open Container Specification labels as label-schema.org ones are deprecated 2020-04-07 20:01:29 +02:00
CrazyMax
d982c7a74c
Fix compose (#65) 2020-04-06 22:11:58 +02:00
CrazyMax
8ea06f7624
LibreNMS 1.62.2 2020-04-04 18:21:49 +02:00
Ike Devolder
062de7ff85
Fix docker-compose examples UID/GID settings (#64)
when you change the PUID/PGID in the `.env` file, only the librenms
containers UID/GID are changes which causes permission issues with
rrdcached. rrdcached will still be running with UID=1000 and GID=1000.
As a result of that, no graphs will be rendered.

By adding:
```
- "PUID=${PUID}"
- "PGID=${PGID}"
```

to the rrdcache service the graphs will rendered properly because
rrdcached will also run with the same UID/GID as librenms

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2020-03-29 18:51:14 +02:00
CrazyMax
345a8d9233
Update README 2020-03-27 14:25:44 +01:00
CrazyMax
a31f2a8840
Fix folder creation (#62) 2020-03-27 14:25:03 +01:00
CrazyMax
457a614977
Fix links 2020-03-22 16:57:11 +01:00
CrazyMax
624b15beb1
Allow multi discovery workers through LIBRENMS_CRON_DISCOVERY_WRAPPER_WORKERS env var (#59) 2020-03-22 16:48:13 +01:00
CrazyMax
75d5046430
Update CHANGELOG 2020-03-05 18:38:31 +01:00
CrazyMax
af768511f2
Add php7-sockets to be installed to fix warnings (#61) 2020-03-05 18:36:03 +01:00