2023-08-24 16:57:28 +08:00
2023-08-23 19:21:39 +08:00
2023-08-22 19:25:39 +08:00
2023-08-23 17:52:01 +08:00
2023-08-24 16:57:28 +08:00
2023-08-24 15:04:23 +08:00
2023-08-23 19:30:45 +08:00
2023-08-23 17:53:58 +08:00
2023-08-22 19:25:39 +08:00
2023-08-21 11:00:22 +08:00
2023-08-21 11:00:22 +08:00
2023-08-23 19:21:39 +08:00
2023-08-21 11:00:22 +08:00

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
项目交付文件:
fpt://192.168.0.229/home/guodeng/bin

服务启动:
./nb_alarm_agent  -c /home/guodeng/omc/conf/nb_alarm_agent.json

配置文件详情:
{
  /* 通道配置项*/
  "channel": [
    {
      "tcp_port": 31232,    //通道TCP监听端口
      "bind_flag": "SMF#SZ_01",  //通道Bind网元格式为 ne_type#ne_id
      "province": "BJ",    //网元所在省份
      "device_code": "0001"   //网元主机编码
    },
    {
      "tcp_port": 31233,  //通道TCP监听端口
      "bind_flag": "UDM#SZ_03", //通道Bind网元格式为 ne_type#ne_id
      "province": "BJ",    //网元所在省份
      "device_code": "0002"  //网元主机编码
    }
  ],

  // 数据库配置
  "mysql": "root:1000omc@kp!@tcp(192.168.0.229:33066)/omc_db?charset=utf8mb4&parseTime=True&loc=Local",

  // FTP服务器根目录
  "ftp_root": "ftp:192.168.0.229/data/ftp",

  //服务名称
  "mame":"north agent",

  // 心跳保活时间, 如果服务器检查client 在超过心跳时间没有数据(心跳数据或者业务数据)发送,则断开连接
  "heartbeat_max": 180,

  // 日志存放目录
  "log_dir": "./omc_log",

  // 日志文件名称
  "log_file":"omc.log"
}
Description
北向-移动集采测试
Readme 29 MiB
Languages
Go 100%