zhaojinxin409
zhaojinxin409
### Host operating system: output of `uname -a` `Linux 44168e311cc1 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 Linux` ### blackbox_exporter version: output of `blackbox_exporter --version` ``` blackbox_exporter,...
按照文档在Agent中配置了插件地址,并执行了update命令,显示success。 ``` "plugin": { "enabled": true, "dir": "./plugin", "git": "https://github.com/open-falcon/plugin.git", "logs": "./logs" } ``` 在Portal中也配置了plugin  Agent日志中没有执行的相关日志,只有下面这种  问下我可以怎么排查下
**Describe the bug** I created broker and some trigger subscribing the broker, the kafkachannel's config is correct. Later when i delete the trigger the channel's subscription according to the trigger...
### What did you do? Main Prometheus config remote read to `remote` server ``` global: remote_read: - url: remote_prometheus ``` Remote server config: ``` global: external_labels: role: remote ``` ###...
I want to generate an Enumer like this: ``` { = =~ != !~ } ```
## Description Can i bind uri and query in one method? Currently when i bind uri , it will return an error because of binding of query is empty. Maybe...
Since blackbox support running as a service on windows, is it possible to release a msi that install blackbox as service
Calling GetHost always error: `Error decoding JSON response body: json: cannot unmarshal string into Go struct field Host.inventory_mode of type int` # MyCode ``` hosts, err := session.GetHosts(zabbix.HostGetParams{ GetParameters: zabbix.GetParameters{...
spk_model使用cam++后会报”string index out of range“,去掉后则没有问题 附源代码: ``` from funasr import AutoModel # paraformer-zh is a multi-functional asr model # use vad, punc, spk or not as you need path =...