Skip to content
Snippets Groups Projects

php8 only; added variable types; short array syntax; remove glyphicons

Merged Hahn Axel (hahn) requested to merge 7359-update-php83 into master
6 files
+ 315
15
Compare changes
  • Side-by-side
  • Inline

Files

@@ -163,6 +163,24 @@ $oMonitor->addCheck(
// ----------------------------------------------------------------------
include 'shared_check_ssl.php';
$oMonitor->addCheck(
[
"name" => "plugin Load",
"description" => "current load",
"group" => 'monitor',
"parent" => false,
"check" => [
"function" => "Loadmeter",
"params" => [
"warning" => 1.0,
"error" => 3,
],
],
"worstresult" => RESULT_OK
]
);
// ----------------------------------------------------------------------
// plugin test
// ----------------------------------------------------------------------
Loading