Skip to content

Commit

Permalink
Update unix_collector.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
op7ic committed Dec 15, 2024
1 parent 8b046a7 commit 96da55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unix_collector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# ---------------------------
# Global Variables
# ---------------------------
VERSION="1.8"
VERSION="1.9"
HOSTNAME=`hostname`
PLATFORM="none"
SHORT_DATE=`date +%B" "%Y`
Expand Down Expand Up @@ -370,7 +370,7 @@ then
eeprom 1> $OUTPUT_DIR/general/eeprom.txt 2> /dev/null
fi

echo " ${COL_ENTRY}>${RESET} Process list"
echo " ${COL_ENTRY}>${RESET} Process list and information"
ps -efl 1> $OUTPUT_DIR/general/ps.txt 2> /dev/null
ps -auxww 1> $OUTPUT_DIR/general/ps-auxww.txt 2> /dev/null
ps -deaf 1> $OUTPUT_DIR/general/ps-deaf.txt 2> /dev/null
Expand Down

0 comments on commit 96da55a

Please sign in to comment.