summaryrefslogtreecommitdiff
path: root/module/ping-tree.def
diff options
context:
space:
mode:
Diffstat (limited to 'module/ping-tree.def')
-rw-r--r--module/ping-tree.def26
1 files changed, 26 insertions, 0 deletions
diff --git a/module/ping-tree.def b/module/ping-tree.def
new file mode 100644
index 0000000..3d50578
--- /dev/null
+++ b/module/ping-tree.def
@@ -0,0 +1,26 @@
+(1 internet
+ (4 private
+ (1 enterprises
+ (12325 fokus
+ (1 begemot
+ (204 pingData
+ (0 pingCount INTEGER op_ping GET)
+ (1 pingEntry : INTEGER op_pingentry
+ (0 pingIndex INTEGER GET)
+
+ (1 pingHost OCTETSTRING GET SET)
+ (2 pingInterval TIMETICKS GET SET)
+ (3 pingHistory INTEGER GET SET)
+
+ (10 pingResponses INTEGER GET)
+ (11 pingDropped INTEGER GET)
+ (12 pingLatencyAvg TIMETICKS GET)
+ (13 pingLatencyMin TIMETICKS GET)
+ (14 pingLatencyMax TIMETICKS GET)
+ )
+ )
+ )
+ )
+ )
+ )
+)