You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the ZEN distribution image may have inherited the Debian base version ahead of the PF specific version?
Seems it has introduced conflicting dependencies also:
# apt upgrade
...
The following packages have unmet dependencies:
netdata-web : Conflicts: netdata-data but 1:1.10.0-1 is to be installed
E: Broken packages
Describe the bug
Charts are not available on the dashboard in a cluster installation
To Reproduce
Steps to reproduce the behavior:
Screenshots
Expected behavior
Charts to display
Version
PacketFence-ZEN-v14.0.0
Additional context
Seems to only affect charts where the mode is COMBINED and hosts is a comma separated list:
packetfence/html/pfappserver/root/src/views/Status/dashboard/_components/TheView.vue
Lines 167 to 175 in a4e19c9
The dev console shows a "Failed to load resource: the server responded with a status of 400 (Bad Request)" because the page is trying to load:
https://172.20.13.70:1443/netdata/172.20.13.72,/netdata/172.20.13.71,/netdata/172.20.13.73/api/v1/chart?chart=system.cpu&_=1729112364987
instead of three separate data sources:
https://172.20.13.70:1443/netdata/172.20.13.72/api/v1/chart?chart=system.cpu&_=1729112364987
https://172.20.13.70:1443/netdata/172.20.13.71/api/v1/chart?chart=system.cpu&_=1729112364987
https://172.20.13.70:1443/netdata/172.20.13.73/api/v1/chart?chart=system.cpu&_=1729112364987
The text was updated successfully, but these errors were encountered: