1
0
Fork 0
Commit Graph

18 Commits

Author SHA1 Message Date
Andrew Tomaka fdd9bf1a1f Random minor cleanups 2015-03-06 09:12:26 -05:00
Andrew Tomaka 5369623e77 Merge pull request #2 from atomaka/atomaka/feature/watchd
Quick Script for Watching Files
2015-03-06 08:44:00 -05:00
Andrew Tomaka 1212f892fd Add watchd to watch directories
watchd will poll the sha1sum of a specified directory listing and notify
whenever that sha1sum changes.  This allows active monitoring of all files in
that specific directory.
2015-03-06 08:41:40 -05:00
Andrew Tomaka 9054b195f5 Script to check SSL certs
Verifies that certificate, key and csr all match.  Messy and work to
be done.  This currently does not return appropriate status nor exit
at appropriate times.  It only displays the three hashes if it can
calculate them to be compared by human eyes.
2014-10-28 14:55:42 -04:00
Andrew Tomaka 8794234b3a Merge pull request #1 from atomaka/atomaka/feature/ssh-hosts
SSH Hosts
2014-10-28 13:44:10 -04:00
Andrew Tomaka 6a0e924988 Add error handling 2014-06-16 15:24:54 -04:00
Andrew Tomaka 28e00fca91 Add reader for .ssh config file
Quick reading of .ssh file in the following format:

Host host
  HostName host.domain.com
2014-06-12 16:51:46 -04:00
Andrew Tomaka 3ae1c46635 Merge branch 'feature-random_commit' 2013-05-07 21:27:48 -04:00
Andrew Tomaka 56fd7cc055 Add bash script that adds all changes and commits them with a random message provided by whatthecommit.com 2013-05-07 21:27:34 -04:00
Andrew Tomaka 6b666d6266 Show Status Difference With Symbol
Add the -p switch to show the difference between reachable and
unreachable destinations.  This allows outputting to a text file while
still being able to distinguish between the status of IP address when
the -a switch is used.
2013-03-01 17:54:03 -05:00
Andrew Tomaka 991bad27d3 Add Switch to Print Both Reachable and Unreachable IPs
A new switch -a was added to print both reachable and unreachable
hosts.  To diffentiate, hosts are now colored based on their status.
The -a switch overrides -r and -d.
2013-03-01 15:52:07 -05:00
Andrew Tomaka e45a78b619 Add Ability to Print Both IP and Hostname
Add -b switch to pring both the IP address and Hostname when scanning
a range.  The -b switch will also forcefully trigger the -n switch.
2013-02-28 08:12:20 -05:00
Andrew Tomaka e0e789b58f Force Hostname Lookup
By default, pinger will not lookup hostnames for IPs that are
unreachable.  This prevents extended times if dead IPs do not have host
entries.  However, there are also cases where DNS resolution is
important even when the IP is unreachable.  pinger now supports this
using the -f flag.
2013-02-28 07:56:40 -05:00
Andrew Tomaka d744edf83f Code Cleanup
Miscellaneous minor functionality fixes, comment additions, and
"refactoring" to make code slightly more readable.
2013-02-24 00:23:55 -05:00
Andrew Tomaka dffd9eef2d Use Getopts::Std For Command Option Parsing 2013-02-23 21:33:20 -05:00
Andrew Tomaka a88c923a5d Add switch to return by hostname 2013-02-23 19:46:28 -05:00
Andrew Tomaka cd60141714 pinger must be run as root 2013-02-23 13:17:15 -05:00
Andrew Tomaka b6cc999ce4 Initial commit 2013-02-23 13:16:08 -05:00