Questions tagged [telegraf-inputs-plugin]

96 questions
0
votes
1 answer

Telegraf httpjson plugin error - must have one or more fields

i am using the httpjson plugin in telegraf. My telegraf config looks like this: [[inputs.httpjson]] name = "info_metric" servers = ["http://server.port/application/admin/info.json"] method = "GET" response_timeout = "5s" The Json itself…
onionknight
  • 101
  • 1
  • 10
0
votes
1 answer

telegraf disk-input does not write to output in phusion/baseimage

Just used telegraf and influxdb with some other plugins. But the output of [[inputs.disk]] is not sent to the influx-database, although the telegraf-cli prints the series: root@99a3dda91f0e:/# telegraf --config /etc/telegraf/telegraf.conf --test *…
0
votes
1 answer

telegraf input commands cmd

I want to run a python script every 60 seconds and send output across to Influxdb. The python script is embedded and called from a windows batch file. While the batch file and python script are running fine, I am unable to run it through…
Prathamesh
  • 65
  • 2
  • 10
0
votes
1 answer

EnhanceIO Telegraf `filestat` plugin - Super GLOB pattern not working - Make telegraf recursively look for all files

Telegraf v1.0.1 (git: master 26acdc9231efde105510fe5df3da7519bc4f42f7) Telegraf service is running successfully sudo service telegraf status shows telegraf is running [OK]. I'm using Wavefront's SaaS based monitoring solution for showing Telegraf…
0
votes
1 answer

Telegraf - inputs.procstat procstat Plugin - README.md doc - exe, pid_file, command line pattern username

Using: Telegraf v1.0.1 Telegraf procstat plugin's documentation: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/procstat My custom config File: /etc/telegraf/telegraf.d/my_custom_process_service-telegraf.conf…
AKS
  • 16,482
  • 43
  • 166
  • 258
-3
votes
2 answers

find if a backslash exists in a string Go

I have a string like this: id=PS\\ Old\\ Gen and I would to build a regex to find out if it contains a backslash; one after the other. So in this case, the regex should find 2 occurances as there are 2 \\. I tried building up the query but couldn't…
kjvf
  • 81
  • 7
1 2 3 4 5 6
7