mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Added , at the end of the the queries array
This commit is contained in:
+1
-1
@@ -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