mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
# -> / for phpdoc
git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user