Skip to content
Snippets Groups Projects

Update Appmonitor client

Merged Hahn Axel (hahn) requested to merge rollout-plugins into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -114,6 +114,7 @@ $oMonitor->addCheck(
array(
"name" => "ci projects",
"description" => "Count of Projects in CI Webgui",
"group" => "monitor",
"check" => array(
"function" => "Simple",
"params" => array(
@@ -129,6 +130,7 @@ $oMonitor->addCheck(
array(
"name" => "ci inProgress",
"description" => "Projects in progress",
"group" => "monitor",
"check" => array(
"function" => "Simple",
"params" => array(
@@ -144,6 +146,7 @@ $oMonitor->addCheck(
array(
"name" => "ci hasqueue",
"description" => "Waiting for install",
"group" => "monitor",
"check" => array(
"function" => "Simple",
"params" => array(
@@ -192,6 +195,7 @@ if(isset($aConfig['foreman']['api'])){
array(
"name" => "Foreman $sForemanKey",
"description" => "Count of Foreman $sForemanKey",
"group" => "monitor",
"check" => array(
"function" => "Simple",
"params" => array(
@@ -228,6 +232,7 @@ if(count($aConfig['mirrorPackages'])){
array(
"name" => "mirror target $sHostKey",
"description" => "Sync target of generated packages",
"group" => "network",
"check" => array(
"function" => "Simple",
"params" => array(
@@ -263,6 +268,7 @@ foreach(array(
array(
"name" => 'port check '.$aDescr['host'].':'.$aDescr['port'],
"description" => $aDescr['descr'],
"group" => "cloud",
"check" => array(
"function" => "PortTcp",
"params" => array(
Loading