Skip to content
Snippets Groups Projects
Commit 79b10945 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: re-added missing info

parent f006dede
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,12 @@ echo -e "\tSERVERNAME: '${HOSTNAME}'"
echo -e "\tFILTERING LOGS FROM $( date -d "${HOW_MANY_DAYS} days ago" +%Y-%m-%d ) UNTIL $( date -d today +%Y-%m-%d )"
echo -e "\tHOW MANY CHARACTERS: ${HOW_MANY_CHARS}"
echo -en "\tCOUNT WARNINGS: "; [[ "${COUNT_WARNINGS}" == "true" ]] && echo "yes" || echo "no"
echo ""
echo "YOU CAN RUN THIS REPORT YOURSELF! TO FIND OUT HOW, LOGIN TO ${HOSTNAME} AND RUN:"
echo -e "\t$( pwd )/$( basename "${0}" ) --showman"
echo ""
echo -n "--------------------"
echo ""
set_filter_string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment