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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment
Commits
cb2fcff9
Commit
cb2fcff9
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update appmonitor client
parent
037adbef
No related branches found
No related tags found
1 merge request
!52
6421 update appmonitor checks
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public_html/appmonitor/classes/appmonitor-client.class.php
+4
-3
4 additions, 3 deletions
public_html/appmonitor/classes/appmonitor-client.class.php
with
4 additions
and
3 deletions
public_html/appmonitor/classes/appmonitor-client.class.php
+
4
−
3
View file @
cb2fcff9
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment