Questions tagged [telegraf]
22 questions
0
votes
1 answer
syslog-ng: how to configure sending RFC5424 messages with octet-counting framing
Please don't bother reading this question. syslog-ng is already set up to send RFC5424 messages with octet-counting framing by default. I was confused by the behaviour of another component. This question is invalid.
I have a syslog-ng OSE config…

davidA
- 383
- 3
- 12
0
votes
1 answer
syslog-ng / telegraf : EOF occurred when idle - incompatible?
This is a follow-on question from this previous question, created because I found out more information and it's cleaner to pose this as a new question.
I'm using syslog-ng OSE v3.31.2 to receive RFC3164 syslog messages over UDP port 514 from a bunch…

davidA
- 383
- 3
- 12
0
votes
2 answers
syslog-ng: How to reduce high latency when forwarding logs to a syslog tcp consumer?
UPDATE 2: I've answered this via my new question at the link below. The root cause is behaviour by telegraf where by default it disconnects the TCP connection 5 seconds after the last received message. This may be by design, however I have an issue…

davidA
- 383
- 3
- 12
0
votes
1 answer
Monitoring Byte Usage of Large MySQL InnoDB Buffer Pools?
I am trying to monitor the total number of used bytes in a MySQL 5.7 InnoDB Buffer Pool, that can go up to 100GB, using Innodb_buffer_pool_bytes_data but it seems that this status variable is a 32-bit unsigned integer when I query it, so it…

Vjz
- 1
- 3
0
votes
1 answer
Telegraf works manually but not the service - Run Telegraf in background
I have a virtual machine running on Ubuntu 20.04, I installed Telegraf, InfluxDB and Grafana for monitoring VMs and cluster's nodes.
Everythings work except when I try to make telegraf working in background.
The command to start manually Telegraf…

LuckyFr
- 103
- 1
- 7
0
votes
1 answer
Telegraf Tail file that contains json data to Influx
How can I extract the json data into influx by tailing a file that has the JSON data?
EG:
My logs are like this:
2020-12-01T18:34:06+02:00 10.132.90.194 {"wfd_successful_hits_sec": "0", "sql_hits_sec_max": "0", "timestamp": "2020/12/01 18:34:01",…

sarvesh.lad
- 137
- 6
0
votes
1 answer
How to Linux get every IP address traffic on a single interface multi IP host
In my scenario, my host has an interface but it has multiple IP addresses. I want to get the traffic of every IP address.I want to get received and sent packets and bytes, and error packets.
My interface is
qg-6108c4a2-94@if209:…

PZY
- 1
- 1