38a20c881eefcb8ffbe2543a6f3af833a9d62fb9
In order to be more crontab friendly, fluxplug will be the only executable called by cron in an every minute job, Something like * * * * * /path/to/fluxplug >/dev/null 2>&1 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%