https://github.com/sergkondr/random_value
Example of telegraf plugin
https://github.com/sergkondr/random_value
telegraf telegraf-plugin
Last synced: about 1 year ago
JSON representation
Example of telegraf plugin
- Host: GitHub
- URL: https://github.com/sergkondr/random_value
- Owner: sergkondr
- Created: 2019-02-17T11:48:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T11:49:48.000Z (over 7 years ago)
- Last Synced: 2025-02-06T08:32:27.647Z (over 1 year ago)
- Topics: telegraf, telegraf-plugin
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
random_value
=====
Example plugin for [telegraf](https://github.com/influxdata/telegraf) that returns random value between min and max value.
### Telegraf config example
```toml
[[inputs.random_value]]
min = 0
max = 100
```
### Result in grafana
