Dell UPS 4200R User Manual
Page 30
Configuration
31
The bolded attributes can be modified as follows:
UserScript =
{
name: "ShutdownByTemperatureOrHumidity",
enabled: false, // Set this property to true to enable the script
onEvent: true,
delay: 0, // This property can be used to delay first execution of
the script
interval: 10000, // and every 10s from that
…
/// @property {Integer} pduName This property is PDU ip address
with humidity sonde which must be checked
pduName : "178.222.223.224",
/// @property {Integer} pduHumidityLimit This property is value
limit of humidity before shutdown.
pduHumidityLimit : 20,
/// @property {Integer} pduTemperatureLimit This property is value
limit of temperature before shutdown.
pduTemperatureLimit : 20,
Advanced Sound Alarm Customization
To configure sound alarms on events:
1 In the file {INSTALL DIRECTORY}\Dell\MultiUPSManagementConsole\configs\config.js, change
the configuration as follows:
'systray':
{
'soundAlarm': false,
'notificationIcon': true,
'notificationBox': true
}
0119_2-Dell MUMC UG.book Page 31 Saturday, November 2, 2013 4:59 PM