about summary refs log tree commit diff
path: root/nixos/modules/services/logging
AgeCommit message (Expand)AuthorFilesLines
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-11-10treewide: use `mkEnableOption` in nixos modulesDaniel Nagy2-12/+2
2022-11-05logrotate: add services.logrotate.settings exampleDominique Martinet1-0/+19
2022-11-05logrotate service: cleanup deprecated optionsDominique Martinet1-179/+4
2022-10-28treewide: convert fake octal ints to stringsYorick van Pelt1-1/+1
2022-09-11nixos/vector: remove no longer required workaround for cross compilingSandro Jäckel1-1/+1
2022-09-09nixos/vector: fix validation for cross compilingSandro Jäckel1-2/+4
2022-08-31nixos/*: convert options with listingspennae1-6/+6
2022-08-31nixos/*: convert internal option descriptions to MDpennae1-6/+6
2022-08-31nixos/*: automatically convert option descriptionspennae10-22/+22
2022-08-31nixos/*: convert more partially-md option descriptionspennae1-3/+3
2022-08-31nixos/*: convert multiline inline code to listingspennae1-4/+4
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae1-2/+2
2022-08-06nixos/*: automatically convert option docspennae1-2/+2
2022-08-05nixos/*: normalize manpage references to single-line formpennae1-3/+1
2022-08-03nixos/*: automatically convert option docs to MDpennae2-15/+15
2022-08-03nixos/*: normalize link formatpennae1-2/+1
2022-07-30treewide: automatically md-convert option descriptionspennae17-147/+147
2022-07-18Merge pull request #180231 from dfithian/heartbeatJoachim F1-1/+11
2022-07-18heartbeat service: specify packageDan Fithian1-1/+11
2022-07-09logrotate: fix config check without sandboxDominique Martinet1-5/+6
2022-06-13logrotate: do not add mail if 'mail = false' is specifiedDominique Martinet1-1/+1
2022-06-02syslogng_incubator: remove after being marked broken for over 18 monthsajs1241-3/+0
2022-05-05treewide: pkgs.systemd -> config.systemd.packageJanne Heß1-1/+1
2022-04-16nixos/logrotate: use packages from buildPackages in configuration checkPhase,...Nick Cao1-3/+3
2022-04-08nixos/klogd: removeAlyssa Ross1-35/+6
2022-04-01logrotate: add logrotate-checkconf.serviceDominique Martinet1-1/+13
2022-04-01logrotate: add configuration check at build timeDominique Martinet1-4/+56
2022-04-01nixos/logrotate: convert to freeformDominique Martinet1-31/+161
2022-04-01logrotate: add services.logrotate.configFile escape hatchDominique Martinet1-1/+22
2022-04-01logrotate: run through nixpkgs-fmtDominique Martinet1-11/+14
2022-04-01logrotate: move mail dependency from package to serviceDominique Martinet1-6/+12
2022-03-14nixos/graylog: fix group creationPascal VITOUX1-1/+1
2022-02-26logrotate: do not enable logrotate.service itselfDominique Martinet1-1/+0
2022-02-11logrotate: prepend extraConfig instead of postpending itDominique Martinet1-5/+5
2022-02-11logrotate: default to enable if any rule is activeDominique Martinet1-1/+4
2022-02-11logrotate: move wtmp/btmp rules to systemdDominique Martinet1-20/+0
2022-01-23nixos/promtail: use promtail packageLinus Heckemann1-1/+1
2021-12-29nixos/logrotate: rotate login/logout logs by defaultJulien Moutinho1-0/+22
2021-12-28nixos/logrotate: enable multiple paths per entryJulien Moutinho1-7/+13
2021-12-17Merge pull request #148785 from pennae/more-option-doc-staticizingGraham Christensen1-15/+1
2021-12-17elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150...Kim Lindberger2-1/+255
2021-12-08nixos/journalbeat: remove support for versions < 6pennae1-15/+1
2021-12-02nixos/*: add trivial defaultText for options with simple defaultspennae2-0/+2
2021-11-29Merge pull request #136630 from mweinelt/logrotate-hourlyAaron Andersen1-2/+2
2021-11-01nixos/logstash: Add logstashJvmOptionsFile optionNiklas Hambüchen1-0/+13
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier9-23/+24
2021-09-18nixos/logcheck: define group, fix after #133166Guillaume Girol1-1/+5
2021-09-13Merge pull request #133166 from symphorien/nonogroupGuillaume Girol1-1/+3
2021-09-12nixos: define the primary group of users where neededGuillaume Girol1-1/+3