danielpenna
Jun 21, 2016Cirrus
Small problem with the way we deploy the script and the json folder ( where monitors.json and pools.json are created and exist ). Because we have a large fleet of F5's we deploy a copy of each script per F5 to an individual folder each ( /F5-Prod and /F5-NonProd for example ) and have an index.html in there.
With 4.0.3, it creates the objects successfully under /F5-Prod/json, but the site loads and references the root to find the files ( /json instead of /F5-Prod/json ) which means it doesn't load the site. This is not a complaint, just digging through the powershell now to see if I can resolve it. Just letting you know :).
Edit: Found the / reference in bigipreport.js file, now how to figure out how to pass the current folder value into the script.
Edit 2: To hard to modify JS, found reference in html input at the end of the PS script so have uniquely modified the html to point to modified bigipreport.js which has specific folder names. Manual hack but it should work.