Skip to content
Snippets Groups Projects
Commit 037adbef authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update appmonitor client check apache

parent d6ad02d0
No related branches found
No related tags found
1 merge request!526421 update appmonitor checks
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
* ____________________________________________________________________________ * ____________________________________________________________________________
* *
* 2019-06-07 <axel.hahn@iml.unibe.ch> * 2019-06-07 <axel.hahn@iml.unibe.ch>
* 2022-07-06 <axel.hahn@iml.unibe.ch> set group "monitor"
* *
*/ */
class checkApacheProcesses extends appmonitorcheck{ class checkApacheProcesses extends appmonitorcheck{
...@@ -84,7 +85,7 @@ class checkApacheProcesses extends appmonitorcheck{ ...@@ -84,7 +85,7 @@ class checkApacheProcesses extends appmonitorcheck{
* @return array * @return array
*/ */
public function getGroup(){ public function getGroup(){
return 'services'; return 'monitor';
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment