karasz 38a20c881e fluxplug: start the restructure of the project
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>
2019-04-04 18:16:10 +03:00
2019-03-16 23:20:03 +02:00
2019-03-16 23:20:03 +02:00
2019-03-16 23:20:03 +02:00

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 chrony client.
  • Disks - it will parse df data and feed it to InfluxDB
  • LoadAVG - parse /proc/loadavg and feed InfluxDB with it
  • MemInfo - parse /proc/meminfo and 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)
S
Description
No description provided
Readme 160 KiB
Languages
Shell 100%