Skip to content
Snippets Groups Projects
Commit da210d43 authored by hahn's avatar hahn
Browse files

2064-update appmonitor client

* Client wurde aktualisiert.
* IP-Restriction gesetzt
* neu 8 Checks (vorher 2)
* FIX: add slash in the sqlite check
* set tags
parent b07a8bf8
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ $oMonitor->addEmail('axel.hahn@iml.unibe.ch');
// set a tag with phase
// ----------------------------------------------------------------------
$sHost=$_SERVER['HTTP_HOST'];
$sHost2=$sHost=php_uname("n");
$sHost2=php_uname("n");
$sMyPhase='live';
foreach (array('dev', 'preview', 'stage', 'demo') as $sPhase){
if(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment