~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to local/snmpconf.dir/snmp-data/output

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
title Output style options
 
2
description This section allows you to control how the output of the
 
3
description various commands will be formated
 
4
 
 
5
token logTimestamp
 
6
info  Should timestamps be shown on the output
 
7
info  arguments: (1|yes|true|0|no|false)
 
8
question 1  Should timestamps be shown on the output
 
9
validanswer 1 ^(1|yes|true|0|no|false)$
 
10
 
 
11
token printNumericEnums
 
12
info  Print enums numericly or textually
 
13
info  command line equivelent: -Oe
 
14
question 1 Print enums numericly
 
15
info  arguments: (1|yes|true|0|no|false)
 
16
validanswer 1 ^(1|yes|true|0|no|false)$
 
17
 
 
18
token printNumericOids
 
19
info  Print OIDs numericly or textually
 
20
info  command line equivelent: -On
 
21
question 1 Print enums numericly
 
22
info  arguments: (1|yes|true|0|no|false)
 
23
validanswer 1 ^(1|yes|true|0|no|false)$
 
24
 
 
25
token dontBreakdownOids
 
26
info When OIDs contain a index to a table, they are broken
 
27
info into the displayable pieces and shown to you.
 
28
info For example the oid vacmSecurityModel.0.3.119.101.115
 
29
info is nicely broken down by
 
30
info default and the string hidden in the oid is shown
 
31
info to you as vacmSecurityModel.0."wes". This token and the -Ob
 
32
info option diables this feature and displays it as
 
33
info vacmSecurityModel.0.3.119.101.115 again.
 
34
info  command line equivelent: -Ob
 
35
info  arguments: (1|yes|true|0|no|false)
 
36
validanswer 1 ^(1|yes|true|0|no|false)$
 
37
question 1 Disable the breaking-down of OIDs?
 
38
 
 
39
token escapeQuotes
 
40
info  Should the quotation marks in broken down oids be escaped
 
41
info  If you want to cut and paste oids that have been broken down
 
42
info  into indexes and strings, this will put a backslash in front of them
 
43
info  so your shell will pass them rather than interpret them.
 
44
info  arguments: (1|yes|true|0|no|false)
 
45
question 1  Should the quotation marks in broken down oids be escaped
 
46
validanswer 1 ^(1|yes|true|0|no|false)$
 
47
 
 
48
token quickPrinting
 
49
info  Make the output simple for quick parsing
 
50
info  This option removes the equal sign and value identifies leaving
 
51
info  just the oid and the value on the output for easier parsing in scripts
 
52
info  command line equivelent: -Oq
 
53
info  arguments: (1|yes|true|0|no|false)
 
54
validanswer 1 ^(1|yes|true|0|no|false)$
 
55
question 1  Make the output simple for quick parsing
 
56
 
 
57
token numericTimeticks
 
58
info  Print timeticks as a number and not a time-string
 
59
info  command line equivelent:
 
60
info  arguments: (1|yes|true|0|no|false)
 
61
question 1 Print timeticks as a number and not a time-string
 
62
validanswer 1 ^(1|yes|true|0|no|false)$
 
63
 
 
64
token suffixPrinting
 
65
info Shorten OIDs printed to the screen
 
66
info possible values:
 
67
info -  0:  UCD-style.  OIDs are displayed like:
 
68
info -        system.sysUpTime.0
 
69
info -  1:  deletes all by the last symbolic part of the OID:
 
70
info -        system.sysUpTime.0 becomes sysUpTime.0
 
71
info -  2:  is  a  variant  of this, adding the name of the MIB
 
72
info -      that defined this object:
 
73
info -        system.sysUpTime.0 becomes SNMPv2-MIB::sysUpTime.0
 
74
info -      (This is the default with net-snmp v5)
 
75
info  command line equivelent: 0 = -Ou,  1 = -Os, 2 = -OS
 
76
info  arguments: (1|2)
 
77
question 1 Shorten OIDs (0|1|2)
 
78
validanswer 1 ^(0|1|2)$
 
79