diff --git a/usr/lib/observium_agent/scripts-available/proxmox-qemu b/usr/lib/observium_agent/scripts-available/proxmox-qemu index d2489ba..4bb622b 100644 --- a/usr/lib/observium_agent/scripts-available/proxmox-qemu +++ b/usr/lib/observium_agent/scripts-available/proxmox-qemu @@ -33,7 +33,7 @@ for ((i=0; i<$count; i++)); do if [[ -z "$ostype" || "$ostype" == *"is not running"* || "$ostype" == *"QEMU guest agent configured"* ]]; then ostype=$var2 if [[ -z "$ostype" ]]; then - ostype="$var3 (no further information yet)" + ostype="$var3 (more precise information not yet available)" fi else sed -i "s|$vmid:.*|$vmid:$var1|" $CACHE