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
John Jensen
54624eb62c
add php7-sockets to be installed to fix warnings
2020-03-05 11:31:50 -05:00
CrazyMax
260cbeef9e
LibreNMS 1.61
2020-03-02 11:54:06 +01:00
CrazyMax
ae7ed07880
Revert "Alpine Linux 3.11"
...
This reverts commit 21118128e5 .
2020-02-04 23:37:01 +01:00
CrazyMax
21118128e5
Alpine Linux 3.11
2020-02-04 23:32:47 +01:00
CrazyMax
ad92ae4bae
LibreNMS 1.60
2020-02-04 23:29:45 +01:00
CrazyMax
a0c4a93c53
Move Nginx temp folders to /tmp ( #55 )
2020-01-23 21:00:50 +01:00
CrazyMax
b3c296eb21
Update CHANGELOG
2019-12-20 23:26:11 +01:00
CrazyMax
027e9f48ae
Fix compose config
2019-12-20 23:25:15 +01:00
Peter Pletcher
2f0af5d859
Add snmp-scan option for cron container ( #53 )
2019-12-20 23:22:35 +01:00
CrazyMax
6ccfedd2a7
Update CHANGELOG
2019-12-06 10:45:26 +01:00
CrazyMax
7935d50371
Fix timezone php.ini
2019-12-06 10:44:45 +01:00
CrazyMax
0f38a58bfe
Update CHANGELOG
2019-12-06 10:10:06 +01:00
CrazyMax
ee909221a8
Bring back timezone management through symlink ( #49 )
2019-12-06 10:09:27 +01:00