| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
ServicePollerImpl.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
AsteriskSIPPeerMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract PollStatus | 
MockElement.getPollStatus()
getPollStatus 
 | 
PollStatus | 
MockInterface.getPollStatus()
getPollStatus 
 | 
PollStatus | 
MockPathOutage.getPollStatus()  | 
PollStatus | 
MockService.getPollStatus()
getPollStatus 
 | 
PollStatus | 
MockContainer.getPollStatus()
getPollStatus 
 | 
PollStatus | 
MockService.poll()
poll 
 | 
PollStatus | 
MockMonitor.poll(MonitoredService monSvc,
    Map<String,Object> parameters)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MockService.setPollStatus(PollStatus status)
setPollStatus 
 | 
protected void | 
MockElement.setServicePollStatus(PollStatus newStatus)
setServicePollStatus 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
OnmsLocationSpecificStatus.getPollResult()
getPollResult 
 | 
PollStatus | 
ScanReportPollResult.getPollStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OnmsLocationSpecificStatus.setPollResult(PollStatus newStatus)
setPollResult 
 | 
void | 
ScanReportPollResult.setPollStatus(PollStatus ps)  | 
| Constructor and Description | 
|---|
OnmsLocationSpecificStatus(OnmsLocationMonitor locationMonitor,
                          OnmsMonitoredService monitoredService,
                          PollStatus pollResult)
Constructor for OnmsLocationSpecificStatus. 
 | 
ScanReportPollResult(ScanReport scanReport,
                    String serviceName,
                    Integer serviceId,
                    String nodeLabel,
                    Integer nodeId,
                    String ipAddress,
                    PollStatus status)  | 
ScanReportPollResult(String serviceName,
                    Integer serviceId,
                    String nodeLabel,
                    Integer nodeId,
                    String ipAddress,
                    PollStatus status)  | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
PassiveStatusValue.getStatus()
getStatus 
 | 
PollStatus | 
PassiveStatusKeeper.getStatus(String nodeLabel,
         String ipAddr,
         String svcName)
getStatus 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PassiveStatusKeeper.setStatus(PassiveStatusKey key,
         PollStatus pollStatus)
setStatus 
 | 
void | 
PassiveStatusValue.setStatus(PollStatus status)
setStatus 
 | 
void | 
PassiveStatusKeeper.setStatus(String nodeLabel,
         String ipAddr,
         String svcName,
         PollStatus pollStatus)
setStatus 
 | 
| Constructor and Description | 
|---|
PassiveStatusValue(PassiveStatusKey key,
                  PollStatus status)
Constructor for PassiveStatusValue. 
 | 
PassiveStatusValue(String nodeLabel,
                  String ipAddr,
                  String serviceName,
                  PollStatus status)
Constructor for PassiveStatusValue. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PollStatus | 
PollStatus.available()
available 
 | 
static PollStatus | 
PollStatus.available(Double responseTime)
available 
 | 
static PollStatus | 
PollStatus.decode(String statusName)
decode 
 | 
static PollStatus | 
PollStatus.decode(String statusName,
      Double responseTime)
decode 
 | 
static PollStatus | 
PollStatus.decode(String statusName,
      String reason)
decode 
 | 
static PollStatus | 
PollStatus.decode(String statusName,
      String reason,
      Double responseTime)
decode 
 | 
static PollStatus | 
PollStatus.down()
Deprecated. 
 
We should specify a reason on every PollStatus object. 
 | 
static PollStatus | 
PollStatus.down(String reason)
down 
 | 
static PollStatus | 
PollStatus.get(int status,
   Double responseTime)
get 
 | 
static PollStatus | 
PollStatus.get(int status,
   String reason)
get 
 | 
static PollStatus | 
PollStatus.get(int status,
   String reason,
   Double responseTime)
get 
 | 
PollStatus | 
PollerResponse.getPollStatus()  | 
PollStatus | 
ServiceMonitorAdaptor.handlePollResult(MonitoredService svc,
                Map<String,Object> parameters,
                PollStatus status)  | 
PollStatus | 
Poll.poll()
Poll based on the configuration provided by the implementation 
 | 
PollStatus | 
ServiceMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
static PollStatus | 
PollStatus.unavailable()
Deprecated. 
 
We should specify a reason on every PollStatus object. 
 | 
static PollStatus | 
PollStatus.unavailable(String reason)
unavailable 
 | 
static PollStatus | 
PollStatus.unknown()
Deprecated. 
 
We should specify a reason on every PollStatus object. 
 | 
static PollStatus | 
PollStatus.unknown(String reason)
unknown 
 | 
static PollStatus | 
PollStatus.unresponsive()
Deprecated. 
 
We should specify a reason on every PollStatus object. 
 | 
static PollStatus | 
PollStatus.unresponsive(String reason)
unresponsive 
 | 
static PollStatus | 
PollStatus.up()
up 
 | 
