1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-20 16:56:14 +00:00
Commit graph

51 commits

Author SHA1 Message Date
Jellyfrog
f50355af7e
Alpine Linux 3.13 (#162)
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2021-02-16 19:15:40 +00:00
CrazyMax
a271596fc1
Need to specify rrdtool_version (librenms/docker@ab027d7) 2021-02-16 13:43:57 +01:00
CrazyMax
ab027d7e85
No need to specify rrdtool_version (#166) 2021-02-15 16:27:03 +01:00
CrazyMax
fbe6cf7087
Do not fail on permission issue 2021-02-02 10:31:32 +01:00
Amund Meling
263c47e895
Redis - Add scheme to allow TLS (#159) 2021-02-02 08:54:09 +00:00
CrazyMax
55b5f93ef4
Fix Redis for dispatcher 2020-12-10 02:52:56 +01:00
Richard Kojedzinszky
aff5d43251
Fix dispatcher container redis setup (#150) 2020-12-09 08:51:11 +00:00
CrazyMax
1d6627381c
Add NET_ADMIN capability and fix fping6 (#140) 2020-12-02 22:19:58 +01:00
Hayden
0c3e84d931
add redis sentinel support (#141)
* add redis sentinel support

* update redis requirement warning to include REDIS_SENTINEL

* update docs
2020-11-19 02:38:54 +00:00
Hayden
d933e76783
Add alert templates (#142) 2020-11-17 21:38:26 +00:00
CrazyMax
ea46055dab
Do not set default value for RRDCACHED_SERVER 2020-11-05 10:17:52 +01:00
CrazyMax
bf2eea9de5
Allow to clear env for FPM workers 2020-11-01 20:51:01 +01:00
CrazyMax
84083b8a6d
Replace RRDCACHED_HOST and RRDCACHED_PORT with RRDCACHED_SERVER env var 2020-11-01 20:50:22 +01:00
CrazyMax
c94f69eb7d
Seed through artisan 2020-09-03 23:43:29 +02:00
CrazyMax
9646691bf2
Missing migration seed flag (#122) 2020-09-03 22:31:53 +02:00
CrazyMax
5a37ac37df
Run maintenance task through a dedicated process (#105) 2020-08-28 08:58:41 +02:00
CrazyMax
1a1c4899f8
Add DISPATCHER_ARGS env var 2020-08-28 07:57:41 +02:00
CrazyMax
edd80b0fc1
Fix DB connection for dispatcher service (#108 #118 #119) 2020-08-28 07:56:27 +02:00
CrazyMax
ee2d7dd04d
Add LIBRENMS_BASE_URL env var (#95 #99 #100) 2020-07-10 22:52:25 +02:00
CrazyMax
2734798d6c
Remove LIBRENMS_DISTRIBUTED_POLLER_* env vars (now handle through WebUI) 2020-07-03 20:21:09 +02:00
CrazyMax
248c47b998
Check database migration completed 2020-07-03 20:20:43 +02:00
CrazyMax
db32c6e043
Remove LIBRENMS_SERVICE_* env vars (now handle through WebUI)
Check poller_cluster table exists before running dispatcher
2020-07-03 20:04:52 +02:00
CrazyMax
9b875b5c42
Handle Redis for dispatcher through .env 2020-07-03 19:45:06 +02:00
CrazyMax
9cab07ce75
LibreNMS 1.65 2020-07-03 19:36:10 +02:00
CrazyMax
c018f6a967
Check APP_KEY generation 2020-07-03 18:49:15 +02:00
CrazyMax
67e6921060
Remove deprecated sidecar cron container 2020-07-03 18:24:48 +02:00
CrazyMax
96b00b6f9c
Handle APP_KEY and NODE_ID (#91 #93) 2020-07-03 18:19:46 +02:00
CrazyMax
7bce19f268
Add artisan command 2020-07-03 16:02:13 +02:00
CrazyMax
efd41624b0
Clear cache and reload config cache 2020-07-03 11:31:15 +02:00
CrazyMax
43851cf363
Set user group config 2020-07-02 18:00:06 +02:00
CrazyMax
f3769c4a9c
Alpine Linux 3.12 2020-07-02 17:52:20 +02:00
CrazyMax
97099891e1
LibreNMS 1.64
Python 2 removed (librenms/librenms#11531)
2020-06-01 10:11:21 +02:00
CrazyMax
9fad63bea5
Use recommended lnms command 2020-05-28 23:04:46 +02:00
Seti
351d95299f
Add missing dep and perms for Weathermap plugin (#82) 2020-05-22 16:53:14 +02:00
CrazyMax
fee60a01c8
Add LibreNMS Weathermap plugin (#81) 2020-05-21 18:02:42 +02:00
CrazyMax
986b7e7eaf
Fix syslogng version 2020-05-18 18:47:26 +02:00
CrazyMax
155262e0d5
Unused 2020-05-18 18:37:52 +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
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
7693b6b44e
Add LISTEN_IPV6 env var (#71) 2020-05-08 21:39:29 +02:00
CrazyMax
ca84dd49cb
Fix log file permissions (#66) 2020-04-13 21:16:02 +02:00
CrazyMax
a31f2a8840
Fix folder creation (#62) 2020-03-27 14:25:03 +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
a0c4a93c53
Move Nginx temp folders to /tmp (#55) 2020-01-23 21:00:50 +01:00
Peter Pletcher
2f0af5d859 Add snmp-scan option for cron container (#53) 2019-12-20 23:22:35 +01:00
CrazyMax
7935d50371
Fix timezone php.ini 2019-12-06 10:44:45 +01:00
CrazyMax
ee909221a8
Bring back timezone management through symlink (#49) 2019-12-06 10:09:27 +01:00
CrazyMax
aeb070d3fc
MEMCACHED_PORT default port not working (#48) 2019-11-29 15:46:28 +01:00
CrazyMax
81106a65f4
Fix php date timezone (#49) 2019-11-29 15:45:33 +01:00