Skip to content
Snippets Groups Projects
Commit 57b7dfc2 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
parent 9959a297
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ $oMonitor->addCheck(
),
)
);
$sSqlitefile2=$_SERVER['DOCUMENT_ROOT'].'valuestore/data/versioncache.db';
$sSqlitefile2=$_SERVER['DOCUMENT_ROOT'].'/valuestore/data/versioncache.db';
$oMonitor->addCheck(
array(
"name" => "Sqlite DB version cache",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment