How to Install Oxidized on NetBSD
Oxidized is a network device configuration backup utility that keeps track of changes to network devices' configurations. Here's how to install Oxidized on NetBSD.
Prerequisites
- A machine running NetBSD
- Bash shell
Installation
Open the Terminal and log in with the root account.
Install the prerequisites
pkgin update pkgin install ruby27 ruby27-net-ssh ruby27-nokogiri ruby27-ffiInstall Git
pkgin install gitInstall Oxidized
cd /usr sudo git clone https://github.com/ytti/oxidized.git cd oxidized sudo gem install oxidized --no-document sudo gem install oxidized-script oxidized-web --no-document sudo cp example_configs/oxidized.service /etc/rc.dStart the oxidized service
chmod +x /etc/rc.d/oxidized.serviceRun the service
/etc/rc.d/oxidized startEnjoy having Oxidized installed on NetBSD
Conclusion
By following these simple steps, you can install oxidized on NetBSD, and start backing up network devices configurations while keeping track of any changes to their configurations.