Issue:
スケジュールスキャンのログメッセージの「重大度」と「機能」を確認するにはどうすればよいですか?
lspmd-start: アラート [source=schedule スキャン]: path=/root/download/eicar.txt。マルウェア;アクション=名前変更;感染=EICAR_Test_File
Resolution:
「-o verbose」を指定してjournalctlを実行すると、各ログメッセージの優先順位と機能を確認できます。
lspmd のログについては、以下のコマンドを実行できます。
journalctl -o verbose -u f-secure-linuxsecurity-lspmd | egrep 'PRIORITY|FACILITY' | sort -u
Example:
[root@centos7test ~]# journalctl -o verbose -u f-secure-linuxsecurity-lspmd | egrep 'PRIORITY|FACILITY' | sort -u
PRIORITY=6
SYSLOG_FACILITY=3
Article no: 000041458
The content of this article has been machine translated from the English source article.
While reasonable efforts have been made to provide accurate translations, there may still be translation errors.