summaryrefslogtreecommitdiff
path: root/agent/mibgroup/disman.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/disman.h')
-rw-r--r--agent/mibgroup/disman.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/agent/mibgroup/disman.h b/agent/mibgroup/disman.h
new file mode 100644
index 0000000..6b7cdd5
--- /dev/null
+++ b/agent/mibgroup/disman.h
@@ -0,0 +1,12 @@
+/*
+ * Wrapper for the full DisMan implementation
+ */
+config_require(disman/event-mib)
+config_require(disman/expression-mib)
+#ifndef NETSNMP_NO_WRITE_SUPPORT
+/* the schedule mib is all about writing (SETs) */
+config_require(disman/schedule)
+#endif /* !NETSNMP_NO_WRITE_SUPPORT */
+/* config_require(disman/nslookup-mib) */
+/* config_require(disman/ping-mib) */
+/* config_require(disman/traceroute-mib) */