summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/journalpretty
blob: 3183611e2b6ced1584dd9c61d556897cc89ed4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
#
# config: 2 10
# @brief: Collect Journal pretty log information.
#

. $DREPORT_INCLUDE/functions

desc="Journal pretty log"
file_name="journal-pretty.log"
command="journalctl -o json-pretty -r"

add_cmd_output "$command" "$file_name" "$desc"
OpenPOWER on IntegriCloud