nixpkgs/modules/services/logging
Mathijs Kwik 01b8c48c32 logcheck: add some options to ease setting up ignore-rules
The special handling for cronjobs should probably move to the cron
module (logcheckIgnore = bool option) in the future, as it's more
natural to just declare a cronjob, and mark it as "log-ignored",
instead of adding cronjobs through logcheck.

But as systemCronjobs is not an attrset yet (just simple strings),
this would require adding an attrset for cronjobs or parsing strings
in the nix language to get hold of the cron-user and command.

So for now, I keep the interface within logcheck's module.
2012-10-09 16:04:17 +02:00
..
klogd.nix Global replace /var/run/booted-system -> /run/booted-system 2012-07-16 11:34:21 -04:00
logcheck.nix logcheck: add some options to ease setting up ignore-rules 2012-10-09 16:04:17 +02:00
logrotate.nix I forgot the username in the system cron job for logrotate. So it did not work until now. 2010-05-01 13:23:32 +00:00
logstash.nix Change logstash job startOn attribute to include networking 2012-09-06 12:31:15 +02:00
syslogd.nix * Use the ‘path’ attribute in Upstart jobs in more places. It's a bit 2011-11-25 16:32:54 +00:00