summaryrefslogtreecommitdiff
path: root/agent/mibgroup/disman/expr/expScalars.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/disman/expr/expScalars.h')
-rw-r--r--agent/mibgroup/disman/expr/expScalars.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/agent/mibgroup/disman/expr/expScalars.h b/agent/mibgroup/disman/expr/expScalars.h
new file mode 100644
index 0000000..022e01b
--- /dev/null
+++ b/agent/mibgroup/disman/expr/expScalars.h
@@ -0,0 +1,13 @@
+#ifndef EXPSCALARS_H
+#define EXPSCALARS_H
+
+void init_expScalars(void);
+Netsnmp_Node_Handler handle_expResourceGroup;
+
+#define EXP_RESOURCE_MIN_DELTA 1
+#define EXP_RESOURCE_SAMPLE_MAX 2
+#define EXP_RESOURCE_SAMPLE_INSTANCES 3
+#define EXP_RESOURCE_SAMPLE_HIGH 4
+#define EXP_RESOURCE_SAMPLE_LACKS 5
+
+#endif /* EXPSCALARS_H */