浏览代码

Enable NIC sensor data export

Nick Babcock 6 年之前
父节点
当前提交
f14eadd387
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      OhmGraphite/Program.cs

+ 2 - 1
OhmGraphite/Program.cs

@@ -25,7 +25,8 @@ namespace OhmGraphite
                         CPUEnabled = true,
                         RAMEnabled = true,
                         FanControllerEnabled = true,
-                        HDDEnabled = true
+                        HDDEnabled = true,
+                        NICEnabled = true
                     };
 
                     var collector = new SensorCollector(computer);