Skip to content

initial release

Latest
Compare
Choose a tag to compare
@AhmedNasserHK AhmedNasserHK released this 04 Feb 10:47
· 2 commits to MainSource since this release
fe73444

😃 Features :
1. Quickly and easily ping multiple hosts.
2. Color coding allows you to instantly determine the status of each host. Green means up. Red means down. Orange means error.
3. Each host monitor dynamically resizes and scales with the applications window.
4. Options to configure the interval between each ping, the timeout, TTL, and message size.
5. Monitor TCP ports. Tool will continuously connect to a given TCP port and will display whether the port is open or closed. Enter HOSTNAME:PORT for the hostname. Example - WebserverA:80
6. Option to log everything to a text file.
7. Option to log only status changes to a text file. A status change is when a host you are pinging goes down, or a down host comes back up.
8. Popup notifications to alert you of status changes.
9. Email notifications on status changes.
10. All colors can be customized.
11. Favorites. Easily save a collections of hosts to be recalled instantly at a later time.
12. Aliases. You can assign a friendly display name for any given host.
13. Traceroute. For the hostname, enter T/HOSTNAME to perform a traceroute.
14. DNS forward and reverse lookups. For the hostname, enter D/NAME_OR_IP to perform a DNS lookup.
15. Specify any number of hosts from the command line to instantly begin pinging when the application opens.
16. Specify a file containing a list of hosts to load and instantly ping when the application launches.