Fix unordered list (#5863)

This commit is contained in:
Tony Murray
2017-02-10 19:27:51 -06:00
committed by GitHub
parent 3944185379
commit 9dbc8767c4

View File

@@ -2,9 +2,10 @@ source: Extensions/Oxidized.md
# Oxidized integration
Integrating LibreNMS with [Oxidized](https://github.com/ytti/oxidized-web) brings the following benefits:
- Config viewing: Current, History, and Diffs all under the `Configs` tab of each device
- Automatic addition of devices to Oxidized: Including filtering and grouping to ease credential management
- Configuration searching (Requires oxidized-web 0.8.0 or newer)
- Config viewing: Current, History, and Diffs all under the `Configs` tab of each device
- Automatic addition of devices to Oxidized: Including filtering and grouping to ease credential management
- Configuration searching (Requires oxidized-web 0.8.0 or newer)
First you will need to [install Oxidized following their documentation](https://github.com/ytti/oxidized#installation).