mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Fix Fping bulk When an ICMP unreachable message was returned (stderr), the output processing would save it as if it were a partial line, breaking parsing. Only save a line if it is the last line of the output (not ending in a new line) * Add test case * safer logic