The simple local installation version of network monitoring is an independent .NET -developed service program. It is installed on your server or computer. It can monitor the network in real time and automatically send email alarms when failures occur.
1. The network monitoring simple version source code is developed using Microsoft Visual Studio 2008
2. No database required, use XML to retain configuration files.
3. The program uses multi-threads for simultaneous monitoring: the monitoring objects are generated into a queue, multi-threads read the queue one by one, and are executed in command mode.
4. Comprehensive object-oriented development.
Features
1. Completely independent installation and use, supports Windows XP , Windows 2003 , Windows 7 and other Windows systems.
2. Able to monitor in real time whether Ping service, TCP service and web page are normal.
3. Using multi-threading and multi-tasking, if the monitoring service fails, an alarm can be issued within 1 minute.
4. The CPU consumption is very low, the program is very stable, and can be run on any computer with any configuration.