bmc_health_config: remove default threshold target unit
Remove reboot.target from default json file to keep same behavior
before target unit call implementation.
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I1e821731a3f5e36d49bd47b7daa19e254b927d58
diff --git a/bmc_health_config.json b/bmc_health_config.json
index 1f9e4f7..025eadf 100644
--- a/bmc_health_config.json
+++ b/bmc_health_config.json
@@ -8,13 +8,13 @@
{
"Value": 90.0,
"Log": true,
- "Target": "reboot.target"
+ "Target": ""
},
"Warning":
{
- "Value": 80.0,
- "Log": false,
- "Target": "systemd unit file"
+ "Value": 80.0,
+ "Log": false,
+ "Target": ""
}
}
},
@@ -27,7 +27,7 @@
{
"Value": 85.0,
"Log": true,
- "Target": "reboot.target"
+ "Target": ""
}
}
},
@@ -41,7 +41,7 @@
{
"Value": 85.0,
"Log": true,
- "Target": "reboot.target"
+ "Target": ""
}
}
}