Skip to content
Snippets Groups Projects
Commit a286111f authored by Axel Hahn's avatar Axel Hahn
Browse files

appmonitor checks: change in result_codes

parent 9ecca240
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ $oMonitor->addCheck( ...@@ -10,7 +10,7 @@ $oMonitor->addCheck(
"check" => array( "check" => array(
"function" => "Simple", "function" => "Simple",
"params" => array( "params" => array(
"result" => RESULT_OK, "result" => 0,
"value" => "The appmonitor client is reachable.", "value" => "The appmonitor client is reachable.",
), ),
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment