docs: added allow graphs without login (#7675)

This commit is contained in:
Kevin Krumm
2017-11-08 09:41:38 -06:00
committed by GitHub
parent acb1de5772
commit 2f703d1788

View File

@@ -259,3 +259,9 @@ To disabled this caching (highly discourage) set this option to 0.
```php
$config['auth_ldap_cache_ttl'] = 300;
```
## View/embedded graphs without being logged into LibreNMS
```php
$config['allow_unauth_graphs'] = 1;
$config['allow_unauth_graphs_cidr'] = 1;
```