This is a commit script for Juniper devices that kicks off an Oxidized run. It basically makes a HTTP request to the Oxidized REST API to place your device in the front of the queue to have its configuration pulled.
- Juniper routers/switches running at least version 10 of the JunOS operating system
- A working Oxidized installation on an NMS
- Permissions to install the script on your Juniper gear
- Clone this repository (
git clone https://github.com/nwautomator/oxidized-slax.git) - Change the
$OXIDIZED-SERVERURL in the script to the appropriate NMS system for your environment - Use SCP (or WinSCP) to copy the script to
/var/db/scripts/commiton your Juniper devices - Use
set system scripts commit oxidized.slaxin configuration mode to activate the script - Do a few changes and commits to make sure it's working
- Send requests to multiple NMS systems (for the paranoid)
- ???