Skip to content

Releases: r-smith/vmPing

1.1.13

26 Oct 00:21
Compare
Choose a tag to compare
  • Visual change: There is no longer a gap between each host monitor. They are now separated only by a 2px border.
  • Visual change: When a ping is in progress, a glyph appears next to the hostname indicating whether the host is up, down, or indeterminate.
  • Other minor visual changes.

1.1.12

24 Oct 21:36
Compare
Choose a tag to compare
  • Added an alerts threshold option. Popup notifications and email alerts are not triggered until the specified number of consecutive pings are lost. This helps avoid notifications for occasional lost packets. The setting is configured through the options window (F10 or select from the drop-down menu). The default value is two.
  • Additional error handling and improved reporting of errors.
  • The options window (F10) is now displayed as its own separate window.
  • The help window (F1) is now displayed as its own separate window.

1.1.11

22 Aug 23:40
Compare
Choose a tag to compare
  • Fixed parsing of command line arguments. The application wasn't properly parsing values supplied by -i and -w on the command line.

1.1.10

24 May 21:30
Compare
Choose a tag to compare
  • The interval between TCP port pings is now tied to the global probe interval setting. Previously, the probe interval was only being applied to ICMP pings. The minimum interval for TCP probes is currently locked at four seconds, but any setting greater than that will be applied.

1.1.9

23 Mar 22:27
Compare
Choose a tag to compare
  • Popup notifications no longer steal focus.
  • Click a popup notification to bring the main vmPing window into focus.
  • Fixed an issue where after selecting a favorite, the application would continue to ping old hostnames that were active prior to selecting the favorite.
  • Fixed an issue where traceroute would sometimes return 'Invalid hostname' for IP addresses.
  • Fixed an issue where 'Stop / Start All' would not properly update after closing the last active ping.

1.1.8

19 Jan 22:30
Compare
Choose a tag to compare
  • TCP port pings now timeout after 3 seconds rather than 20 seconds.
  • Fixed an issue with TCP port pings where unreachable ports would trigger multiple notifications.
  • Minor visual changes to main window.

1.1.7

06 Jan 22:28
Compare
Choose a tag to compare
  • Fix menu bar cutoff issue on Windows 7.

1.1.6

06 Jan 05:56
Compare
Choose a tag to compare
  • Visual improvements to popup notifications.
  • Popup notifications now default to on.

1.1.5

06 Jan 00:35
Compare
Choose a tag to compare
  • Added popup notifications. When a host changes status (from up to down or from down to up), a notification will appear in the lower right corner of your screen. By default, this is only enabled when the application is minimized. You can use the main drop down menu and select Popup Notifications to change when the notification appears: Always, When Minimized, or Never.

1.1.4

14 Dec 18:27
Compare
Choose a tag to compare
  • Performance improvements: The application should be less laggy when a lot of concurrent pings are running.
  • Minor visual changes: Rounded and thicker borders for each host monitor.
  • Fixed an issue where logging to a text file and performing a TCP 'port ping' would cause the application to crash.