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
@@ -454,7 +454,7 @@ class Config
|
||||
self::deprecatedVariable('oxidized.group', 'oxidized.maps.group');
|
||||
|
||||
// make sure we have full path to binaries in case PATH isn't set
|
||||
foreach (array('fping', 'fping6', 'snmpgetnext', 'rrdtool') as $bin) {
|
||||
foreach (array('fping', 'fping6', 'snmpgetnext', 'rrdtool', 'traceroute', 'traceroute6') as $bin) {
|
||||
if (!is_executable(self::get($bin))) {
|
||||
self::set($bin, self::locateBinary($bin), $persist, $bin, "Path to $bin", 'external', 'paths');
|
||||
}
|
||||
|
Reference in New Issue
Block a user