site_alarm.php 1.9 KB
<?php

return [
    'Aid'                        => '系统',
    'Middleid'                   => '中台ID',
    'Itemid'                     => '采集量ID',
    'Siteid'                     => '站点ID',
    'Itemname'                   => '设备名称',
    'Alarmtype'                  => '告警类型',
    'Alarmtype 0'                => '压力异常',
    'Alarmtype 1'                => '压力突变',
    'Alarmtype 2'                => '瞬时流量异常',
    'Alarmtype 3'                => '瞬时流量突变',
    'Alarmtype 11'               => '水位超限',
    'Level'                      => '告警级别',
    'Level 1'                    => '低',
    'Level 2'                    => '中',
    'Level 3'                    => '高',
    'Alarmdetails'               => '告警描述',
    'Status'                     => '告警状态',
    'Status 0'                   => '新生',
    'Status 2'                   => '已恢复',
    'Status 1'                   => '已确认',
    'Normalmonitorvalue'         => '突变类型告警,突变前采集量实时值',
    'Initialmonitorvalue'        => '初始监控值',
    'Currentmonitorvalue'        => '当前采集量实时值',
    'Occurredtime'               => '第一次告警发生实际时间',
    'Recoverytime'               => '告警恢复时间',
    'Recoveryvalue'              => '告警恢复值',
    'Starttime'                  => '数据采集开始时间',
    'Endtime'                    => '数据采集结束时间',
    'Alarmcode'                  => '处理状态',
    'Alarmcode 1'                => '未处理',
    'Alarmcode 2'                => '已处理',
    'Createdat'                  => '创建时间',
    'Updatedat'                  => '更新时间',
    'Deletedat'                  => '删除时间',
    'Deviceid'                   => '设备id',
    'Devicetype'                 => '设备类型',
    'Pipessitedevice.devicename' => '设备名称'
];