about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/scollector.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
This commit replaces a lot of usages of `mkOption` with the package type, to be `mkPackageOption`, in order to reduce the amount of code.
2022-07-30treewide: automatically md-convert option descriptionspennae1-8/+8
the conversion procedure is simple: - find all things that look like options, ie calls to either `mkOption` or `lib.mkOption` that take an attrset. remember the attrset as the option - for all options, find a `description` attribute who's value is not a call to `mdDoc` or `lib.mdDoc` - textually convert the entire value of the attribute to MD with a few simple regexes (the set from mdize-module.sh) - if the change produced a change in the manual output, discard - if the change kept the manual unchanged, add some text to the description to make sure we've actually found an option. if the manual changes this time, keep the converted description this procedure converts 80% of nixos options to markdown. around 2000 options remain to be inspected, but most of those fail the "does not change the manual output check": currently the MD conversion process does not faithfully convert docbook tags like <code> and <package>, so any option using such tags will not be converted at all.
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-3/+2
2021-04-04iproute: deprecate aliasSandro Jäckel1-1/+1
2020-04-28nixos/*: use $out instead of $bin with buildGoPackagezowoq1-1/+1
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-3/+3
And replace them with a more appropriate type Also fix up some minor module problems along the way
2019-05-26nixos/scollector: replace deprecated usage of PermissionsStartOnlyAaron Andersen1-1/+0
see https://github.com/NixOS/nixpkgs/issues/53852
2019-02-22nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol1-1/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2016-06-13Fixes #16181 - using bin output for Go servicesKamil Chmielewski1-1/+1
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-1/+2
- add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
2015-09-04bosun: Move to go-packagesWilliam A. Kennington III1-2/+2
2015-09-04bosun,scollector: Fix NixOS modules to use bin attr of go pkgsRickard Nilsson1-2/+2
2015-08-11scollector: Update from 20150506172827 to 0.3.0Rickard Nilsson1-4/+14
2015-06-11scollector: Change type of collectors to allow proper mergingRickard Nilsson1-1/+1
2015-03-18scollector module: Add extraOpts optionRickard Nilsson1-3/+14
2014-11-24scollector: Allow users to specify external collectorsOliver Charles1-1/+27
2014-11-24scollector should talk to Bosun, not OpenTSDBOliver Charles1-4/+4
2014-11-24scollector: New NixOS moduleOliver Charles1-0/+88