Oxidized
Installation using docker
Clone git repo
git clone https://github.com/ytti/oxidizedBuild container locally
docker build -q -t oxidized:latest oxidized/Create a configuration directory
mkdir /etc/oxidizedRun the container for the first time to initialize the config or copy config file over to configuration directory:
docker run --rm -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -t oxidized:latestRun container again with new configuration
docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -t oxidized:latestRun container with reloaded configuration frequently
docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -e CONFIG_RELOAD_INTERVAL=3600 -t oxidized:latestSome issues
Container can’t boot due to a server is already running
Creating and Extending Model
Extending model to support CheckPoint Gaia OS SP
Extending FortiOS Model to support FortiManager and FortiAnalyzer
Reference
Last updated