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

  • 相关阅读:
    LINQ查询表达式(1)
    JSON是什么
    .net序列化
    wampserver
    JQuery系列(1)
    c# 数据类型转换
    并不对劲的uoj311.[UNR #2]积劳成疾
    并不对劲的uoj308.[UNR #2]UOJ拯救计划
    并不对劲的CF1349B&C:Game of Median Life
    并不对劲的复健训练-CF1329B&C:Heap Sequences
  • 原文地址:https://www.cnblogs.com/rickie/p/24755.html
Copyright © 2011-2022 走看看