We have a couple Dell Poweredge servers running Xen 6.0.2. We had quarterly maintenance in which both physical machines got rebooted. After the reboot PRTG (latest version) starting showing this error for one of them;
Xen VM Controll Domain: marathon1
Could not find any data for the virtual machine with the uuid: 73a1048d-0fed-49e1-abb7-2dba74eb8bdc
I have verified that is the correct uuid;
xe vm-list | \ > awk '{if ( $0 ~ /uuid/) {uuid=$5} if ($0 ~ /name-label/) \ {$1=$2=$3="";vmname=$0; printf "%s - %s\n", vmname, uuid}}'> {$1=$2=$3="";vmname=$0; printf "%s - %s\n", vmname, uuid}}' Control domain on host: marathon1 - 73a1048d-0fed-49e1-abb7-2dba74eb8bdc
To try to fix this I have tried chaging the uuid setting in the probe itselt to 0, then back to the real uuid, no help. I have tried deleting the probe and re-adding it, no help. I have tried deleting the entire device and re-adding all probes, no help.
I'm at a dead end now, I have on other ideas on how to fix this, can anyone give any suggestions?
Add comment