docs: Added FAQ on what disabled/ignored means for devices

* Update FAQ.md

Added What is the Difference Between Disable Device and Ignore a Device?

* Update FAQ.md
This commit is contained in:
kkrumm1
2017-04-29 04:15:44 -05:00
committed by Neil Lathwood
parent 374a4041af
commit 32e0ff2bb9

View File

@@ -25,6 +25,7 @@ source: Support/FAQ.md
- [Why is my EdgeRouter device not detected?](#faq25)
- [Why are some of my disks not showing?](#faq26)
- [Why are my disks reporting an incorrect size?](#faq27)
- [What is the Difference between Disable Device and Ignore a Device?](#faq28)
### Developing
- [How do I add support for a new OS?](#faq8)
@@ -250,6 +251,11 @@ There is a known issue for net-snmp, which causes it to report incorrect disk si
`realStorageUnits 0`
#### <a name="faq28"> What is the Difference between Disable Device and Ignore a Device?</a>
- Disable stops polling.
- Ignore disables alerting.
#### <a name="faq8"> How do I add support for a new OS?</a>
Please see [Supporting a new OS](../Developing/Support-New-OS.md)