version 2 showing authors affecting page license.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
MULTIMON.CONF |
|
|
2 |
!!!MULTIMON.CONF |
|
|
3 |
NAME |
|
|
4 |
DESCRIPTION |
|
|
5 |
DIRECTIVES |
|
|
6 |
TEMPERATURE SCALES |
|
|
7 |
SEE ALSO |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
multimon.conf - Configuration for multimon.cgi |
|
|
13 |
!!DESCRIPTION |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
This file controls the displays generated by |
|
|
17 |
multimon.cgi(8). It is not required, as there is a |
|
|
18 |
default layout contained inside the program. You only need |
|
|
19 |
this file if the defaults do not suit you. |
|
|
20 |
!!DIRECTIVES |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
TEMPC |
|
|
24 |
|
|
|
25 |
|
|
|
26 |
Use the Celsius scale for temperatures displayed by the |
|
|
27 |
AMBTEMP and UPSTEMP fields. This is the |
|
|
28 |
default. |
|
|
29 |
|
|
|
30 |
|
|
|
31 |
TEMPF |
|
|
32 |
|
|
|
33 |
|
|
|
34 |
Use the Fahrenheit scale for temperatures displayed by the |
|
|
35 |
AMBTEMP and UPSTEMP fields. This is converted inside |
|
|
36 |
multimon.cgi(8), as upsd(8) only supplies |
|
|
37 |
values in Celsius. |
|
|
38 |
|
|
|
39 |
|
|
|
40 |
FIELD ''variable field-name field-suffix'' |
|
|
41 |
|
|
|
42 |
|
|
|
43 |
Define a field to be displayed on the status |
|
|
44 |
screen. |
|
|
45 |
|
|
|
46 |
|
|
|
47 |
''variable'' is either a variable supported by the UPS |
|
|
48 |
software (see the output of upsc(8) for examples) or |
|
|
49 |
one of these special words: |
|
|
50 |
|
|
|
51 |
|
|
|
52 |
MODEL - Show the UPS model in cyan |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
STATUS - Parse the status and use the appropriate |
|
|
56 |
color. |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
UPSTEMP - Display the temperature in the default |
|
|
60 |
scale. |
|
|
61 |
|
|
|
62 |
|
|
|
63 |
UPSTEMPC - Display the temperature in degrees |
|
|
64 |
C. |
|
|
65 |
|
|
|
66 |
|
|
|
67 |
UPSTEMPF - Display the temperature in degrees |
|
|
68 |
F. |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
AMBTEMP - Display the ambient temperature in the default |
|
|
72 |
scale. |
|
|
73 |
|
|
|
74 |
|
|
|
75 |
AMBTEMPC - Display the ambient temperature in degrees |
|
|
76 |
C. |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
AMBTEMPF - Display the ambient temperature in degrees |
|
|
80 |
F. |
|
|
81 |
|
|
|
82 |
|
|
|
83 |
''field-name'' is what you'd like the column to be called |
|
|
84 |
on the page. This must be seen as one element by the |
|
|
85 |
configuration parser, so remember to wrap it in quotes if |
|
|
86 |
you need to include a space. |
|
|
87 |
|
|
|
88 |
|
|
|
89 |
''field-suffix'' allows you to add something after the |
|
|
90 |
value displayed in the cell on the page. This can be |
|
|
91 |
something like % or VAC. |
|
|
92 |
|
|
|
93 |
|
|
|
94 |
Examples: |
|
|
95 |
|
|
|
96 |
|
|
|
97 |
FIELD battpct |
|
|
98 |
|
|
|
99 |
|
|
|
100 |
FIELD loadpct |
|
|
101 |
|
|
|
102 |
|
|
|
103 |
FIELD UPSTEMP |
|
|
104 |
!!TEMPERATURE SCALES |
|
|
105 |
|
|
|
106 |
|
|
|
107 |
multimon.cgi(8) passes your temperature scale |
|
|
108 |
preference to upsstats.cgi(8) in the URL via |
|
|
109 |
__ |
|
|
110 |
!!SEE ALSO |
|
|
111 |
|
|
|
112 |
|
|
|
113 |
multimon.cgi(8) |
|
|
114 |
|
|
|
115 |
|
|
|
116 |
__Internet resources:__ |
|
|
117 |
|
|
|
118 |
|
|
|
119 |
The NUT (Network UPS Tools) home page: |
|
|
120 |
http://www.exploits.org/nut/ |
|
|
121 |
|
|
|
122 |
|
|
|
123 |
NUT mailing list archives and information: |
|
|
124 |
http://lists.exploits.org/ |
|
|
125 |
---- |