From cb2fcff9bc407d1f68cf682662be049f5cb96b7a Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 7 Jul 2023 09:22:48 +0200
Subject: [PATCH] update appmonitor client

---
 public_html/appmonitor/classes/appmonitor-client.class.php | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/public_html/appmonitor/classes/appmonitor-client.class.php b/public_html/appmonitor/classes/appmonitor-client.class.php
index 7b026cf6..08a58424 100755
--- a/public_html/appmonitor/classes/appmonitor-client.class.php
+++ b/public_html/appmonitor/classes/appmonitor-client.class.php
@@ -40,8 +40,9 @@ if (!class_exists('appmonitorcheck')){
  * 2018-11-05  0.58   axel.hahn@iml.unibe.ch  additional flag in http check to show content<br>
  * 2019-05-31  0.87   axel.hahn@iml.unibe.ch  add timeout as param in connective checks (http, tcp, databases)<br>
  * 2020-05-03  0.110  axel.hahn@iml.unibe.ch  update renderHtmloutput<br>
+ * 2023-07-06  0.128  axel.hahn@unibe.ch      update httpcontent check<br>
  * --------------------------------------------------------------------------------<br>
- * @version 0.111
+ * @version 0.128
  * @author Axel Hahn
  * @link TODO
  * @license GPL
@@ -55,7 +56,7 @@ class appmonitor {
      * value is in seconds
      * @var int
      */
-    protected $_sVersion = 'php-client-v0.111';
+    protected $_sVersion = 'php-client-v0.128';
 
     /**
      * config: default ttl for server before requesting the client check again
@@ -86,7 +87,7 @@ class appmonitor {
     
     /**
      * for time measurements: start time
-     * @var type 
+     * @var float 
      */
     protected $_iStart = false;
     
-- 
GitLab