Hi All,
I have managed to establish that when you set the "SourceIP" flag in the zabbix_server.conf the icmpping key changes the way that it uses fping to
/usr/bin/fping -q -C5 -p300 -b128 -t100 -S<SourceIP> <DestinationIP>.
This command is unfortunately not portable between Suse and Ubuntu. In Suse the command would be
/usr/bin/fping -q -C5 -p300 -b128 -t100 -I<SourceIP> <DestinationIP>.
Could anybody please tell me where I should be looking to amend this to suit my installation?
Thanks
Matt
I have managed to establish that when you set the "SourceIP" flag in the zabbix_server.conf the icmpping key changes the way that it uses fping to
/usr/bin/fping -q -C5 -p300 -b128 -t100 -S<SourceIP> <DestinationIP>.
This command is unfortunately not portable between Suse and Ubuntu. In Suse the command would be
/usr/bin/fping -q -C5 -p300 -b128 -t100 -I<SourceIP> <DestinationIP>.
Could anybody please tell me where I should be looking to amend this to suit my installation?
Thanks
Matt
Comment