/netpalm-commandatron

simple web ui with async command running for network devices

Primary LanguageJavaScriptMIT LicenseMIT

netpalm-commandatron

simple hello world app to run async commands for getting and setting config on multiple devices

netpalm commandatron

getting started

  • make sure you have a netpalm instance running
  • git clone the project git clone https://github.com/tbotnz/netpalm-commandatron.git && cd netpalm-commandatron
  • update the app.py with your NETPALM_SERVER_IP NETPALM_SERVER_PORT NETPALM_API_KEY
  • configure inventory.py with your inventory
  • install the requirements pip3 install -r requirements.txt
  • run the app python3 app.py

notice

  • 3 hours effort has gone in to this, more work to be done
  • refactor and cleanup code
  • something else interesting