Merge pull request #1959 from n-st/ipv6-ping

Use fping6 instead of fping for hosts with udp6/tcp6 SNMP transports
This commit is contained in:
Daniel Preussker
2015-09-27 08:14:50 +00:00
4 changed files with 54 additions and 8 deletions
+1
View File
@@ -52,6 +52,7 @@ $config['own_hostname'] = 'localhost';
// Location of executables
$config['rrdtool'] = '/usr/bin/rrdtool';
$config['fping'] = '/usr/bin/fping';
$config['fping6'] = 'fping6';
$config['fping_options']['retries'] = 3;
$config['fping_options']['timeout'] = 500;
$config['fping_options']['count'] = 3;