summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ucd-snmp/hpux.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/ucd-snmp/hpux.h')
-rw-r--r--agent/mibgroup/ucd-snmp/hpux.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/agent/mibgroup/ucd-snmp/hpux.h b/agent/mibgroup/ucd-snmp/hpux.h
new file mode 100644
index 0000000..02f72c7
--- /dev/null
+++ b/agent/mibgroup/ucd-snmp/hpux.h
@@ -0,0 +1,21 @@
+/*
+ * hpux specific mib sections
+ *
+ */
+#ifndef _MIBGROUP_HPUX_H
+#define _MIBGROUP_HPUX_H
+
+FindVarMethod var_hp;
+WriteMethod writeHP;
+
+
+#define TRAPAGENT 128.120.57.92
+
+#define HPCONF 1
+#define HPRECONFIG 2
+#define HPFLAG 3
+#define HPLOGMASK 4
+#define HPSTATUS 6
+#define HPTRAP 101
+
+#endif /* _MIBGROUP_HPUX_H */