mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added ability to record traceroutes for devices down due to ICMP (#9457)
* Added ability to record traceroutes for devices down due to ICMP * Update Templates.md * Updated schema * Update dev-overview-data.inc.php
This commit is contained in:
committed by
Tony Murray
parent
fc44ddb3a1
commit
ceea9d4981
@@ -100,6 +100,15 @@ $config['icmp_check'] = false;
|
||||
|
||||
If you would like to do this on a per device basis then you can do so under Device -> Edit -> Misc -> Disable ICMP Test? On
|
||||
|
||||
#### traceroute
|
||||
LibreNMS uses traceroute / traceroute6 to record debug information when a device is down due to icmp AND you have `$config['debug']['run_trace] = true;`
|
||||
set.
|
||||
|
||||
```php
|
||||
$config['traceroute'] = '/usr/bin/traceroute';
|
||||
$config['traceroute6'] = '/usr/bin/traceroute6';
|
||||
```
|
||||
|
||||
#### SNMP
|
||||
|
||||
```php
|
||||
|
Reference in New Issue
Block a user