telegraf
telegraf 1.40.1
Plugin-driven server agent for collecting & reporting metrics
https://www.influxdata.com/time-series-platform/telegraf/MIT License
main program: telegrafprograms: telegraf
Maintainers
Platforms (30)
loongarch64-linuxmips64el-linuxmipsel-linuxriscv32-linuxwasm32-wasip1x86_64-freebsds390x-linuxpowerpc64le-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ telegraf ];
Ad-hoc shell
nix-shell -p telegraf
Flake (nix run)
nix run nixpkgs#telegraf