pingchk scans your local network to find the listed computers, and lists the hostname and IP address in a results text file. This only works on Linux systems right now.
To make the scripts executable, simply run the start_up.sh by typing:
bash start_up.sh
while in pingchk's directory. This will output information regarding about using the software.
Delete the first line, and populate the list with the hosts that you want to check for! Do not worry about sorting, the program will sort it when you run it everytime!
To manually execute ping_script.sh, run this in the terminal:
./ping_script.sh
Let it run its course and it will make a results text with the title being the date and time of when the script was executed inside of the results directory.
For automation, I recommend using crontab for this. I will include a crontab setup script later to make automation easy.