configurations: catalina: add sensor threshold hysteresis

Set hysteresis to 2% of trigger threshold to ensure more precise
triggering assert and deassert of sensor threshold event log.

Add hysteresis setting for below config files:
- catalina_fio.json
- catalina_hdd_nvme.json
- catalina_hdd.json
- catalina_pdb.json
- catalina_scm.json

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I4df8f35f650fa73943214cee51e23e6a10884ad4
diff --git a/configurations/meta/catalina_hdd_nvme.json b/configurations/meta/catalina_hdd_nvme.json
index fa50966..d3869be 100644
--- a/configurations/meta/catalina_hdd_nvme.json
+++ b/configurations/meta/catalina_hdd_nvme.json
@@ -8,12 +8,14 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 70
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 5
@@ -29,12 +31,14 @@
             "Thresholds": [
                 {
                     "Direction": "greater than",
+                    "Hysteresis": 1.4,
                     "Name": "upper critical",
                     "Severity": 1,
                     "Value": 70
                 },
                 {
                     "Direction": "less than",
+                    "Hysteresis": 0.1,
                     "Name": "lower critical",
                     "Severity": 1,
                     "Value": 5