zoukankan      html  css  js  c++  java
  • Web Server Monitor v0.7 [Free tool]

    Web Server Monitor v0.7
    Jul. 15, 2004

    *** About this Release ***
    Web Server Monitor is a utility for monitoring web server status. It's very important to keep our web server stable. When it finds something wrong with web server responses, it will send an exception information to a specified person. In the meanwhile, it records these exception information in the local hard disk.

    *** About configuration files ***
    TaskList.config is used to store web server lists, which will be monitored by this application.
    WebMonitor.exe.config is used to store general settings. For example, Exception Management & Application Configuration Management Handlers, please keep it unchanged.

    The following statements are used to configure interval time when one web server has been

    accessed and when the whole web server list has been accessed.
    <appSettings>
      <add key="EachWebInterval" value="10" />
      <add key="TaskListInterval" value="600" />
      <add key="ReservedSeparateChar" value="#" />
    </appSettings>

    The following statements are used to configure proxy server information. It's convenient to

    configure a proxy server settings in the windows form.
    <ProxyServerSection>
    ...
    </ProxyServerSection>

    *** What's new in Web Monitor v0.7 ***
    1. Allow user to confiture proxy server settings;
    2. Allow user to start/pause monitor process at any time;
    You can download the installer from here.
    https://files.cnblogs.com/rickie/WebServerMonitorInstaller.zip

  • 相关阅读:
    【NOIP模拟】寻找
    【NOIP模拟】行走
    【UVA11795】 Mega Man's Mission
    【UVA11825】Hackers' Crackdown
    【UVA1252】Twenty Questions
    BZOJ1718: [Usaco2006 Jan] Redundant Paths 分离的路径
    BZOJ1151: [CTSC2007]动物园zoo
    BZOJ1123: [POI2008]BLO
    BZOJ1040: [ZJOI2008]骑士
    POJ3417:Network
  • 原文地址:https://www.cnblogs.com/rickie/p/24755.html
Copyright © 2011-2022 走看看