diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php
index 070fe3220f6e0abf6995970fa6f4b660ed357896..7c331e49194f3f975783dc8bb3446c05f7478b70 100644
--- a/public_html/appmonitor/index.php
+++ b/public_html/appmonitor/index.php
@@ -3,7 +3,7 @@
 require_once('classes/appmonitor-client.class.php');
 require_once(__DIR__.'/../deployment/classes/project.class.php');
 $oMonitor = new appmonitor();
-
+    
 $oMonitor->addCheck(
         array(
             "name" => "simple",
diff --git a/public_html/appmonitor/plugins/checkApacheProcesses.php b/public_html/appmonitor/plugins/checkApacheProcesses.php
index e935ae36b25f0b0996480b37d82e373a3397b083..3d365b999f6bf3e8615dec6702ee807cacce350c 100644
--- a/public_html/appmonitor/plugins/checkApacheProcesses.php
+++ b/public_html/appmonitor/plugins/checkApacheProcesses.php
@@ -138,7 +138,7 @@ class checkApacheProcesses extends appmonitorcheck{
                 : array(
                     'type'=>'counter',
                     'count'=>$iActive,
-                    'type'=>'line',
+                    'visual'=>'line',
                 )
             )
         );
diff --git a/public_html/appmonitor/plugins/checkLoadmeter.php b/public_html/appmonitor/plugins/checkLoadmeter.php
index 1bc56521b433f2860e96bc8f069f04e2d8256c8c..956dc5b1abcecdd05c2a7c2666edf4881c52381c 100644
--- a/public_html/appmonitor/plugins/checkLoadmeter.php
+++ b/public_html/appmonitor/plugins/checkLoadmeter.php
@@ -127,7 +127,7 @@ class checkLoadmeter extends appmonitorcheck{
                 : array(
                     'type'=>'counter',
                     'count'=>$fLoad,
-                    'type'=>'line',
+                    'visual'=>'line',
                 )
             )
         );