You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| data | 7 years ago | |
| plugins-available | 7 years ago | |
| plugins-enabled | 7 years ago | |
| tmp | 7 years ago | |
| .gitignore | 7 years ago | |
| README.md | 7 years ago | |
| fluxplug | 7 years ago | |
README.md
FluXPlug
fluxplug is group of shell utilities that makes feeding data to InfluxDB via HTTP easier.
fluxplug aspires to be a replacement for telegraf from InfluxData writen in shell and making output only to InfluxDB's HTTP API.
For now FluXPlug has the following plugins (measurements):
- Chrony - it will feed data from a
chronyclient. - Disks - it will parse
dfdata and feed it to InfluxDB - LoadAVG - parse
/proc/loadavgand feed InfluxDB with it - MemInfo - parse
/proc/meminfoand feeds the result to InfluxDB - Packs - will execute APT and feed InfluxDB with the number of upgradable packages (no modifications to the system will be made)