org.opennms.netmgt.collectd
Class WmiCollector
java.lang.Object
org.opennms.netmgt.collectd.WmiCollector
- All Implemented Interfaces:
- ServiceCollector
public class WmiCollector
- extends Object
- implements ServiceCollector
This class is designed to be used by the performance collection daemon to
collect various WMI performance metrics from a remote server.
- Author:
- Matt Raykowski , OpenNMS
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WmiCollector
public WmiCollector()
collect
public CollectionSet collect(CollectionAgent agent,
EventProxy eproxy,
Map<String,String> parameters)
- Specified by:
collect in interface ServiceCollector
initialize
public void initialize(Map parameters)
- Specified by:
initialize in interface ServiceCollector
initialize
public void initialize(CollectionAgent agent,
Map parameters)
- Specified by:
initialize in interface ServiceCollector
release
public void release()
- Specified by:
release in interface ServiceCollector
release
public void release(CollectionAgent agent)
- Specified by:
release in interface ServiceCollector
getRrdRepository
public RrdRepository getRrdRepository(String collectionName)
- Specified by:
getRrdRepository in interface ServiceCollector
Copyright © 2009. All Rights Reserved.