dcac1180a38d1be90137c8ca79ebb6eb0fc2298c
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
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)
Description
Languages
Shell
100%