-
### Relevant telegraf.conf
```toml
[[inputs.file]]
files = ['metrics.influx']
data_format = "influx"
[[outputs.http]]
url = "http://localhost:8428/api/v1/write"
data_format = "prometh…
-
### Relevant telegraf.conf
```toml
[agent]
interval = "100s"
debug = true
[[inputs.file]]
files = ["20211209.json"]
data_format = "json_v2"
[[inputs.file.json_v2]]
…
-
## Issue: Possible bug / unexpected behaviour
Telegraf version: 1.14.2 (also 1.13.something)
Inputs: win_perf_counters, also exec on some servers.
Output: InfluxDB (production), file (testing)
#…
-
### Use Case
Curently we can do this via the `exec` plugin as described below.
```
[[inputs.exec]]
interval = "60s"
commands=["sudo mtr -C -n google.com"]
timeout = "40s"
…
-
### Relevant telegraf.conf
```toml
[[inputs.snmp]]
alias = "/etc/telegraf/telegraf.d/firewall-clu-01-vsid/vsid13.conf"
agents = [
"ip",
"ip2"
]
## Timeout for each SNMP query.
ti…
-
# 说明
本文以 FAQ 的形式,介绍如何基于 micro 微服务框架,以及其为 go 提供的 go-micro 库构建微服务系统。
# FAQ
## Q:micro 提供了什么
micro 框架基于 go 语言实现,其是一个微服务的 ecosystem,提供了多个组件:
* API:位于 [micro/api](https://github.com/micro/micr…
-
**The most recent copy of this proposal can be found on [Google docs](https://docs.google.com/document/d/1ntN862VDFvvj9am2KFR9pNsHtjIN6f3luTYv6ZoGRMk/edit). The below is the original version of this p…
-
> running host os ubuntu 22.04 everything installed, working, docker, etc - setup script executes,
> but gets stuck Running Docker-Compose...
>
> pypowerwall is up-to-date
> influxdb is up-to-da…
-
### Relevant telegraf.conf
```toml
# Configuration for telegraf agent
[agent]
interval = "60s"
debug = false
hostname = ""
round_interval = true
flush_interval = "60s"
…
-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
interval = "60s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flu…