You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure-management/power-and-environmental-monitoring/unit-display-settings.mdx
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,40 +3,42 @@ title: "Unit Display Settings"
3
3
sidebar_position: 6
4
4
---
5
5
6
-
You can customize how units are displayed in Device42's Power and Environmental Monitoring module. This applies to both **Power** units and **Temperature** units, and these settings are controlled separately. See the below screenshot:
6
+
importThemedImagefrom'@theme/ThemedImage';
7
+
importuseBaseUrlfrom'@docusaurus/useBaseUrl';
7
8
8
-

9
+
You can customize how units are displayed in Device42's Power and Environmental Monitoring module. This applies to both **Power** units and **Temperature** units, and these settings are controlled separately.
9
10
10
-
The two categories that control unit display, as can be seen above, are the **Power Conversion Options** dropdown and the **Display Metric Power Values** checkbox.
11
+
## Power Global Settings
11
12
12
-
### Accessing the Unit Display Options
13
+
To access the options, navigate to the **Power** options in the **Global Settings** menu, under **Tools > Settings > Global Settings**.
13
14
14
-
To access the options pictured in the screenshot above, navigate to the Device42 **Global Settings** menu which can be found under **Tools -> Settings -> Global Settings**.
The two categories that control unit display are the **Power Conversion Options** dropdown and the **Display temperature values as Centigrade** checkbox.
17
24
18
25
### Power Unit Conversion Options
19
26
20
-
Changing the selection in the power conversion options dropdown controls how power consumption values will be displayed by Device42.
27
+
Changing the selection in the Power Conversion Options dropdown controls how power consumption values are displayed by Device42.
21
28
22
-
**Available conversion options are as follows:**
29
+
The available conversion options are:
23
30
24
-
1.**Convert Amps to Watts**- selecting this option will cause Device42 to convert and display all returned power values in Watts.
25
-
2.**Convert Watts to Amps**- selecting this option will cause Device42 to convert and display all returned power values in Amps.
26
-
3.**Do not convert**\[Default\] - The default option displays power values exactly as they were returned via SNMP, without any conversion.
31
+
-**Do not convert:**This default option displays power values exactly as they were returned via SNMP, without any conversion.
32
+
-**Convert Amps to Watts:**Selecting this option causes Device42 to convert and display all returned power values in Watts.
33
+
-**Convert Watts to Amps:**Selecting this option causes Device42 to convert and display all returned power values in Amps.
27
34
28
-
### Default Voltage (integer required)
35
+
### Default Voltage
29
36
30
-
This setting allows an administrator to specify the default voltage for Device42 to utilize in calculations ONLY in the case that one is not returned via SNMP.
37
+
The **Default Voltage (integer required)**setting allows you to specify the default voltage for Device42 to use in calculations, **only** if a value is not returned via SNMP.
31
38
32
-
* * *
39
+
### Display Temperature Values as Centigrade
33
40
34
-
### Display Metric Power Values Checkbox
41
+
The **Display temperature values as Centigrade** checkbox controls the temperature display:
35
42
36
-
_Toggle temperature displays in Device42's Power and Envirosnmental Monitoring Module_
37
-
38
-
The **Display Metric Power Values** checkbox controls **Temperature Display**.
39
-
40
-
-**Checked** - converts all temperature values from Farenheight (\*F) values to Celsius (\*C), also changing the display units to Celsius.
41
-
42
-
-**Unchecked**\[The Default\] - displays SI / Imperial units (degrees Farenheight), and no unit conversion is performed.
43
+
-**Checked:** Converts all temperature values from Fahrenheit (°F) values to Celsius (°C) values and changes the display units to Celsius.
44
+
-**Unchecked (Default):** Displays SI / Imperial units (°F). No unit conversion is performed.
0 commit comments