Skip to content
Snippets Groups Projects

move awx check to another node

Merged Hahn Axel (hahn) requested to merge 6421-update-appmonitor-checks into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -224,6 +224,7 @@ if(isset($aConfig['plugins']['rollout']['awx'])){
"name" => "AWX API",
"description" => "check if AWX api is available",
"group" => "network",
"parent" => "read config file",
"check" => array(
"function" => "HttpContent",
"params" => $aOpts,
Loading