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.
- 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
- 1.0.3
- Initial public version
Hélder de Sousa – helder.ramos.sousa@gmail.com
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request