mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added , at the end of the the queries array
This commit is contained in:
@@ -61,7 +61,7 @@ if ($enabled == 1) {
|
||||
'vminfo'=>'SELECT COUNT(`id`) AS `total`,`vm_type` FROM `vminfo` GROUP BY `vm_type`',
|
||||
'vmware'=>'SELECT COUNT(`id`) AS `total` FROM `vmware_vminfo`',
|
||||
'vrfs'=>'SELECT COUNT(`vrf_id`) AS `total` FROM `vrfs`',
|
||||
'mysql_version'=>'SELECT 1 AS `total`, @@version AS `version`');
|
||||
'mysql_version'=>'SELECT 1 AS `total`, @@version AS `version`',);
|
||||
|
||||
|
||||
foreach ($queries as $name => $query) {
|
||||
|
||||
Reference in New Issue
Block a user