Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1007 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 1007 Bytes

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/bigip-report/

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 tsc --watch which uses tsconfig.json

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