43 lines
1.8 KiB
PHP
Executable File
43 lines
1.8 KiB
PHP
Executable File
<?php
|
|
$gbnamearray = Array(
|
|
go => "去",
|
|
bssid => "BSS编号",
|
|
objectid => "对象编号",
|
|
description => "告警内容",
|
|
severity => "告警等级",
|
|
eventtime => "告警时间",
|
|
cleartime => "告警清除时间",
|
|
pages => "页",
|
|
record => "条",
|
|
total => "合共",
|
|
back => "返回",
|
|
remove => "消除",
|
|
clear => "告警消除",
|
|
critical => "一级告警",
|
|
major => "二级告警",
|
|
minor => "三级告警",
|
|
note => "注:只显示一小时之内及未消除之告警,欲查看其他告警,请选择适合的过滤条件。",
|
|
norecord => "-- 找不到相关纪录 --"
|
|
);
|
|
$engnamearray = Array(
|
|
go => "GO",
|
|
bssid => "BSS ID",
|
|
objectid => "OBJECT ID",
|
|
description => "DESCRIPTION",
|
|
severity => "SEVERITY",
|
|
eventtime => "EVENT TIME",
|
|
cleartime => "CLEAR TIME",
|
|
pages => "PAGES",
|
|
record => "RECORDS",
|
|
total => "TOTAL",
|
|
back => "Back",
|
|
remove => "REMOVE",
|
|
clear => "CLEARED",
|
|
critical => "CRITICAL",
|
|
major => "MAJOR",
|
|
minor => "MINOR",
|
|
note => "Note: Only show alarm that is not clear or within 1 hour. Use alarm filter for more events.",
|
|
norecord => "-- No Record Found --"
|
|
);
|
|
?>
|