# -> / for phpdoc

git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-25 11:29:53 +00:00
parent ba28732c3b
commit cacf913a55
235 changed files with 754 additions and 743 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
# FIXME should do the deletion etc in a common file perhaps? like for the sensors
/// FIXME should do the deletion etc in a common file perhaps? like for the sensors
# Try to discover Libvirt Virtual Machines.
@@ -94,7 +94,7 @@ if ($config['enable_libvirt'] == '1' && $device['os'] == "linux" )
mysql_query("UPDATE vminfo SET vmwVmState='" . mres($vmwVmState) . "', vmwVmGuestOS='" . mres($vmwVmGuestOS) . "', vmwVmDisplayName='". mres($vmwVmDisplayName) . "',
vmwVmMemSize='" . mres($vmwVmMemSize) . "', vmwVmCpus='" . mres($vmwVmCpus) . "' WHERE device_id='" . $device["device_id"] . "' AND vm_type='libvirt' AND vmwVmVMID='" . $dom_id . "'");
echo("U");
# FIXME eventlog
/// FIXME eventlog
}
else
{