static PollStatus | 
PollStatus.up(Double responseTime)
up 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
ServiceMonitorAdaptor.handlePollResult(MonitoredService svc,
                Map<String,Object> parameters,
                PollStatus status)  | 
void | 
DefaultPollContext.trackPoll(PollableService service,
         PollStatus result)  | 
void | 
QueryManagerDaoImpl.updateLastGoodOrFail(int nodeId,
                    InetAddress ipAddr,
                    String serviceName,
                    PollStatus status)  | 
void | 
QueryManager.updateLastGoodOrFail(int nodeId,
                    InetAddress ipAddr,
                    String serviceName,
                    PollStatus status)  | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
PollerResponseDTO.getPollStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PollerResponseDTO.setPollStatus(PollStatus pollStatus)  | 
| Constructor and Description | 
|---|
PollerResponseDTO(PollStatus pollStatus)  | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
JDBCMonitor.checkDatabaseStatus(Connection con,
                   Map<String,Object> parameters)
checkDatabaseStatus 
 | 
PollStatus | 
JDBCQueryMonitor.checkDatabaseStatus(Connection con,
                   Map<String,Object> parameters)
checkDatabaseStatus 
 | 
PollStatus | 
JDBCStoredProcedureMonitor.checkDatabaseStatus(Connection con,
                   Map<String,Object> parameters)
checkDatabaseStatus 
 | 
PollStatus | 
MinionRpcMonitor.onInterrupted(Throwable t)  | 
PollStatus | 
MinionRpcMonitor.onRejected(Throwable t)  | 
PollStatus | 
MinionRpcMonitor.onTimedOut(Throwable t)  | 
PollStatus | 
MinionRpcMonitor.onUnknown(Throwable t)  | 
PollStatus | 
JschSshMonitor.poll(InetAddress address,
    Map<String,Object> parameters)
Deprecated.  
 | 
PollStatus | 
SshMonitor.poll(InetAddress address,
    Map<String,Object> parameters)
 Poll an  
InetAddress for SSH availability. | 
PollStatus | 
SeleniumMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
JCifsMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
This method queries the CIFS share. 
 | 
PollStatus | 
VmwareMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
This method queries the Vmware vCenter server for sensor data. 
 | 
PollStatus | 
VmwareCimMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
This method queries the Vmware hypervisor for sensor data. 
 | 
PollStatus | 
WsManMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
WmiMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
PassiveServiceMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
DominoIIOPMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
SystemExecuteMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
JDBCMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
CitrixMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
IcmpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
StrafePingMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
MemcachedMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
DiskUsageMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
JMXMonitor.poll(MonitoredService svc,
    Map<String,Object> map)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
JschSshMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
Deprecated.  
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
DNSResolutionMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
LoopMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
Pop3Monitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
PrTableMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
BSFMonitor.poll(MonitoredService svc,
    Map<String,Object> map)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
HttpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
SshMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
SmtpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
HostResourceSwRunMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
CiscoIpSlaMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
JolokiaBeanMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
DhcpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
FtpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
NtpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
LdapMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
CiscoPingMibMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
PercMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
DskTableMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
MailTransportMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
ActiveMQMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
AvailabilityMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
WebMonitor.poll(MonitoredService svc,
    Map<String,Object> map)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
MinionHeartbeatMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
Win32ServiceMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
SmbMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
HttpPostMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
TrivialTimeMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
NetScalerGroupHealthMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
PageSequenceMonitor.poll(MonitoredService svc,
    Map<String,Object> parameterMap)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
ImapMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
BgpSessionMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
MinionRpcMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)  | 
PollStatus | 
OmsaStorageMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
OpenManageChassisMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
SSLCertMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
LogMatchTableMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
NrpeMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
DnsMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
LaTableMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
GpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
Deprecated.  
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
TcpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
SnmpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
PollStatus | 
TrivialTimeMonitor.pollTimeTcp(MonitoredService svc,
           Map<String,Object> parameters,
           PollStatus serviceStatus,
           TimeoutTracker tracker,
           InetAddress ipv4Addr,
           int port,
           int allowedSkew,
           boolean persistSkew)
pollTimeTcp 
 | 
PollStatus | 
TrivialTimeMonitor.pollTimeUdp(MonitoredService svc,
           Map<String,Object> parameters,
           PollStatus serviceStatus,
           TimeoutTracker tracker,
           InetAddress ipv4Addr,
           int port,
           int allowedSkew,
           boolean persistSkew)
pollTimeUdp 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
TrivialTimeMonitor.pollTimeTcp(MonitoredService svc,
           Map<String,Object> parameters,
           PollStatus serviceStatus,
           TimeoutTracker tracker,
           InetAddress ipv4Addr,
           int port,
           int allowedSkew,
           boolean persistSkew)
pollTimeTcp 
 | 
PollStatus | 
TrivialTimeMonitor.pollTimeUdp(MonitoredService svc,
           Map<String,Object> parameters,
           PollStatus serviceStatus,
           TimeoutTracker tracker,
           InetAddress ipv4Addr,
           int port,
           int allowedSkew,
           boolean persistSkew)
