Skip to content
Snippets Groups Projects
Commit 59dfac20 authored by Jozef Sroka's avatar Jozef Sroka
Browse files

Add journalctl support for log_messages

parent 54893338
No related branches found
No related tags found
No related merge requests found
......@@ -654,7 +654,7 @@ class monitor_tools {
if($journalmatch != ''){
$log = $this->_getOutputFromExecCommand('journalctl -n 100 --no-pager ' . escapeshellcmd($journalmatch));
}else{
$log = 'Unable to read ' . $logfile;
$log = 'Unable to read logfile';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment