mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove traceroute6, it is unused (#14019)
* Remove traceroute6, it is unused LibreNMS just uses traceroute -6, which is supported on all supported OS, and then some. * missed some items
This commit is contained in:
@@ -458,7 +458,7 @@ class Config
|
||||
}
|
||||
|
||||
// make sure we have full path to binaries in case PATH isn't set
|
||||
foreach (['fping', 'fping6', 'snmpgetnext', 'rrdtool', 'traceroute', 'traceroute6'] as $bin) {
|
||||
foreach (['fping', 'fping6', 'snmpgetnext', 'rrdtool', 'traceroute'] as $bin) {
|
||||
if (! is_executable(self::get($bin))) {
|
||||
self::persist($bin, self::locateBinary($bin));
|
||||
}
|
||||
|
Reference in New Issue
Block a user