nixos/colony: Ignore IPMI VCCM alert
This commit is contained in:
parent
47a34b6dec
commit
ca191f5c67
@ -77,7 +77,14 @@
|
|||||||
boot.thin.enable = true;
|
boot.thin.enable = true;
|
||||||
dmeventd.enable = true;
|
dmeventd.enable = true;
|
||||||
};
|
};
|
||||||
netdata.enable = true;
|
|
||||||
|
netdata = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
# Ignore the VCCM sensor (RAM voltage is 1.35V with XMP enabled)
|
||||||
|
"plugin:freeipmi"."command options" = "ignore 5";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
smartd = {
|
smartd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user