package main var VERSION string var BUILDTIME string var APPNAME string = "virtigod" func (a args) Description() string { return ` this daemon talks to virtigo talks to libvirt and/or qemu This sends data back to virtigo. It helps read out the libvirtxml and convert it to protobuf. The name is odd, it's virtigo-D not virti-god. You can query the status directly: # the list of running vms: curl --silent http://localhost:2520/vms # information about libvirt domain for vm 'coriolis': curl --silent http://localhost:2520/dumpdomain?domain=coriolis ` }