Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I'm Sure it's something very silly, but I have a cacti installation sitting behind an Nginx Reverse Proxy (Mostly to save on Public Ipv4's and partly because I can)
When I access cacti via the proxy the Tree view ends up as shown in the screenshot with everything expanded and no option to collapse the various levels.
If I access the Cacti VM directly bypassing the proxy however the tree displays as expected and I can expand/collapse sections so I guess the Proxy is screwing something up, but I'm not sure what.
"GET /javascript/jquery-cookie/jquery.cookie.js HTTP/1.1" which seems to reside outside the cacti folder (This was a installation installed by the ubuntu package manager)
So this wasn't hitting the location block within Nginx.
Since I have cacti on a cacti.mydomain.net virtual host I reconfigured it as follows
I then put an index.html on my Cacti server with a meta refresh pointing at /cacti , which whilst not really needed saves me having to remember to type /cacti )
There is probably a better way to do it, but it works.