nixpkgs/modules/services/monitoring
Peter Simons 415ff3c39a smartd: change 'devices' option from "list of strings" to "list of attribute sets"
The smartd used to expect a list of devices to monitor. After this patch, it
expects a list of attribute sets, which may have two attributes:

 - device: path to the device (required)
 - options: smartd options to apply to this particular device (optional)

A concrete example configuration would be:

  services.smartd = {
    enable = true;
    devices = [ { device = "/dev/sda"; } { device = "/dev/sdb"; options = "-d sat"; } ];
  };

Furthermore, the config option 'deviceOpts' can be used to configure options
that are applied to *every* device.
2013-03-10 01:19:44 +01:00
..
nagios Merge remote-tracking branch 'origin/master' into systemd 2012-09-28 11:35:27 -04:00
dd-agent.nix dd-agent: Run as a separate user 2013-02-27 09:25:37 -05:00
monit.nix
smartd.nix smartd: change 'devices' option from "list of strings" to "list of attribute sets" 2013-03-10 01:19:44 +01:00
systemhealth.nix
ups.nix
zabbix-agent.nix Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
zabbix-server.nix Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00