Package | Description |
---|---|
org.opennms.netmgt.collection.core | |
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
org.opennms.netmgt.config.collectd |
This file is part of OpenNMS(R).
|
Constructor and Description |
---|
CollectionSpecification(Package wpkg,
String svcName,
ServiceCollector collector,
CollectionInstrumentation instrumentation,
LocationAwareCollectorClient locationAwareCollectorClient,
ReadablePollOutagesDao pollOutagesDao) |
Modifier and Type | Method and Description |
---|---|
Package |
CollectdConfigFactory.getPackage(String name)
getPackage
|
Modifier and Type | Method and Description |
---|---|
boolean |
CollectdConfigFactory.interfaceInFilter(String iface,
Package pkg) |
boolean |
CollectdConfigFactory.interfaceInPackage(OnmsIpInterface iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
boolean |
CollectdConfigFactory.interfaceInPackage(String iface,
Package pkg)
Deprecated.
This function should take normal model objects instead of bare IP
addresses. Move this implementation into
CollectdConfigFactory.interfaceInPackage(OnmsIpInterface, Package) . |
Modifier and Type | Method and Description |
---|---|
Package |
CollectdConfigFactory.getPackage(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
CollectdConfigFactory.interfaceInFilter(String iface,
Package pkg) |
boolean |
CollectdConfigFactory.interfaceInPackage(OnmsIpInterface iface,
Package pkg) |
boolean |
CollectdConfigFactory.interfaceInPackage(String iface,
Package pkg) |
Modifier and Type | Method and Description |
---|---|
Package |
CollectdConfiguration.getPackage(String packageName) |
Modifier and Type | Method and Description |
---|---|
List<Package> |
CollectdConfiguration.getPackages() |
Modifier and Type | Method and Description |
---|---|
void |
CollectdConfiguration.addPackage(Package p) |
boolean |
CollectdConfiguration.removePackage(Package p) |
Modifier and Type | Method and Description |
---|---|
void |
CollectdConfiguration.setPackages(List<Package> packages) |
Constructor and Description |
---|
Package(Package pkg)
Copy constructor.
|
Copyright © 2021. All rights reserved.