pollTimeUdp 
 | 
void | 
TrivialTimeMonitor.storeResult(PollStatus serviceStatus,
           Number skew,
           Double responseTime,
           boolean persistSkew)
storeResult 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
Ssh.poll(TimeoutTracker tracker)
poll 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
PollableService.doPoll()
doPoll 
 | 
PollStatus | 
PollableNode.doPoll(PollableElement elem)
doPoll 
 | 
PollStatus | 
PollableElement.doPoll(PollableElement elem)
doPoll 
 | 
PollStatus | 
PollableService.doRun()
doRun 
 | 
PollStatus | 
PollableContainer.getMemberStatus()
getMemberStatus 
 | 
PollStatus | 
PollableElement.getStatus()
getStatus 
 | 
PollStatus | 
LatencyStoringServiceMonitorAdaptor.handlePollResult(MonitoredService svc,
                Map<String,Object> parameters,
                PollStatus status)  | 
PollStatus | 
InvertedStatusServiceMonitorAdaptor.handlePollResult(MonitoredService svc,
                Map<String,Object> parameters,
                PollStatus status)  | 
PollStatus | 
PollConfig.poll()
poll 
 | 
PollStatus | 
PollableContainer.poll()
poll 
 | 
PollStatus | 
PollableService.poll()
poll 
 | 
abstract PollStatus | 
PollableElement.poll()
poll 
 | 
PollStatus | 
PollableServiceConfig.poll()
poll 
 | 
protected PollStatus | 
PollableContainer.poll(PollableElement elem)
poll 
 | 
protected PollStatus | 
PollableElement.poll(PollableElement elem)
poll 
 | 
protected PollStatus | 
PollableInterface.poll(PollableElement elem)
poll 
 | 
PollStatus | 
PollableNetwork.poll(PollableElement elem)
poll 
 | 
PollStatus | 
PollableContainer.pollRemainingMembers(PollableElement member)
pollRemainingMembers 
 | 
PollStatus | 
PollableInterface.pollRemainingMembers(PollableElement member)
pollRemainingMembers 
 | 
PollStatus | 
PollableNetwork.pollRemainingMembers(PollableElement member)
pollRemainingMembers 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
LatencyStoringServiceMonitorAdaptor.handlePollResult(MonitoredService svc,
                Map<String,Object> parameters,
                PollStatus status)  | 
PollStatus | 
InvertedStatusServiceMonitorAdaptor.handlePollResult(MonitoredService svc,
                Map<String,Object> parameters,
                PollStatus status)  | 
void | 
PollContext.trackPoll(PollableService service,
         PollStatus result)  | 
void | 
PollableService.updateStatus(PollStatus newStatus)
updateStatus 
 | 
void | 
PollableElement.updateStatus(PollStatus newStatus)
updateStatus 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
ServicePollState.getLastPoll()
getLastPoll 
 | 
PollStatus | 
PollService.poll(PolledService polledService)
poll 
 | 
PollStatus | 
DefaultPollService.poll(PolledService polledService)
poll 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PollerBackEnd.reportResult(String locationMonitorID,
            int serviceId,
            PollStatus status)
Report a poll result from the client to the server. 
 | 
void | 
ServicePollState.setLastPoll(PollStatus lastPoll)
setLastPoll 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ServerUnreachableAdaptor.reportResult(String locationMonitorID,
            int serviceId,
            PollStatus status)
Report a poll result from the client to the server. 
 | 
void | 
DefaultPollerBackEnd.reportResult(String locationMonitorId,
            int serviceId,
            PollStatus pollResult)
Report a poll result from the client to the server. 
 | 
void | 
ExceptionProtectedPollerBackEnd.reportResult(String locationMonitorID,
            int serviceId,
            PollStatus status)
Report a poll result from the client to the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
AbstractPoll.poll()
poll 
 | 
abstract PollStatus | 
AbstractPoll.poll(TimeoutTracker tracker)
poll 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
XmpMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
AbstractPoll.poll()
poll 
 | 
PollStatus | 
Poll.poll()
Poll based on the configuration provided by the implementation 
 | 
abstract PollStatus | 
AbstractPoll.poll(TimeoutTracker tracker)
poll 
 | 
PollStatus | 
Ssh.poll(TimeoutTracker tracker)
poll 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
PollableSnmpInterface.SnmpMinimalPollInterface.getStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PollableSnmpInterface.SnmpMinimalPollInterface.setStatus(PollStatus status)  | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
NsclientMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PollStatus | 
RadiusAuthMonitor.poll(MonitoredService svc,
    Map<String,Object> parameters)
 This method is the heart of the plug-in monitor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultDistributedStatusService.Severity | 
DefaultDistributedStatusService.calculateStatus(Collection<PollStatus> pollStatuses)
calculateStatus 
 | 
Copyright © 2020. All rights reserved.