#!/bin/sh

. /etc/xensource-inventory
echo Host: ${INSTALLATION_UUID}
echo
xe host-get-thread-diagnostics uuid=${INSTALLATION_UUID}
