summaryrefslogtreecommitdiff
path: root/agent/mibgroup/hardware/sensors.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/hardware/sensors.h')
-rw-r--r--agent/mibgroup/hardware/sensors.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/agent/mibgroup/hardware/sensors.h b/agent/mibgroup/hardware/sensors.h
new file mode 100644
index 0000000..b88d915
--- /dev/null
+++ b/agent/mibgroup/hardware/sensors.h
@@ -0,0 +1,17 @@
+config_require(hardware/sensors/hw_sensors)
+
+#if defined(solaris2)
+# if defined(HAVE_PICL_H)
+config_require(hardware/sensors/picld_sensors)
+# else
+config_require(hardware/sensors/kstat_sensors)
+# endif
+#else
+# if defined(NETSNMP_USE_SENSORS_V3)
+config_require(hardware/sensors/lmsensors_v3)
+# else
+config_require(hardware/sensors/lmsensors_v2)
+# endif
+#endif
+
+/* config_require(hardware/sensors/dummy_sensors) */