Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 925 Bytes

File metadata and controls

36 lines (21 loc) · 925 Bytes

Hosts Monitor

Windows service that continuously monitors hosts availability based on ping command.

Developed with Microsoft Studio Community 2019 and builded Windows installation package with WiX v3.11.1.

Development setup

  • Clone the project;
  • Open HostMonitor project > HostsMonitor.cs on "View Code" mode;
  • On line 45 change / add the Dictionary item(s) with the servers Ip's or Hostnames needed to monitor;
  • Save, build the project HostsMonitor and the project HostsMonitorInstaller
  • Insta

Release History

  • 1.0.3
    • Initial public version

Meta

Hélder de Sousa – helder.ramos.sousa@gmail.com

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request