-
### Relevant telegraf.conf
```toml
[[inputs.execd]]
command = ["/Users/test/tick/count_float.sh"]
[[outputs.file]]
## Files to write to, "stdout" is a specially handled file.
files = [ "…
-
### Relevant telegraf.conf
```toml
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
#collection_offset = "0s"
flush_…
-
Hi,
I am new to grafana, using it for some POC but ran into the issue.
Log says:--
t=2017-11-13T14:51:06+0000 lvl=info msg="Initializing HTTP Server" logger=http.server address=0.0.0.0:3000 pro…
ghost updated
9 months ago
-
### Use Case
We have PLC's that report status codes that are not human readable, e.g.
* 0=Disabled
* 1=Ready
* 2=NotReady
* 3=Repair
* 4=Error.
We would like to store these values as string…
-
I would really like some way to export the individual process metrics to influxdb so we can better pinpoint what process is hogging our memory, network or cpu and for how long. I work in a software b…
lawre updated
6 months ago
-
I’m using the gNMI plugin to connect to Juniper QFX devices. The device we are testing with is running version 20 of Junos code. I am able to run the gnmic command line client to connect to the QFX de…
-
I run telegraf on ubuntu 18.04 in the way of kubernetes daemonset, now I found some nodes always output error like this about telegraf, even if I have stoped apparmor.service:
[1218209.608134] audi…
-
### Relevant telegraf.conf
```toml
# Telegraf Configuration
#
# Telegraf is entirely plugin driven. All metrics are gathered from the
# declared inputs, and sent to the declared outputs.
#…
-
Hello, great projects!
I have the problem that my mosquitto-fields are not collected by telegraf. Especially the interesting fields like `P_DC`. Here are some tries:
```
root@raspberrypi:~# mos…
-
### Relevant telegraf.conf
```toml
[[inputs.opcua]]
name = "opcua"
endpoint = "opc.tcp://x.x.x.x:x"
security_policy = "None"
security_mode = "None"
auth_method = "Anonymous"
```
### …