From d8913baded54648dc892090e9df0018b2cde57fb Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 30 Jun 2017 00:22:44 -0500 Subject: [PATCH] docs: a couple of small fixes to the dynamic sensor docs (#6922) --- doc/Developing/os/Health-Information.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Developing/os/Health-Information.md b/doc/Developing/os/Health-Information.md index a14bfff2a3..bb0261ba41 100644 --- a/doc/Developing/os/Health-Information.md +++ b/doc/Developing/os/Health-Information.md @@ -41,7 +41,6 @@ modules: sensors: airflow: - - oid_name: netbotz_airflow oid: airFlowSensorTable value: airFlowSensorValue divisor: 10 @@ -65,7 +64,7 @@ The only sensor we have defined here is airflow. The available options are as fo - `low_warn_limit` (optional): This is the warning low threshold that `value` should be (used in alerting). - `warn_limit` (optional): This is the warning high threshold that `value` should be (used in alerting). - `high_limit` (optional): This is the critical high threshold that `value` should be (used in alerting). - - `descr` (required): This is the key within the table that contains the description of this sensor. + - `descr` (required): The visible label for this sensor. It can be a key with in the table or a static string, optionally using `{{ index }}` - `index` (optional): This is the index value we use to uniquely identify this sensor. `{{ $index }}` will be replaced by the `index` from the snmp walk. - `skip_values` (optional): This is an array of values we should skip over.