about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/telegraf.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-2/+2
2021-07-18nixos/telegraf: improve documentationJörg Thalheim1-4/+3
2021-07-18nixos/telegraf: don't run as nogroupJörg Thalheim1-0/+4
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2020-11-18nixos/telegraf: make example a bit more compactJörg Thalheim1-10/+6
2020-11-18nixos/telegraf: null value for environmentFiles is invalidJörg Thalheim1-1/+1
it's also not needed given that empty list covers all use cases.
2020-11-14nixos/telegraf: allow multiple env filesJörg Thalheim1-6/+6
2020-11-14nixos/telegraf: switch to setting typesJörg Thalheim1-12/+9
This allows to split up configuration into multiple modules
2020-11-14nixos/telegraf: add environmentFile optionJörg Thalheim1-2/+23
2020-11-14nixos/telegraf: add support for native pingJörg Thalheim1-0/+2
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-3/+2
2019-02-22nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol1-0/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2016-09-14telegraf: init at 1.0.0Jörg Thalheim1-0/+71
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>