README.md in oxidized-0.11.0 vs README.md in oxidized-0.12.0

- old
+ new

@@ -43,15 +43,15 @@ # Supported OS types * A10 Networks * ACOS * Alcatel-Lucent - * ISAM * AOS * AOS7 - * Wireless + * ISAM * TiMOS + * Wireless * Arista * EOS * Arris * C4CMTS * Aruba @@ -75,14 +75,15 @@ * DELL * PowerConnect * AOSW * Extreme Networks * XOS + * F5 + * TMOS * Force10 - * FTOS - * Force10 * DNOS + * FTOS * FortiGate * FortiOS * HP * Comware (HP A-series, H3C, 3Com) * Procurve @@ -93,15 +94,18 @@ * ScreenOS (Netscreen) * Mikrotik * RouterOS * MRV * MasterOS + * Opengear + * Opengear + * Palo Alto + * PANOS * Ubiquiti * AirOS * Edgeos - * Palo Alto - * PANOS + * EdgeSwitch * Zyxel * ZyNOS # Installation @@ -216,11 +220,11 @@ [ ... ] root@bla:~# ``` 6. run container again: ``` - root@bla:~# docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -t oxidized/oxidized:latest oxidized + root@bla:~# docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -t oxidized/oxidized:latest oxidized[1]: Oxidized starting, running as pid 1 oxidized[1]: Loaded 1 nodes Puma 2.13.4 starting... * Min threads: 0, max threads: 16 * Environment: development @@ -230,10 +234,10 @@ root@bla:~# ``` If you want to have the config automatically reloaded (e.g. when using a http source that changes) ``` - root@bla:~# docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -e CONFIG_RELOAD_INTERVAL=3600 -t oxidized/oxidized:latest oxidized + root@bla:~# docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -e CONFIG_RELOAD_INTERVAL=3600 -t oxidized/oxidized:latest ``` ## Cookbook ### Debugging In case a model plugin doesn't work correctly (ios, procurve, etc.), you can enable live debugging of SSH/Telnet sessions. Just add a ```debug``` option, specifying a log file destination to the ```input``` section.