Class IncomingPingConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.system.IncomingPingConstants
Constants for incoming ping status and health-check messaging.
- Version:
- 2.0.4
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMessage used when a system is excluded from ping-health evaluation.static final StringMessage used when a system ping is healthy.static final StringMessage used when no ping is found for a system.static final StringMessage used when no signal has been received from a system.static final StringMessage used when a system ping is stale. -
Method Summary
-
Field Details
-
NO_PING_FOUND_FOR_SYSTEM_NAME
Message used when no ping is found for a system.- See Also:
-
NO_SIGNAL_RECEIVED_FROM_SYSTEM
Message used when no signal has been received from a system.- See Also:
-
EXCLUSION_FOUND_FOR_SYSTEM
Message used when a system is excluded from ping-health evaluation.- See Also:
-
SYSTEM_HAS_NOT_PHONED_HOME
Message used when a system ping is stale.- See Also:
-
HEALTHY_SIGNAL_RECEIVED_FROM_SYSTEM
Message used when a system ping is healthy.- See Also:
-