danielpenna
Jun 21, 2016Cirrus
DebenB, did some basic configuration hacking, Ill try and explain.
1. Modify the powershell for each F5 script from "language="javascript" src="/js/bigipreport.js" to "language="javascript" src="/F5directory/js/bigipreport.js"
2. Modify bigreport.js in each F5 folder to:
$.when(
// Get pools
$.getJSON("/F5directory/json/pools.json", function(result){
pools = result;
}),
//Get the monitor data
$.getJSON("/F5directory/json/monitors.json", function(result){
monitors = result;
})