about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/bosun.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.
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
Using the script in maintainers/scripts/update-redirected-urls.sh
2022-11-10treewide: use `mkEnableOption` in nixos modulesDaniel Nagy1-7/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-11/+11
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-2/+1
2020-04-28nixos/*: use $out instead of $bin with buildGoPackagezowoq1-1/+1
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-5/+5
And replace them with a more appropriate type Also fix up some minor module problems along the way
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2016-10-23nixos: use types.lines for extraConfigEmery Hemingway1-1/+1
2016-06-13Fixes #16181 - using bin output for Go servicesKamil Chmielewski1-1/+1
2016-01-18bosun: Create ledisDir in pre-start scriptRickard Nilsson1-8/+10
2016-01-17Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel1-0/+1
- add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
2015-11-16bosun module: update moduleJaka Hudoklin1-4/+24
2015-11-07nixos/bosun: Make the check frequency configurableRickard Nilsson1-1/+9
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-3/+2
2014-12-02fixes #5198Domen Kožar1-3/+3
2014-11-24Add an `extraConfig` option to `bosun`Oliver Charles1-0/+15
2014-11-24Add a NixOS module to run bosunOliver Charles1-0/+121