about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/scollector.nix
Commit message (Collapse)AuthorAge
* treewide: use `mkPackageOption`h7x42023-11-27
| | | | | This commit replaces a lot of usages of `mkOption` with the package type, to be `mkPackageOption`, in order to reduce the amount of code.
* treewide: automatically md-convert option descriptionspennae2022-07-30
| | | | | | | | | | | | | | | | | | | | | | 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.
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* iproute: deprecate aliasSandro Jäckel2021-04-04
|
* nixos/*: use $out instead of $bin with buildGoPackagezowoq2020-04-28
|
* nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* nixos/scollector: replace deprecated usage of PermissionsStartOnlyAaron Andersen2019-05-26
| | | | see https://github.com/NixOS/nixpkgs/issues/53852
* nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol2019-02-22
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* Fixes #16181 - using bin output for Go servicesKamil Chmielewski2016-06-13
|
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* bosun: Move to go-packagesWilliam A. Kennington III2015-09-04
|
* bosun,scollector: Fix NixOS modules to use bin attr of go pkgsRickard Nilsson2015-09-04
|
* scollector: Update from 20150506172827 to 0.3.0Rickard Nilsson2015-08-11
|
* scollector: Change type of collectors to allow proper mergingRickard Nilsson2015-06-11
|
* scollector module: Add extraOpts optionRickard Nilsson2015-03-18
|
* scollector: Allow users to specify external collectorsOliver Charles2014-11-24
|
* scollector should talk to Bosun, not OpenTSDBOliver Charles2014-11-24
|
* scollector: New NixOS moduleOliver Charles2014-11-24