We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46ddbeb + 101aa82 commit 38b5dddCopy full SHA for 38b5ddd
web/api/app/Controller/MonitorsController.php
@@ -291,7 +291,7 @@ public function alarm() {
291
292
$shellcmd = escapeshellcmd(ZM_PATH_BIN."/zmu $verbose -m$id $q $auth");
293
$status = exec($shellcmd, $output, $rc);
294
- ZM\Debug("Command: $shellcmd output: $output rc: $rc");
+ ZM\Debug("Command: $shellcmd output: ".implode(PHP_EOL, $output)." rc: $rc");
295
if ($rc) {
296
$this->set(array(
297
'status'=>'false',
0 commit comments