We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd49e37 commit 86b7d33Copy full SHA for 86b7d33
1 file changed
lib/softlayer/NetworkMonitor.rb
@@ -22,7 +22,7 @@ def initialize(monitor_levels_data)
22
class NetworkMonitorQueryResult < Struct.new(:finished_at, :responded_in, :response_status)
23
##
24
# This constant is a mapping of network monitor query result statuses to descriptions
25
- QUERY_RESULT_STATUS_DESCRIPTIONS = {
+ STATUS_DESCRIPTIONS = {
26
0 => "Down/Critical: Server is down and/or has passed the critical response threshold (extremely long ping response, abnormal behavior, etc.).",
27
1 => "Warning - Server may be recovering from a previous down state, or may have taken too long to respond.",
28
2 => "Up",
0 commit comments