org.opennms.netmgt.collectd
Interface CollectdInstrumentation
- All Known Implementing Classes:
- DefaultCollectdInstrumentation
public interface CollectdInstrumentation
|
Method Summary |
void |
beginCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
|
void |
beginCollectorCollect(int nodeId,
String ipAddress,
String svcName)
|
void |
beginCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
|
void |
beginCollectorRelease(int nodeId,
String ipAddress,
String svcName)
|
void |
beginFindInterfacesWithService(String svcName)
|
void |
beginPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
|
void |
beginScheduleExistingInterfaces()
|
void |
beginScheduleInterface(int nodeId,
String ipAddress,
String svcName)
|
void |
beginScheduleInterfacesWithService(String svcName)
|
void |
endCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
|
void |
endCollectorCollect(int nodeId,
String ipAddress,
String svcName)
|
void |
endCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
|
void |
endCollectorRelease(int nodeId,
String ipAddress,
String svcName)
|
void |
endFindInterfacesWithService(String svcName,
int count)
|
void |
endPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
|
void |
endScheduleExistingInterfaces()
|
void |
endScheduleInterface(int nodeId,
String ipAddress,
String svcName)
|
void |
endScheduleInterfacesWithService(String svcName)
|
void |
reportCollectionError(int nodeid,
String ipAddress,
String svcName,
CollectionError e)
|
beginScheduleExistingInterfaces
void beginScheduleExistingInterfaces()
endScheduleExistingInterfaces
void endScheduleExistingInterfaces()
beginScheduleInterfacesWithService
void beginScheduleInterfacesWithService(String svcName)
endScheduleInterfacesWithService
void endScheduleInterfacesWithService(String svcName)
beginFindInterfacesWithService
void beginFindInterfacesWithService(String svcName)
endFindInterfacesWithService
void endFindInterfacesWithService(String svcName,
int count)
beginScheduleInterface
void beginScheduleInterface(int nodeId,
String ipAddress,
String svcName)
endScheduleInterface
void endScheduleInterface(int nodeId,
String ipAddress,
String svcName)
beginCollectorInitialize
void beginCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
endCollectorInitialize
void endCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
beginCollectorRelease
void beginCollectorRelease(int nodeId,
String ipAddress,
String svcName)
endCollectorRelease
void endCollectorRelease(int nodeId,
String ipAddress,
String svcName)
beginCollectorCollect
void beginCollectorCollect(int nodeId,
String ipAddress,
String svcName)
endCollectorCollect
void endCollectorCollect(int nodeId,
String ipAddress,
String svcName)
beginCollectingServiceData
void beginCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
endCollectingServiceData
void endCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
beginPersistingServiceData
void beginPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
endPersistingServiceData
void endPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
reportCollectionError
void reportCollectionError(int nodeid,
String ipAddress,
String svcName,
CollectionError e)
Copyright © 2009. All Rights Reserved.