Netdata-ui updated and VM's not listed anymore - ISSUE
-
hello
running xcp-ng version 8.2.1 build date 2025-05-07
restart of node has been donenetdata-ui
version 1.19
release 6.xcpng8.2
from xcp-ng-updates reponetdata
version1.44.3
release 6.xcpng8.2
from xcp-ng-updates repoconfirmed following also installed
xen-dom0-libs-devel
yajl-devel
xen-develi have removed and reinstalled netdata-ui as well
this was working fine before but sometime in the last few months , maybe when netdata updated to the versions above and the interface all changed, VM's are no longer visible in netdata
use to be a giant list of VMs here,this is happening on all my xcp-ng servers, not just the one. they are all at the above mentioned xcp-ng version and netdata version.
anyone else experiencing this? have any suggestions on whats going on, why the VM's are not showing up in netdata anymore on any of my hosts?
-
I got this figured out...
the xcp-ng-updated packages for netdata-ui DO NOT work with xcp-ng, as per my oringial post.
netdata is getting upted by normal xcp-ng updates
this new version does not work , VM's no longer listed.
steps to remove and put on orig version
yum remove netdata-ui -y
yum remove netdata -y
#you have todo this as well or old version wont install
#yum leave files in /usr/share/netdata/ that blokcs installing 1.19
rpm -e netdata-data-1.44.3-1.2.xcpng8.2.noarch
rpm -e netdata-conf-1.44.3-1.2.xcpng8.2.noarch
yum install netdata-ui-1.19.0
#run next line or manualy type it in, you do you
echo "exclude=netdata*" >> /etc/yum.confafter this, we have version 1.19 installed again that actually works with XEN xcp-ng
-
Pinging @stormi about it