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
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
3a92d62e86
Run as non-root user ( #6 )
...
Switch to s6-overlay as process supervisor
Prevent exposing Nginx and PHP version
Bind to unprivileged port (8000)
Remove php-fpm access log (already mirrored by nginx)
2019-11-19 14:09:34 +01:00
CrazyMax
4a5f8a0f4c
Dedicated example for Traefik ( #44 )
2019-10-30 16:53:11 +01:00
CrazyMax
62ba88cf8b
Fix rrdcached compose
2019-10-20 18:03:07 +02:00
CrazyMax
177b486e84
Update compose since latest rrdcached image
2019-09-14 22:18:44 +02:00
CrazyMax
2e663c5c54
Update compose
2019-08-17 23:03:36 +02:00
CrazyMax
539a10f233
Sidecar cron and syslog-ng are now respectively enabled through SIDECAR_CRON and SIDECAR_SYSLOGNG env vars
2019-05-01 21:43:30 +02:00
CrazyMax
68d3c1030e
Add LOG_IP_VAR environment variable (Issue #22 )
2019-04-13 02:47:24 +02:00
CrazyMax
85c491fe32
Add REAL_IP_FROM and REAL_IP_HEADER environment variables
2019-04-07 18:04:31 +02:00
Danja Vasiliev
9edf8d11a3
use utf8 charset and collation in mariandb
...
use utf8 charset and collation in mariandb in order to prevent FAIL message on /validate page
2019-02-12 00:50:00 +01:00
CrazyMax
648aab4497
Update instructions (Issue #11 )
2019-01-06 23:57:24 +01:00
CrazyMax
72e623be89
Update CHANGELOG
2018-12-29 16:06:50 +01:00
CrazyMax
9ef067c1aa
Fix #8
2018-12-20 20:59:12 +01:00
CrazyMax
61485e9e3f
Typo
2018-12-02 22:41:39 +01:00
CrazyMax
bb201eeb32
Update since migration to LibreNMS organization
2018-10-23 10:30:19 +02:00
CrazyMax
d126d5bbfa
Update compose config
2018-10-04 13:39:23 +02:00
CrazyMax
486e371fd4
Ability to add custom nagios plugins through /data/nagios-plugins
...
Install official nagios-plugins package
Services enabled by default
2018-09-29 03:38:09 +02:00
CrazyMax
6bd6385a10
Set default port for MEMCACHED_PORT and RRDCACHED_PORT
2018-09-24 23:15:47 +02:00
CrazyMax
82072fdb52
Coding style
2018-09-24 15:00:39 +02:00
CrazyMax
4ae20d66a0
Upgrade to LibreNMS 1.42
...
Add syslog-ng support
2018-08-02 23:25:26 +02:00
CrazyMax
86683612c5
Typo
2018-07-08 15:37:49 +02:00
CrazyMax
fba217b8a1
Remove SSMTP and add SMTP relay container example
2018-07-08 15:09:54 +02:00
CrazyMax
9396e72dbb
Fix compose
2018-07-07 23:56:28 +02:00
CrazyMax
fc4174930d
Add user config
...
Fix directories config for cron
2018-07-07 23:37:55 +02:00
CrazyMax
6f459df0f2
Initial version based on LibreNMS 1.41
2018-07-07 13:38:51 +02:00