1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add ping updates

This commit is contained in:
Kelly Brazil
2021-05-04 15:35:47 -07:00
parent ff034e401d
commit c2af7d113e
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ jc changelog
20210510 v1.15.4 20210510 v1.15.4
- Update ping parser to support error responses in OSX and BSD - Update ping parser to support error responses in OSX and BSD
- Update ping parser to be more resillient against parsing errors for unknown error types
20210426 v1.15.3 20210426 v1.15.3
- Add ufw status command parser tested on linux - Add ufw status command parser tested on linux

View File

@ -38,7 +38,7 @@ Schema:
"round_trip_ms_stddev": float, "round_trip_ms_stddev": float,
"responses": [ "responses": [
{ {
"type": string, # 'reply', 'timeout', etc. See type_map for all options "type": string, # 'reply', 'timeout', 'unparsable_line', etc. See `_error_type.type_map` for all options
"timestamp": float, "timestamp": float,
"bytes": integer, "bytes": integer,
"response_ip": string, "response_ip": string,