diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php index c9d215097ef4f4b869effade4b374a32a0e9456f..303c2c67b7dae7cd8aa51e05a7fab0394e989734 100644 --- a/public_html/appmonitor/index.php +++ b/public_html/appmonitor/index.php @@ -10,7 +10,7 @@ $oMonitor->addCheck( "check" => array( "function" => "Simple", "params" => array( - "result" => RESULT_OK, + "result" => 0, "value" => "The appmonitor client is reachable.", ), ),