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:
@ -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
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user