public interface AgentMonitor
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentMonitorDescription()
Get the description for this AgentMonitor.
|
String |
getAgentMonitorStatus(boolean useCcsBuses)
This method should return the string "OK" if everything is working as
expected.
|
String getAgentMonitorStatus(boolean useCcsBuses)
useCcsBuses - a boolean to tell if the CCS buses should be used: for
example to raise an Alert. This is true when the method is invoked from
the periodic task. If it's invoked form JMX its value is false.String getAgentMonitorDescription()
Copyright © 2022 LSST. All rights reserved.