diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-02-04 10:28:17 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-02-04 10:28:17 -0300 |
| commit | af3c2d23b401eb9aab09a8278f54520f63062905 (patch) | |
| tree | 0cf4e448dfeb12f36db2951babba4ba844a9258c /default_script | |
| parent | 4cd6f1fb381f65e878bf10c444c5c713d338c48f (diff) | |
New upstream version 1.0.21upstream/1.0.21
Diffstat (limited to 'default_script')
| -rw-r--r-- | default_script | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/default_script b/default_script index 37daffe..e5e8bf3 100644 --- a/default_script +++ b/default_script @@ -26,6 +26,8 @@ AVG_RTT=${13} SRCIP=${14} PREVSTATE=${15} TIMESTAMP=${16} +MIN_RTT=${17} +MAX_RTT=${18} if [ -z "${WARN_EMAIL}" ] ; then exit 0 @@ -59,7 +61,9 @@ reply_late = ${REPLY_LATE} packets that received a reply after timeout cons_rcvd = ${CONS_RCVD} consecutively received replies in sequence cons_wait = ${CONS_WAIT} consecutive packets waiting for reply cons_miss = ${CONS_MISS} consecutive packets that have timed out +min_rtt = ${MIN_RTT} [usec], from received packets avg_rtt = ${AVG_RTT} average rtt [usec], calculated from received packets +max_rtt = ${MAX_RTT} [usec], from received packets BR, Your Foolsm installation |
