Skip to content
Snippets Groups Projects

update appmonitor client scripts

Merged Hahn Axel (hahn) requested to merge update-appmonitor-client into master
8 files
+ 379
13
Compare changes
  • Side-by-side
  • Inline

Files

@@ -119,6 +119,7 @@ class appmonitorcheck {
"name" => $this->_aConfig["name"],
"description" => $this->_aConfig["description"],
"group" => isset($this->_aConfig["group"]) ? $this->_aConfig["group"] : false,
"parent" => isset($this->_aConfig["parent"]) ? $this->_aConfig["parent"] : false,
"result" => RESULT_UNKNOWN,
"value" => false,
"type" => false,
Loading