Modifier and Type | Method and Description |
---|---|
protected OnmsNode |
Protocol.createNode(int count,
OnmsMonitoringLocation location,
OnmsCategory category) |
Modifier and Type | Method and Description |
---|---|
default String |
NodeMapper.mapLocation(OnmsMonitoringLocation onmsMonitoringLocation) |
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocation |
DatabasePopulator.getLocFD() |
OnmsMonitoringLocation |
DatabasePopulator.getLocRDU() |
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocation |
MonitoringLocationDao.getDefaultLocation() |
OnmsMonitoringLocation |
ServicePerspective.getPerspectiveLocation() |
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocation> |
ApplicationDao.getPerspectiveLocationsForService(int nodeId,
InetAddress ipAddress,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
OnmsOutage |
OutageDao.currentOutageForServiceFromPerspective(OnmsMonitoredService service,
OnmsMonitoringLocation perspective) |
void |
ServicePerspective.setPerspectiveLocation(OnmsMonitoringLocation perspectiveLocation) |
Constructor and Description |
---|
ServicePerspective(OnmsMonitoredService service,
OnmsMonitoringLocation perspectiveLocation) |
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocation |
MonitoringLocationDaoHibernate.getDefaultLocation() |
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocation> |
ApplicationDaoHibernate.getPerspectiveLocationsForService(int nodeId,
InetAddress ipAddress,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
OnmsOutage |
OutageDaoHibernate.currentOutageForServiceFromPerspective(OnmsMonitoredService service,
OnmsMonitoringLocation perspective) |
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocation |
MockMonitoringLocationDao.getDefaultLocation() |
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocation> |
MockApplicationDao.getPerspectiveLocationsForService(int nodeId,
InetAddress ipAddress,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
OnmsOutage |
MockOutageDao.currentOutageForServiceFromPerspective(OnmsMonitoredService service,
OnmsMonitoringLocation perspective) |
protected void |
MockMonitoringLocationDao.generateId(OnmsMonitoringLocation mon) |
protected String |
MockMonitoringLocationDao.getId(OnmsMonitoringLocation loc) |
Constructor and Description |
---|
NodeTopologyEntity(Integer id,
OnmsNode.NodeType type,
String sysObjectId,
String label,
OnmsMonitoringLocation location) |
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocation |
MonitoringLocationJsonDeserializer.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt) |
OnmsMonitoringLocation |
NetworkBuilder.getLocation() |
OnmsMonitoringLocation |
LocationIpInterface.getLocation()
getLocation
|
OnmsMonitoringLocation |
OnmsNode.getLocation()
Monitoring location that this node is located in.
|
OnmsMonitoringLocation |
OnmsOutage.getPerspective()
Monitoring perspective that this outage is associated with.
|
OnmsMonitoringLocation |
MonitoringLocationIdAdapter.unmarshal(String v) |
Modifier and Type | Method and Description |
---|---|
Set<OnmsMonitoringLocation> |
OnmsApplication.getPerspectiveLocations() |
Modifier and Type | Method and Description |
---|---|
void |
OnmsApplication.addPerspectiveLocation(OnmsMonitoringLocation perspectiveLocation) |
String |
MonitoringLocationIdAdapter.marshal(OnmsMonitoringLocation v) |
void |
MonitoringLocationJsonSerializer.serialize(OnmsMonitoringLocation value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider) |
void |
OnmsNode.setLocation(OnmsMonitoringLocation location)
Set the monitoring location that this node is located in.
|
void |
OnmsOutage.setPerspective(OnmsMonitoringLocation perspective)
Set the monitoring perspective for this outage.
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsApplication.setPerspectiveLocations(Set<OnmsMonitoringLocation> perspectiveLocations) |
Constructor and Description |
---|
LocationIpInterface(OnmsMonitoringLocation location,
OnmsIpInterface ipInterface)
Constructor for LocationMonitorIpInterface.
|
OnmsNode(OnmsMonitoringLocation location)
Constructor for OnmsNode.
|
OnmsNode(OnmsMonitoringLocation location,
String label)
Constructor for OnmsNode.
|
Modifier and Type | Method and Description |
---|---|
static Event |
EventUtils.createNodeDeletedEvent(String source,
int nodeId,
String hostName,
String nodeLabel,
OnmsMonitoringLocation nodeLocation,
String nodeForeignId,
String nodeForeignSource,
OnmsIpInterface nodePrimaryInterface)
This method is responsible for generating a nodeDeleted event and sending
it to eventd..
|
Modifier and Type | Method and Description |
---|---|
protected OnmsMonitoringLocation |
DefaultProvisionService.createLocationDefIfNecessary(OnmsMonitoringLocation location) |
OnmsMonitoringLocation |
ProvisionService.createLocationIfNecessary(String locationId)
Lookup a monitoring location in the database, creating it if necessary.
|
OnmsMonitoringLocation |
DefaultProvisionService.createLocationIfNecessary(String locationName) |
OnmsMonitoringLocation |
NodeScanSchedule.getLocation() |
OnmsMonitoringLocation |
NodeScan.getLocation() |
OnmsMonitoringLocation |
IpInterfaceScan.getLocation() |
Modifier and Type | Method and Description |
---|---|
protected static AbstractTask |
IpInterfaceScan.createDetectorTask(BatchTask currentPhase,
ProvisionService service,
PluginConfig detectorConfig,
int nodeId,
InetAddress address,
OnmsMonitoringLocation location,
io.opentracing.Span span,
CompletableFuture<Boolean> future) |
protected OnmsMonitoringLocation |
DefaultProvisionService.createLocationDefIfNecessary(OnmsMonitoringLocation location) |
NodeScan |
Provisioner.createNodeScan(Integer nodeId,
String foreignSource,
String foreignId,
OnmsMonitoringLocation location)
createNodeScan
|
Constructor and Description |
---|
IpInterfaceScan(Integer nodeId,
InetAddress address,
String foreignSource,
OnmsMonitoringLocation location,
ProvisionService provisionService,
io.opentracing.Span span)
Constructor for IpInterfaceScan.
|
NodeScan(Integer nodeId,
String foreignSource,
String foreignId,
OnmsMonitoringLocation location,
ProvisionService provisionService,
EventForwarder eventForwarder,
SnmpAgentConfigFactory agentConfigFactory,
TaskCoordinator taskCoordinator,
io.opentracing.Span span)
Constructor for NodeScan.
|
NodeScanSchedule(int nodeId,
String foreignSource,
String foreignId,
OnmsMonitoringLocation location,
org.joda.time.Duration initialDelay,
org.joda.time.Duration scanInterval)
Constructor for NodeScanSchedule.
|
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocation> |
NetworkElementFactoryInterface.getMonitoringLocations() |
List<OnmsMonitoringLocation> |
NetworkElementFactory.getMonitoringLocations() |
Modifier and Type | Method and Description |
---|---|
OnmsMonitoringLocation |
MonitoringLocationsRestService.getDefaultMonitoringLocation() |
OnmsMonitoringLocation |
MonitoringLocationsRestService.getMonitoringLocation(String monitoringLocation) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MonitoringLocationsRestService.addMonitoringLocation(javax.ws.rs.core.UriInfo uriInfo,
OnmsMonitoringLocation monitoringLocation) |
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocation> |
OnmsMonitoringLocationDefinitionList.getObjects() |
Constructor and Description |
---|
OnmsMonitoringLocationDefinitionList(Collection<? extends OnmsMonitoringLocation> definitions) |
Modifier and Type | Method and Description |
---|---|
protected OnmsMonitoringLocation |
MonitoringLocationRestService.doGet(javax.ws.rs.core.UriInfo uriInfo,
String id) |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<OnmsMonitoringLocation> |
MonitoringLocationRestService.createListWrapper(Collection<OnmsMonitoringLocation> list) |
protected Class<OnmsMonitoringLocation> |
MonitoringLocationRestService.getDaoClass() |
protected Class<OnmsMonitoringLocation> |
MonitoringLocationRestService.getQueryBeanClass() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MonitoringLocationRestService.doCreate(javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
OnmsMonitoringLocation location) |
protected void |
MonitoringLocationRestService.doDelete(javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
OnmsMonitoringLocation location) |
protected javax.ws.rs.core.Response |
MonitoringLocationRestService.doUpdate(javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
String key,
OnmsMonitoringLocation targetObject) |
Modifier and Type | Method and Description |
---|---|
protected JaxbListWrapper<OnmsMonitoringLocation> |
MonitoringLocationRestService.createListWrapper(Collection<OnmsMonitoringLocation> list) |
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocation> |
ServiceJspUtil.getAllPerspectives() |
Modifier and Type | Method and Description |
---|---|
Optional<OnmsOutage> |
ServiceJspUtil.getOutageForPerspective(OnmsMonitoringLocation onmsMonitoringLocation) |
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocation> |
AdminApplicationService.findAllMonitoringLocations() |
Constructor and Description |
---|
LocationMonitorModel(OnmsMonitoringLocation def)
Create a LocationMonitorModel and populate it with data from a
OnmsLocationMonitor and OnmsMonitoringLocationDefinition (if any).
|
Modifier and Type | Method and Description |
---|---|
List<OnmsMonitoringLocation> |
DefaultAdminApplicationService.findAllMonitoringLocations() |
Collection<OnmsMonitoringLocation> |
DefaultAdminApplicationService.ApplicationAndMemberServices.getMemberLocations() |
List<OnmsMonitoringLocation> |
DefaultAdminApplicationService.EditModel.getMonitoringLocations() |
List<OnmsMonitoringLocation> |
DefaultAdminApplicationService.EditModel.getSortedMemberLocations() |
Constructor and Description |
---|
ApplicationAndMemberServices(OnmsApplication application,
Collection<OnmsMonitoredService> memberServices,
Collection<OnmsMonitoringLocation> memberLocations) |
EditModel(OnmsApplication application,
List<OnmsMonitoredService> monitoredServices,
Collection<OnmsMonitoredService> memberServices,
List<OnmsMonitoringLocation> monitoringLocations,
Collection<OnmsMonitoringLocation> memberLocations) |
EditModel(OnmsApplication application,
List<OnmsMonitoredService> monitoredServices,
Collection<OnmsMonitoredService> memberServices,
List<OnmsMonitoringLocation> monitoringLocations,
Collection<OnmsMonitoringLocation> memberLocations) |
Copyright © 2021. All rights reserved.