Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment
Merge requests
!52
6421 update appmonitor checks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
6421 update appmonitor checks
6421-update-appmonitor-checks
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
6421 update appmonitor checks
Hahn Axel (hahn)
requested to merge
6421-update-appmonitor-checks
into
master
Jul 6, 2023
Overview
0
Commits
4
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
cb2fcff9
Prev
Next
Show latest version
1 file
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cb2fcff9
update appmonitor client
· cb2fcff9
Hahn Axel (hahn)
authored
Jul 7, 2023
public_html/appmonitor/classes/appmonitor-client.class.php
+
4
−
3
View file @ cb2fcff9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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.1
11
* @version 0.1
28
* @author Axel Hahn
* @link TODO
* @license GPL
@@ -55,7 +56,7 @@ class appmonitor {
* value is in seconds
* @var int
*/
protected
$_sVersion
=
'php-client-v0.1
11
'
;
protected
$_sVersion
=
'php-client-v0.1
28
'
;
/**
* 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
;
Loading