Skip to content
Snippets Groups Projects
Commit 62111090 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: add note about using the script on the CLI

parent 535723f9
Branches
No related tags found
No related merge requests found
...@@ -177,6 +177,12 @@ echo -e "\tSERVERNAME: '${HOSTNAME}'" ...@@ -177,6 +177,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 "\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 -e "\tHOW MANY CHARACTERS: ${HOW_MANY_CHARS}"
echo -en "\tCOUNT WARNINGS: "; [[ "${COUNT_WARNINGS}" == "true" ]] && echo "yes" || echo "no" 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 set_filter_string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment