添加 RADIUS协议日志

This commit is contained in:
leijun
2018-12-12 16:47:08 +08:00
parent c614d36059
commit 4a36dc08e7
8 changed files with 474 additions and 3 deletions

View File

@@ -1358,4 +1358,8 @@ show_available_ips=View available IP
log_search_http_monit=HTTP Monitor
log_search_http_reject=HTTP Block
log_search_keyword_monit=Keyword Monitor
log_search_keyword_reject=Keyword Block
log_search_keyword_reject=Keyword Block
radius_log=RADIUS Identify
message_type=Message Type
nas_ip=ISN Access IP
framed_ip=User Address Sent By Server

View File

@@ -1358,4 +1358,8 @@ website_keyword_reject=\u5173\u952E\u5B57\u963B\u65AD
log_search_http_monit=HTTP\u76D1\u6D4B
log_search_http_reject=HTTP\u963B\u65AD
log_search_keyword_monit=\u5173\u952E\u5B57\u76D1\u6D4B
log_search_keyword_reject=\u5173\u952E\u5B57\u963B\u65AD
log_search_keyword_reject=\u5173\u952E\u5B57\u963B\u65AD
radius_log=RADIUS\u534F\u8BAE
message_type=\u62A5\u6587\u7C7B\u578B
nas_ip=ISN\u63A5\u5165IP
framed_ip=\u670D\u52A1\u5668\u4E0B\u53D1\u7684\u7528\u6237\u5730\u5740

View File

@@ -582,4 +582,5 @@ redis.expire=1800
redis.timeout=10000
dns_spoofing_ip_desc=Default Spoofing IP
dns_spoofing_ip_ip=1.1.1.1
trafficBandwidthTransTwo=trafficBandwidthTransTwo
trafficBandwidthTransTwo=trafficBandwidthTransTwo
ntcCollectRadiusLog=ntcCollectRadiusLogs

View File

@@ -0,0 +1,2 @@
#添加 RADIUS协议日志
INSERT INTO `sys_menu` (`id`, `parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('1179', '1131', '0,1,152,1131,', 'radius_log', 'RADIUS协议日志', '80', '/log/ntc/radiusLogs', '', '', '1', '', '1', '2018-12-12 15:14:37', '1', '2018-12-12 15:14:37', '', '1', NULL, '0', '0', '650');