-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcom.dartware.viewer.rfc1155-smi.txt
105 lines (69 loc) · 3.34 KB
/
com.dartware.viewer.rfc1155-smi.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!--
RFC1155-SMI Viewer probe for InterMapper - http://intermapper.com
Copy this text and save it as a file. Then import it using
File -> Import -> Probe... Use this file name:
com.dartware.viewer.rfc1155-smi.txt
Generated by: MIB Viewer Probe Builder, version 1.3.9
Created on: 5/22/2013 10:57:33 PM
-----------------------------------------------------------------------------------
Please feel free to use this file as a base for further development.
Read the Developer Guide to learn more about InterMapper Probes. The Guide is at:
http://intermapper.com/go.php?to=intermapper.devguide
-->
-- The <description> section contains the text that will appear in the Set Probe... window.
-- It gives you a chance to describe how the probe works, what the parameters are, and how to
-- how to set it up.
<description>
\gb\RFC1155-SMI Viewer\p\
This is a probe that will view the entire RFC1155-SMI. The Status Window shows all the scalar values available from the MIB, and also has links to display the tables that are supported.
You must import the following MIBs before importing the probe file.
RFC1155-SMI
</description>
-- The <header> section determines the probe's unique name, what kind of probe it is,
-- its Human Name, and its place in the probe picker hierarchy, and other assorted attributes.
<header>
"type" = "custom-snmp"
"package" = "com.dartware"
"probe_name" = "viewer.rfc1155-smi"
"human_name" = "RFC1155-SMI Viewer"
"display_name" = "MIB Viewers/RFC1155-SMI Viewer"
"version" = "1.0"
"address_type" = "IP,AT"
"port_number" = "161"
"flags" = "NOLINKS"
</header>
-- <snmp-device-properties> are flags that alter the InterMapper probe's behavior.
-- You generally do not need to use these, but they can be useful for devices that don't
-- work as expected. For more information, see the <snmp-device-properties> section of the
-- Developer Guide's at: http://dartware.com/support/docs/index.html
<snmp-device-properties>
-- none required
</snmp-device-properties>
-- Parameters are user-settable values that the probe uses for its comparisons.
-- Specify the default values here. The customer can change them and they will be retained for each device.
<parameters>
-- No parameters specified.
</parameters>
-- InterMapper retrieves the <snmp-device-variables> using the OID or variable names from the MIB.
-- Specify the variable name, the MIB name or OID, the format (usually DEFAULT) and a short description.
<snmp-device-variables>
-- No variables specified.
</snmp-device-variables>
<snmp-device-variables-ondemand>
</snmp-device-variables-ondemand>
-- The 'autorecord' section specifies the variables that
-- will be saved to the InterMapper Database.
-- No 'autorecord' variables specified.
-- Specify rules for setting the device into Alarm or Warning state.
-- The rules are tested top-to-bottom, and stop when one matches.
<snmp-device-thresholds>
-- No thresholds specified.
</snmp-device-thresholds>
-- The <snmp-device-display> section specifies the text that will be appended
-- to the device's Staus Window.
<snmp-device-display>
\B5\RFC1155-SMI Viewer\P0\
\i3\No variables defined in this MIB\p0\
\b5\Tables from RFC1155-SMI\P0\
\i3\No tables defined in this MIB\p0\
</snmp-device-display>