Add new logs to the alarm info file
Add new log to the alarm.info generated by the output of: fm event-list --nopaging Story: 2008452 Task: 41435 Change-Id: Ic7ea6c33e79b846058723dc1023797526ceeb7af Signed-off-by: Pablo Bovina <pablo.bovina@windriver.com>
This commit is contained in:
parent
83a9830529
commit
e7e0ecfab9
@ -36,6 +36,8 @@ if [ "$nodetype" = "controller" ] ; then
|
||||
# These go into the SERVICE.info file
|
||||
delimiter ${LOGFILE} "fm alarm-list"
|
||||
fm alarm-list 2>>${COLLECT_ERROR_LOG} >> ${LOGFILE}
|
||||
delimiter ${LOGFILE} "fm event-list --nopaging"
|
||||
fm event-list --nopaging 2>>${COLLECT_ERROR_LOG} >> ${LOGFILE}
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user