同步代码

This commit is contained in:
TsMask
2023-08-21 11:00:22 +08:00
parent 2735cc3009
commit 788f01674a
37 changed files with 2211 additions and 1 deletions

22
conf/nbi_alarm_agent.json Normal file
View File

@@ -0,0 +1,22 @@
{
"channel": [
{
"tcp_port": 31232,
"bind_flag": "SMF#SZ_01",
"province": "BJ",
"device_code": "0001"
},
{
"tcp_port": 31233,
"bind_flag": "UDM#SZ_03",
"province": "BJ",
"device_code": "0002"
}
],
"mysql": "root:1000omc@kp!@tcp(192.168.0.229:33066)/omc_db?charset=utf8mb4&parseTime=True&loc=Local",
"ftp_root": "data/ftp",
"mame":"nbi north alarm agent",
"heartbeat_max": 180,
"log_dir": "./nbi_alarm",
"log_file":"nbi_alarm.log"
}