jalright
jalright
同步帐单出现异常
{"error": "[SDK.JsonUnmarshalError] Failed to unmarshal response, but you can get the data via response.GetHttpStatusCode() and response.GetHttpContentString() caused by: bssopenapi.QueryBillOverviewResponse.Data: bssopenapi.Data.Items: []bssopenapi.Item: decode slice: expect [ or n, but found {,...
今天安装运行发现那python_namp没有PortScanner,换成python-nmap就可以了。 还有发现中文发送到邮箱会乱码,应该是阿里云的邮箱没有自动识别 ``` else: part = MIMEText("端口服务详情请参照附件信息。\n注:端口服务信息并未改变,且不存在弱口令信息") part.add_header("Content-Type",'text/plain; charset="utf-8"') msg.attach(part) ``` 在MIMEText里面添加头信息,指定字符集是utf-8就可以了!
I hava 1000+ hosts to monitor , if use one command to fping ,it will be very slow and cause data loss!
### Question and Steps to reproduce  活跃告警一直没有被清理,实际告警已经恢复,触发时间也不会被更新 ### Relevant logs and configurations ```text http://[n9e-server]/alert-cur-events ``` ### Version - v7.0.0-beta.11 - rockylinux 9 - amd64
### Question and Steps to reproduce 更新到n9e-v8.0.0-beta.13-linux之后,原先的oauth2无法使用 配置如下: ``` Enable = true DisplayName = 'OAUTH2' RedirectURL = 'https://xxxx.xxx.com/oalogin' SsoAddr = 'https://xxxx.xxx.com/qrcode' TokenAddr = 'https://xxxx.xxx.com/token' UserInfoAddr = 'https://xxxx.xxx.com/user' TranTokenMethod = 'header'...