Janu
ary 201
9
406 Legrand PDU User Guide
Modifying a Monitored Device's Settings
The command to modify a monitored IT device's settings begins with
serverReachability modify
.
You can modify various settings for a monitored device at a time. See
Multi-Command Syntax
(on page
408).
Modify a device's IP address or host name:
config:#
serverReachability modify <n> ipAddress <IP_host>
Enable or disable the ping monitoring feature for the device:
config:#
serverReachability modify <n> pingMonitoringEnabled <option>
Modify the number of successful pings for declaring "Reachable":
config:#
serverReachability modify <n> numberOfSuccessfulPingsToEnable
<succ_number>
Modify the number of unsuccessful pings for declaring "Unreachable":
config:#
serverReachability modify <n> numberOfUnsuccessfulPingsForFailure
<fail_number>
Modify the wait time after a successful ping:
config:#
serverReachability modify <n> waitTimeAfterSuccessfulPing
<succ_wait>
Modify the wait time after a unsuccessful ping:
config:#
serverReachability modify <n> waitTimeAfterUnsuccessfulPing
<fail_wait>
Modify the wait time before resuming pinging after declaring "Unreachable":
config:#
serverReachability modify <n> waitTimeBeforeResumingPinging
<resume>
Modify the number of consecutive "Unreachable" declarations before disabling the ping
monitoring feature:
config:#
serverReachability modify <n> numberOfFailuresToDisable
<disable_count>
Variables:
<n> is a number representing the sequence of the IT device in the server monitoring list.
<IP_host> is the IP address or host name of the IT device whose settings you want to modify.
<option> is one of the options:
true
or
false
.
Option
Description
true
Enables the ping monitoring feature for the
monitored device.
false
Disables the ping monitoring feature for the
monitored device.