Skip to content

net-utilities/BigIPReport

Repository files navigation

BigIPReport

This tool will pull the configuration from multiple load balancers and display it in a table.

Demo can be shown here:

https://loadbalancing.se/bigipreportdemo

Installation instructions are available here:

https://loadbalancing.se/bigipreport-rest/

DevCentral codeshare:

https://devcentral.f5.com/codeshare/bigip-report

Some components used for this project

Developing Javascript

  1. Install NodeJS
  2. Run npm install which uses package.json
  3. Run npm run build:dev

The typescript files will now be transpiled and written to js folder path when changes are detected.

More details on how to contribute to BigIPReport