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