Skip to content

Commit

Permalink
docs: minor changes to Device Troubleshooting/Auth (#7686)
Browse files Browse the repository at this point in the history
* docs: minor changes to Device Troubleshooting

* docs: minor change to Authentication

* docs: fix link for Alerting take 3

* Update Testing.md
  • Loading branch information
kkrumm1 committed Nov 8, 2017
1 parent b19f132 commit 288b7e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/Alerting/Testing.md
Expand Up @@ -8,7 +8,7 @@ select Capture. From this new screen choose Alerts and click run.
The output will cycle through all alerts applicable to this device and show you the Rule name, rule,
MySQL query and if the rule matches.

See [Device Troubleshooting](Support/Device-Troubleshooting.md)
See [Device Troubleshooting](../Support/Device-Troubleshooting.md)

---

Expand Down
4 changes: 2 additions & 2 deletions doc/Extensions/Authentication.md
Expand Up @@ -262,6 +262,6 @@ $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;
$config['allow_unauth_graphs_cidr'] = array(127.0.0.1/32');
$config['allow_unauth_graphs'] = true;
```
4 changes: 2 additions & 2 deletions doc/Support/Device-Troubleshooting.md
Expand Up @@ -9,10 +9,10 @@ Capture.
![Capture-Debug-Icon](/img/capture-debug-icon.png)

### Discovery
`./discovery.php` will run and output debug infomation.
Discovery will run and output debug infomation.

### Poller
`./poller.php` will run and output debug information.
Poller will run and output debug information.

### SNMP
SNMP will run SNMP Bulk Walk on the device and output the information.
Expand Down

0 comments on commit 288b7e5

Please sign in to comment.