<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ref="http://purl.org/rss/1.0/modules/reference/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="https://www.cyberbyte.ch/blog/rss.rdf">
		<title>Sysadmin Blog</title>
		<link>https://www.cyberbyte.ch/blog/index.php</link>
		<description><![CDATA[Copyright Cyberbyte Networks]]></description>
		<items>
			<rdf:Seq>
				<rdf:li resource="https://www.cyberbyte.ch/blog/index.php?entry=entry120929-211121" />
			</rdf:Seq>
		</items>
	</channel>
	<item rdf:about="https://www.cyberbyte.ch/blog/index.php?entry=entry120929-211121">
		<title>QEMU/KVM Virtual Host Manager</title>
		<link>https://www.cyberbyte.ch/blog/index.php?entry=entry120929-211121</link>
		<description><![CDATA[<h2>Description</h2><br />This tiny script shows you a overview of the virtual machines on QEMU/KVM carrier servers using libvirt as management interface.<br /><br />It can either show all virtual machines or only the running VMs.<br /><br /><h2>Prerequisites</h2><br />This PHP Script requires PHP extension <a href="https://libvirt.org/php/" >libvirt-php</a><br /><br /><h2>Download</h2><br />Download the <a href="http://www.cyberbyte.ch/Linux/virtmgr/virtmgr.tar.gz" >gzip&#039;ped tar archive</a><br /><br /><h2>Installation</h2><br />    Unpack the archive to a webserver document root with direct access to your libvirt hypervisors over TCP Port 16509 or SSH<br /><br />    Adapt at least the variables <code>$dnsdomain</code> and <code>$arr_hosts</code> to your infrastructure and change <code>$comtype</code> to &quot;qemu+ssh&quot; when SSH instead of direct port access is wanted<br /><br />    Try it out using <code>http://yourwebserver/virtmgr/index.php</code><br />]]></description>
	</item>
</rdf:RDF>
