Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.poller |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.poller | |
org.opennms.netmgt.poller.pollables | |
org.opennms.netmgt.poller.remote | |
org.opennms.netmgt.poller.remote.support |
Modifier and Type | Method and Description |
---|---|
Package |
PollerConfig.getFirstLocalPackageMatch(String ipaddr)
Returns the first package that the ip belongs to that is not marked as remote, null if none.
|
Package |
PollerConfigManager.getFirstLocalPackageMatch(String ipaddr)
Returns the first package that the ip belongs to that is not marked as remote, null if none.
|
Package |
PollerConfig.getFirstPackageMatch(String ipaddr)
Returns the first package that the ip belongs to, null if none.
|
Package |
PollerConfigManager.getFirstPackageMatch(String ipaddr)
Returns the first package that the ip belongs to, null if none.
|
Package |
PollerConfig.getPackage(String pkgName)
getPackage
|
Package |
PollerConfigManager.getPackage(String name)
getPackage
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
PollerConfig.enumeratePackage()
enumeratePackage
|
Enumeration<Package> |
PollerConfigManager.enumeratePackage()
enumeratePackage
|
Modifier and Type | Method and Description |
---|---|
void |
PollerConfig.addPackage(Package pkg)
addPackage
|
void |
PollerConfigManager.addPackage(Package pkg)
addPackage
|
List<InetAddress> |
PollerConfig.getIpList(Package pkg)
Determine the list of IPs the filter rule for this package allows
|
List<InetAddress> |
PollerConfigManager.getIpList(Package pkg)
Determine the list of IPs the filter rule for this package allows
|
List<String> |
PollerConfig.getRRAList(Package pkg)
Retrieves configured list of RoundRobin Archive statements.
|
List<String> |
PollerConfigManager.getRRAList(Package pkg)
Retrieves configured list of RoundRobin Archive statements.
|
Service |
PollerConfig.getServiceInPackage(String svcName,
Package pkg)
Return the Service object with the given name from the give Package.
|
Service |
PollerConfigManager.getServiceInPackage(String svcName,
Package pkg)
Return the Service object with the given name from the give Package.
|
ServiceSelector |
PollerConfig.getServiceSelectorForPackage(Package pkg)
getServiceSelectorForPackage
|
ServiceSelector |
PollerConfigManager.getServiceSelectorForPackage(Package pkg)
getServiceSelectorForPackage
|
int |
PollerConfig.getStep(Package pkg)
Retrieves configured RRD step size.
|
int |
PollerConfigManager.getStep(Package pkg)
Retrieves configured RRD step size.
|
boolean |
PollerConfig.isInterfaceInPackage(String iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
boolean |
PollerConfigManager.isInterfaceInPackage(String iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
boolean |
PollerConfig.isPolled(String svcName,
Package pkg)
Returns true if this package has the service enabled and if there is a
monitor for this service.
|
boolean |
PollerConfigManager.isPolled(String svcName,
Package pkg)
Returns true if this package has the service enabled and if there is a
monitor for this service.
|
boolean |
PollerConfig.isServiceInPackageAndEnabled(String svcName,
Package pkg)
Returns true if the service is part of the package and the status of the
service is set to "on".
|
boolean |
PollerConfigManager.isServiceInPackageAndEnabled(String svcName,
Package pkg)
Returns true if the service is part of the package and the status of the
service is set to "on".
|
Modifier and Type | Method and Description |
---|---|
Package |
PollerConfiguration.getPackage(String packageName) |
Modifier and Type | Method and Description |
---|---|
List<Package> |
PollerConfiguration.getPackages() |
Modifier and Type | Method and Description |
---|---|
void |
PollerConfiguration.addPackage(Package pack) |
boolean |
PollerConfiguration.removePackage(Package pack) |
Modifier and Type | Method and Description |
---|---|
void |
PollerConfiguration.setPackages(List<Package> packages) |
Modifier and Type | Method and Description |
---|---|
boolean |
Poller.pollableServiceInPackage(String ipAddr,
String serviceName,
Package pkg) |
Constructor and Description |
---|
LatencyStoringServiceMonitorAdaptor(PollerConfig config,
Package pkg,
PersisterFactory persisterFactory,
ThresholdingService thresholdingService) |
PollableServiceConfig(PollableService svc,
PollerConfig pollerConfig,
Package pkg,
Timer timer,
PersisterFactory persisterFactory,
ThresholdingService thresholdingService,
LocationAwarePollerClient locationAwarePollerClient,
ReadablePollOutagesDao pollOutagesDao)
Constructor for PollableServiceConfig.
|
Modifier and Type | Method and Description |
---|---|
void |
PollerBackEnd.saveResponseTimeData(String locationMonitor,
OnmsMonitoredService monSvc,
double responseTime,
Package pkg)
saveResponseTimeData
|
Modifier and Type | Method and Description |
---|---|
void |
ServerUnreachableAdaptor.saveResponseTimeData(String locationMonitor,
OnmsMonitoredService monSvc,
double responseTime,
Package pkg) |
void |
DefaultPollerBackEnd.saveResponseTimeData(String locationMonitorId,
OnmsMonitoredService monSvc,
double responseTime,
Package pkg)
saveResponseTimeData
|
void |
ExceptionProtectedPollerBackEnd.saveResponseTimeData(String locationMonitor,
OnmsMonitoredService monSvc,
double responseTime,
Package pkg) |
Copyright © 2021. All rights reserved.