新产品火狐
This commit is contained in:
@@ -406,8 +406,8 @@ function xingxing_getList($data, &$file, &$all, $exit)
|
||||
$record['daikuan'] = $info['bandwidth'];
|
||||
$record['onlineuser'] = '';
|
||||
$record['maxuser'] = '';
|
||||
$record['online'] = ($info['status'] == 1) ? '正常' : '故障';
|
||||
$record['status'] = '';
|
||||
$record['online'] = ($info['status'] == 0) ? '故障' : '正常';
|
||||
$record['status'] = ($info['status'] == 1) ? '正常' : '紧张';;
|
||||
$record['nasname'] = $info['host'];
|
||||
if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) {
|
||||
fputcsv($dnx_exit, ['星星', $record['nasname'], date('Y-m-d H:i:s')]);
|
||||
|
||||
Reference in New Issue
Block a user