1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat(telegraf): track smart attributes

This commit is contained in:
oddlama 2023-07-06 22:36:06 +02:00
parent 861257933b
commit e521a68e87
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -131,6 +131,7 @@ in {
// optionalAttrs config.services.smartd.enable {
sensors = {};
smart = {
attributes = true;
path_nvme = config.security.elewrap.telegraf-nvme.path;
path_smartctl = config.security.elewrap.telegraf-smartctl.path;
use_sudo = false;