-
## Description
Create a common `telegraf.conf.j2` which can include the respective inputs and outputs plugin configuration based on Jinja2 `include` logic similar to that of Traefik's `dynamic.yml.j2…
-
Starlark aggregator is called for metric m1 where I add m1 to state dict, after which Starlark processor is called for metric m2 post which Starlark aggregator is called for metric m2 and value in sta…
-
The TIG stack role(s) shouldn't be a single role, that only makes sense for singular servers with no cross-server monitoring.
- There should be one or a few servers that take a server role that colle…
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| --- | development/astyle | --- | :x: | --- | Handled by https://github.com/aclemons/slackbu…
-
**Grafana container doesn't have its mount**
`docker logs grafana`
GF_PATHS_DATA='/var/lib/grafana' is not writable.
You may have issues with file permissions, more information here: http://docs.…
-
### Relevant telegraf.conf
```toml
[[inputs.internet_speed]]
interval = "15m"
test_mode = "multi"
server_id_include = ["3228", "42082", "46512", "59072", "59081"]
```
### Logs from Telegraf
…
-
I have telegraf running to check latency of 6 different hosts. Some are inside my network and others are outside my network. When I experience an internet outage, pings drop to my local hosts as well.…
-
### Relevant telegraf.conf
```toml
[[inputs.intel_powerstat]]
package_metrics = ["current_power_consumption", "current_dram_power_consumption", "thermal_design_power", "max_turbo_frequency", "cpu_…
azw71 updated
11 months ago
-
The data sets from Telegraf often need to do complex caculation in Flink before write to CnosDB. So if your team could implement the plugins of flink-cdc-cnosdb and flink-connector-cnosdb, that's will…
-
Is it possible to add mqtt as output?
mqtt is a good way to process the information without a database.
```
[[outputs.mqtt]]
## URLs of mqtt brokers
servers = ["localhost:1883"]
## t…