Correction in sensor yaml docs (#9591)

DO NOT DELETE THIS TEXT

#### Please note

> Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting.

- [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/)

#### Testers

If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
After you are done testing, you can remove the changes with `./scripts/github-remove`.  If there are schema changes, you can ask on discord how to revert.
This commit is contained in:
Tony Murray
2018-12-23 15:50:51 -06:00
committed by Neil Lathwood
parent 3991e08cf9
commit 9d6e797522

View File

@@ -73,7 +73,7 @@ The only sensor we have defined here is airflow. The available options are as fo
- `oid` (required): This is the name of the table you want to do the snmp walk on.
- `value` (optional): This is the key within the table that contains the value. If not provided will use `oid`
- `num_oid` (required): This is the numerical OID that contains `value`. This should always be without the appended `index`.
- `num_oid` (required): This is the numerical OID that contains `value`. This should always include `{{ $index }}`. snmptranslate -On can help figure out the number
- `divisor` (optional): This is the divisor to use against the returned `value`.
- `multiplier` (optional): This is the multiplier to use against the returned `value`.
- `low_limit` (optional): This is the critical low threshold that `value` should be (used in alerting). If an OID is specified then divisor / multiplier are used.