fix(librenms): correct host and snmp community
This commit is contained in:
parent
4d5815e34d
commit
7a69dc54d8
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ LOG_IP_VAR=remote_addr
|
|||
|
||||
CACHE_DRIVER=redis
|
||||
SESSION_DRIVER=redis
|
||||
REDIS_HOST=redis
|
||||
REDIS_HOST=librenms-redis
|
||||
|
||||
LIBRENMS_SNMP_COMMUNITY=librenms
|
||||
LIBRENMS_SNMP_COMMUNITY=LibreNMS
|
||||
|
||||
LIBRENMS_WEATHERMAP=false
|
||||
LIBRENMS_WEATHERMAP_SCHEDULE=*/5 * * * *
|
||||
|
|
Loading…
Add table
Reference in a new issue