zoukankan      html  css  js  c++  java
  • 服务器网络监控软件部署配置说明

    gnm_objlist 表监控的信息表
    objjc 站点名称
    pingurl ping的地址信息
    dourl 执行调用页面的地址,根据这个页面返回的网页内容信息来判断是否可以访问
    okinfo 调用成功的时,网站内容返回的内容
    errinfo 调用失败时,网站内容返回的内容
    timeint 执行监控的实际间隔(毫秒)
    enable 是否启用

    添加监控的网站信息

    insert into [gnm_objlist]
    (idnum,claid,objjc,pingurl,dourl,iscode,codename,okinfo,errinfo,timeint,enable)
    select 1,1,'网易','www.163.com','http://www.163.com',0,'','成功','',300000,1

    [gnm_Threshold] 表 显示的格式设置
    内容参考

    objid conftype thrtype valuetext maxnum minnum display objorder
    22 DataGridCellColor Callspeed 1 99 0 Lawngreen 4
    24 DataGridCellColor Callspeed 1 100 300 Forestgreen 90
    28 DataGridCellColor Callspeed 1 1000 300 Lightcyan 100
    32 DataGridCellColor Callspeed 1 5000 1000 Silver 50
    33 DataGridCellColor Callspeed 1 10000 5000 Violet 30
    34 DataGridCellColor Callspeed 1 999999 10000 Magenta 10
    37 DataGridCellColor callstart 不稳定 0 0 Orchid 100
    29 DataGridCellColor callstart 异常 0 0 deeppink 1
    16 DataGridCellColor pingerrint 1 0 0 5000
    18 DataGridCellColor pingerrint 1 2 1 Lavender 600
    20 DataGridCellColor pingerrint 1 4 2 Khaki 700
    21 DataGridCellColor pingerrint 1 5 5 Fuchsia 8
    35 DataGridCellColor pingvalue 1 -1 -1 deeppink 900
    6 DataGridCellColor pingvalue 1 3 0 Springgreen 1000
    9 DataGridCellColor pingvalue 1 50 3 Chartreuse 200
    11 DataGridCellColor pingvalue 1 100 50 Paleturquoise 30
    14 DataGridCellColor pingvalue 1 200 100 Goldenrod 4

  • 相关阅读:
    【从0安装】mysql
    Java面试题整理(待完善)
    Linux部署Java项目
    执行旧命令的几种方法
    SQL Server死锁报错分析
    枚举类中枚举值不存在.valueOf(enum) 抛异常处理
    InitializingBean的项目开发使用
    巧用枚举来干掉if-else,代码更优雅!
    使用Docker安装配置GitLab CE
    批量条件导出之---CSV
  • 原文地址:https://www.cnblogs.com/cwfsoft/p/3528928.html
Copyright © 2011-2022 走看看