From a286111fccc33539d79e02e627ec4abf653970ee Mon Sep 17 00:00:00 2001
From: Axel Hahn <axel.hahn@iml.unibe.ch>
Date: Mon, 27 Oct 2014 08:43:17 +0100
Subject: [PATCH] appmonitor checks: change in result_codes

---
 public_html/appmonitor/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php
index c9d21509..303c2c67 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.",
                 ),
             ),
-- 
GitLab