From ed97e6a316613a9648ec8a947796f3843f41852e Mon Sep 17 00:00:00 2001 From: mpana Date: Sun, 9 Sep 2018 17:34:31 +0300 Subject: [PATCH] not sure of sane defaults --- checks/nfsiostat | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/checks/nfsiostat b/checks/nfsiostat index 683fe2c..7226537 100644 --- a/checks/nfsiostat +++ b/checks/nfsiostat @@ -39,20 +39,20 @@ # ... factory_settings["nfsiostat_default_levels"] = { - "op_s" : (70.00, 100.00), - "rpc_backlog" : (70.00, 100.00), - "read_ops" : (160.00, 200.00), - "read_b_s" : (200.00, 250.00), - "read_b_op" : (200.00, 250.00), - "read_retrans" : (10.0, 20.0), - "read_avg_rtt_ms" : (170.00, 200.00), - "read_avg_exe_ms" : (180.00, 200.00), - "write_ops_s" : (100.00, 200.00), - "write_b_s" : (200.00, 250.00), - "write_b_op" : (200.00, 250.00), - "write_retrans" : (10.0, 20.0), - "write_avg_rtt_ms" : (190.00, 200.00), - "write_avg_exe_ms" : (198.00, 200.0), + "op_s" : (2500000.00, 2600000.00), + "rpc_backlog" : (2500000.00, 2600000.00), + "read_ops" : (2500000.00, 2600000.00), + "read_b_s" : (2500000.00, 2600000.00), + "read_b_op" : (2500000.00, 2600000.00), + "read_retrans" : (2500000.0, 2600000.0), + "read_avg_rtt_ms" : (2500000.00, 2600000.00), + "read_avg_exe_ms" : (2500000.00, 2600000.00), + "write_ops_s" : (2500000.00, 2600000.00), + "write_b_s" : (2500000.00, 2600000.00), + "write_b_op" : (2500000.00, 2600000.00), + "write_retrans" : (2500000.0, 2600000.0), + "write_avg_rtt_ms" : (2500000.00, 2600000.00), + "write_avg_exe_ms" : (2500000.00, 2600000.0), } # we can convert once it is clear what the format/standards are