summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/obmcconsole
blob: bdb46d44c8c3f850712bd66bc3e1acdbfe826798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# config: 24 25
# @brief: Collect OBMC console log.
#

. $DREPORT_INCLUDE/functions

desc="OBMC console log"
file_name="/var/log/obmc-console.log"

add_copy_file "$file_name" "$desc"
OpenPOWER on IntegriCloud