Serialized Form


Package org.opennms.acl.domain

Class org.opennms.acl.domain.AclUser extends org.springframework.security.userdetails.User implements Serializable

Serialized Fields

userInfo

Map<K,V> userInfo

Class org.opennms.acl.domain.Authority extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

authority

AuthorityDTO authority

authorityService

AuthorityService authorityService

aclItemService

AclItemService aclItemService

Class org.opennms.acl.domain.GenericUser extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

user

UserAuthoritiesDTO user

groupService

GroupService groupService

userService

UserService userService

Package org.opennms.acl.exception

Class org.opennms.acl.exception.AuthorityNotFoundException extends RuntimeException implements Serializable

Class org.opennms.acl.exception.RepositoryException extends RuntimeException implements Serializable

Class org.opennms.acl.exception.UserNotfoundException extends RuntimeException implements Serializable


Package org.opennms.api.integration.ticketing

Class org.opennms.api.integration.ticketing.PluginException extends Exception implements Serializable

serialVersionUID: -6445393393836316186L


Package org.opennms.api.reporting

Class org.opennms.api.reporting.ReportException extends Exception implements Serializable

serialVersionUID: 4117625493115237316L


Package org.opennms.api.reporting.parameter

Class org.opennms.api.reporting.parameter.ReportDateParm extends ReportParm implements Serializable

serialVersionUID: -8528562178984136887L

Serialized Fields

m_date

Date m_date

m_useAbsoluteDate

Boolean m_useAbsoluteDate

m_interval

String m_interval

m_count

Integer m_count

m_hours

Integer m_hours

m_minutes

Integer m_minutes

Class org.opennms.api.reporting.parameter.ReportDoubleParm extends ReportParm implements Serializable

serialVersionUID: 5242917854258286117L

Serialized Fields

m_value

Double m_value

m_type

String m_type

Class org.opennms.api.reporting.parameter.ReportFloatParm extends ReportParm implements Serializable

serialVersionUID: 5242917854258286117L

Serialized Fields

m_value

Float m_value

m_type

String m_type

Class org.opennms.api.reporting.parameter.ReportIntParm extends ReportParm implements Serializable

serialVersionUID: 4587512112540000518L

Serialized Fields

m_value

int m_value

m_type

String m_type

Class org.opennms.api.reporting.parameter.ReportParameters extends Object implements Serializable

serialVersionUID: -3848794546173077375L

Serialized Fields

m_reportId

String m_reportId

m_format

ReportFormat m_format

m_displayName

String m_displayName

m_dateParms

List<E> m_dateParms

m_stringParms

List<E> m_stringParms

m_intParms

List<E> m_intParms

m_floatParms

List<E> m_floatParms

m_doubleParms

List<E> m_doubleParms

Class org.opennms.api.reporting.parameter.ReportParm extends Object implements Serializable

serialVersionUID: -7987984390575422836L

Serialized Fields

m_name

String m_name

m_displayName

String m_displayName

Class org.opennms.api.reporting.parameter.ReportStringParm extends ReportParm implements Serializable

serialVersionUID: -2057597127243217834L

Serialized Fields

m_value

String m_value

m_type

String m_type

Package org.opennms.core.queue

Class org.opennms.core.queue.FifoQueueClosedException extends FifoQueueException implements Serializable

serialVersionUID: -9088896767584630679L

Class org.opennms.core.queue.FifoQueueException extends RuntimeException implements Serializable

serialVersionUID: 4596596920225763462L


Package org.opennms.core.schema

Class org.opennms.core.schema.MigrationException extends Exception implements Serializable

serialVersionUID: 1L


Package org.opennms.core.soa.support

Class org.opennms.core.soa.support.MultivaluedMapImpl extends LinkedHashMap<K,Set<V>> implements Serializable

serialVersionUID: 1L


Package org.opennms.core.test

Class org.opennms.core.test.ConfigurationException extends Exception implements Serializable

serialVersionUID: 1L


Package org.opennms.dashboard.client

Class org.opennms.dashboard.client.SurveillanceListenerCollection extends Vector<SurveillanceListener> implements Serializable

serialVersionUID: 1L


Package org.opennms.features.poller.remote.gwt.client

Class org.opennms.features.poller.remote.gwt.client.ApplicationDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_name

String m_name

m_application

ApplicationInfo m_application

m_monitors

Map<K,V> m_monitors

m_services

Map<K,V> m_services

m_locationSpecificStatuses

List<E> m_locationSpecificStatuses

m_startTime

Date m_startTime

m_endTime

Date m_endTime

m_statusDetails

StatusDetails m_statusDetails

m_outages

Map<K,V> m_outages

Class org.opennms.features.poller.remote.gwt.client.ApplicationInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_id

Integer m_id

m_name

String m_name

m_services

Set<E> m_services

m_locations

Set<E> m_locations

m_statusDetails

StatusDetails m_statusDetails

m_priority

Long m_priority

Class org.opennms.features.poller.remote.gwt.client.ApplicationState extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_statuses

Map<K,V> m_statuses

m_statusDetails

StatusDetails m_statusDetails

Class org.opennms.features.poller.remote.gwt.client.GWTLatLng extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_latitude

Double m_latitude

m_longitude

Double m_longitude

Class org.opennms.features.poller.remote.gwt.client.GWTLocationMonitor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_id

Integer m_id

m_status

String m_status

m_definitionName

String m_definitionName

m_name

String m_name

m_lastCheckInTime

Date m_lastCheckInTime

Class org.opennms.features.poller.remote.gwt.client.GWTLocationSpecificStatus extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_id

Integer m_id

m_locationMonitor

GWTLocationMonitor m_locationMonitor

m_pollResult

GWTPollResult m_pollResult

m_monitoredService

GWTMonitoredService m_monitoredService

Class org.opennms.features.poller.remote.gwt.client.GWTMarkerState extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_status

Status m_status

m_name

String m_name

m_latLng

GWTLatLng m_latLng

m_selected

boolean m_selected

m_visible

boolean m_visible

m_dirty

boolean m_dirty

Class org.opennms.features.poller.remote.gwt.client.GWTMonitoredService extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_id

int m_id

m_ifIndex

int m_ifIndex

m_ipInterfaceId

int m_ipInterfaceId

m_ipAddress

String m_ipAddress

m_hostname

String m_hostname

m_nodeId

int m_nodeId

m_serviceName

String m_serviceName

m_applications

Set<E> m_applications

Class org.opennms.features.poller.remote.gwt.client.GWTPollResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_status

String m_status

m_timestamp

Date m_timestamp

m_reason

String m_reason

m_responseTime

Double m_responseTime

Class org.opennms.features.poller.remote.gwt.client.GWTServiceOutage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_monitor

GWTLocationMonitor m_monitor

m_service

GWTMonitoredService m_service

m_from

Date m_from

m_to

Date m_to

Class org.opennms.features.poller.remote.gwt.client.InitializationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.opennms.features.poller.remote.gwt.client.LocationMonitorState extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_monitorsStarted

Set<E> m_monitorsStarted

m_monitorsStopped

Set<E> m_monitorsStopped

m_monitorsDisconnected

Set<E> m_monitorsDisconnected

m_locationStatuses

Collection<E> m_locationStatuses

m_serviceNames

Set<E> m_serviceNames

m_serviceIds

Set<E> m_serviceIds

m_statusDetails

StatusDetails m_statusDetails

Class org.opennms.features.poller.remote.gwt.client.StatusDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_status

Status m_status

m_reason

String m_reason

Package org.opennms.features.poller.remote.gwt.client.location

Class org.opennms.features.poller.remote.gwt.client.location.LocationDetails extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_locationMonitorState

LocationMonitorState m_locationMonitorState

m_applicationState

ApplicationState m_applicationState

Class org.opennms.features.poller.remote.gwt.client.location.LocationInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_name

String m_name

m_area

String m_area

m_geolocation

String m_geolocation

m_coordinates

String m_coordinates

m_priority

Long m_priority

m_markerState

GWTMarkerState m_markerState

m_statusDetails

StatusDetails m_statusDetails

m_tags

Set<E> m_tags

Package org.opennms.features.poller.remote.gwt.client.remoteevents

Class org.opennms.features.poller.remote.gwt.client.remoteevents.ApplicationRemovedRemoteEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_applicationName

String m_applicationName

Class org.opennms.features.poller.remote.gwt.client.remoteevents.ApplicationUpdatedRemoteEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_applicationInfo

ApplicationInfo m_applicationInfo

Class org.opennms.features.poller.remote.gwt.client.remoteevents.GeocodingFinishedRemoteEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_size

int m_size

Class org.opennms.features.poller.remote.gwt.client.remoteevents.GeocodingUpdatingRemoteEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_count

int m_count

m_size

int m_size

Class org.opennms.features.poller.remote.gwt.client.remoteevents.LocationsUpdatedRemoteEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_locations

Collection<E> m_locations

Class org.opennms.features.poller.remote.gwt.client.remoteevents.LocationUpdatedRemoteEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_locationInfo

LocationInfo m_locationInfo

Class org.opennms.features.poller.remote.gwt.client.remoteevents.UpdateCompleteRemoteEvent extends Object implements Serializable

serialVersionUID: 1L


Package org.opennms.features.poller.remote.gwt.server

Class org.opennms.features.poller.remote.gwt.server.LocationStatusServiceImpl extends de.novanic.eventservice.service.RemoteEventServiceServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

m_activeApplications

Set<E> m_activeApplications

m_context

org.springframework.context.ApplicationContext m_context

m_locationBroadcastProcessor

LocationBroadcastProcessor m_locationBroadcastProcessor

m_locationDataManager

LocationDataManager m_locationDataManager

Package org.opennms.features.poller.remote.gwt.server.geocoding

Class org.opennms.features.poller.remote.gwt.server.geocoding.GeocoderException extends Exception implements Serializable

serialVersionUID: 1L


Package org.opennms.integration.otrs.ticketservice

Class org.opennms.integration.otrs.ticketservice.Article extends Object implements Serializable

Serialized Fields

articleID

Integer articleID

ticketID

Integer ticketID

articleTypeID

Integer articleTypeID

articleType

String articleType

senderTypeID

Integer senderTypeID

senderType

String senderType

from

String from

to

String to

CC

String CC

subject

String subject

contentType

String contentType

messageID

String messageID

incomingTime

Long incomingTime

contentPath

String contentPath

validID

Integer validID

body

String body

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.opennms.integration.otrs.ticketservice.ArticleCore extends Object implements Serializable

Serialized Fields

ticketID

Integer ticketID

ticketNumber

Long ticketNumber

articleTypeID

Integer articleTypeID

articleType

String articleType

senderTypeID

Integer senderTypeID

senderType

String senderType

from

String from

subject

String subject

contentType

String contentType

historyType

String historyType

historyComment

String historyComment

body

String body

userID

Integer userID

user

String user

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.opennms.integration.otrs.ticketservice.Credentials extends Object implements Serializable

Serialized Fields

user

String user

pass

String pass

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.opennms.integration.otrs.ticketservice.Ticket extends Object implements Serializable

Serialized Fields

ticketID

Integer ticketID

ticketNumber

Long ticketNumber

title

String title

age

Integer age

state

String state

stateID

Integer stateID

stateType

String stateType

priority

String priority

priorityID

Integer priorityID

lock

String lock

lockID

Integer lockID

unlockTimeout

Integer unlockTimeout

queue

String queue

queueID

Integer queueID

groupID

Integer groupID

customerID

String customerID

customerUserID

String customerUserID

owner

String owner

ownerID

Integer ownerID

responsible

String responsible

responsibleID

Integer responsibleID

type

String type

typeID

Integer typeID

SLAID

Integer SLAID

serviceID

Integer serviceID

created

Calendar created

createTimeUnix

Long createTimeUnix

untilTime

Long untilTime

escalationStartTime

Long escalationStartTime

escalationResponseTime

Long escalationResponseTime

escalationSolutionTime

Long escalationSolutionTime

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.opennms.integration.otrs.ticketservice.TicketCore extends Object implements Serializable

Serialized Fields

title

String title

user

String user

userID

Integer userID

state

String state

stateID

Integer stateID

priority

String priority

priorityID

Integer priorityID

lock

String lock

lockID

Integer lockID

queue

String queue

queueID

Integer queueID

ownerID

int ownerID

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.opennms.integration.otrs.ticketservice.TicketIDAndNumber extends Object implements Serializable

Serialized Fields

ticketID

int ticketID

ticketNumber

long ticketNumber

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.opennms.integration.otrs.ticketservice.TicketServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

TicketServicePort_address

String TicketServicePort_address

TicketServicePortWSDDServiceName

String TicketServicePortWSDDServiceName

ports

HashSet<E> ports

Class org.opennms.integration.otrs.ticketservice.TicketStateUpdate extends Object implements Serializable

Serialized Fields

user

String user

userID

Integer userID

ticketID

Integer ticketID

ticketNumber

Long ticketNumber

state

String state

stateID

Integer stateID

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.opennms.integration.otrs.ticketservice.TicketWithArticles extends Object implements Serializable

Serialized Fields

ticket

Ticket ticket

articles

Article[] articles

__equalsCalc

Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package org.opennms.javamail

Class org.opennms.javamail.JavaMailerException extends Exception implements Serializable

serialVersionUID: -5889585419229061711L


Package org.opennms.netmgt.archive

Class org.opennms.netmgt.archive.ArchiverException extends Exception implements Serializable

serialVersionUID: 1L


Package org.opennms.netmgt.asterisk.utils

Class org.opennms.netmgt.asterisk.utils.AsteriskOriginatorException extends Exception implements Serializable

serialVersionUID: -6830694356801565351L


Package org.opennms.netmgt.capsd

Class org.opennms.netmgt.capsd.FailedOperationException extends Exception implements Serializable

serialVersionUID: 7378694261384243882L

Class org.opennms.netmgt.capsd.InsufficientInformationException extends Exception implements Serializable

serialVersionUID: 8687696175850117574L


Package org.opennms.netmgt.charts

Class org.opennms.netmgt.charts.SeveritySubLabels extends org.jfree.chart.axis.ExtendedCategoryAxis implements Serializable

serialVersionUID: 4985544589299368239L


Package org.opennms.netmgt.collectd

Class org.opennms.netmgt.collectd.ByNameComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.opennms.netmgt.collectd.CollectionException extends Exception implements Serializable

serialVersionUID: -9090428901522833535L

Serialized Fields

m_errorCode

int m_errorCode

Class org.opennms.netmgt.collectd.CollectionFailed extends CollectionException implements Serializable

serialVersionUID: 3306639630332715369L

Class org.opennms.netmgt.collectd.CollectionTimedOut extends CollectionException implements Serializable

serialVersionUID: 1L

Class org.opennms.netmgt.collectd.CollectionWarning extends CollectionException implements Serializable

serialVersionUID: -3828799913299413271L

Class org.opennms.netmgt.collectd.DefaultCollectionAgent extends IPv4NetworkInterface implements Serializable

serialVersionUID: 6694654071513990997L

Serialized Fields

m_ifCount

int m_ifCount

m_sysUpTime

long m_sysUpTime

m_nodeId

int m_nodeId

m_inetAddress

InetAddress m_inetAddress

m_ifIndex

int m_ifIndex

m_isSnmpPrimary

OnmsIpInterface.PrimaryType m_isSnmpPrimary

m_sysObjId

String m_sysObjId

m_agentService

CollectionAgentService m_agentService

m_snmpIfData

Set<E> m_snmpIfData

Class org.opennms.netmgt.collectd.HttpCollector.HttpCollectorException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

m_client

org.apache.commons.httpclient.HttpClient m_client

Class org.opennms.netmgt.collectd.JMXCollectorEntry extends TreeMap<String,String> implements Serializable

serialVersionUID: 1L

Serialized Fields

m_objectName

String m_objectName

Package org.opennms.netmgt.collectd.jdbc

Class org.opennms.netmgt.collectd.jdbc.JdbcCollectorException extends RuntimeException implements Serializable

serialVersionUID: 1315895761910431343L


Package org.opennms.netmgt.collectd.wmi

Class org.opennms.netmgt.collectd.wmi.WmiCollectorException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.opennms.netmgt.config

Class org.opennms.netmgt.config.DefaultServiceMonitorLocator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_serviceName

String m_serviceName

m_serviceClass

Class<T> m_serviceClass

Class org.opennms.netmgt.config.KscReportEditor extends Object implements Serializable

serialVersionUID: 8825116321880022485L

Serialized Fields

m_workingReport

Report m_workingReport
This is a working report that may be used to hold a report & its index temporarily while moving between jsp's


m_workingGraphIndex

int m_workingGraphIndex

m_workingGraph

Graph m_workingGraph
This is a working graph that may be used to hold a report graph & its index temporarily while moving between JSPs


Package org.opennms.netmgt.config.ackd

Class org.opennms.netmgt.config.ackd.AckdConfiguration extends Object implements Serializable

Serialized Fields

_alarmSync

boolean _alarmSync
Field _alarmSync.


_has_alarmSync

boolean _has_alarmSync
keeps track of state for field: _alarmSync


_ackExpression

String _ackExpression
Field _ackExpression.


_unackExpression

String _unackExpression
Field _unackExpression.


_escalateExpression

String _escalateExpression
Field _escalateExpression.


_clearExpression

String _clearExpression
Field _clearExpression.


_notifyidMatchExpression

String _notifyidMatchExpression
Field _notifyidMatchExpression.


_alarmidMatchExpression

String _alarmidMatchExpression
Field _alarmidMatchExpression.


_readers

Readers _readers
Location for user to define readers and they're schedules.

Class org.opennms.netmgt.config.ackd.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key
Field _key.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.ackd.Reader extends Object implements Serializable

Serialized Fields

_readerName

String _readerName
The reader name is the value returned by the getName() method required by the AckReader interface. Readers are currently wired in using Spring.


_enabled

boolean _enabled
Field _enabled.


_has_enabled

boolean _has_enabled
keeps track of state for field: _enabled


_readerSchedule

ReaderSchedule _readerSchedule
A very basic configuration for defining simple input to a schedule (java.lang.concurrent)


_parameterList

List<E> _parameterList
Parameters to be used for collecting this service. Parameters are specfic to the service monitor.

Class org.opennms.netmgt.config.ackd.Readers extends Object implements Serializable

Serialized Fields

_readerList

List<E> _readerList
Field _readerList.

Class org.opennms.netmgt.config.ackd.ReaderSchedule extends Object implements Serializable

Serialized Fields

_interval

long _interval
Field _interval.


_has_interval

boolean _has_interval
keeps track of state for field: _interval


_unit

String _unit
Field _unit.


Package org.opennms.netmgt.config.actiond

Class org.opennms.netmgt.config.actiond.ActiondConfiguration extends Object implements Serializable

Serialized Fields

_maxOutstandingActions

int _maxOutstandingActions
The maximum number of simultaneous processes launched by actiond. If the number of launched processes currently runnning reaches this number, actiond waits for a process to complete or get terminated before it launches the next process.


_has_maxOutstandingActions

boolean _has_maxOutstandingActions
keeps track of state for field: _maxOutstandingActions


_maxProcessTime

long _maxProcessTime
The maximum time that a launched process can take to complete. If execution time exceeds this time, the launched process is terminated.


_has_maxProcessTime

boolean _has_maxProcessTime
keeps track of state for field: _maxProcessTime


Package org.opennms.netmgt.config.ami

Class org.opennms.netmgt.config.ami.AmiConfig extends Object implements Serializable

Serialized Fields

_port

int _port
Default port (in milliseconds).


_has_port

boolean _has_port
keeps track of state for field: _port


_useSsl

boolean _useSsl
Field _useSsl.


_has_useSsl

boolean _has_useSsl
keeps track of state for field: _useSsl


_timeout

int _timeout
Default connection timeout (in milliseconds).


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_retry

int _retry
Default connection retries. Not currently used.


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_username

String _username
Default AMI username (Name in brackets in Asterisk's manager.conf).


_password

String _password
Default AMI password.


_definitionList

List<E> _definitionList
Maps IP addresses to specific AMI parmeters (username, password, port...)

Class org.opennms.netmgt.config.ami.Definition extends Object implements Serializable

Serialized Fields

_port

int _port
Field _port.


_has_port

boolean _has_port
keeps track of state for field: _port


_useSsl

boolean _useSsl
Field _useSsl.


_has_useSsl

boolean _has_useSsl
keeps track of state for field: _useSsl


_timeout

int _timeout
Field _timeout.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_retry

int _retry
Field _retry.


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_username

String _username
Field _username.


_password

String _password
Field _password.


_rangeList

List<E> _rangeList
IP address range to which this definition applies.


_specificList

List<E> _specificList
Specific IP address to which this definition applies.


_ipMatchList

List<E> _ipMatchList
Match Octets (as in IPLIKE)


Package org.opennms.netmgt.config.archiver.events

Class org.opennms.netmgt.config.archiver.events.EventsArchiverConfiguration extends Object implements Serializable

Serialized Fields

_archiveAge

String _archiveAge
Archive age. Events older than current time minus this time are removed (is typically in days, hours, minutes although seconds, milliseconds and microseconds are also supported).


_separator

String _separator
Separator used in between event table column values when an event is written to the archive file.


Package org.opennms.netmgt.config.attrsummary

Class org.opennms.netmgt.config.attrsummary.Attribute extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_min

double _min
Field _min.


_has_min

boolean _has_min
keeps track of state for field: _min


_average

double _average
Field _average.


_has_average

boolean _has_average
keeps track of state for field: _average


_max

double _max
Field _max.


_has_max

boolean _has_max
keeps track of state for field: _max

Class org.opennms.netmgt.config.attrsummary.Resource extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_attributeList

List<E> _attributeList
Field _attributeList.


_resourceList

List<E> _resourceList
Field _resourceList.

Class org.opennms.netmgt.config.attrsummary.Summary extends Object implements Serializable

Serialized Fields

_resourceList

List<E> _resourceList
Field _resourceList.


Package org.opennms.netmgt.config.capsd

Class org.opennms.netmgt.config.capsd.CapsdConfiguration extends Object implements Serializable

Serialized Fields

_rescanFrequency

long _rescanFrequency
Interval (in milliseconds) between IP address re-scans.


_has_rescanFrequency

boolean _has_rescanFrequency
keeps track of state for field: _rescanFrequency


_initialSleepTime

long _initialSleepTime
Interval (in milliseconds) between Capsd startup and the start of rescan processing.


_has_initialSleepTime

boolean _has_initialSleepTime
keeps track of state for field: _initialSleepTime


_maxSuspectThreadPoolSize

int _maxSuspectThreadPoolSize
Maximum number of threads available for processing 'newSuspect' events from discovery.


_has_maxSuspectThreadPoolSize

boolean _has_maxSuspectThreadPoolSize
keeps track of state for field: _maxSuspectThreadPoolSize


_maxRescanThreadPoolSize

int _maxRescanThreadPoolSize
Maximum number of threads available for rescanning managed interfaces.


_has_maxRescanThreadPoolSize

boolean _has_maxRescanThreadPoolSize
keeps track of state for field: _maxRescanThreadPoolSize


_managementPolicy

String _managementPolicy
Default management policy.


_abortProtocolScansIfNoRoute

String _abortProtocolScansIfNoRoute
Flag which determines Capsd's behavior in the event that a NoRouteToHost exception is generated during a protocol plugin scan of an interface. If true, Capsd will abort the protocol scanning process for the interface.


_deletePropagationEnabled

String _deletePropagationEnabled
Determine if deleting an service propagates to deleting the interface if the service is the only one remaining on the interface. Likewise for the only interface on a node.


_xmlrpc

String _xmlrpc
Flag which indicates if an external XMLRPC server has to be notified with any event process errors.


_protocolPluginList

List<E> _protocolPluginList
A protocol/service plugin.


_smbConfig

SmbConfig _smbConfig
SMB protocol configuration (primarily for SMB authentication).


_ipManagementList

List<E> _ipManagementList
Managed/unmanaged IP addresses and address ranges.

Class org.opennms.netmgt.config.capsd.IpManagement extends Object implements Serializable

Serialized Fields

_policy

String _policy
Management policy


_specificList

List<E> _specificList
Specific IP address


_rangeList

List<E> _rangeList
IP address range


_includeUrlList

List<E> _includeUrlList
URL of a file containing list of IP addresses. The file should be a plain text file with one IP address listed per line.

Class org.opennms.netmgt.config.capsd.Property extends Object implements Serializable

Serialized Fields

_key

String _key
Key


_value

String _value
Value

Class org.opennms.netmgt.config.capsd.ProtocolConfiguration extends Object implements Serializable

Serialized Fields

_scan

String _scan
Controls whether this protocol is scanned by Capsd. Value of 'enable' causes the protocol to be added as supported without performing the protocol scan.


_userDefined

String _userDefined
Specifies if the protocol was added by the user via the UI.


_specificList

List<E> _specificList
IP address to which the protocol configuration applies.


_rangeList

List<E> _rangeList
Field _rangeList.


_propertyList

List<E> _propertyList
Key/value pair passed in to the plugin.

Class org.opennms.netmgt.config.capsd.ProtocolPlugin extends Object implements Serializable

Serialized Fields

_protocol

String _protocol
protocol name


_className

String _className
Java class name of the plugin used for testing this protocol.


_scan

String _scan
Controls whether this protocol is scanned by Capsd. The default is 'on'.


_userDefined

String _userDefined
Specifies if the protocol was added by the user via the UI.


_protocolConfigurationList

List<E> _protocolConfigurationList
IP address/range specific protocol configuration


_propertyList

List<E> _propertyList
key/value pair passed in to the plugin

Class org.opennms.netmgt.config.capsd.SmbAuth extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_user

String _user
User ID


_password

String _password
Password


_type

String _type
Authentication type

Class org.opennms.netmgt.config.capsd.SmbConfig extends Object implements Serializable

Serialized Fields

_smbAuthList

List<E> _smbAuthList
SMB authentication


Package org.opennms.netmgt.config.categories

Class org.opennms.netmgt.config.categories.Categories extends Object implements Serializable

Serialized Fields

_categoryList

List<E> _categoryList
A category.

Class org.opennms.netmgt.config.categories.Category extends Object implements Serializable

Serialized Fields

_label

String _label
The category label. NOTE: category labels will need to be unique across category groups.


_comment

String _comment
A comment describing the category.


_normal

double _normal
The normal threshold value for the category in percent. The UI displays the category in green if the overall availability for the category is equal to or greater than this value.


_has_normal

boolean _has_normal
keeps track of state for field: _normal


_warning

double _warning
The warning threshold value for the category in percent. The UI displays the category in yellow if the overall availability for the category is equal to or greater than this value but less than the normal threashold. If availability is less than this value, category is displayed in red.


_has_warning

boolean _has_warning
keeps track of state for field: _warning


_serviceList

List<E> _serviceList
A service relevant to this category. For a nodeid/ip/service tuple to be added to a category, it will need to pass the rule(categorygroup rule & category rule) and the service will need to be in the category service list. If there are no services defined, all tuples that pass the rule are added to the category.


_rule

String _rule
The category rule.

Class org.opennms.netmgt.config.categories.Categorygroup extends Object implements Serializable

Serialized Fields

_name

String _name
The name of the category group. This is seemingly unused.


_comment

String _comment
A comment describing the category group. This is seemingly unused.


_common

Common _common
Common attributes that apply to all categories in the group.


_categories

Categories _categories
The categories belonging to this category group.

Class org.opennms.netmgt.config.categories.Catinfo extends Object implements Serializable

Serialized Fields

_header

Header _header
Header for this file.


_categorygroupList

List<E> _categorygroupList
The category groups.

Class org.opennms.netmgt.config.categories.Common extends Object implements Serializable

Serialized Fields

_rule

String _rule
A common rule that will be applied to all categories in this group in addition to the category's rule.

Class org.opennms.netmgt.config.categories.Header extends Object implements Serializable

Serialized Fields

_rev

String _rev
Revision of this file.


_created

String _created
Creation time in the 'dow mon dd hh:mm:ss zzz yyyy' format.


_mstation

String _mstation
Monitoring station? This is seemingly unused.


Package org.opennms.netmgt.config.charts

Class org.opennms.netmgt.config.charts.BarChart extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_domainAxisLabel

String _domainAxisLabel
Field _domainAxisLabel.


_rangeAxisLabel

String _rangeAxisLabel
Field _rangeAxisLabel.


_subLabelClass

String _subLabelClass
Field _subLabelClass.


_seriesColorClass

String _seriesColorClass
Field _seriesColorClass.


_drawBarOutline

boolean _drawBarOutline
Field _drawBarOutline.


_has_drawBarOutline

boolean _has_drawBarOutline
keeps track of state for field: _drawBarOutline


_showLegend

boolean _showLegend
Field _showLegend.


_has_showLegend

boolean _has_showLegend
keeps track of state for field: _showLegend


_showToolTips

boolean _showToolTips
Field _showToolTips.


_has_showToolTips

boolean _has_showToolTips
keeps track of state for field: _showToolTips


_showUrls

boolean _showUrls
Field _showUrls.


_has_showUrls

boolean _has_showUrls
keeps track of state for field: _showUrls


_variation

String _variation
Field _variation.


_plotOrientation

String _plotOrientation
Field _plotOrientation.


_title

Title _title
Field _title.


_imageSize

ImageSize _imageSize
Field _imageSize.


_subTitleList

List<E> _subTitleList
Field _subTitleList.


_gridLines

GridLines _gridLines
Field _gridLines.


_seriesDefList

List<E> _seriesDefList
Field _seriesDefList.


_plotBackgroundColor

PlotBackgroundColor _plotBackgroundColor
Field _plotBackgroundColor.


_chartBackgroundColor

ChartBackgroundColor _chartBackgroundColor
Field _chartBackgroundColor.

Class org.opennms.netmgt.config.charts.Blue extends Object implements Serializable

Serialized Fields

_rgbColor

int _rgbColor
Field _rgbColor.


_has_rgbColor

boolean _has_rgbColor
keeps track of state for field: _rgbColor

Class org.opennms.netmgt.config.charts.ChartBackgroundColor extends Object implements Serializable

Serialized Fields

_rgb

Rgb _rgb
Field _rgb.

Class org.opennms.netmgt.config.charts.ChartConfiguration extends Object implements Serializable

Serialized Fields

_barChartList

List<E> _barChartList
Field _barChartList.

Class org.opennms.netmgt.config.charts.Green extends Object implements Serializable

Serialized Fields

_rgbColor

int _rgbColor
Field _rgbColor.


_has_rgbColor

boolean _has_rgbColor
keeps track of state for field: _rgbColor

Class org.opennms.netmgt.config.charts.GridLines extends Object implements Serializable

Serialized Fields

_visible

boolean _visible
Field _visible.


_has_visible

boolean _has_visible
keeps track of state for field: _visible


_rgb

Rgb _rgb
Field _rgb.

Class org.opennms.netmgt.config.charts.HzSize extends Object implements Serializable

Serialized Fields

_pixels

int _pixels
Field _pixels.


_has_pixels

boolean _has_pixels
keeps track of state for field: _pixels

Class org.opennms.netmgt.config.charts.ImageSize extends Object implements Serializable

Serialized Fields

_hzSize

HzSize _hzSize
Field _hzSize.


_vtSize

VtSize _vtSize
Field _vtSize.

Class org.opennms.netmgt.config.charts.JdbcDataSet extends Object implements Serializable

Serialized Fields

_dbName

String _dbName
Field _dbName.


_sql

String _sql
Field _sql.

Class org.opennms.netmgt.config.charts.PlotBackgroundColor extends Object implements Serializable

Serialized Fields

_rgb

Rgb _rgb
Field _rgb.

Class org.opennms.netmgt.config.charts.Red extends Object implements Serializable

Serialized Fields

_rgbColor

int _rgbColor
Field _rgbColor.


_has_rgbColor

boolean _has_rgbColor
keeps track of state for field: _rgbColor

Class org.opennms.netmgt.config.charts.Rgb extends Object implements Serializable

Serialized Fields

_red

Red _red
Field _red.


_green

Green _green
Field _green.


_blue

Blue _blue
Field _blue.

Class org.opennms.netmgt.config.charts.SeriesDef extends Object implements Serializable

Serialized Fields

_number

int _number
Field _number.


_has_number

boolean _has_number
keeps track of state for field: _number


_seriesName

String _seriesName
Field _seriesName.


_useLabels

boolean _useLabels
Field _useLabels.


_has_useLabels

boolean _has_useLabels
keeps track of state for field: _useLabels


_jdbcDataSet

JdbcDataSet _jdbcDataSet
Field _jdbcDataSet.


_rgb

Rgb _rgb
Field _rgb.

Class org.opennms.netmgt.config.charts.SubTitle extends Object implements Serializable

Serialized Fields

_position

String _position
Field _position.


_horizontalAlignment

String _horizontalAlignment
Field _horizontalAlignment.


_title

Title _title
Field _title.

Class org.opennms.netmgt.config.charts.Title extends Object implements Serializable

Serialized Fields

_value

String _value
Field _value.


_font

String _font
Field _font.


_pitch

int _pitch
Field _pitch.


_has_pitch

boolean _has_pitch
keeps track of state for field: _pitch


_style

String _style
Field _style.


_rgb

Rgb _rgb
Field _rgb.

Class org.opennms.netmgt.config.charts.VtSize extends Object implements Serializable

Serialized Fields

_pixels

int _pixels
Field _pixels.


_has_pixels

boolean _has_pixels
keeps track of state for field: _pixels


Package org.opennms.netmgt.config.collectd

Class org.opennms.netmgt.config.collectd.Attrib extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_alias

String _alias
Field _alias.


_type

String _type
Field _type.


_maxval

String _maxval
Field _maxval.


_minval

String _minval
Field _minval.

Class org.opennms.netmgt.config.collectd.CollectdConfiguration extends Object implements Serializable

Serialized Fields

_threads

int _threads
The maximum number of threads used for data collection.


_has_threads

boolean _has_threads
keeps track of state for field: _threads


_packageList

List<E> _packageList
Package encapsulating addresses eligible to have SNMP data collected from them.


_collectorList

List<E> _collectorList
Service collectors

Class org.opennms.netmgt.config.collectd.Collector extends Object implements Serializable

Serialized Fields

_service

String _service
The service name


_className

String _className
The class used to perform data collection via the service


_parameterList

List<E> _parameterList
The parameters for performing data collection via this service

Class org.opennms.netmgt.config.collectd.CompAttrib extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_alias

String _alias
Field _alias.


_type

String _type
Field _type.


_compMemberList

List<E> _compMemberList
Field _compMemberList.

Class org.opennms.netmgt.config.collectd.CompMember extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_alias

String _alias
Field _alias.


_type

String _type
Field _type.


_maxval

String _maxval
Field _maxval.


_minval

String _minval
Field _minval.

Class org.opennms.netmgt.config.collectd.ExcludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range


_end

String _end
Ending address of the range

Class org.opennms.netmgt.config.collectd.Filter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.collectd.IncludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range


_end

String _end
Ending address of the range

Class org.opennms.netmgt.config.collectd.JmxCollection extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_maxVarsPerPdu

int _maxVarsPerPdu
DEPRECATED


_has_maxVarsPerPdu

boolean _has_maxVarsPerPdu
keeps track of state for field: _maxVarsPerPdu


_rrd

Rrd _rrd
Field _rrd.


_mbeans

Mbeans _mbeans
Field _mbeans.

Class org.opennms.netmgt.config.collectd.JmxDatacollectionConfig extends Object implements Serializable

Serialized Fields

_rrdRepository

String _rrdRepository
Field _rrdRepository.


_jmxCollectionList

List<E> _jmxCollectionList
Field _jmxCollectionList.

Class org.opennms.netmgt.config.collectd.Mbean extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_objectname

String _objectname
Field _objectname.


_keyfield

String _keyfield
Field _keyfield.


_exclude

String _exclude
Field _exclude.


_keyAlias

String _keyAlias
Field _keyAlias.


_attribList

List<E> _attribList
Field _attribList.


_includeMbeanList

List<E> _includeMbeanList
Field _includeMbeanList.


_compAttribList

List<E> _compAttribList
Field _compAttribList.

Class org.opennms.netmgt.config.collectd.Mbeans extends Object implements Serializable

Serialized Fields

_mbeanList

List<E> _mbeanList
Field _mbeanList.

Class org.opennms.netmgt.config.collectd.Package extends Object implements Serializable

Serialized Fields

_name

String _name
The name or identifier for this package


_filter

Filter _filter
A rule which adresses belonging to this package must pass. This package is applied only to addresses that pass this filter.


_specificList

List<E> _specificList
Adresseses in this package


_includeRangeList

List<E> _includeRangeList
Range of adresses in this package


_excludeRangeList

List<E> _excludeRangeList
Range of adresses to be excluded from this package


_includeUrlList

List<E> _includeUrlList
A file URL holding specific addresses to be polled. Each line in the URL file can be one of: "#"; ""; "#"; Lines starting with a '#' are ignored and so are characters after a '#' in a line.


_storeByIfAlias

String _storeByIfAlias
Flag for storing collected data by domain/ifAlias. Defaults to false. Allowable values are true, false.


_storeByNodeID

String _storeByNodeID
Flag for storing collected data by nodeid/interface name. Defaults to normal. Allowable values are true, false, normal.


_ifAliasDomain

String _ifAliasDomain
The name of the domain covered by this collection package. Defaults to package name.


_storFlagOverride

String _storFlagOverride
Flag for controlling how interfaces are selected for data collection by domain/ifAlias. If true, storage will occur for any interface on the node found to have an valid ifAlias. Otherwise data will be stored only if the interface is configured for data collection. Defaults to false.


_ifAliasComment

String _ifAliasComment
A character or string for terminating ifAlias text. In effect, any text beginning with this character or string becomes a comment and is not considered part of the ifAlias when naming storage files and displaying data. Defaults to null.


_serviceList

List<E> _serviceList
Services for which data is to be collected in this package


_outageCalendarList

List<E> _outageCalendarList
Scheduled outages - data collection is not performed during scheduled outages

Class org.opennms.netmgt.config.collectd.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key
Field _key.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.collectd.Rrd extends Object implements Serializable

Serialized Fields

_step

int _step
Field _step.


_has_step

boolean _has_step
keeps track of state for field: _step


_rraList

List<E> _rraList
Field _rraList.

Class org.opennms.netmgt.config.collectd.Service extends Object implements Serializable

Serialized Fields

_name

String _name
the service name


_interval

long _interval
the interval at which the service is to be collected


_has_interval

boolean _has_interval
keeps track of state for field: _interval


_userDefined

String _userDefined
marker to say if service is user defined, used specifically for UI purposes


_status

String _status
status of the service, service is collected only if on


_parameterList

List<E> _parameterList
Parameters to be used for collecting data via this service. "collection": name of data collection in datacollection-config.xml ("SNMP" specific); SNMP parameters ("read-community", "version", etc) will override defaults set in snmp-config.xml


Package org.opennms.netmgt.config.common

Class org.opennms.netmgt.config.common.BasicSchedule extends Object implements Serializable

Serialized Fields

_name

String _name
outage name


_type

String _type
outage type


_timeList

List<E> _timeList
defines start/end time for the outage

Class org.opennms.netmgt.config.common.End2endMailConfig extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_sendmailConfigName

String _sendmailConfigName
Field _sendmailConfigName.


_readmailConfigName

String _readmailConfigName
Field _readmailConfigName.

Class org.opennms.netmgt.config.common.Header extends Object implements Serializable

Serialized Fields

_rev

String _rev
Revision of this file.


_created

String _created
Creation time in the 'dow mon dd hh:mm:ss zzz yyyy' format.


_mstation

String _mstation
Monitoring station? This is seemingly unused.

Class org.opennms.netmgt.config.common.JavamailConfiguration extends Object implements Serializable

Serialized Fields

_defaultSendConfigName

String _defaultSendConfigName
Field _defaultSendConfigName.


_defaultReadConfigName

String _defaultReadConfigName
Field _defaultReadConfigName.


_sendmailConfigList

List<E> _sendmailConfigList
This entity defines the test for sending mail. Attributes are used to derive values of java mail properties, or, they can be specified directly as key value pairs. Attributes will are easier to read but there isn't an attribute for every javamail property possible (some are fairly obscure).


_readmailConfigList

List<E> _readmailConfigList
Configuration container for configuration all settings for reading email


_end2endMailConfigList

List<E> _end2endMailConfigList
Read and Send configuration list

Class org.opennms.netmgt.config.common.JavamailProperty extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.common.Range extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting IP address of the range.


_end

String _end
Ending IP address of the range.

Class org.opennms.netmgt.config.common.ReadmailConfig extends Object implements Serializable

Serialized Fields

_debug

boolean _debug
Field _debug.


_has_debug

boolean _has_debug
keeps track of state for field: _debug


_mailFolder

String _mailFolder
Field _mailFolder.


_attemptInterval

long _attemptInterval
Field _attemptInterval.


_has_attemptInterval

boolean _has_attemptInterval
keeps track of state for field: _attemptInterval


_deleteAllMail

boolean _deleteAllMail
Field _deleteAllMail.


_has_deleteAllMail

boolean _has_deleteAllMail
keeps track of state for field: _deleteAllMail


_name

String _name
Field _name.


_javamailPropertyList

List<E> _javamailPropertyList
Use these name value pairs to configure free-form properties from the JavaMail class.


_readmailHost

ReadmailHost _readmailHost
Define the host and port of a service for reading email.


_userAuth

UserAuth _userAuth
Configure user based authentication.

Class org.opennms.netmgt.config.common.ReadmailHost extends Object implements Serializable

Serialized Fields

_host

String _host
Field _host.


_port

long _port
Field _port.


_has_port

boolean _has_port
keeps track of state for field: _port


_readmailProtocol

ReadmailProtocol _readmailProtocol
Basically any attributes that help setup the javamailer's confusing set of properties.

Class org.opennms.netmgt.config.common.ReadmailProtocol extends Object implements Serializable

Serialized Fields

_transport

String _transport
Field _transport.


_sslEnable

boolean _sslEnable
Field _sslEnable.


_has_sslEnable

boolean _has_sslEnable
keeps track of state for field: _sslEnable


_startTls

boolean _startTls
Field _startTls.


_has_startTls

boolean _has_startTls
keeps track of state for field: _startTls

Class org.opennms.netmgt.config.common.Rrd extends Object implements Serializable

Serialized Fields

_step

int _step
step size for the RRD


_has_step

boolean _has_step
keeps track of state for field: _step


_rraList

List<E> _rraList
Round Robin Archive definitions

Class org.opennms.netmgt.config.common.SendmailConfig extends Object implements Serializable

Serialized Fields

_debug

boolean _debug
Field _debug.


_has_debug

boolean _has_debug
keeps track of state for field: _debug


_useAuthentication

boolean _useAuthentication
Field _useAuthentication.


_has_useAuthentication

boolean _has_useAuthentication
keeps track of state for field: _useAuthentication


_useJmta

boolean _useJmta
Field _useJmta.


_has_useJmta

boolean _has_useJmta
keeps track of state for field: _useJmta


_attemptInterval

long _attemptInterval
Field _attemptInterval.


_has_attemptInterval

boolean _has_attemptInterval
keeps track of state for field: _attemptInterval


_name

String _name
Field _name.


_javamailPropertyList

List<E> _javamailPropertyList
Use these name value pairs to configure free-form properties from the JavaMail class.


_sendmailHost

SendmailHost _sendmailHost
Configuration for a sendmail host


_sendmailProtocol

SendmailProtocol _sendmailProtocol
Basically attributes that help setup the javamailer's confusion set of properties.


_sendmailMessage

SendmailMessage _sendmailMessage
Define the To, From, Subject, and body of a message. If not defined, one will be defined for your benefit (or confusion ;-)


_userAuth

UserAuth _userAuth
Configure user based authentication.

Class org.opennms.netmgt.config.common.SendmailHost extends Object implements Serializable

Serialized Fields

_host

String _host
Field _host.


_port

long _port
Field _port.


_has_port

boolean _has_port
keeps track of state for field: _port

Class org.opennms.netmgt.config.common.SendmailMessage extends Object implements Serializable

Serialized Fields

_to

String _to
Field _to.


_from

String _from
Field _from.


_subject

String _subject
Field _subject.


_body

String _body
Field _body.

Class org.opennms.netmgt.config.common.SendmailProtocol extends Object implements Serializable

Serialized Fields

_charSet

String _charSet
Field _charSet.


_mailer

String _mailer
Field _mailer.


_messageContentType

String _messageContentType
Field _messageContentType.


_messageEncoding

String _messageEncoding
Field _messageEncoding.


_quitWait

boolean _quitWait
Field _quitWait.


_has_quitWait

boolean _has_quitWait
keeps track of state for field: _quitWait


_transport

String _transport
Field _transport.


_sslEnable

boolean _sslEnable
Field _sslEnable.


_has_sslEnable

boolean _has_sslEnable
keeps track of state for field: _sslEnable


_startTls

boolean _startTls
Field _startTls.


_has_startTls

boolean _has_startTls
keeps track of state for field: _startTls

Class org.opennms.netmgt.config.common.Time extends Object implements Serializable

Serialized Fields

_id

String _id
an identifier for this event used for reference in the web gui. If this identifer is not assigned it will be assigned an identifer by web gui.


_day

String _day
Field _day.


_begins

String _begins
when the outage starts


_ends

String _ends
when the outage ends

Class org.opennms.netmgt.config.common.UserAuth extends Object implements Serializable

Serialized Fields

_userName

String _userName
Field _userName.


_password

String _password
Field _password.


Package org.opennms.netmgt.config.databaseReports

Class org.opennms.netmgt.config.databaseReports.DatabaseReports extends Object implements Serializable

Serialized Fields

_reportList

List<E> _reportList
A report definition

Class org.opennms.netmgt.config.databaseReports.Report extends Object implements Serializable

Serialized Fields

_id

String _id
the name of this report as defined in engine configuration


_displayName

String _displayName
the name of this report as displayed in the webui


_reportService

String _reportService
the name of the engine to use to process and render this report


_description

String _description
report description


_online

boolean _online
determines if the report may be executed and immediately displayed in the browser. If not set OpenNMS assumes that the report must be executed in batch mode.


_has_online

boolean _has_online
keeps track of state for field: _online


Package org.opennms.netmgt.config.datacollection

Class org.opennms.netmgt.config.datacollection.Collect extends Object implements Serializable

Serialized Fields

_includeGroupList

List<E> _includeGroupList
Field _includeGroupList.

Class org.opennms.netmgt.config.datacollection.DatacollectionConfig extends Object implements Serializable

Serialized Fields

_rrdRepository

String _rrdRepository
full path to the RRD repository for collected SNMP data


_snmpCollectionList

List<E> _snmpCollectionList
SNMP data collection element

Class org.opennms.netmgt.config.datacollection.DatacollectionGroup extends Object implements Serializable

Serialized Fields

_name

String _name
data collector group name


_resourceTypeList

List<E> _resourceTypeList
Custom resource types


_groupList

List<E> _groupList
a MIB object group


_systemDefList

List<E> _systemDefList
list of system definitions

Class org.opennms.netmgt.config.datacollection.Group extends Object implements Serializable

Serialized Fields

_name

String _name
group name


_ifType

String _ifType
Interface type. Indicates the interface types from which the groups MIB objects are to be collected. Supports individual ifType values or comma-separated list of ifType values in addition to "all" and "ignore" key words. For example: "6" indicates that OIDs from this MIB group are to be collected only for ethernet interfaces (ifType = 6) "6,22" indicates that OIDs from this MIB group are to be collected only for ethernet and serial interfaces "all" indicates that the OIDs from this MIB group are to be collected for all interfaces regardless of ifType "ignore" indicates that OIDs from this MIB group are node-level objects. Sample ifType descriptions/values: (Refer to http://www.iana.org/assignments/ianaiftype-mib for a comprehensive list.); ethernetCsmacd 6; iso8825TokenRing 9; fddi 15; sdlc 17; basicISDN 20; primaryISDN 21; propPointToPointSerial 22; ppp 23; atm 37; sonet 39; opticalChannel 195


_mibObjList

List<E> _mibObjList
a MIB object


_includeGroupList

List<E> _includeGroupList
sub group

Class org.opennms.netmgt.config.datacollection.Groups extends Object implements Serializable

Serialized Fields

_groupList

List<E> _groupList
a MIB object group

Class org.opennms.netmgt.config.datacollection.IncludeCollection extends Object implements Serializable

Serialized Fields

_systemDef

String _systemDef
System Definition Name


_dataCollectionGroup

String _dataCollectionGroup
Data Collection Group Name


_excludeFilterList

List<E> _excludeFilterList
Exclude filter uses regular expression syntax to avoid certain system definitions

Class org.opennms.netmgt.config.datacollection.IpList extends Object implements Serializable

Serialized Fields

_ipAddrList

List<E> _ipAddrList
List of IP addresses


_ipAddrMaskList

List<E> _ipAddrMaskList
List of IP address masks

Class org.opennms.netmgt.config.datacollection.MibObj extends Object implements Serializable

Serialized Fields

_oid

String _oid
object identifier


_instance

String _instance
instance identifier. Only valid instance identifier values are a positive integer value or the keyword "ifIndex" which indicates that the ifIndex of the interface is to be substituted for the instance value for each interface the oid is retrieved for.


_alias

String _alias
a human readable name for the object (such as "ifOctetsIn"). NOTE: This value is used as the RRD file name and data source name. RRD only supports data source names up to 19 chars in length. If the SNMP data collector encounters an alias which exceeds 19 characters it will be truncated.


_type

String _type
SNMP data type SNMP supported types: counter, gauge, timeticks, integer, octetstring, string. The SNMP type is mapped to one of two RRD supported data types COUNTER or GAUGE, or the string.properties file. The mapping is as follows: SNMP counter -> RRD COUNTER; SNMP gauge, timeticks, integer, octetstring -> RRD GAUGE; SNMP string -> String properties file


_maxval

String _maxval
Maximum Value. In order to correctly manage counter wraps, it is possible to add a maximum value for a collection. For example, a 32-bit counter would have a max value of 4294967295.


_minval

String _minval
Minimum Value. For completeness, adding the ability to use a minimum value.

Class org.opennms.netmgt.config.datacollection.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key
Field _key.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.datacollection.PersistenceSelectorStrategy extends Object implements Serializable

Serialized Fields

_clazz

String _clazz
Java class name of the class that implements the PersistenceSelectorStrategy.


_parameterList

List<E> _parameterList
list of parameters to pass to the strategy for strategy-specific configuration information

Class org.opennms.netmgt.config.datacollection.ResourceType extends Object implements Serializable

Serialized Fields

_name

String _name
resource type name


_label

String _label
resource type label (this is what users see in the webUI)


_resourceLabel

String _resourceLabel
resource label expression (this is what users see in the webUI for each resource of this type)


_persistenceSelectorStrategy

PersistenceSelectorStrategy _persistenceSelectorStrategy
Selects a PersistenceSelectorStrategy that decides which data is persisted and which is not.


_storageStrategy

StorageStrategy _storageStrategy
Selects a StorageStrategy that decides where data is stored.

Class org.opennms.netmgt.config.datacollection.SnmpCollection extends Object implements Serializable

Serialized Fields

_name

String _name
collector name


_maxVarsPerPdu

int _maxVarsPerPdu
DEPRECATED


_has_maxVarsPerPdu

boolean _has_maxVarsPerPdu
keeps track of state for field: _maxVarsPerPdu


_snmpStorageFlag

String _snmpStorageFlag
indicates if collected SNMP data is to be stored for "all" interfaces or only for the "primary" interface.


_rrd

Rrd _rrd
RRD parms


_includeCollectionList

List<E> _includeCollectionList
Include Collection by specifying System Definition Name or Data Collection Group Name.


_resourceTypeList

List<E> _resourceTypeList
Custom resource types


_groups

Groups _groups
MIB object groups


_systems

Systems _systems
sysOid-based sytems

Class org.opennms.netmgt.config.datacollection.StorageStrategy extends Object implements Serializable

Serialized Fields

_clazz

String _clazz
Java class name of the class that implements the StorageStrategy.


_parameterList

List<E> _parameterList
list of parameters to pass to the strategy for strategy-specific configuration information

Class org.opennms.netmgt.config.datacollection.SystemDef extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_systemDefChoice

SystemDefChoice _systemDefChoice
Field _systemDefChoice.


_ipList

IpList _ipList
list of IP address or IP address mask values to which this system definition applies.


_collect

Collect _collect
container for list of MIB groups to be collected for the system

Class org.opennms.netmgt.config.datacollection.SystemDefChoice extends Object implements Serializable

Serialized Fields

_sysoid

String _sysoid
system object identifier (sysoid) which uniquely identifies the system.


_sysoidMask

String _sysoidMask
Sysoid mask which can be used to match multiple systems if their sysoid begins with the mask

Class org.opennms.netmgt.config.datacollection.Systems extends Object implements Serializable

Serialized Fields

_systemDefList

List<E> _systemDefList
list of system definitions


Package org.opennms.netmgt.config.destinationPaths

Class org.opennms.netmgt.config.destinationPaths.DestinationPaths extends Object implements Serializable

Serialized Fields

_header

Header _header
Header containing information about this configuration file.


_pathList

List<E> _pathList
Field _pathList.

Class org.opennms.netmgt.config.destinationPaths.Escalate extends Object implements Serializable

Serialized Fields

_delay

String _delay
Field _delay.


_targetList

List<E> _targetList
Field _targetList.

Class org.opennms.netmgt.config.destinationPaths.Path extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_initialDelay

String _initialDelay
Field _initialDelay.


_targetList

List<E> _targetList
Field _targetList.


_escalateList

List<E> _escalateList
Field _escalateList.

Class org.opennms.netmgt.config.destinationPaths.Target extends Object implements Serializable

Serialized Fields

_interval

String _interval
Field _interval.


_name

String _name
Field _name.


_autoNotify

String _autoNotify
Field _autoNotify.


_commandList

List<E> _commandList
Field _commandList.


Package org.opennms.netmgt.config.dhcpd

Class org.opennms.netmgt.config.dhcpd.DhcpdConfiguration extends Object implements Serializable

Serialized Fields

_port

int _port
TCP port number used for internal communication within OpenNMS between the DHCP poller and other OpenNMS daemons. The port is set to 5818 in the default configuration file.


_has_port

boolean _has_port
keeps track of state for field: _port


_macAddress

String _macAddress
Ethernet MAC address used as the client MAC address in DHCP DISCOVER packets sent by OpenNMS. The MAC address is set to 00:06:0D:BE:9C:B2 in the default configuration file.


_myIpAddress

String _myIpAddress
IP address used as the relay IP address in DHCP DISCOVER packets sent by OpenNMS. Setting this attribute to "broadcast" places the DHCP poller Setting this attribute places the DHCP poller in "relay" mode instead of the default "broadcast" mode. In "relay" mode, the DHCP server being polled will unicast its responses directly back to the specified ip address rather than broadcasting its responses. This allows DHCP servers to be polled even though they are not on the same subnet as the OpenNMS server, and without the aid of an external relay. This is usually set to the IP address of the OpenNMS server.


_extendedMode

String _extendedMode
Set extended DHCP polling mode. When extendedMode is false (the default), the DHCP poller will send a DISCOVER and expect an OFFER in return. When extendedMode is true, the DHCP poller will first send a DISCOVER. If no valid response is received it will send an INFORM. If no valid response is received it will then send a REQUEST. OFFER, ACK, and NAK are all considered valid responses in extendedMode. Caution on usage: If in extended mode, the time required to complete the poll for an unresponsive node is increased by a factor of 3. Thus it is a good idea to limit the number of retries to a small number.


_requestIpAddress

String _requestIpAddress
Set the IP address to be requested in DHCP REQUEST queries. This attribute is only used when the extendedMode attribute is set to "true". If an IP address is specified, it will be requested in the query. If the string "targetHost" is specified, the DHCP server's own ip address will be requested. Since a well-managed server will probably not respond to a request for its own IP address, this parameter can also be set to the string "targetSubnet". This is similar to "targetHost", except the last octet of the DHCP server's IP address is incremented or decremented by 1 to obtain an IP address that is on the same subnet. The resulting address will not be on the same subnet if the DHCP server's subnet length is 31 or 32. Otherwise, the algorithm used should be reliable.


Package org.opennms.netmgt.config.discovery

Class org.opennms.netmgt.config.discovery.DiscoveryConfiguration extends Object implements Serializable

Serialized Fields

_threads

int _threads
the number of threads to be used for discovery


_has_threads

boolean _has_threads
keeps track of state for field: _threads


_packetsPerSecond

int _packetsPerSecond
the total number of ping packets sent per second from OpenNMS for discovery


_has_packetsPerSecond

boolean _has_packetsPerSecond
keeps track of state for field: _packetsPerSecond


_initialSleepTime

long _initialSleepTime
The initial pause (in milliseconds) after discovery starts up before discovery is started.


_has_initialSleepTime

boolean _has_initialSleepTime
keeps track of state for field: _initialSleepTime


_restartSleepTime

long _restartSleepTime
The pause (in milliseconds) between discovery passes. Once the discovery process completes a sweep of all the specified addresses, it sleeps for this duration before starting another sweep.


_has_restartSleepTime

boolean _has_restartSleepTime
keeps track of state for field: _restartSleepTime


_retries

int _retries
The default number of times a ping is retried for an address. If there is no response after the first ping to an address, it is tried again for the specified number of retries. This retry count is a default and can be overridden for specific addresses or sets of addresses that are configured in this file.


_has_retries

boolean _has_retries
keeps track of state for field: _retries


_timeout

long _timeout
The default timeout on each poll. This timeout is a default and can be overridden for specific addresses or sets of addresses that are configured in this file.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_specificList

List<E> _specificList
the specific addresses to be polled


_includeRangeList

List<E> _includeRangeList
the range of addresses to be polled


_excludeRangeList

List<E> _excludeRangeList
the range of addresses to be excluded from the polling


_includeUrlList

List<E> _includeUrlList
a file URL holding specific addresses to be polled

Class org.opennms.netmgt.config.discovery.ExcludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.discovery.IncludeRange extends Object implements Serializable

Serialized Fields

_retries

int _retries
The number of times a ping is retried for this address range. If there is no response after the first ping to an address, it is tried again for the specified number of retries. This retry count overrides the default.


_has_retries

boolean _has_retries
keeps track of state for field: _retries


_timeout

long _timeout
The timeout on each poll for this address range. This timeout overrides the default.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range. If the starting address is greater than the ending address, they are swapped.

Class org.opennms.netmgt.config.discovery.IncludeUrl extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_retries

int _retries
The number of times a ping is retried for addresses listed in this file. If there is no response after the first ping to an address, it is tried again for the specified number of retries. This retry count overrides the default.


_has_retries

boolean _has_retries
keeps track of state for field: _retries


_timeout

long _timeout
The timeout on each poll for addresses listed in this file. This timeout overrides the default.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout

Class org.opennms.netmgt.config.discovery.Specific extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_retries

int _retries
The number of times a ping is retried for this specific address. If there is no response after the first ping to an address, it is tried again for the specified number of retries. This retry count overrides the default.


_has_retries

boolean _has_retries
keeps track of state for field: _retries


_timeout

long _timeout
The timeout on each poll for this specific address. This timeout overrides the default.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


Package org.opennms.netmgt.config.eventd

Class org.opennms.netmgt.config.eventd.EventdConfiguration extends Object implements Serializable

Serialized Fields

_TCPAddress

String _TCPAddress
The IP address on which eventd listens for TCP connections. If "" is specified, eventd will bind to all addresses. The default address is 127.0.0.1.


_TCPPort

int _TCPPort
The port on which eventd listens for TCP connections. The default port is 5817.


_has_TCPPort

boolean _has_TCPPort
keeps track of state for field: _TCPPort


_UDPAddress

String _UDPAddress
The IP address on which eventd listens for UDP packets. If "" is specified, eventd will bind to all addresses. The default address is 127.0.0.1.


_UDPPort

int _UDPPort
The port on which eventd listens for UDP packets. The default port is 5817.


_has_UDPPort

boolean _has_UDPPort
keeps track of state for field: _UDPPort


_receivers

int _receivers
The maximum number of threads used for reading and processing of incoming events.


_has_receivers

boolean _has_receivers
keeps track of state for field: _receivers


_getNextEventID

String _getNextEventID
SQL query to get next value of the 'nodeNxtId' database sequence. This is used to make the access database independant.


_socketSoTimeoutRequired

String _socketSoTimeoutRequired
Set the socket timeout value. In Linux, the close() system call is not preemptive. Setting this attribute to to 'yes' causes the socketSoTimeoutPeriod attribute to be set on sockets to mimic non-blocking socket I/O.


_socketSoTimeoutPeriod

int _socketSoTimeoutPeriod
Socket timeout, in milliseconds. This is only set on eventd's sockets if socketSoTimeoutRequired is set to 'yes'.


_has_socketSoTimeoutPeriod

boolean _has_socketSoTimeoutPeriod
keeps track of state for field: _socketSoTimeoutPeriod


Package org.opennms.netmgt.config.filter

Class org.opennms.netmgt.config.filter.Alias extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.filter.Column extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_sqlType

String _sqlType
Field _sqlType.


_javaType

String _javaType
Field _javaType.


_visible

String _visible
Field _visible.


_aliasList

List<E> _aliasList
Field _aliasList.


_constraintList

List<E> _constraintList
Field _constraintList.

Class org.opennms.netmgt.config.filter.Constraint extends Object implements Serializable

Serialized Fields

_sql

String _sql
Field _sql.

Class org.opennms.netmgt.config.filter.DatabaseSchema extends Object implements Serializable

Serialized Fields

_tableList

List<E> _tableList
Field _tableList.

Class org.opennms.netmgt.config.filter.Join extends Object implements Serializable

Serialized Fields

_type

String _type
Field _type.


_column

String _column
Field _column.


_table

String _table
Field _table.


_tableColumn

String _tableColumn
Field _tableColumn.

Class org.opennms.netmgt.config.filter.Table extends Object implements Serializable

Serialized Fields

_visible

String _visible
Field _visible.


_name

String _name
Field _name.


_key

String _key
Field _key.


_joinList

List<E> _joinList
Field _joinList.


_columnList

List<E> _columnList
Field _columnList.


Package org.opennms.netmgt.config.groups

Class org.opennms.netmgt.config.groups.Group extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_defaultMap

String _defaultMap
Field _defaultMap.


_comments

String _comments
Field _comments.


_userList

List<E> _userList
Field _userList.


_dutyScheduleList

List<E> _dutyScheduleList
Field _dutyScheduleList.

Class org.opennms.netmgt.config.groups.Groupinfo extends Object implements Serializable

Serialized Fields

_header

Header _header
Header containing information about this configuration file.


_groups

Groups _groups
Field _groups.


_roles

Roles _roles
Field _roles.

Class org.opennms.netmgt.config.groups.Groups extends Object implements Serializable

Serialized Fields

_groupList

List<E> _groupList
Field _groupList.

Class org.opennms.netmgt.config.groups.Role extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_membershipGroup

String _membershipGroup
Field _membershipGroup.


_supervisor

String _supervisor
Field _supervisor.


_description

String _description
Field _description.


_scheduleList

List<E> _scheduleList
Field _scheduleList.

Class org.opennms.netmgt.config.groups.Roles extends Object implements Serializable

Serialized Fields

_roleList

List<E> _roleList
Field _roleList.

Class org.opennms.netmgt.config.groups.Schedule extends BasicSchedule implements Serializable


Package org.opennms.netmgt.config.httpdatacollection

Class org.opennms.netmgt.config.httpdatacollection.Attrib extends Object implements Serializable

Serialized Fields

_alias

String _alias
Field _alias.


_matchGroup

int _matchGroup
Field _matchGroup.


_has_matchGroup

boolean _has_matchGroup
keeps track of state for field: _matchGroup


_type

String _type
Field _type.

Class org.opennms.netmgt.config.httpdatacollection.Attributes extends Object implements Serializable

Serialized Fields

_attribList

List<E> _attribList
Field _attribList.

Class org.opennms.netmgt.config.httpdatacollection.HttpCollection extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_rrd

Rrd _rrd
RRD parms


_uris

Uris _uris
Field _uris.

Class org.opennms.netmgt.config.httpdatacollection.HttpDatacollectionConfig extends Object implements Serializable

Serialized Fields

_rrdRepository

String _rrdRepository
full path to the RRD repository for collected SNMP data


_httpCollectionList

List<E> _httpCollectionList
Field _httpCollectionList.

Class org.opennms.netmgt.config.httpdatacollection.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key
Field _key.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.httpdatacollection.Parameters extends Object implements Serializable

Serialized Fields

_parameterList

List<E> _parameterList
Parameters to be used for configuration this strategy.

Class org.opennms.netmgt.config.httpdatacollection.Post extends Object implements Serializable

Serialized Fields

_parm

String _parm
Field _parm.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.httpdatacollection.Rrd extends Object implements Serializable

Serialized Fields

_step

int _step
step size for the RRD


_has_step

boolean _has_step
keeps track of state for field: _step


_rraList

List<E> _rraList
Round Robin Archive definitions

Class org.opennms.netmgt.config.httpdatacollection.Uri extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_url

Url _url
Field _url.


_attributes

Attributes _attributes
Field _attributes.

Class org.opennms.netmgt.config.httpdatacollection.Uris extends Object implements Serializable

Serialized Fields

_uriList

List<E> _uriList
Field _uriList.

Class org.opennms.netmgt.config.httpdatacollection.Url extends Object implements Serializable

Serialized Fields

_method

String _method
Field _method.


_httpVersion

String _httpVersion
Field _httpVersion.


_userAgent

String _userAgent
Field _userAgent.


_virtualHost

String _virtualHost
Field _virtualHost.


_scheme

String _scheme
Field _scheme.


_userInfo

String _userInfo
Field _userInfo.


_host

String _host
Field _host.


_port

int _port
Field _port.


_has_port

boolean _has_port
keeps track of state for field: _port


_path

String _path
Field _path.


_query

String _query
Field _query.


_fragment

String _fragment
Field _fragment.


_matches

String _matches
Field _matches.


_responseRange

String _responseRange
Field _responseRange.


_canonicalEquivalence

boolean _canonicalEquivalence
Field _canonicalEquivalence.


_has_canonicalEquivalence

boolean _has_canonicalEquivalence
keeps track of state for field: _canonicalEquivalence


_caseInsensitive

boolean _caseInsensitive
Field _caseInsensitive.


_has_caseInsensitive

boolean _has_caseInsensitive
keeps track of state for field: _caseInsensitive


_comments

boolean _comments
Field _comments.


_has_comments

boolean _has_comments
keeps track of state for field: _comments


_dotall

boolean _dotall
Field _dotall.


_has_dotall

boolean _has_dotall
keeps track of state for field: _dotall


_literal

boolean _literal
Field _literal.


_has_literal

boolean _has_literal
keeps track of state for field: _literal


_multiline

boolean _multiline
Field _multiline.


_has_multiline

boolean _has_multiline
keeps track of state for field: _multiline


_unicodeCase

boolean _unicodeCase
Field _unicodeCase.


_has_unicodeCase

boolean _has_unicodeCase
keeps track of state for field: _unicodeCase


_unixLines

boolean _unixLines
Field _unixLines.


_has_unixLines

boolean _has_unixLines
keeps track of state for field: _unixLines


_parameters

Parameters _parameters
Field _parameters.


Package org.opennms.netmgt.config.jdbc

Class org.opennms.netmgt.config.jdbc.JdbcColumn extends Object implements Serializable

serialVersionUID: 2519632811400677757L

Serialized Fields

m_columnName

String m_columnName

m_dataSourceName

String m_dataSourceName

m_dataType

String m_dataType

m_alias

String m_alias

Class org.opennms.netmgt.config.jdbc.JdbcDataCollection extends Object implements Serializable

serialVersionUID: -7451959128852991463L

Serialized Fields

m_name

String m_name

m_jdbcRrd

JdbcRrd m_jdbcRrd

m_jdbcQueries

List<E> m_jdbcQueries

Class org.opennms.netmgt.config.jdbc.JdbcDataCollectionConfig extends Object implements Serializable

serialVersionUID: -7884808717236892997L

Serialized Fields

m_jdbcDataCollections

List<E> m_jdbcDataCollections

m_rrdRepository

String m_rrdRepository

Class org.opennms.netmgt.config.jdbc.JdbcQuery extends Object implements Serializable

serialVersionUID: -9083835215058208854L

Serialized Fields

m_queryName

String m_queryName

m_recheckInterval

int m_recheckInterval

m_ifType

String m_ifType

m_resourceType

String m_resourceType

m_jdbcStatement

JdbcStatement m_jdbcStatement

m_instanceColumn

String m_instanceColumn

m_jdbcColumns

List<E> m_jdbcColumns

Class org.opennms.netmgt.config.jdbc.JdbcRrd extends Object implements Serializable

serialVersionUID: 143526958273169546L

Serialized Fields

m_step

Integer m_step

m_jdbcRras

List<E> m_jdbcRras

Class org.opennms.netmgt.config.jdbc.JdbcStatement extends Object implements Serializable

serialVersionUID: 883422287764280313L

Serialized Fields

m_jdbcQuery

String m_jdbcQuery

Package org.opennms.netmgt.config.kscReports

Class org.opennms.netmgt.config.kscReports.Graph extends Object implements Serializable

Serialized Fields

_title

String _title
Field _title.


_resourceId

String _resourceId
Field _resourceId.


_nodeId

String _nodeId
Field _nodeId.


_domain

String _domain
Field _domain.


_interfaceId

String _interfaceId
Field _interfaceId.


_timespan

String _timespan
Field _timespan.


_graphtype

String _graphtype
Field _graphtype.


_extlink

String _extlink
Field _extlink.

Class org.opennms.netmgt.config.kscReports.Report extends Object implements Serializable

Serialized Fields

_id

int _id
Field _id.


_has_id

boolean _has_id
keeps track of state for field: _id


_title

String _title
Field _title.


_show_timespan_button

boolean _show_timespan_button
Field _show_timespan_button.


_has_show_timespan_button

boolean _has_show_timespan_button
keeps track of state for field: _show_timespan_button


_show_graphtype_button

boolean _show_graphtype_button
Field _show_graphtype_button.


_has_show_graphtype_button

boolean _has_show_graphtype_button
keeps track of state for field: _show_graphtype_button


_graphs_per_line

int _graphs_per_line
Field _graphs_per_line.


_has_graphs_per_line

boolean _has_graphs_per_line
keeps track of state for field: _graphs_per_line


_graphList

List<E> _graphList
Field _graphList.

Class org.opennms.netmgt.config.kscReports.ReportsList extends Object implements Serializable

Serialized Fields

_reportList

List<E> _reportList
Field _reportList.


Package org.opennms.netmgt.config.linkd

Class org.opennms.netmgt.config.linkd.ExcludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.linkd.Filter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.linkd.IncludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.linkd.Iproutes extends Object implements Serializable

Serialized Fields

_vendorList

List<E> _vendorList
Identifies the classes to get ipRouute from specific vendor devices sysoids.

Class org.opennms.netmgt.config.linkd.LinkdConfiguration extends Object implements Serializable

Serialized Fields

_threads

int _threads
The max number of threads used for polling snmp devices and discovery links.


_has_threads

boolean _has_threads
keeps track of state for field: _threads


_initial_sleep_time

long _initial_sleep_time
The initial sleep time in mill seconds before starting Snmp Collection.


_has_initial_sleep_time

boolean _has_initial_sleep_time
keeps track of state for field: _initial_sleep_time


_snmp_poll_interval

long _snmp_poll_interval
Snmp Poll Time interval in mill seconds.


_has_snmp_poll_interval

boolean _has_snmp_poll_interval
keeps track of state for field: _snmp_poll_interval


_discovery_link_interval

long _discovery_link_interval
Time interval in mill seconds from last snmp collection and link discovery.


_has_discovery_link_interval

boolean _has_discovery_link_interval
keeps track of state for field: _discovery_link_interval


_autoDiscovery

boolean _autoDiscovery
Whether Linkd should generate newSuspect events for ip addresses unknown to OpenNMS found on nodes snmp tables.


_has_autoDiscovery

boolean _has_autoDiscovery
keeps track of state for field: _autoDiscovery


_enableDiscoveryDownload

boolean _enableDiscoveryDownload
Whether Discovery Link should try to get specific snmp bridge info probably lost in snmp data collection. Should be enabled only in very complex network where snmpCollection often fails. Enabling this flags slows the discovery process a lot.


_has_enableDiscoveryDownload

boolean _has_enableDiscoveryDownload
keeps track of state for field: _enableDiscoveryDownload


_enableVlanDiscovery

boolean _enableVlanDiscovery
Whether SnmpCollection has to collect snmp Vlan tables on devices. The Vlan data collection is made using the classes defined in vlans elements.


_has_enableVlanDiscovery

boolean _has_enableVlanDiscovery
keeps track of state for field: _enableVlanDiscovery


_useCdpDiscovery

boolean _useCdpDiscovery
Whether links discovery process should use cisco discovery protocol snmp tables.


_has_useCdpDiscovery

boolean _has_useCdpDiscovery
keeps track of state for field: _useCdpDiscovery


_useIpRouteDiscovery

boolean _useIpRouteDiscovery
Whether links discovery process should use ip route tables.


_has_useIpRouteDiscovery

boolean _has_useIpRouteDiscovery
keeps track of state for field: _useIpRouteDiscovery


_useBridgeDiscovery

boolean _useBridgeDiscovery
Whether links discovery process should use snmp bridge and spanning tree tables.


_has_useBridgeDiscovery

boolean _has_useBridgeDiscovery
keeps track of state for field: _useBridgeDiscovery


_saveRouteTable

boolean _saveRouteTable
Whether Linkd has to save snmp ip route tables to database


_has_saveRouteTable

boolean _has_saveRouteTable
keeps track of state for field: _saveRouteTable


_saveStpNodeTable

boolean _saveStpNodeTable
Whether Linkd has save bridge base informations to database.


_has_saveStpNodeTable

boolean _has_saveStpNodeTable
keeps track of state for field: _saveStpNodeTable


_saveStpInterfaceTable

boolean _saveStpInterfaceTable
Whether Linkd has to save to database bridge interfaces informations to database.


_has_saveStpInterfaceTable

boolean _has_saveStpInterfaceTable
keeps track of state for field: _saveStpInterfaceTable


_forceIpRouteDiscoveryOnEthernet

boolean _forceIpRouteDiscoveryOnEthernet
Whether Linkd has to find links using ip route tables on ethernet interfaces.


_has_forceIpRouteDiscoveryOnEthernet

boolean _has_forceIpRouteDiscoveryOnEthernet
keeps track of state for field: _forceIpRouteDiscoveryOnEthernet


_iproutes

Iproutes _iproutes
A section to get specific Vendors ipRoute informations that are used to get ipRoute tables on nodes.


_vlans

Vlans _vlans
A section to get specific Vendors Vlan informations that are used to get vlan tables on nodes.


_packageList

List<E> _packageList
Package encapsulating addresses, data to be collected for these addresses, etc..

Class org.opennms.netmgt.config.linkd.Package extends Object implements Serializable

Serialized Fields

_name

String _name
Name or identifier for this package.


_snmp_poll_interval

long _snmp_poll_interval
OverWrite link-configuration corresponding attribute


_has_snmp_poll_interval

boolean _has_snmp_poll_interval
keeps track of state for field: _snmp_poll_interval


_discovery_link_interval

long _discovery_link_interval
OverWrite link-configuration corresponding attribute


_has_discovery_link_interval

boolean _has_discovery_link_interval
keeps track of state for field: _discovery_link_interval


_autoDiscovery

boolean _autoDiscovery
OverWrite default value of link-configuration corresponding attribute


_has_autoDiscovery

boolean _has_autoDiscovery
keeps track of state for field: _autoDiscovery


_enableDiscoveryDownload

boolean _enableDiscoveryDownload
OverWrite default value of link-configuration corresponding attribute


_has_enableDiscoveryDownload

boolean _has_enableDiscoveryDownload
keeps track of state for field: _enableDiscoveryDownload


_enableVlanDiscovery

boolean _enableVlanDiscovery
OverWrite default value of link-configuration corresponding attribute


_has_enableVlanDiscovery

boolean _has_enableVlanDiscovery
keeps track of state for field: _enableVlanDiscovery


_useCdpDiscovery

boolean _useCdpDiscovery
OverWrite default value of link-configuration corresponding attribute


_has_useCdpDiscovery

boolean _has_useCdpDiscovery
keeps track of state for field: _useCdpDiscovery


_useIpRouteDiscovery

boolean _useIpRouteDiscovery
OverWrite default value of link-configuration corresponding attribute


_has_useIpRouteDiscovery

boolean _has_useIpRouteDiscovery
keeps track of state for field: _useIpRouteDiscovery


_useBridgeDiscovery

boolean _useBridgeDiscovery
OverWrite default value of link-configuration corresponding attribute


_has_useBridgeDiscovery

boolean _has_useBridgeDiscovery
keeps track of state for field: _useBridgeDiscovery


_saveRouteTable

boolean _saveRouteTable
OverWrite default value of link-configuration corresponding attribute


_has_saveRouteTable

boolean _has_saveRouteTable
keeps track of state for field: _saveRouteTable


_saveStpNodeTable

boolean _saveStpNodeTable
OverWrite default value of link-configuration corresponding attribute


_has_saveStpNodeTable

boolean _has_saveStpNodeTable
keeps track of state for field: _saveStpNodeTable


_saveStpInterfaceTable

boolean _saveStpInterfaceTable
OverWrite default value of link-configuration corresponding attribute


_has_saveStpInterfaceTable

boolean _has_saveStpInterfaceTable
keeps track of state for field: _saveStpInterfaceTable


_forceIpRouteDiscoveryOnEthernet

boolean _forceIpRouteDiscoveryOnEthernet
OverWrite default value of link-configuration corresponding attribute


_has_forceIpRouteDiscoveryOnEthernet

boolean _has_forceIpRouteDiscoveryOnEthernet
keeps track of state for field: _forceIpRouteDiscoveryOnEthernet


_filter

Filter _filter
A rule which adresses belonging to this package must pass. This package is applied only to addresses that pass this filter.


_specificList

List<E> _specificList
Adresses in this package


_includeRangeList

List<E> _includeRangeList
Range of adresses in this package.


_excludeRangeList

List<E> _excludeRangeList
Range of adresses to be excluded from this package.


_includeUrlList

List<E> _includeUrlList
A file URL holding specific addresses to be polled. Each line in the URL file can be one of: # or or #. Lines starting with a '#' are ignored and so are characters after a '#' in a line.

Class org.opennms.netmgt.config.linkd.Vendor extends Object implements Serializable

Serialized Fields

_vendor_name

String _vendor_name
Vendor identifier.


_sysoidRootMask

String _sysoidRootMask
Vendor sysoid root identifier.


_className

String _className
Java Class Name to get Vlans Info on matching Sysoids.


_specificList

List<E> _specificList
Specific sysoid submask node to be polled to get vlan.


_includeRangeList

List<E> _includeRangeList
Range of sysoids submask nodes to be polled to get vlan


_excludeRangeList

List<E> _excludeRangeList
Range of sysoid submask nodes to be excluded from the polling to get vlan

Class org.opennms.netmgt.config.linkd.Vlans extends Object implements Serializable

Serialized Fields

_vendorList

List<E> _vendorList
Identifies the classes to get Vlans from specific vendor devices sysoids.


Package org.opennms.netmgt.config.mailtransporttest

Class org.opennms.netmgt.config.mailtransporttest.JavamailProperty extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.mailtransporttest.MailTest extends Object implements Serializable

Serialized Fields

_sendmailTest

SendmailTest _sendmailTest
This entity defines the test for sending mail. Attributes are used to derive values of java mail properties, or, they can be specified directly as key value pairs. Attributes will are easier to read but there isn't an attribute for every javamail property possible (some are fairly obscure).


_readmailTest

ReadmailTest _readmailTest
Field _readmailTest.

Class org.opennms.netmgt.config.mailtransporttest.MailTransportTest extends Object implements Serializable

Serialized Fields

_mailTest

MailTest _mailTest
Defines a use case for testing mail. If both a send and a read test are configured, then the use case (d) will be executed.

Class org.opennms.netmgt.config.mailtransporttest.ReadmailHost extends Object implements Serializable

Serialized Fields

_host

String _host
Field _host.


_port

long _port
Field _port.


_has_port

boolean _has_port
keeps track of state for field: _port


_readmailProtocol

ReadmailProtocol _readmailProtocol
Basically attributes that help setup the javamailer's confusion set of properties.

Class org.opennms.netmgt.config.mailtransporttest.ReadmailProtocol extends Object implements Serializable

Serialized Fields

_transport

String _transport
Field _transport.


_sslEnable

boolean _sslEnable
Field _sslEnable.


_has_sslEnable

boolean _has_sslEnable
keeps track of state for field: _sslEnable


_startTls

boolean _startTls
Field _startTls.


_has_startTls

boolean _has_startTls
keeps track of state for field: _startTls

Class org.opennms.netmgt.config.mailtransporttest.ReadmailTest extends Object implements Serializable

Serialized Fields

_debug

boolean _debug
Field _debug.


_has_debug

boolean _has_debug
keeps track of state for field: _debug


_mailFolder

String _mailFolder
Field _mailFolder.


_subjectMatch

String _subjectMatch
Field _subjectMatch.


_attemptInterval

long _attemptInterval
Field _attemptInterval.


_has_attemptInterval

boolean _has_attemptInterval
keeps track of state for field: _attemptInterval


_deleteAllMail

boolean _deleteAllMail
Field _deleteAllMail.


_has_deleteAllMail

boolean _has_deleteAllMail
keeps track of state for field: _deleteAllMail


_javamailPropertyList

List<E> _javamailPropertyList
Use these name value pairs to configure freeform properties from the JavaMail class.


_readmailHost

ReadmailHost _readmailHost
Define the host and port of the sendmail server. If you don't, defaults will be used and ${ipaddr} is replaced with the IP address of the service.


_userAuth

UserAuth _userAuth
Configure user based authentication.

Class org.opennms.netmgt.config.mailtransporttest.SendmailHost extends Object implements Serializable

Serialized Fields

_host

String _host
Field _host.


_port

long _port
Field _port.


_has_port

boolean _has_port
keeps track of state for field: _port

Class org.opennms.netmgt.config.mailtransporttest.SendmailMessage extends Object implements Serializable

Serialized Fields

_to

String _to
Field _to.


_from

String _from
Field _from.


_subject

String _subject
Field _subject.


_body

String _body
Field _body.

Class org.opennms.netmgt.config.mailtransporttest.SendmailProtocol extends Object implements Serializable

Serialized Fields

_charSet

String _charSet
Field _charSet.


_mailer

String _mailer
Field _mailer.


_messageContentType

String _messageContentType
Field _messageContentType.


_messageEncoding

String _messageEncoding
Field _messageEncoding.


_quitWait

boolean _quitWait
Field _quitWait.


_has_quitWait

boolean _has_quitWait
keeps track of state for field: _quitWait


_transport

String _transport
Field _transport.


_sslEnable

boolean _sslEnable
Field _sslEnable.


_has_sslEnable

boolean _has_sslEnable
keeps track of state for field: _sslEnable


_startTls

boolean _startTls
Field _startTls.


_has_startTls

boolean _has_startTls
keeps track of state for field: _startTls

Class org.opennms.netmgt.config.mailtransporttest.SendmailTest extends Object implements Serializable

Serialized Fields

_debug

boolean _debug
Field _debug.


_has_debug

boolean _has_debug
keeps track of state for field: _debug


_useAuthentication

boolean _useAuthentication
Field _useAuthentication.


_has_useAuthentication

boolean _has_useAuthentication
keeps track of state for field: _useAuthentication


_useJmta

boolean _useJmta
Field _useJmta.


_has_useJmta

boolean _has_useJmta
keeps track of state for field: _useJmta


_attemptInterval

long _attemptInterval
Field _attemptInterval.


_has_attemptInterval

boolean _has_attemptInterval
keeps track of state for field: _attemptInterval


_javamailPropertyList

List<E> _javamailPropertyList
Use these name value pairs to configure freeform properties from the JavaMail class.


_sendmailHost

SendmailHost _sendmailHost
Define the host and port of the sendmail server. If you don't, defaults will be used and ${ipaddr} is replaced with the IP address of the service.


_sendmailProtocol

SendmailProtocol _sendmailProtocol
Basically attributes that help setup the javamailer's confusion set of properties.


_sendmailMessage

SendmailMessage _sendmailMessage
Define the to, from, subject, and body of a message. If not defined, one will be defined for your benefit (or confusion ;-)


_userAuth

UserAuth _userAuth
Configure user based authentication.

Class org.opennms.netmgt.config.mailtransporttest.UserAuth extends Object implements Serializable

Serialized Fields

_userName

String _userName
Field _userName.


_password

String _password
Field _password.


Package org.opennms.netmgt.config.map.adapter

Class org.opennms.netmgt.config.map.adapter.Celement extends Object implements Serializable

Serialized Fields

_icon

String _icon
The icon of the element to add


_package

String _package
The package used to get elements

Class org.opennms.netmgt.config.map.adapter.Cmap extends Object implements Serializable

Serialized Fields

_mapName

String _mapName
The Name of the map


_mapOwner

String _mapOwner
The Owner of the map


_mapGroup

String _mapGroup
The Group of the map


_mapAccess

String _mapAccess
The Access scheme of the map


_mapBG

String _mapBG
The Background of the map


_mapWidth

int _mapWidth
The map width


_has_mapWidth

boolean _has_mapWidth
keeps track of state for field: _mapWidth


_mapHeight

int _mapHeight
The map height


_has_mapHeight

boolean _has_mapHeight
keeps track of state for field: _mapHeight


_celementList

List<E> _celementList
A Rule for adding elements to the map automatically


_csubmapList

List<E> _csubmapList
Field _csubmapList.

Class org.opennms.netmgt.config.map.adapter.Cmaps extends Object implements Serializable

Serialized Fields

_cmapList

List<E> _cmapList
This represents a map in the opennms system.

Class org.opennms.netmgt.config.map.adapter.Csubmap extends Object implements Serializable

Serialized Fields

_name

String _name
The Name of the submap to add. This map must exist.


_label

String _label
The Label of the submap


_icon

String _icon
The icon of the submap to add


_x

int _x
The x coordinate position of the element


_has_x

boolean _has_x
keeps track of state for field: _x


_y

int _y
The y coordinate position of the element


_has_y

boolean _has_y
keeps track of state for field: _y


_addwithoutelements

boolean _addwithoutelements
Whether MapsAdapter should add the submap if it has no elements.


_has_addwithoutelements

boolean _has_addwithoutelements
keeps track of state for field: _addwithoutelements

Class org.opennms.netmgt.config.map.adapter.ExcludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.map.adapter.Filter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.map.adapter.IncludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.map.adapter.MapsAdapterConfiguration extends Object implements Serializable

Serialized Fields

_elementDimension

int _elementDimension
The Element dimension in pixel.


_has_elementDimension

boolean _has_elementDimension
keeps track of state for field: _elementDimension


_packageList

List<E> _packageList
Package encapsulating addresses, services to be polled for these addresses, etc..


_cmaps

Cmaps _cmaps
Configuration of maps functionality

Class org.opennms.netmgt.config.map.adapter.Package extends Object implements Serializable

Serialized Fields

_name

String _name
Name or identifier for this package.


_filter

Filter _filter
A rule which addresses belonging to this package must pass. This package is applied only to addresses that pass this filter.


_specificList

List<E> _specificList
Addresses in this package


_includeRangeList

List<E> _includeRangeList
Range of addresses in this package.


_excludeRangeList

List<E> _excludeRangeList
Range of addresses to be excluded from this package.


_includeUrlList

List<E> _includeUrlList
A file URL holding specific addresses to be polled. Each line in the URL file can be one of: # or or #. Lines starting with a '#' are ignored and so are characters after a '#' in a line.


Package org.opennms.netmgt.config.microblog

Class org.opennms.netmgt.config.microblog.MicroblogConfiguration extends Object implements Serializable

Serialized Fields

_defaultMicroblogProfileName

String _defaultMicroblogProfileName
Field _defaultMicroblogProfileName.


_microblogProfileList

List<E> _microblogProfileList
This entity defines the parameters for a microblog service.

Class org.opennms.netmgt.config.microblog.MicroblogProfile extends Object implements Serializable

Serialized Fields

_serviceUrl

String _serviceUrl
Field _serviceUrl.


_authenUsername

String _authenUsername
Field _authenUsername.


_authenPassword

String _authenPassword
Field _authenPassword.


_name

String _name
Field _name.


Package org.opennms.netmgt.config.modelimport

Class org.opennms.netmgt.config.modelimport.Asset extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.modelimport.Category extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.

Class org.opennms.netmgt.config.modelimport.Interface extends Object implements Serializable

Serialized Fields

_ipAddr

String _ipAddr
Field _ipAddr.


_descr

Object _descr
This will be used to set a description field. Currently a calculation of (ifDescr | ifName | ifAlias)


_status

int _status
Set this optional value to 3 to indicate "testing". Any other value is ignored.


_has_status

boolean _has_status
keeps track of state for field: _status


_managed

boolean _managed
Field _managed.


_has_managed

boolean _has_managed
keeps track of state for field: _managed


_snmpPrimary

InterfaceSnmpPrimaryType _snmpPrimary
This attribute is used by OpenNMS to control SNMP data collection. P - Primary interface. This is the "preferred interface used in data collection. S - Secondary interface. This interface meets all the qualifications to be a primary interface. C - Collectable interface. This is a manual setting controlled by the user. N - Not a collectable interface. This is a manual setting controlled by the user. If the snmpStorageFlag is set to "all", then all interfaces not set to 'N' will be collected. If the snmpStorageFlag is set to "select", then all interfaces with 'P|S|C' will be collected. If the snmpStorageFlag is set to "primary", then only the interfaces set to 'P' will be collected.


_monitoredServiceList

List<E> _monitoredServiceList
This element is defined outside of the interface element for future use where it is expected that services on other network entities will be able to be defined (i.e. networks, nodes and applications)


_categoryList

List<E> _categoryList
This element is used to specify OpenNMS specific categories. Note: currently, these categories are defined in a separate configuration file and are related directly to monitored services. I have separated out this element so that it can be referenced by other entities (nodes, interfaces, etc.) however, they will be ignored until the domain model is changed and the service layer is adapted for this behavior.

Class org.opennms.netmgt.config.modelimport.ModelImport extends Object implements Serializable

Serialized Fields

_dateStamp

Date _dateStamp
Field _dateStamp.


_lastImport

Date _lastImport
Field _lastImport.


_foreignSource

String _foreignSource
Field _foreignSource.


_nodeList

List<E> _nodeList
A node in OpenNMS is a network entity that is used to contain network interfaces and those interface's services.

Class org.opennms.netmgt.config.modelimport.MonitoredService extends Object implements Serializable

Serialized Fields

_serviceName

String _serviceName
Field _serviceName.


_categoryList

List<E> _categoryList
This element is used to specify OpenNMS specific categories. Note: currently, these categories are defined in a separate configuration file and are related directly to monitored services. I have separated out this element so that it can be referenced by other entities (nodes, interfaces, etc.) however, they will be ignored until the domain model is changed and the service layer is adapted for this behavior.

Class org.opennms.netmgt.config.modelimport.Node extends Object implements Serializable

Serialized Fields

_nodeLabel

String _nodeLabel
Field _nodeLabel.


_foreignId

String _foreignId
This optional attribute can be used to facilitate integration by making the key from the integrating DB available adjacent to the OpenNMS key.


_parentForeignId

String _parentForeignId
This optional attribute can be used to facilitate building node relationships.


_parentNodeLabel

String _parentNodeLabel
This optional attribute can be used to facilitate building node relationships.


_city

String _city
This optional attribute can be used to persist an asset value to the building column in the OpenNMS DB.


_building

String _building
This optional attribute can be used to persist an asset value to the building column in the OpenNMS DB.


_interfaceList

List<E> _interfaceList
A network interface.


_categoryList

List<E> _categoryList
This element is used to specify OpenNMS specific categories. Note: currently, these categories are defined in a separate configuration file and are related directly to monitored services. I have separated out this element so that it can be referenced by other entities (nodes, interfaces, etc.) however, they will be ignored until the domain model is changed and the service layer is adapted for this behavior.


_assetList

List<E> _assetList
This element is used to specify an asset record attribute.


Package org.opennms.netmgt.config.modelimport.types

Class org.opennms.netmgt.config.modelimport.types.InterfaceSnmpPrimaryType extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Method readResolve. will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type.


stringValue

String stringValue
Field stringValue.


Package org.opennms.netmgt.config.monitoringLocations

Class org.opennms.netmgt.config.monitoringLocations.LocationDef extends Object implements Serializable

Serialized Fields

_locationName

String _locationName
Field _locationName.


_monitoringArea

String _monitoringArea
Field _monitoringArea.


_pollingPackageName

String _pollingPackageName
Field _pollingPackageName.


_geolocation

String _geolocation
Field _geolocation.


_coordinates

String _coordinates
Field _coordinates.


_priority

long _priority
Field _priority.


_has_priority

boolean _has_priority
keeps track of state for field: _priority


_tags

Tags _tags
An collection of tags.

Class org.opennms.netmgt.config.monitoringLocations.Locations extends Object implements Serializable

Serialized Fields

_locationDefList

List<E> _locationDefList
This element contains the name of the location, the name of the monitoring area (used to aggregate locations, example: Area San Francisco, location name "SFO" which becomes SFO-1 or SFO-BuildingA, etc.) Additionally, a geolocation can be provided (an address or other identifying location that can be looked up with a geolocation API), as well as coordinates (latitude,longitude). Finally, a priority can be assigned to the location, for purposes of sorting (1 = highest, 100 = lowest). The polling package name is used to associate with a polling configuration found in the polling-configuration.xml file.

Class org.opennms.netmgt.config.monitoringLocations.MonitoringLocationsConfiguration extends Object implements Serializable

Serialized Fields

_locations

Locations _locations
The name and polling configuration for each monitoring location. Note: multiple monitors can use the same monitoring location, they will get assigned and ID with the name of the location prepended (example: location name "SFO" instance could be "SFO-1" or "SFO-Building A" as the instance is defined by the user during registration of the distributed monitor).


Package org.opennms.netmgt.config.notifd

Class org.opennms.netmgt.config.notifd.AutoAcknowledge extends Object implements Serializable

Serialized Fields

_resolutionPrefix

String _resolutionPrefix
Field _resolutionPrefix.


_uei

String _uei
Field _uei.


_acknowledge

String _acknowledge
Field _acknowledge.


_notify

boolean _notify
Field _notify.


_has_notify

boolean _has_notify
keeps track of state for field: _notify


_matchList

List<E> _matchList
Field _matchList.

Class org.opennms.netmgt.config.notifd.HandlerClass extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_initParamsList

List<E> _initParamsList
Field _initParamsList.

Class org.opennms.netmgt.config.notifd.InitParams extends Object implements Serializable

Serialized Fields

_paramName

String _paramName
Field _paramName.


_paramValue

String _paramValue
Field _paramValue.

Class org.opennms.netmgt.config.notifd.NotifdConfiguration extends Object implements Serializable

Serialized Fields

_status

String _status
Field _status.


_pagesSent

String _pagesSent
Field _pagesSent.


_nextNotifId

String _nextNotifId
Field _nextNotifId.


_nextUserNotifId

String _nextUserNotifId
Field _nextUserNotifId.


_nextGroupId

String _nextGroupId
Field _nextGroupId.


_serviceIdSql

String _serviceIdSql
Field _serviceIdSql.


_outstandingNoticesSql

String _outstandingNoticesSql
Field _outstandingNoticesSql.


_acknowledgeIdSql

String _acknowledgeIdSql
Field _acknowledgeIdSql.


_acknowledgeUpdateSql

String _acknowledgeUpdateSql
Field _acknowledgeUpdateSql.


_matchAll

boolean _matchAll
Field _matchAll.


_has_matchAll

boolean _has_matchAll
keeps track of state for field: _matchAll


_emailAddressCommand

String _emailAddressCommand
Field _emailAddressCommand.


_numericSkipResolutionPrefix

boolean _numericSkipResolutionPrefix
Field _numericSkipResolutionPrefix.


_has_numericSkipResolutionPrefix

boolean _has_numericSkipResolutionPrefix
keeps track of state for field: _numericSkipResolutionPrefix


_autoAcknowledgeList

List<E> _autoAcknowledgeList
Field _autoAcknowledgeList.


_queueList

List<E> _queueList
Field _queueList.


_outageCalendarList

List<E> _outageCalendarList
Field _outageCalendarList.

Class org.opennms.netmgt.config.notifd.Queue extends Object implements Serializable

Serialized Fields

_queueId

String _queueId
Field _queueId.


_interval

String _interval
Field _interval.


_handlerClass

HandlerClass _handlerClass
Field _handlerClass.


Package org.opennms.netmgt.config.notificationCommands

Class org.opennms.netmgt.config.notificationCommands.Argument extends Object implements Serializable

Serialized Fields

_streamed

String _streamed
Field _streamed.


_substitution

String _substitution
Field _substitution.


_switch

String _switch
Field _switch.

Class org.opennms.netmgt.config.notificationCommands.Command extends Object implements Serializable

Serialized Fields

_binary

String _binary
Field _binary.


_name

String _name
Field _name.


_execute

String _execute
Field _execute.


_comment

String _comment
Field _comment.


_argumentList

List<E> _argumentList
Field _argumentList.

Class org.opennms.netmgt.config.notificationCommands.Header extends Object implements Serializable

Serialized Fields

_ver

String _ver
Field _ver.


_created

String _created
creation time in the 'dow mon dd hh:mm:ss zzz yyyy' format


_mstation

String _mstation
Field _mstation.

Class org.opennms.netmgt.config.notificationCommands.NotificationCommands extends Object implements Serializable

Serialized Fields

_header

Header _header
Field _header.


_commandList

List<E> _commandList
Field _commandList.


Package org.opennms.netmgt.config.notifications

Class org.opennms.netmgt.config.notifications.Notification extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_status

String _status
Field _status.


_writeable

String _writeable
Field _writeable.


_uei

String _uei
Field _uei.


_description

String _description
Field _description.


_rule

String _rule
Field _rule.


_noticeQueue

String _noticeQueue
Field _noticeQueue.


_destinationPath

String _destinationPath
Field _destinationPath.


_textMessage

String _textMessage
Field _textMessage.


_subject

String _subject
Field _subject.


_numericMessage

String _numericMessage
Field _numericMessage.


_eventSeverity

String _eventSeverity
Field _eventSeverity.


_parameterList

List<E> _parameterList
Field _parameterList.


_varbind

Varbind _varbind
The varbind element

Class org.opennms.netmgt.config.notifications.Notifications extends Object implements Serializable

Serialized Fields

_header

Header _header
Header containing information about this configuration file.


_notificationList

List<E> _notificationList
Field _notificationList.

Class org.opennms.netmgt.config.notifications.Parameter extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.notifications.Varbind extends Object implements Serializable

Serialized Fields

_vbname

String _vbname
The varbind element number


_vbvalue

String _vbvalue
The varbind element value


Package org.opennms.netmgt.config.nsclient

Class org.opennms.netmgt.config.nsclient.Attrib extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_alias

String _alias
Field _alias.


_type

String _type
Field _type.


_maxval

String _maxval
Field _maxval.


_minval

String _minval
Field _minval.

Class org.opennms.netmgt.config.nsclient.Definition extends Object implements Serializable

Serialized Fields

_port

int _port
If set, overrides TCP port 1248 as the port where NSClient requests are sent.


_has_port

boolean _has_port
keeps track of state for field: _port


_retry

int _retry
number of retries


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_timeout

int _timeout
timeout (in milliseconds)


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_password

String _password
Password for this definition


_rangeList

List<E> _rangeList
IP address range to which this definition applies.


_specificList

List<E> _specificList
Specific IP address to which this definition applies.


_ipMatchList

List<E> _ipMatchList
Match Octets (as in IPLIKE)

Class org.opennms.netmgt.config.nsclient.NsclientCollection extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_rrd

Rrd _rrd
RRD parms


_wpms

Wpms _wpms
Nsclient object groups

Class org.opennms.netmgt.config.nsclient.NsclientConfig extends Object implements Serializable

Serialized Fields

_port

int _port
If set, overrides TCP port 1248 as the port where NSClient requests are sent.


_has_port

boolean _has_port
keeps track of state for field: _port


_retry

int _retry
Default number of retries


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_timeout

int _timeout
Default timeout (in milliseconds)


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_password

String _password
Default password


_definitionList

List<E> _definitionList
Maps IP addresses to specific NSClient parmeters (retries, timeouts...)

Class org.opennms.netmgt.config.nsclient.NsclientDatacollectionConfig extends Object implements Serializable

Serialized Fields

_rrdRepository

String _rrdRepository
Field _rrdRepository.


_nsclientCollectionList

List<E> _nsclientCollectionList
A grouping of Nsclient related RRD parms and Nsclient object groups

Class org.opennms.netmgt.config.nsclient.Wpm extends Object implements Serializable

Serialized Fields

_name

String _name
The name of this group, for user id purposes


_keyvalue

String _keyvalue
The Key value which, if present, indicates that the rest of this group should be collected


_recheckInterval

int _recheckInterval
Specifies how often the key value of this group should be rechecked for existence. In milliseconds


_has_recheckInterval

boolean _has_recheckInterval
keeps track of state for field: _recheckInterval


_attribList

List<E> _attribList
An NSClient Object

Class org.opennms.netmgt.config.nsclient.Wpms extends Object implements Serializable

Serialized Fields

_wpmList

List<E> _wpmList
An NSClient Object Group


Package org.opennms.netmgt.config.opennmsDataSources

Class org.opennms.netmgt.config.opennmsDataSources.DataSourceConfiguration extends Object implements Serializable

Serialized Fields

_jdbcDataSourceList

List<E> _jdbcDataSourceList
Top-level element for the opennms-database.xml configuration file.

Class org.opennms.netmgt.config.opennmsDataSources.JdbcDataSource extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_databaseName

String _databaseName
Field _databaseName.


_url

String _url
Field _url.


_className

String _className
Field _className.


_userName

String _userName
Field _userName.


_password

String _password
Field _password.


_paramList

List<E> _paramList
Field _paramList.

Class org.opennms.netmgt.config.opennmsDataSources.Param extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

String _value
Field _value.


Package org.opennms.netmgt.config.outage

Class org.opennms.netmgt.config.outage.OutageConfiguration extends Object implements Serializable

Serialized Fields

_writers

int _writers
Maximum number of threads reading the events and updating the database.


_has_writers

boolean _has_writers
keeps track of state for field: _writers


_getNextOutageID

String _getNextOutageID
SQL query to get next value of the 'outageNxtId' database sequence to make the access database independant.


_deletePropagation

String _deletePropagation
Flag which indicates if a delete service event should propagate to a delete interface or delete node event, if approciate.


Package org.opennms.netmgt.config.pagesequence

Class org.opennms.netmgt.config.pagesequence.Page extends Object implements Serializable

Serialized Fields

_method

String _method
Field _method.


_httpVersion

String _httpVersion
Field _httpVersion.


_userAgent

String _userAgent
Field _userAgent.


_virtualHost

String _virtualHost
Field _virtualHost.


_scheme

String _scheme
Field _scheme.


_userInfo

String _userInfo
Field _userInfo.


_host

String _host
Field _host.


_port

int _port
Field _port.


_has_port

boolean _has_port
keeps track of state for field: _port


_path

String _path
Field _path.


_query

String _query
Field _query.


_fragment

String _fragment
Field _fragment.


_failureMatch

String _failureMatch
Field _failureMatch.


_failureMessage

String _failureMessage
Field _failureMessage.


_successMatch

String _successMatch
Field _successMatch.


_locationMatch

String _locationMatch
Field _locationMatch.


_responseRange

String _responseRange
Field _responseRange.


_dsName

String _dsName
Field _dsName.


_parameterList

List<E> _parameterList
Currently only used for HTTP form parameters.


_sessionVariableList

List<E> _sessionVariableList
Assign the value of a regex match group to a session variable with a user-defined name. The match group is identified by number and must be zero or greater.

Class org.opennms.netmgt.config.pagesequence.PageSequence extends Object implements Serializable

Serialized Fields

_pageList

List<E> _pageList
This element specifies all the possible attributes in as fine grained detail as possible. All that is really required (as you can see below) is the "path" attribute. From that one attribute, the IP address passed in through the ServiceMonitor and ServiceCollector interface, the URL will be fully generated using the supplied defaults in this config. Configure attributes these attributes to the level of detail you need to fully control the behavior. A little bit of indirection is possible here with the host attribute. If the host attribute is anything other than the default, that value will be used instead of the IP address passed in through the API (Interface).

Class org.opennms.netmgt.config.pagesequence.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key
Field _key.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.pagesequence.SessionVariable extends Object implements Serializable

Serialized Fields

_matchGroup

int _matchGroup
Field _matchGroup.


_has_matchGroup

boolean _has_matchGroup
keeps track of state for field: _matchGroup


_name

String _name
Field _name.


Package org.opennms.netmgt.config.poller

Class org.opennms.netmgt.config.poller.CriticalService extends Object implements Serializable

Serialized Fields

_name

String _name
Name of the critical service (typically, "ICMP")

Class org.opennms.netmgt.config.poller.Downtime extends Object implements Serializable

Serialized Fields

_begin

long _begin
Start of the interval.


_has_begin

boolean _has_begin
keeps track of state for field: _begin


_end

long _end
End of the interval.


_has_end

boolean _has_end
keeps track of state for field: _end


_delete

String _delete
Attribute that determines if service is to be deleted when down continously until the start time.


_interval

long _interval
Interval at which service is to be polled between the specified start and end when service has been continously down.


_has_interval

boolean _has_interval
keeps track of state for field: _interval

Class org.opennms.netmgt.config.poller.ExcludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.poller.Filter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.poller.IncludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.poller.Interface extends Object implements Serializable

Serialized Fields

_address

String _address
IP address

Class org.opennms.netmgt.config.poller.Monitor extends Object implements Serializable

Serialized Fields

_service

String _service
Service name


_className

String _className
Java cass used to monitor/poll the service. The class must implement the org.opennms.netmgt.poller.monitors.ServiceMonitor interface.


_parameterList

List<E> _parameterList
Parameters to be used for polling this service. E.g.: for polling HTTP, the URL to hit is configurable via a parameter. Parameters are specfic to the service monitor.

Class org.opennms.netmgt.config.poller.Node extends Object implements Serializable

Serialized Fields

_id

int _id
Field _id.


_has_id

boolean _has_id
keeps track of state for field: _id

Class org.opennms.netmgt.config.poller.NodeOutage extends Object implements Serializable

Serialized Fields

_status

String _status
Enable/disable node outage processing


_pollAllIfNoCriticalServiceDefined

String _pollAllIfNoCriticalServiceDefined
Defines behavior of node outage processing when a service has changed status to DOWN and a critical service is not defined. If "true", all remaining services on the interface are polled.


_criticalService

CriticalService _criticalService
Critical service. Defining a critical service greatly reduces the traffic generated by the poller when an interface is DOWN. When an interface is DOWN only the critical service is polled. If and when the critical service comes back UP then the interface's other services are polled to determine their status. When an interface is UP all services are polled as expected. If the critical service goes DOWN, all services are considered to be DOWN and therefore the interface is also considered DOWN.

Class org.opennms.netmgt.config.poller.Outage extends BasicSchedule implements Serializable

Serialized Fields

_interfaceList

List<E> _interfaceList
List of interfaces to which the outage applies.


_nodeList

List<E> _nodeList
List of nodes to which the outage applies.

Class org.opennms.netmgt.config.poller.Outages extends Object implements Serializable

Serialized Fields

_outageList

List<E> _outageList
A scheduled outage

Class org.opennms.netmgt.config.poller.Package extends Object implements Serializable

Serialized Fields

_name

String _name
Name or identifier for this package.


_remote

boolean _remote
Boolean represnting whether this is a package for a remote location montior. If true, this package will be ignored by the OpenNMS daemon poller.


_has_remote

boolean _has_remote
keeps track of state for field: _remote


_filter

Filter _filter
A rule which adresses belonging to this package must pass. This package is applied only to addresses that pass this filter.


_specificList

List<E> _specificList
Adresses in this package


_includeRangeList

List<E> _includeRangeList
Range of adresses in this package.


_excludeRangeList

List<E> _excludeRangeList
Range of adresses to be excluded from this package.


_includeUrlList

List<E> _includeUrlList
A file URL holding specific addresses to be polled. Each line in the URL file can be one of: # or or #. Lines starting with a '#' are ignored and so are characters after a '#' in a line.


_rrd

Rrd _rrd
RRD parameters for response time data.


_serviceList

List<E> _serviceList
Services to be polled for addresses belonging to this package.


_outageCalendarList

List<E> _outageCalendarList
Scheduled outages. If a service is found down during this period, it is not reported as down.


_downtimeList

List<E> _downtimeList
Downtime model. Determines the rate at which addresses are to be polled when they remain down for extended periods.

Class org.opennms.netmgt.config.poller.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key
Field _key.


_value

String _value
Field _value.


_anyObject

Object _anyObject
Field _anyObject.

Class org.opennms.netmgt.config.poller.PollerConfiguration extends Object implements Serializable

Serialized Fields

_threads

int _threads
The maximum number of threads used for polling.


_has_threads

boolean _has_threads
keeps track of state for field: _threads


_nextOutageId

String _nextOutageId
SQL query for getting the next outage ID.


_serviceUnresponsiveEnabled

String _serviceUnresponsiveEnabled
Enable/disable serviceUnresponsive behavior


_xmlrpc

String _xmlrpc
Flag which indicates if an external XMLRPC server has to be notified with any event process errors


_pathOutageEnabled

String _pathOutageEnabled
Flag which indicates if the optional path outage feature is enabled


_nodeOutage

NodeOutage _nodeOutage
Configuration of node-outage functionality


_packageList

List<E> _packageList
Package encapsulating addresses, services to be polled for these addresses, etc..


_monitorList

List<E> _monitorList
Service monitors

Class org.opennms.netmgt.config.poller.Rrd extends Object implements Serializable

Serialized Fields

_step

int _step
Step size for the RRD, in seconds.


_has_step

boolean _has_step
keeps track of state for field: _step


_rraList

List<E> _rraList
Round Robin Archive definitions

Class org.opennms.netmgt.config.poller.Service extends Object implements Serializable

Serialized Fields

_name

String _name
Service name


_interval

long _interval
Interval at which the service is to be polled


_has_interval

boolean _has_interval
keeps track of state for field: _interval


_userDefined

String _userDefined
Specifies if the service is user defined. Used specifically for UI purposes.


_status

String _status
Status of the service. The service is polled only if this is set to 'on'.


_parameterList

List<E> _parameterList
Parameters to be used for polling this service. E.g.: for polling HTTP, the URL to hit is configurable via a parameter. Parameters are specfic to the service monitor.


Package org.opennms.netmgt.config.provisiond

Class org.opennms.netmgt.config.provisiond.ProvisiondConfiguration extends Object implements Serializable

Serialized Fields

_importThreads

long _importThreads
Field _importThreads.


_has_importThreads

boolean _has_importThreads
keeps track of state for field: _importThreads


_scanThreads

long _scanThreads
Field _scanThreads.


_has_scanThreads

boolean _has_scanThreads
keeps track of state for field: _scanThreads


_rescanThreads

long _rescanThreads
Field _rescanThreads.


_has_rescanThreads

boolean _has_rescanThreads
keeps track of state for field: _rescanThreads


_writeThreads

long _writeThreads
Field _writeThreads.


_has_writeThreads

boolean _has_writeThreads
keeps track of state for field: _writeThreads


_requistionDir

String _requistionDir
Field _requistionDir.


_foreignSourceDir

String _foreignSourceDir
Field _foreignSourceDir.


_requisitionDefList

List<E> _requisitionDefList
Defines an import job with a cron expression http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html Field Name Allowed Values Allowed Special Characters Seconds 0-59 , - / Minutes 0-59 , - / Hours 0-23 , - / Day-of-month 1-31 , - ? / L W C Month 1-12 or JAN-DEC , - / Day-of-Week 1-7 or SUN-SAT , - ? / L C # Year (Opt) empty, 1970-2099 , - /

Class org.opennms.netmgt.config.provisiond.RequisitionDef extends Object implements Serializable

Serialized Fields

_importUrlResource

String _importUrlResource
Field _importUrlResource.


_importName

String _importName
Field _importName.


_cronSchedule

String _cronSchedule
Field _cronSchedule.


Package org.opennms.netmgt.config.rancid.adapter

Class org.opennms.netmgt.config.rancid.adapter.ExcludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.rancid.adapter.Filter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.rancid.adapter.IncludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.rancid.adapter.Mapping extends Object implements Serializable

Serialized Fields

_sysoidMask

String _sysoidMask
sysoid to match.


_type

String _type
The rancid device type for the specified sysoid mask.

Class org.opennms.netmgt.config.rancid.adapter.Package extends Object implements Serializable

Serialized Fields

_name

String _name
Name or identifier for this package.


_filter

Filter _filter
A rule which addresses belonging to this package must pass. This package is applied only to addresses that pass this filter.


_specificList

List<E> _specificList
Addresses in this package


_includeRangeList

List<E> _includeRangeList
Range of addresses in this package.


_excludeRangeList

List<E> _excludeRangeList
Range of addresses to be excluded from this package.


_includeUrlList

List<E> _includeUrlList
A file URL holding specific addresses to be polled. Each line in the URL file can be one of: # or or #. Lines starting with a '#' are ignored and so are characters after a '#' in a line.

Class org.opennms.netmgt.config.rancid.adapter.Policies extends Object implements Serializable

Serialized Fields

_policyManageList

List<E> _policyManageList
This represents a policy to manage a provisioned node if matched a node will be added updated or deleted using the element attribute definitions .

Class org.opennms.netmgt.config.rancid.adapter.PolicyManage extends Object implements Serializable

Serialized Fields

_name

String _name
The name of the policy


_delay

long _delay
The time in sec to wait before trying to set the download flag to up in router.db. If schedule is there then it is verified if you are able to write to router.db in rancid. Otherwise you wait until schedule let you write on rancid.


_has_delay

boolean _has_delay
keeps track of state for field: _delay


_retries

int _retries
The maximum number of retry before sending a failure.


_has_retries

boolean _has_retries
keeps track of state for field: _retries


_useCategories

boolean _useCategories
If you want to use opennms categories to match rancid device type.


_has_useCategories

boolean _has_useCategories
keeps track of state for field: _useCategories


_defaultType

String _defaultType
The Default Rancid type, it is used when no device type for provisioned node is found.


_package

Package _package
Package encapsulating addresses, services to be polled for these addresses, etc..


_scheduleList

List<E> _scheduleList
This is a time when you can schedule set up/down to rancid

Class org.opennms.netmgt.config.rancid.adapter.RancidConfiguration extends Object implements Serializable

Serialized Fields

_delay

long _delay
The time in sec to wait before trying to set the download flag to up in router.db. If schedule is there then it is verified if you are able to write to router.db in rancid. Otherwise you wait until schedule let you write on rancid.


_has_delay

boolean _has_delay
keeps track of state for field: _delay


_retries

int _retries
The maximum number of retry before sending a failure.


_has_retries

boolean _has_retries
keeps track of state for field: _retries


_useCategories

boolean _useCategories
If you want to use opennms categories to match rancid device type.


_has_useCategories

boolean _has_useCategories
keeps track of state for field: _useCategories


_defaultType

String _defaultType
The Default Rancid type, it is used when no device type for provisioned node is found.


_policies

Policies _policies
Configuration of Policy functionality


_mappingList

List<E> _mappingList
A map from sysoids masks and rancid device type.

Class org.opennms.netmgt.config.rancid.adapter.Schedule extends BasicSchedule implements Serializable


Package org.opennms.netmgt.config.reportd

Class org.opennms.netmgt.config.reportd.Parameter extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

String _value
Field _value.


_anyObject

Object _anyObject
Field _anyObject.

Class org.opennms.netmgt.config.reportd.Report extends Object implements Serializable

Serialized Fields

_reportTemplate

String _reportTemplate
Field _reportTemplate.


_reportName

String _reportName
Field _reportName.


_reportFormat

String _reportFormat
Field _reportFormat.


_reportEngine

String _reportEngine
Field _reportEngine.


_cronSchedule

String _cronSchedule
Field _cronSchedule.


_recipientList

List<E> _recipientList
Field _recipientList.


_parameterList

List<E> _parameterList
Field _parameterList.

Class org.opennms.netmgt.config.reportd.ReportdConfiguration extends Object implements Serializable

Serialized Fields

_storageLocation

String _storageLocation
The base directory rendered reports are saved on the file system.


_persistReports

String _persistReports
Should reports be kept after delivered?


_reportList

List<E> _reportList
Defines an report schedule with a cron expression http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html Field Name Allowed Values Allowed Special Characters Seconds 0-59 , - / Minutes 0-59 , - / Hours 0-23 , - / Day-of-month 1-31 , - ? / L W C Month 1-12 or JAN-DEC , - / Day-of-Week 1-7 or SUN-SAT , - ? / L C # Year (Opt) empty, 1970-2099 , - /


Package org.opennms.netmgt.config.reporting

Class org.opennms.netmgt.config.reporting.DateParm extends Object implements Serializable

Serialized Fields

_name

String _name
the name of this parameter as passed to the report engine


_displayName

String _displayName
the name of this parameter as displayed in the webui


_useAbsoluteDate

boolean _useAbsoluteDate
flag to use absolute date if possible


_has_useAbsoluteDate

boolean _has_useAbsoluteDate
keeps track of state for field: _useAbsoluteDate


_defaultInterval

String _defaultInterval
Field _defaultInterval.


_defaultCount

int _defaultCount
Field _defaultCount.


_has_defaultCount

boolean _has_defaultCount
keeps track of state for field: _defaultCount


_defaultTime

DefaultTime _defaultTime
Field _defaultTime.

Class org.opennms.netmgt.config.reporting.DefaultTime extends Time implements Serializable

Class org.opennms.netmgt.config.reporting.IntParm extends Object implements Serializable

Serialized Fields

_name

String _name
the name of this parameter as passed to the report engine


_displayName

String _displayName
the name of this parameter as displayed in the webui


_inputType

String _inputType
the type of input field used. Currently freeText onlly


_default

int _default
value


_has_default

boolean _has_default
keeps track of state for field: _default

Class org.opennms.netmgt.config.reporting.Parameters extends Object implements Serializable

Serialized Fields

_stringParmList

List<E> _stringParmList
Field _stringParmList.


_dateParmList

List<E> _dateParmList
Field _dateParmList.


_intParmList

List<E> _intParmList
Field _intParmList.

Class org.opennms.netmgt.config.reporting.StringParm extends Object implements Serializable

Serialized Fields

_name

String _name
the name of this parameter as passed to the report engine


_displayName

String _displayName
the name of this parameter as displayed in the webui


_inputType

String _inputType
the type of input field used. Allows the webUI to use pre-filled drop-down boxes (reportCategorySelector) or freeText


_default

String _default
value

Class org.opennms.netmgt.config.reporting.Time extends Object implements Serializable

Serialized Fields

_hours

int _hours
hours


_has_hours

boolean _has_hours
keeps track of state for field: _hours


_minutes

int _minutes
minutes


_has_minutes

boolean _has_minutes
keeps track of state for field: _minutes


Package org.opennms.netmgt.config.reporting.jasperReports

Class org.opennms.netmgt.config.reporting.jasperReports.JasperReports extends Object implements Serializable

Serialized Fields

_reportList

List<E> _reportList
report definition for jasper reports

Class org.opennms.netmgt.config.reporting.jasperReports.Report extends Object implements Serializable

Serialized Fields

_id

String _id
the name of this report


_template

String _template
jxrml report template


_engine

String _engine
Field _engine.


Package org.opennms.netmgt.config.reporting.opennms

Class org.opennms.netmgt.config.reporting.opennms.OpennmsReports extends Object implements Serializable

Serialized Fields

_reportList

List<E> _reportList
report definition for legacy opennms availability reports

Class org.opennms.netmgt.config.reporting.opennms.Report extends Object implements Serializable

Serialized Fields

_id

String _id
the name of this report


_type

String _type
type of this report (calendar/classic)


_parameters

Parameters _parameters
Field _parameters.


_pdfTemplate

String _pdfTemplate
template to convert to display the report in PDF format


_svgTemplate

String _svgTemplate
template to convert to display the report in PDF format with embedded SVG


_htmlTemplate

String _htmlTemplate
template to convert to display the report in HTML format


_logo

String _logo
path to the logo file


Package org.opennms.netmgt.config.rrd

Class org.opennms.netmgt.config.rrd.Area extends GraphLine implements Serializable

Class org.opennms.netmgt.config.rrd.Border extends OptionBorder implements Serializable

Class org.opennms.netmgt.config.rrd.DataSourceDef extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_rrd

String _rrd
Field _rrd.


_source

String _source
Field _source.


_cf

Cf _cf
Field _cf.


_backend

Backend _backend
Field _backend.


_rpn

String _rpn
Field _rpn.

Class org.opennms.netmgt.config.rrd.Datasources extends Object implements Serializable

Serialized Fields

_defList

List<E> _defList
Field _defList.


_export_dataList

List<E> _export_dataList
Field _export_dataList.

Class org.opennms.netmgt.config.rrd.Def extends DataSourceDef implements Serializable

Class org.opennms.netmgt.config.rrd.Default_font extends Font implements Serializable

Class org.opennms.netmgt.config.rrd.Export_data extends ExportData implements Serializable

Class org.opennms.netmgt.config.rrd.ExportData extends Object implements Serializable

Serialized Fields

_grid_step

int _grid_step
Field _grid_step.


_has_grid_step

boolean _has_grid_step
keeps track of state for field: _grid_step


_label_step

int _label_step
Field _label_step.


_has_label_step

boolean _has_label_step
keeps track of state for field: _label_step

Class org.opennms.netmgt.config.rrd.Font extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_style

FontStyle _style
Field _style.


_size

int _size
Field _size.


_has_size

boolean _has_size
keeps track of state for field: _size

Class org.opennms.netmgt.config.rrd.Gprint extends GraphGprint implements Serializable

Class org.opennms.netmgt.config.rrd.Graph extends Object implements Serializable

Serialized Fields

_graph_elementList

List<E> _graph_elementList
Field _graph_elementList.

Class org.opennms.netmgt.config.rrd.Graph_element extends GraphChoice implements Serializable

Class org.opennms.netmgt.config.rrd.GraphChoice extends Object implements Serializable

Serialized Fields

_choiceValue

Object _choiceValue
Internal choice value storage


_area

Area _area
Field _area.


_stack

Stack _stack
Field _stack.


_line

Line _line
Field _line.


_gprint

Gprint _gprint
Field _gprint.


_hrule

Hrule _hrule
Field _hrule.


_vrule

Vrule _vrule
Field _vrule.


_time

Time _time
Field _time.


_comment

String _comment
Field _comment.

Class org.opennms.netmgt.config.rrd.GraphGprint extends Object implements Serializable

Serialized Fields

_datasource

String _datasource
Field _datasource.


_cf

Cf _cf
Field _cf.


_format

String _format
Field _format.


_base

int _base
Field _base.


_has_base

boolean _has_base
keeps track of state for field: _base

Class org.opennms.netmgt.config.rrd.GraphHrule extends Object implements Serializable

Serialized Fields

_value

double _value
Field _value.


_has_value

boolean _has_value
keeps track of state for field: _value


_color

String _color
Field _color.


_legend

String _legend
Field _legend.


_width

int _width
Field _width.


_has_width

boolean _has_width
keeps track of state for field: _width

Class org.opennms.netmgt.config.rrd.GraphLine extends Object implements Serializable

Serialized Fields

_datasource

String _datasource
Field _datasource.


_time1

String _time1
Field _time1.


_time2

String _time2
Field _time2.


_value1

double _value1
Field _value1.


_has_value1

boolean _has_value1
keeps track of state for field: _value1


_value2

double _value2
Field _value2.


_has_value2

boolean _has_value2
keeps track of state for field: _value2


_color

String _color
Field _color.


_legend

String _legend
Field _legend.


_width

int _width
Field _width.


_has_width

boolean _has_width
keeps track of state for field: _width

Class org.opennms.netmgt.config.rrd.GraphTime extends Object implements Serializable

Serialized Fields

_format

String _format
Field _format.


_pattern

String _pattern
Field _pattern.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.rrd.GraphVrule extends Object implements Serializable

Serialized Fields

_time

String _time
Field _time.


_color

String _color
Field _color.


_legend

String _legend
Field _legend.


_width

int _width
Field _width.


_has_width

boolean _has_width
keeps track of state for field: _width

Class org.opennms.netmgt.config.rrd.Grid_range extends GridRange implements Serializable

Class org.opennms.netmgt.config.rrd.GridRange extends Object implements Serializable

Serialized Fields

_lower

double _lower
Field _lower.


_has_lower

boolean _has_lower
keeps track of state for field: _lower


_upper

double _upper
Field _upper.


_has_upper

boolean _has_upper
keeps track of state for field: _upper


_rigid

boolean _rigid
Field _rigid.


_has_rigid

boolean _has_rigid
keeps track of state for field: _rigid

Class org.opennms.netmgt.config.rrd.Hrule extends GraphHrule implements Serializable

Class org.opennms.netmgt.config.rrd.Line extends GraphLine implements Serializable

Class org.opennms.netmgt.config.rrd.OptionBorder extends Object implements Serializable

Serialized Fields

_color

String _color
Field _color.


_width

int _width
Field _width.


_has_width

boolean _has_width
keeps track of state for field: _width

Class org.opennms.netmgt.config.rrd.Options extends Object implements Serializable

Serialized Fields

_anti_aliasing

boolean _anti_aliasing
Field _anti_aliasing.


_has_anti_aliasing

boolean _has_anti_aliasing
keeps track of state for field: _anti_aliasing


_arrow_color

String _arrow_color
Field _arrow_color.


_axis_color

String _axis_color
Field _axis_color.


_back_color

String _back_color
Field _back_color.


_background

String _background
Field _background.


_base_value

int _base_value
Field _base_value.


_has_base_value

boolean _has_base_value
keeps track of state for field: _base_value


_canvas

String _canvas
Field _canvas.


_left_padding

int _left_padding
Field _left_padding.


_has_left_padding

boolean _has_left_padding
keeps track of state for field: _left_padding


_default_font

Default_font _default_font
Field _default_font.


_default_font_color

String _default_font_color
Field _default_font_color.


_frame_color

String _frame_color
Field _frame_color.


_front_grid

boolean _front_grid
Field _front_grid.


_has_front_grid

boolean _has_front_grid
keeps track of state for field: _front_grid


_grid_range

Grid_range _grid_range
Field _grid_range.


_grid_x

boolean _grid_x
Field _grid_x.


_has_grid_x

boolean _has_grid_x
keeps track of state for field: _grid_x


_grid_y

boolean _grid_y
Field _grid_y.


_has_grid_y

boolean _has_grid_y
keeps track of state for field: _grid_y


_border

Border _border
Field _border.


_major_grid_color

String _major_grid_color
Field _major_grid_color.


_major_grid_x

boolean _major_grid_x
Field _major_grid_x.


_has_major_grid_x

boolean _has_major_grid_x
keeps track of state for field: _major_grid_x


_major_grid_y

boolean _major_grid_y
Field _major_grid_y.


_has_major_grid_y

boolean _has_major_grid_y
keeps track of state for field: _major_grid_y


_minor_grid_color

String _minor_grid_color
Field _minor_grid_color.


_minor_grid_x

boolean _minor_grid_x
Field _minor_grid_x.


_has_minor_grid_x

boolean _has_minor_grid_x
keeps track of state for field: _minor_grid_x


_minor_grid_y

boolean _minor_grid_y
Field _minor_grid_y.


_has_minor_grid_y

boolean _has_minor_grid_y
keeps track of state for field: _minor_grid_y


_overlay

String _overlay
Field _overlay.


_show_legend

boolean _show_legend
Field _show_legend.


_has_show_legend

boolean _has_show_legend
keeps track of state for field: _show_legend


_show_signature

boolean _show_signature
Field _show_signature.


_has_show_signature

boolean _has_show_signature
keeps track of state for field: _show_signature


_time_axis

Time_axis _time_axis
Field _time_axis.


_time_axis_label

String _time_axis_label
Field _time_axis_label.


_title

String _title
Field _title.


_title_font

Title_font _title_font
Field _title_font.


_title_font_color

String _title_font_color
Field _title_font_color.


_units_exponent

int _units_exponent
Field _units_exponent.


_has_units_exponent

boolean _has_units_exponent
keeps track of state for field: _units_exponent


_value_axis

Value_axis _value_axis
Field _value_axis.


_vertical_label

String _vertical_label
Field _vertical_label.

Class org.opennms.netmgt.config.rrd.Rrd_graph_def extends Object implements Serializable

Serialized Fields

_span

Span _span
Field _span.


_options

Options _options
Field _options.


_datasources

Datasources _datasources
Field _datasources.


_graph

Graph _graph
Field _graph.

Class org.opennms.netmgt.config.rrd.Span extends Object implements Serializable

Serialized Fields

_start

String _start
Field _start.


_end

String _end
Field _end.

Class org.opennms.netmgt.config.rrd.Stack extends GraphLine implements Serializable

Class org.opennms.netmgt.config.rrd.Time extends GraphTime implements Serializable

Class org.opennms.netmgt.config.rrd.Time_axis extends TimeAxis implements Serializable

Class org.opennms.netmgt.config.rrd.TimeAxis extends Object implements Serializable

Serialized Fields

_min_grid_time_unit

GridTimeUnit _min_grid_time_unit
Field _min_grid_time_unit.


_min_grid_unit_steps

int _min_grid_unit_steps
Field _min_grid_unit_steps.


_has_min_grid_unit_steps

boolean _has_min_grid_unit_steps
keeps track of state for field: _min_grid_unit_steps


_maj_grid_time_unit

GridTimeUnit _maj_grid_time_unit
Field _maj_grid_time_unit.


_maj_grid_unit_steps

int _maj_grid_unit_steps
Field _maj_grid_unit_steps.


_has_maj_grid_unit_steps

boolean _has_maj_grid_unit_steps
keeps track of state for field: _maj_grid_unit_steps


_date_format

String _date_format
XXX: the type should probably be a simpleType that we define with a pattern of allowable formats.


_center_labels

boolean _center_labels
Field _center_labels.


_has_center_labels

boolean _has_center_labels
keeps track of state for field: _center_labels


_first_day_of_week

DayOfWeek _first_day_of_week
Field _first_day_of_week.

Class org.opennms.netmgt.config.rrd.Title_font extends Font implements Serializable

Class org.opennms.netmgt.config.rrd.Value_axis extends ValueAxis implements Serializable

Class org.opennms.netmgt.config.rrd.ValueAxis extends Object implements Serializable

Serialized Fields

_grid_step

int _grid_step
Field _grid_step.


_has_grid_step

boolean _has_grid_step
keeps track of state for field: _grid_step


_label_step

int _label_step
Field _label_step.


_has_label_step

boolean _has_label_step
keeps track of state for field: _label_step

Class org.opennms.netmgt.config.rrd.Vrule extends GraphVrule implements Serializable


Package org.opennms.netmgt.config.rrd.types

Class org.opennms.netmgt.config.rrd.types.Backend extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Method readResolve. will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type.


stringValue

String stringValue
Field stringValue.

Class org.opennms.netmgt.config.rrd.types.Cf extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Method readResolve. will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type.


stringValue

String stringValue
Field stringValue.

Class org.opennms.netmgt.config.rrd.types.DayOfWeek extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Method readResolve. will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type.


stringValue

String stringValue
Field stringValue.

Class org.opennms.netmgt.config.rrd.types.FontStyle extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Method readResolve. will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type.


stringValue

String stringValue
Field stringValue.

Class org.opennms.netmgt.config.rrd.types.GridTimeUnit extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Method readResolve. will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type.


stringValue

String stringValue
Field stringValue.


Package org.opennms.netmgt.config.rtc

Class org.opennms.netmgt.config.rtc.RTCConfiguration extends Object implements Serializable

Serialized Fields

_updaters

int _updaters
Maximum number of threads reading the events and updating the RTC data.


_has_updaters

boolean _has_updaters
keeps track of state for field: _updaters


_senders

int _senders
Maximum number of threads sending data to the UI.


_has_senders

boolean _has_senders
keeps track of state for field: _senders


_rollingWindow

String _rollingWindow
The rolling window over which availability is calculated. It can be specified as a combination of hours/minutes/seconds. E.g.: 10h20m5s


_maxEventsBeforeResend

int _maxEventsBeforeResend
The number of received events that prompts an immediate send of RTC data to the UI. This causes data to be sent immediately instead of waiting for a timer to go off.


_has_maxEventsBeforeResend

boolean _has_maxEventsBeforeResend
keeps track of state for field: _maxEventsBeforeResend


_lowThresholdInterval

String _lowThresholdInterval
Low threshold timer interval.


_highThresholdInterval

String _highThresholdInterval
High threshold timer interval.


_userRefreshInterval

String _userRefreshInterval
User threshold timer interval. Used to send RTC data to the UI when no events are coming in.


_errorsBeforeUrlUnsubscribe

int _errorsBeforeUrlUnsubscribe
Number of times a URL post is tried with errors before automatically unsubscribing the URL. A negative value means the URL is not unsubscribed until an 'unsubscribe' event is received.


_has_errorsBeforeUrlUnsubscribe

boolean _has_errorsBeforeUrlUnsubscribe
keeps track of state for field: _errorsBeforeUrlUnsubscribe


Package org.opennms.netmgt.config.rws

Class org.opennms.netmgt.config.rws.BaseUrl extends Object implements Serializable

Serialized Fields

_server_url

String _server_url
Field _server_url.


_timeout

int _timeout
Field _timeout.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_directory

String _directory
Field _directory.


_username

String _username
Field _username.


_password

String _password
Field _password.

Class org.opennms.netmgt.config.rws.RwsConfiguration extends Object implements Serializable

Serialized Fields

_baseUrl

BaseUrl _baseUrl
Base Url(s) for Rancid Server.


_standbyUrlList

List<E> _standbyUrlList
Stand By Url(s) for Rancid Servers.

Class org.opennms.netmgt.config.rws.StandbyUrl extends Object implements Serializable

Serialized Fields

_server_url

String _server_url
Field _server_url.


_timeout

int _timeout
Field _timeout.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_directory

String _directory
Field _directory.


_username

String _username
Field _username.


_password

String _password
Field _password.


Package org.opennms.netmgt.config.scriptd

Class org.opennms.netmgt.config.scriptd.Engine extends Object implements Serializable

Serialized Fields

_language

String _language
Field _language.


_className

String _className
Field _className.


_extensions

String _extensions
Field _extensions.

Class org.opennms.netmgt.config.scriptd.EventScript extends Object implements Serializable

Serialized Fields

_language

String _language
Field _language.


_content

String _content
internal content storage


_ueiList

List<E> _ueiList
Field _ueiList.

Class org.opennms.netmgt.config.scriptd.ReloadScript extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_language

String _language
Field _language.

Class org.opennms.netmgt.config.scriptd.ScriptdConfiguration extends Object implements Serializable

Serialized Fields

_engineList

List<E> _engineList
Field _engineList.


_startScriptList

List<E> _startScriptList
Field _startScriptList.


_stopScriptList

List<E> _stopScriptList
Field _stopScriptList.


_reloadScriptList

List<E> _reloadScriptList
Field _reloadScriptList.


_eventScriptList

List<E> _eventScriptList
Field _eventScriptList.

Class org.opennms.netmgt.config.scriptd.StartScript extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_language

String _language
Field _language.

Class org.opennms.netmgt.config.scriptd.StopScript extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_language

String _language
Field _language.

Class org.opennms.netmgt.config.scriptd.Uei extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


Package org.opennms.netmgt.config.server

Class org.opennms.netmgt.config.server.LocalServer extends Object implements Serializable

Serialized Fields

_serverName

String _serverName
Field _serverName.


_defaultCriticalPathIp

String _defaultCriticalPathIp
Field _defaultCriticalPathIp.


_defaultCriticalPathService

String _defaultCriticalPathService
Field _defaultCriticalPathService.


_defaultCriticalPathTimeout

int _defaultCriticalPathTimeout
Field _defaultCriticalPathTimeout.


_has_defaultCriticalPathTimeout

boolean _has_defaultCriticalPathTimeout
keeps track of state for field: _defaultCriticalPathTimeout


_defaultCriticalPathRetries

int _defaultCriticalPathRetries
Field _defaultCriticalPathRetries.


_has_defaultCriticalPathRetries

boolean _has_defaultCriticalPathRetries
keeps track of state for field: _defaultCriticalPathRetries


_verifyServer

String _verifyServer
A flag to indicate if poller has to identify the nms server to restrict services to poll.


Package org.opennms.netmgt.config.service

Class org.opennms.netmgt.config.service.Argument extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_type

String _type
Field _type.

Class org.opennms.netmgt.config.service.Attribute extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_value

Value _value
Field _value.

Class org.opennms.netmgt.config.service.Invoke extends Object implements Serializable

Serialized Fields

_method

String _method
Field _method.


_pass

int _pass
Field _pass.


_has_pass

boolean _has_pass
keeps track of state for field: _pass


_at

InvokeAtType _at
Field _at.


_argumentList

List<E> _argumentList
Field _argumentList.

Class org.opennms.netmgt.config.service.Service extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_className

String _className
Field _className.


_attributeList

List<E> _attributeList
Field _attributeList.


_invokeList

List<E> _invokeList
Field _invokeList.

Class org.opennms.netmgt.config.service.ServiceConfiguration extends Object implements Serializable

Serialized Fields

_serviceList

List<E> _serviceList
Service to be launched by the manager.

Class org.opennms.netmgt.config.service.Value extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_type

String _type
Field _type.


Package org.opennms.netmgt.config.service.types

Class org.opennms.netmgt.config.service.types.InvokeAtType extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Method readResolve. will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type.


stringValue

String stringValue
Field stringValue.


Package org.opennms.netmgt.config.siteStatusViews

Class org.opennms.netmgt.config.siteStatusViews.Category extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.

Class org.opennms.netmgt.config.siteStatusViews.RowDef extends Object implements Serializable

Serialized Fields

_label

String _label
Field _label.


_reportCategory

String _reportCategory
Field _reportCategory.


_categoryList

List<E> _categoryList
This element is used to specify OpenNMS specific categories. Note: currently, these categories are defined in a separate configuration file and are related directly to monitored services. I have separated out this element so that it can be refereneced by other entities (nodes, interfaces, etc.) however, they will be ignored until the domain model is changed and the service layer is adapted for this behavior.

Class org.opennms.netmgt.config.siteStatusViews.Rows extends Object implements Serializable

Serialized Fields

_rowDefList

List<E> _rowDefList
Field _rowDefList.

Class org.opennms.netmgt.config.siteStatusViews.SiteStatusViewConfiguration extends Object implements Serializable

Serialized Fields

_defaultView

String _defaultView
Field _defaultView.


_views

Views _views
Field _views.

Class org.opennms.netmgt.config.siteStatusViews.View extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_tableName

String _tableName
Field _tableName.


_columnName

String _columnName
Field _columnName.


_columnType

String _columnType
Field _columnType.


_columnValue

String _columnValue
Field _columnValue.


_rows

Rows _rows
Field _rows.

Class org.opennms.netmgt.config.siteStatusViews.Views extends Object implements Serializable

Serialized Fields

_viewList

List<E> _viewList
Field _viewList.


Package org.opennms.netmgt.config.snmp

Class org.opennms.netmgt.config.snmp.Configuration extends Object implements Serializable

Serialized Fields

_port

int _port
If set, overrides UDP port 161 as the port where SNMP GET/GETNEXT/GETBULK requests are sent.


_has_port

boolean _has_port
keeps track of state for field: _port


_retry

int _retry
Default number of retries


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_timeout

int _timeout
Default timeout (in milliseconds)


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_readCommunity

String _readCommunity
Default read community string


_writeCommunity

String _writeCommunity
Default write community string


_proxyHost

String _proxyHost
The proxy host to use when communiciating with this agent


_version

String _version
If set, forces SNMP data collection to the specified version.


_maxVarsPerPdu

int _maxVarsPerPdu
Number of variables to send per SNMP request.


_has_maxVarsPerPdu

boolean _has_maxVarsPerPdu
keeps track of state for field: _maxVarsPerPdu


_maxRepetitions

int _maxRepetitions
Number of repetitions to send per get-bulk request.


_has_maxRepetitions

boolean _has_maxRepetitions
keeps track of state for field: _maxRepetitions


_maxRequestSize

int _maxRequestSize
(SNMP4J specific) Specifies the maximum number of bytes that may be encoded into an individual SNMP PDU request by Collectd. Provides a means to limit the size of outgoing PDU requests. Default is 65535, must be at least 484.


_has_maxRequestSize

boolean _has_maxRequestSize
keeps track of state for field: _maxRequestSize


_securityName

String _securityName
SNMPv3


_securityLevel

int _securityLevel
SNMPv3


_has_securityLevel

boolean _has_securityLevel
keeps track of state for field: _securityLevel


_authPassphrase

String _authPassphrase
SNMPv3


_authProtocol

String _authProtocol
SNMPv3


_engineId

String _engineId
SNMPv3


_contextEngineId

String _contextEngineId
SNMPv3


_contextName

String _contextName
SNMPv3


_privacyPassphrase

String _privacyPassphrase
SNMPv3


_privacyProtocol

String _privacyProtocol
SNMPv3


_enterpriseId

String _enterpriseId
SNMPv3

Class org.opennms.netmgt.config.snmp.Definition extends Configuration implements Serializable

Serialized Fields

_rangeList

List<E> _rangeList
IP address range to which this definition applies.


_specificList

List<E> _specificList
Specific IP address to which this definition applies.


_ipMatchList

List<E> _ipMatchList
Match Octets (as in IPLIKE)

Class org.opennms.netmgt.config.snmp.SnmpConfig extends Configuration implements Serializable

Serialized Fields

_definitionList

List<E> _definitionList
Maps IP addresses to specific SNMP parmeters (retries, timeouts...)


Package org.opennms.netmgt.config.snmpAsset.adapter

Class org.opennms.netmgt.config.snmpAsset.adapter.AssetField extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_formatString

String _formatString
Field _formatString.


_mibObjs

MibObjs _mibObjs
Field _mibObjs.

Class org.opennms.netmgt.config.snmpAsset.adapter.MibObj extends Object implements Serializable

Serialized Fields

_oid

String _oid
object identifier


_alias

String _alias
a human readable name for the object (such as "ifOctetsIn"). NOTE: This value is used as the RRD file name and data source name. RRD only supports data source names up to 19 chars in length. If the SNMP data collector encounters an alias which exceeds 19 characters it will be truncated.

Class org.opennms.netmgt.config.snmpAsset.adapter.MibObjs extends Object implements Serializable

Serialized Fields

_mibObjList

List<E> _mibObjList
a MIB object

Class org.opennms.netmgt.config.snmpAsset.adapter.Package extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_packageChoice

PackageChoice _packageChoice
Field _packageChoice.


_assetFieldList

List<E> _assetFieldList
Field _assetFieldList.

Class org.opennms.netmgt.config.snmpAsset.adapter.PackageChoice extends Object implements Serializable

Serialized Fields

_sysoid

String _sysoid
System object identifier (sysoid) which uniquely identifies the system.


_sysoidMask

String _sysoidMask
Sysoid mask which can be used to match multiple systems if their sysoid begins with the mask

Class org.opennms.netmgt.config.snmpAsset.adapter.SnmpAssetAdapterConfiguration extends Object implements Serializable

Serialized Fields

_packageList

List<E> _packageList
Field _packageList.


Package org.opennms.netmgt.config.snmpinterfacepoller

Class org.opennms.netmgt.config.snmpinterfacepoller.CriticalService extends Object implements Serializable

Serialized Fields

_name

String _name
Name of the critical service (typically, "SNMP")

Class org.opennms.netmgt.config.snmpinterfacepoller.ExcludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.snmpinterfacepoller.Filter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.snmpinterfacepoller.IncludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range.


_end

String _end
Ending address of the range.

Class org.opennms.netmgt.config.snmpinterfacepoller.Interface extends Object implements Serializable

Serialized Fields

_criteria

String _criteria
This represents the SQL criteria that is performed to select interfaces to be polled example: (snmpifname like '%eth%' and snmpiftype=6)


_name

String _name
Interfaces group name


_interval

long _interval
Interval at which the interfaces are to be polled


_has_interval

boolean _has_interval
keeps track of state for field: _interval


_userDefined

String _userDefined
Specifies if the service is user defined. Used specifically for UI purposes.


_status

String _status
Status of the interfaces. The interfaces are polled only if this is set to 'on'.


_port

int _port
If set, overrides UDP port 161 as the port where SNMP GET/GETNEXT/GETBULK requests are sent.


_has_port

boolean _has_port
keeps track of state for field: _port


_retry

int _retry
Default number of retries


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_timeout

int _timeout
Default timeout (in milliseconds)


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_maxVarsPerPdu

int _maxVarsPerPdu
Number of variables to send per SNMP request.


_has_maxVarsPerPdu

boolean _has_maxVarsPerPdu
keeps track of state for field: _maxVarsPerPdu


_maxInterfacePerPdu

int _maxInterfacePerPdu
Max Number of Interface per runnable. This is deprecated and will be ignored in the code!


_has_maxInterfacePerPdu

boolean _has_maxInterfacePerPdu
keeps track of state for field: _maxInterfacePerPdu

Class org.opennms.netmgt.config.snmpinterfacepoller.NodeOutage extends Object implements Serializable

Serialized Fields

_criticalServiceList

List<E> _criticalServiceList
Critical service. Defining a critical service greatly reduces the traffic generated by the snmp poller when a service is DOWN. The snmp poller stop polling if one of the critical service is down on the SNMP primary node interface.

Class org.opennms.netmgt.config.snmpinterfacepoller.Package extends Object implements Serializable

Serialized Fields

_name

String _name
Name or identifier for this package.


_filter

Filter _filter
A rule which addresses belonging to this package must pass. This package is applied only to addresses that pass this filter.


_specificList

List<E> _specificList
Addresses in this package


_includeRangeList

List<E> _includeRangeList
Range of addresses in this package.


_excludeRangeList

List<E> _excludeRangeList
Range of addresses to be excluded from this package.


_includeUrlList

List<E> _includeUrlList
A file URL holding specific addresses to be polled. Each line in the URL file can be one of: # or or #. Lines starting with a '#' are ignored and so are characters after a '#' in a line.


_interfaceList

List<E> _interfaceList
Interfaces to be polled for addresses belonging to this package.

Class org.opennms.netmgt.config.snmpinterfacepoller.SnmpInterfacePollerConfiguration extends Object implements Serializable

Serialized Fields

_threads

int _threads
The maximum number of threads used for snmp polling.


_has_threads

boolean _has_threads
keeps track of state for field: _threads


_service

String _service
The SNMP service string usually 'SNMP'.


_suppressAdminDownEvent

String _suppressAdminDownEvent
Flag which indicates to suppress Admin Status events at all. This is deprecated and will be ignored in the code!


_nodeOutage

NodeOutage _nodeOutage
Configuration of node-outage functionality


_packageList

List<E> _packageList
Package encapsulating addresses, services to be polled for these addresses, etc..


Package org.opennms.netmgt.config.statsd

Class org.opennms.netmgt.config.statsd.Filter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.statsd.Package extends Object implements Serializable

Serialized Fields

_name

String _name
The name or identifier for this package


_filter

Filter _filter
A rule which adresses belonging to this package must pass. This package is applied only to addresses that pass this filter.


_packageReportList

List<E> _packageReportList
Reports to be run on the nodes in this package

Class org.opennms.netmgt.config.statsd.PackageReport extends Object implements Serializable

Serialized Fields

_name

String _name
The report name. This is used internally to reference a configured report class.


_description

String _description
The report description. This is shown in the web UI.


_schedule

String _schedule
the schedule at which the report is to be generated


_retainInterval

String _retainInterval
the amount of time after which this report has been created that it can be purged.


_status

PackageReportStatusType _status
status of the report; report is generated only if on


_parameterList

List<E> _parameterList
Package-specific parameters (if any) to be used for this report

Class org.opennms.netmgt.config.statsd.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key
Field _key.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.statsd.Report extends Object implements Serializable

Serialized Fields

_name

String _name
The report name. This is used in packages to refer to this report class.


_className

String _className
The class used to create and view this report


_parameterList

List<E> _parameterList
The parameters for generating this report

Class org.opennms.netmgt.config.statsd.StatisticsDaemonConfiguration extends Object implements Serializable

Serialized Fields

_packageList

List<E> _packageList
Package encapsulating nodes eligible to have this report run on them.


_reportList

List<E> _reportList
Reports


Package org.opennms.netmgt.config.statsd.types

Class org.opennms.netmgt.config.statsd.types.PackageReportStatusType extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Method readResolve. will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type.


stringValue

String stringValue
Field stringValue.


Package org.opennms.netmgt.config.surveillanceViews

Class org.opennms.netmgt.config.surveillanceViews.Category extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.

Class org.opennms.netmgt.config.surveillanceViews.ColumnDef extends Object implements Serializable

Serialized Fields

_label

String _label
Field _label.


_reportCategory

String _reportCategory
Field _reportCategory.


_categoryList

List<E> _categoryList
This element is used to specify OpenNMS specific categories. Note: currently, these categories are defined in a separate configuration file and are related directly to monitored services. I have separated out this element so that it can be refereneced by other entities (nodes, interfaces, etc.) however, they will be ignored until the domain model is changed and the service layer is adapted for this behavior.

Class org.opennms.netmgt.config.surveillanceViews.Columns extends Object implements Serializable

Serialized Fields

_columnDefList

List<E> _columnDefList
Field _columnDefList.

Class org.opennms.netmgt.config.surveillanceViews.RowDef extends Object implements Serializable

Serialized Fields

_label

String _label
Field _label.


_reportCategory

String _reportCategory
Field _reportCategory.


_categoryList

List<E> _categoryList
This element is used to specify OpenNMS specific categories. Note: currently, these categories are defined in a separate configuration file and are related directly to monitored services. I have separated out this element so that it can be refereneced by other entities (nodes, interfaces, etc.) however, they will be ignored until the domain model is changed and the service layer is adapted for this behavior.

Class org.opennms.netmgt.config.surveillanceViews.Rows extends Object implements Serializable

Serialized Fields

_rowDefList

List<E> _rowDefList
Field _rowDefList.

Class org.opennms.netmgt.config.surveillanceViews.SurveillanceViewConfiguration extends Object implements Serializable

Serialized Fields

_defaultView

String _defaultView
Field _defaultView.


_views

Views _views
Field _views.

Class org.opennms.netmgt.config.surveillanceViews.View extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_refreshSeconds

String _refreshSeconds
Field _refreshSeconds.


_rows

Rows _rows
Field _rows.


_columns

Columns _columns
Field _columns.

Class org.opennms.netmgt.config.surveillanceViews.Views extends Object implements Serializable

Serialized Fields

_viewList

List<E> _viewList
Field _viewList.


Package org.opennms.netmgt.config.syslogd

Class org.opennms.netmgt.config.syslogd.Configuration extends Object implements Serializable

Serialized Fields

_listenAddress

String _listenAddress
The address on which Syslogd listens for SYSLOG Messages. The default is to listen on all addresses.


_syslogPort

int _syslogPort
The port on which Syslogd listens for SYSLOG Messages. The standard port is 514.


_has_syslogPort

boolean _has_syslogPort
keeps track of state for field: _syslogPort


_newSuspectOnMessage

boolean _newSuspectOnMessage
Whether messages from devices unknown to OpenNMS should generate newSuspect events.


_has_newSuspectOnMessage

boolean _has_newSuspectOnMessage
keeps track of state for field: _newSuspectOnMessage


_forwardingRegexp

String _forwardingRegexp
The regular expression used to separate message and host.


_matchingGroupHost

int _matchingGroupHost
The matching group for the host


_has_matchingGroupHost

boolean _has_matchingGroupHost
keeps track of state for field: _matchingGroupHost


_matchingGroupMessage

int _matchingGroupMessage
The matching group for the message


_has_matchingGroupMessage

boolean _has_matchingGroupMessage
keeps track of state for field: _matchingGroupMessage


_discardUei

String _discardUei
A string which, when used as the value of a "uei" element inside a "ueiMatch" element, results in all matching messages to be discarded without an event ever being created

Class org.opennms.netmgt.config.syslogd.HideMatch extends Object implements Serializable

Serialized Fields

_match

Match _match
The match expression

Class org.opennms.netmgt.config.syslogd.HideMessage extends Object implements Serializable

Serialized Fields

_hideMatchList

List<E> _hideMatchList
List of substrings or regexes that, when matched, signal that the message has sensitive contents and should therefore be hidden

Class org.opennms.netmgt.config.syslogd.Match extends Object implements Serializable

Serialized Fields

_type

String _type
Whether to interpret this match string as a simple substring or as a regular expression


_expression

String _expression
The match expression


_defaultParameterMapping

boolean _defaultParameterMapping
Whether to do the default mappings of matching-groups to event parameters (group 1 -> group1, etc.) if this is a regex match.


_has_defaultParameterMapping

boolean _has_defaultParameterMapping
keeps track of state for field: _defaultParameterMapping

Class org.opennms.netmgt.config.syslogd.ParameterAssignment extends Object implements Serializable

Serialized Fields

_matchingGroup

int _matchingGroup
The number of the matching group from the regex whose value will be assigned. Group 0 always refers to the entire string matched by the expression. If the referenced group does not exist, the empty string will be assigned.


_has_matchingGroup

boolean _has_matchingGroup
keeps track of state for field: _matchingGroup


_parameterName

String _parameterName
The name of the event parameter to which the named matching group's value will be assigned

Class org.opennms.netmgt.config.syslogd.SyslogdConfiguration extends Object implements Serializable

Serialized Fields

_configuration

Configuration _configuration
Top-level element for the syslogd-configuration.xml configuration file.


_ueiList

UeiList _ueiList
Field _ueiList.


_hideMessage

HideMessage _hideMessage
Field _hideMessage.

Class org.opennms.netmgt.config.syslogd.UeiList extends Object implements Serializable

Serialized Fields

_ueiMatchList

List<E> _ueiMatchList
List of Strings to UEI matches

Class org.opennms.netmgt.config.syslogd.UeiMatch extends Object implements Serializable

Serialized Fields

_match

Match _match
String against which to match the message; interpreted as a substring or a regular expression according to the value of the "type" attribute


_uei

String _uei
UEI


_parameterAssignmentList

List<E> _parameterAssignmentList
For regex matches, assign the value of a matching group to a named event parameter


Package org.opennms.netmgt.config.tags

Class org.opennms.netmgt.config.tags.Tag extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.

Class org.opennms.netmgt.config.tags.Tags extends Object implements Serializable

Serialized Fields

_tagList

List<E> _tagList
An arbitrary metadata "tag" that can be associated with other configs.


Package org.opennms.netmgt.config.threshd

Class org.opennms.netmgt.config.threshd.Basethresholddef extends Object implements Serializable

Serialized Fields

_description

String _description
An optional description for the threshold, to help identify what is their purpose.


_type

String _type
Threshold type. "high" to trigger if the value exceeds the threshold, "low" to trigger if the value drops below the threshold, "relativeChange" to trigger if the value changes more than the proportion represented by the threshold, or "absoluteChange" to trigger if the value changes by more than the threshold value


_dsType

String _dsType
RRD datasource type. "node" indicates a node level datasource. "if" indicates an interface level datasource.


_value

double _value
Threshold value. If the datasource value rises above this value, in the case of a "high" threshold, or drops below this value, in the case of a "low" threshold the threshold is considered to have been exceeded and the exceeded count will be incremented. Any time that the datasource value drops below this value, in the case of a "high" threshold, or rises above this value, in the case of a "low" threshold the exceeded count is reset back to zero. Whenever the exceeded count reaches the trigger value then a threshold event is generated.


_has_value

boolean _has_value
keeps track of state for field: _value


_rearm

double _rearm
Rearm value. Identifies the value that the datasource must fall below, in the case of a "high" threshold or rise above, in the case of a "low" threshold, before the threshold will rearm, and once again be eligible to generate an event.


_has_rearm

boolean _has_rearm
keeps track of state for field: _rearm


_trigger

int _trigger
Trigger value. Identifies the number of consecutive polls that the datasource value must exceed the defined threshold value before a threshold event is generated.


_has_trigger

boolean _has_trigger
keeps track of state for field: _trigger


_dsLabel

String _dsLabel
Value to retrieve from strings.properties to label this datasource.


_triggeredUEI

String _triggeredUEI
The UEI to send when this threshold is triggered. If not specified, defaults to standard threshold UEIs


_rearmedUEI

String _rearmedUEI
The UEI to send when this threshold is re-armed. If not specified, defaults to standard threshold UEIs


_filterOperator

String _filterOperator
The operator to be used when applying filters. The default is "or". If you want to match all filters, you should specify "and";


_resourceFilterList

List<E> _resourceFilterList
The filter used to select the ds by a string

Class org.opennms.netmgt.config.threshd.ExcludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range


_end

String _end
Ending address of the range

Class org.opennms.netmgt.config.threshd.Expression extends Basethresholddef implements Serializable

Serialized Fields

_expression

String _expression
An expression of Datasource names and constants to be evaluate

Class org.opennms.netmgt.config.threshd.Filter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.threshd.Group extends Object implements Serializable

Serialized Fields

_name

String _name
Group name


_rrdRepository

String _rrdRepository
Full path to the RRD repository where the data is stored


_thresholdList

List<E> _thresholdList
Threshold definition


_expressionList

List<E> _expressionList
Expression definition

Class org.opennms.netmgt.config.threshd.IncludeRange extends Object implements Serializable

Serialized Fields

_begin

String _begin
Starting address of the range


_end

String _end
Ending address of the range

Class org.opennms.netmgt.config.threshd.Package extends Object implements Serializable

Serialized Fields

_name

String _name
Name or identifier for this package


_filter

Filter _filter
A rule which adresses belonging to this package must pass. This package is applied only to addresses that pass this filter


_specificList

List<E> _specificList
Adresses in this package


_includeRangeList

List<E> _includeRangeList
Range of adresses in this package


_excludeRangeList

List<E> _excludeRangeList
Range of adresses to be excluded from this package


_includeUrlList

List<E> _includeUrlList
A file URL holding specific addresses to be polled. Each line in the URL file can be one of: #, or , or #. Lines starting with a '#' are ignored and so are characters after a '#' in a line.


_serviceList

List<E> _serviceList
Services for which thresholding is to occur in this package


_outageCalendarList

List<E> _outageCalendarList
Scheduled outages. Thresholding is not performed during scheduled outages.

Class org.opennms.netmgt.config.threshd.Parameter extends Object implements Serializable

Serialized Fields

_key

String _key
Field _key.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.threshd.ResourceFilter extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_field

String _field
Field _field.

Class org.opennms.netmgt.config.threshd.Service extends Object implements Serializable

Serialized Fields

_name

String _name
Service name


_interval

long _interval
Interval at which the service is to be threshold checked


_has_interval

boolean _has_interval
keeps track of state for field: _interval


_userDefined

String _userDefined
Specifies if this is a user-defined service. Used specifically for UI purposes.


_status

String _status
Thresholding status for this service. Service is checked against thresholds only if set to 'on'.


_parameterList

List<E> _parameterList
Parameters to be used for threshold checking this service. Parameters are specfic to the service thresholder.

Class org.opennms.netmgt.config.threshd.ThreshdConfiguration extends Object implements Serializable

Serialized Fields

_threads

int _threads
Maximum number of threads used for thresholding.


_has_threads

boolean _has_threads
keeps track of state for field: _threads


_packageList

List<E> _packageList
Package encapsulating addresses eligible for thresholding.


_thresholderList

List<E> _thresholderList
Service thresholders

Class org.opennms.netmgt.config.threshd.Threshold extends Basethresholddef implements Serializable

Serialized Fields

_dsName

String _dsName
RRD datasource name. Mutually exclusive with expression, but one of them must be specified

Class org.opennms.netmgt.config.threshd.Thresholder extends Object implements Serializable

Serialized Fields

_service

String _service
Service name


_className

String _className
Java class name used to perform thresholding via the service


_parameterList

List<E> _parameterList
Parameters to be used for threshold checking this service. Parameters are specfic to the service thresholder.

Class org.opennms.netmgt.config.threshd.ThresholdingConfig extends Object implements Serializable

Serialized Fields

_groupList

List<E> _groupList
Thresholding group element


Package org.opennms.netmgt.config.tl1d

Class org.opennms.netmgt.config.tl1d.Tl1dConfiguration extends Object implements Serializable

Serialized Fields

_tl1ElementList

List<E> _tl1ElementList
Field _tl1ElementList.

Class org.opennms.netmgt.config.tl1d.Tl1Element extends Object implements Serializable

Serialized Fields

_host

String _host
Field _host.


_port

int _port
Field _port.


_has_port

boolean _has_port
keeps track of state for field: _port


_userid

String _userid
Field _userid.


_password

String _password
Field _password.


_tl1ClientApi

String _tl1ClientApi
Field _tl1ClientApi.


_tl1MessageParser

String _tl1MessageParser
Field _tl1MessageParser.


_reconnectDelay

long _reconnectDelay
Field _reconnectDelay.


_has_reconnectDelay

boolean _has_reconnectDelay
keeps track of state for field: _reconnectDelay


Package org.opennms.netmgt.config.translator

Class org.opennms.netmgt.config.translator.Assignment extends Object implements Serializable

Serialized Fields

_type

String _type
Field _type.


_name

String _name
Field _name.


_value

Value _value
An element representing a value to be used in a translation.

Class org.opennms.netmgt.config.translator.EventTranslationSpec extends Object implements Serializable

Serialized Fields

_uei

String _uei
Field _uei.


_mappings

Mappings _mappings
The list of event mappings for this event. The first mapping that matches the event is used to translate the event into a new event.

Class org.opennms.netmgt.config.translator.EventTranslatorConfiguration extends Object implements Serializable

Serialized Fields

_translation

Translation _translation
List of OpenNMS events for which the Event Translator will subscribe for translation.

Class org.opennms.netmgt.config.translator.Mapping extends Object implements Serializable

Serialized Fields

_assignmentList

List<E> _assignmentList
An element representing an assignement to an attribute of the event

Class org.opennms.netmgt.config.translator.Mappings extends Object implements Serializable

Serialized Fields

_mappingList

List<E> _mappingList
A mapping for a given event. This translation is only applied if it is the first that matches

Class org.opennms.netmgt.config.translator.Translation extends Object implements Serializable

Serialized Fields

_eventTranslationSpecList

List<E> _eventTranslationSpecList
This defines the allowable translations for a given event uei

Class org.opennms.netmgt.config.translator.Value extends Object implements Serializable

Serialized Fields

_result

String _result
Field _result.


_matches

String _matches
Field _matches.


_type

String _type
Field _type.


_name

String _name
Field _name.


_valueList

List<E> _valueList
An element representing a value to be used in a translation.


Package org.opennms.netmgt.config.trapd

Class org.opennms.netmgt.config.trapd.Snmpv3User extends Object implements Serializable

Serialized Fields

_engineId

String _engineId
SNMPv3 Application Engine ID


_securityName

String _securityName
SNMPv3 Security Name (User Name)


_securityLevel

int _securityLevel
SNMPv3 Security Level (noAuthNoPriv, authNoPriv, authPriv)


_has_securityLevel

boolean _has_securityLevel
keeps track of state for field: _securityLevel


_authProtocol

String _authProtocol
SNMPv3 Authentication Protocol


_authPassphrase

String _authPassphrase
SNMPv3 Authentication Password Phrase


_privacyProtocol

String _privacyProtocol
SNMPv3 Privacy Protocol


_privacyPassphrase

String _privacyPassphrase
SNMPv3 Privacy Password Phrase

Class org.opennms.netmgt.config.trapd.TrapdConfiguration extends Object implements Serializable

Serialized Fields

_snmpTrapPort

int _snmpTrapPort
The port on which trapd listens for SNMP traps. The standard port is 162.


_has_snmpTrapPort

boolean _has_snmpTrapPort
keeps track of state for field: _snmpTrapPort


_newSuspectOnTrap

boolean _newSuspectOnTrap
Whether traps from devices unknown to OpenNMS should generate newSuspect events.


_has_newSuspectOnTrap

boolean _has_newSuspectOnTrap
keeps track of state for field: _newSuspectOnTrap


_snmpv3UserList

List<E> _snmpv3UserList
SNMPv3 configuration.


Package org.opennms.netmgt.config.users

Class org.opennms.netmgt.config.users.Contact extends Object implements Serializable

Serialized Fields

_type

String _type
Field _type.


_info

String _info
Field _info.


_serviceProvider

String _serviceProvider
Field _serviceProvider.

Class org.opennms.netmgt.config.users.User extends Object implements Serializable

Serialized Fields

_readOnly

boolean _readOnly
Field _readOnly.


_has_readOnly

boolean _has_readOnly
keeps track of state for field: _readOnly


_userId

String _userId
Field _userId.


_fullName

String _fullName
Field _fullName.


_userComments

String _userComments
Field _userComments.


_password

String _password
Field _password.


_contactList

List<E> _contactList
Field _contactList.


_dutyScheduleList

List<E> _dutyScheduleList
Field _dutyScheduleList.


_tuiPin

String _tuiPin
Field _tuiPin.

Class org.opennms.netmgt.config.users.Userinfo extends Object implements Serializable

Serialized Fields

_header

Header _header
Header containing information about this configuration file.


_users

Users _users
Field _users.

Class org.opennms.netmgt.config.users.Users extends Object implements Serializable

Serialized Fields

_userList

List<E> _userList
Field _userList.


Package org.opennms.netmgt.config.vacuumd

Class org.opennms.netmgt.config.vacuumd.Action extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_dataSource

String _dataSource
Field _dataSource.


_statement

Statement _statement
Just a generic string used for SQL statements

Class org.opennms.netmgt.config.vacuumd.ActionEvent extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_forEachResult

boolean _forEachResult
Field _forEachResult.


_has_forEachResult

boolean _has_forEachResult
keeps track of state for field: _forEachResult


_addAllParms

boolean _addAllParms
Field _addAllParms.


_has_addAllParms

boolean _has_addAllParms
keeps track of state for field: _addAllParms


_assignmentList

List<E> _assignmentList
Field _assignmentList.

Class org.opennms.netmgt.config.vacuumd.ActionEvents extends Object implements Serializable

Serialized Fields

_actionEventList

List<E> _actionEventList
Field _actionEventList.

Class org.opennms.netmgt.config.vacuumd.Actions extends Object implements Serializable

Serialized Fields

_actionList

List<E> _actionList
actions modify the database based on results of a trigger

Class org.opennms.netmgt.config.vacuumd.Assignment extends Object implements Serializable

Serialized Fields

_type

String _type
Field _type.


_name

String _name
Field _name.


_value

String _value
Field _value.

Class org.opennms.netmgt.config.vacuumd.AutoEvent extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_fields

String _fields
Field _fields.


_uei

Uei _uei
Must be a UEI defined in event-conf.xml

Class org.opennms.netmgt.config.vacuumd.AutoEvents extends Object implements Serializable

Serialized Fields

_autoEventList

List<E> _autoEventList
(THIS IS BEING DEPRECATED) actions modify the database based on results of a trigger

Class org.opennms.netmgt.config.vacuumd.Automation extends Object implements Serializable

Serialized Fields

_name

String _name
The name of this automation


_interval

int _interval
How ofter should this autmation run


_has_interval

boolean _has_interval
keeps track of state for field: _interval


_triggerName

String _triggerName
reference a trigger from the collection of triggers


_actionName

String _actionName
reference an action from the collection of actions


_autoEventName

String _autoEventName
specify an event UEI to send


_actionEvent

String _actionEvent
Create an Event from Result of Trigger


_active

boolean _active
enable/disable this automation


_has_active

boolean _has_active
keeps track of state for field: _active

Class org.opennms.netmgt.config.vacuumd.Automations extends Object implements Serializable

Serialized Fields

_automationList

List<E> _automationList
Triggers and Actions hooked up and run by the Vacuumd schedule using interval for frequency

Class org.opennms.netmgt.config.vacuumd.Statement extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_transactional

boolean _transactional
Field _transactional.


_has_transactional

boolean _has_transactional
keeps track of state for field: _transactional

Class org.opennms.netmgt.config.vacuumd.Trigger extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_dataSource

String _dataSource
Field _dataSource.


_operator

String _operator
only run the action if the row count evalutes with the operator (defaults to > 0)


_rowCount

int _rowCount
Field _rowCount.


_has_rowCount

boolean _has_rowCount
keeps track of state for field: _rowCount


_statement

Statement _statement
Just a generic string used for SQL statements

Class org.opennms.netmgt.config.vacuumd.Triggers extends Object implements Serializable

Serialized Fields

_triggerList

List<E> _triggerList
A query to the database with a resultset used for actions

Class org.opennms.netmgt.config.vacuumd.Uei extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.config.vacuumd.VacuumdConfiguration extends Object implements Serializable

Serialized Fields

_period

int _period
how often to vacuum the database in seconds


_has_period

boolean _has_period
keeps track of state for field: _period


_statementList

List<E> _statementList
This represents the SQL that is performed every seconds


_automations

Automations _automations
Field _automations.


_triggers

Triggers _triggers
A collection of triggers


_actions

Actions _actions
A collection of actions


_autoEvents

AutoEvents _autoEvents
Field _autoEvents.


_actionEvents

ActionEvents _actionEvents
Field _actionEvents.


Package org.opennms.netmgt.config.views

Class org.opennms.netmgt.config.views.Categories extends Object implements Serializable

Serialized Fields

_categoryList

List<E> _categoryList
Field _categoryList.

Class org.opennms.netmgt.config.views.Category extends Object implements Serializable

Serialized Fields

_label

String _label
Field _label.


_categoryComment

String _categoryComment
Field _categoryComment.


_normal

double _normal
Field _normal.


_has_normal

boolean _has_normal
keeps track of state for field: _normal


_warning

double _warning
Field _warning.


_has_warning

boolean _has_warning
keeps track of state for field: _warning


_serviceList

List<E> _serviceList
Field _serviceList.


_rule

String _rule
Field _rule.

Class org.opennms.netmgt.config.views.Common extends Object implements Serializable

Serialized Fields

_rule

String _rule
Field _rule.

Class org.opennms.netmgt.config.views.Member extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_type

String _type
Field _type.

Class org.opennms.netmgt.config.views.Membership extends Object implements Serializable

Serialized Fields

_memberList

List<E> _memberList
Field _memberList.

Class org.opennms.netmgt.config.views.View extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_title

String _title
Field _title.


_comment

String _comment
Field _comment.


_common

Common _common
Field _common.


_categories

Categories _categories
Field _categories.


_membership

Membership _membership
Field _membership.

Class org.opennms.netmgt.config.views.Viewinfo extends Object implements Serializable

Serialized Fields

_header

Header _header
Header containing information about this configuration file.


_views

Views _views
Field _views.

Class org.opennms.netmgt.config.views.Views extends Object implements Serializable

Serialized Fields

_viewList

List<E> _viewList
Field _viewList.


Package org.opennms.netmgt.config.viewsdisplay

Class org.opennms.netmgt.config.viewsdisplay.Section extends Object implements Serializable

Serialized Fields

_sectionName

String _sectionName
Field _sectionName.


_categoryList

List<E> _categoryList
Field _categoryList.

Class org.opennms.netmgt.config.viewsdisplay.View extends Object implements Serializable

Serialized Fields

_viewName

String _viewName
Field _viewName.


_sectionList

List<E> _sectionList
Field _sectionList.

Class org.opennms.netmgt.config.viewsdisplay.Viewinfo extends Object implements Serializable

Serialized Fields

_disconnectTimeout

int _disconnectTimeout
Field _disconnectTimeout.


_has_disconnectTimeout

boolean _has_disconnectTimeout
keeps track of state for field: _disconnectTimeout


_defaultView

String _defaultView
Field _defaultView.


_viewList

List<E> _viewList
Field _viewList.


Package org.opennms.netmgt.config.vulnscand

Class org.opennms.netmgt.config.vulnscand.Excludes extends Object implements Serializable

Serialized Fields

_specificList

List<E> _specificList
Field _specificList.


_rangeList

List<E> _rangeList
Field _rangeList.

Class org.opennms.netmgt.config.vulnscand.ManagedInterfaces extends Object implements Serializable

Serialized Fields

_scanLevel

int _scanLevel
Field _scanLevel.


_has_scanLevel

boolean _has_scanLevel
keeps track of state for field: _scanLevel


_status

boolean _status
Field _status.


_has_status

boolean _has_status
keeps track of state for field: _status

Class org.opennms.netmgt.config.vulnscand.Range extends Object implements Serializable

Serialized Fields

_begin

String _begin
Field _begin.


_end

String _end
Field _end.

Class org.opennms.netmgt.config.vulnscand.ScanLevel extends Object implements Serializable

Serialized Fields

_level

int _level
Field _level.


_has_level

boolean _has_level
keeps track of state for field: _level


_safeChecks

boolean _safeChecks
Field _safeChecks.


_has_safeChecks

boolean _has_safeChecks
keeps track of state for field: _safeChecks


_pluginList

String _pluginList
Field _pluginList.


_specificList

List<E> _specificList
Field _specificList.


_rangeList

List<E> _rangeList
Field _rangeList.

Class org.opennms.netmgt.config.vulnscand.VulnscandConfiguration extends Object implements Serializable

Serialized Fields

_rescanFrequency

long _rescanFrequency
Field _rescanFrequency.


_has_rescanFrequency

boolean _has_rescanFrequency
keeps track of state for field: _rescanFrequency


_initialSleepTime

long _initialSleepTime
Field _initialSleepTime.


_has_initialSleepTime

boolean _has_initialSleepTime
keeps track of state for field: _initialSleepTime


_maxSuspectThreadPoolSize

int _maxSuspectThreadPoolSize
Field _maxSuspectThreadPoolSize.


_has_maxSuspectThreadPoolSize

boolean _has_maxSuspectThreadPoolSize
keeps track of state for field: _maxSuspectThreadPoolSize


_maxRescanThreadPoolSize

int _maxRescanThreadPoolSize
Field _maxRescanThreadPoolSize.


_has_maxRescanThreadPoolSize

boolean _has_maxRescanThreadPoolSize
keeps track of state for field: _maxRescanThreadPoolSize


_serverAddress

String _serverAddress
Field _serverAddress.


_serverPort

int _serverPort
Field _serverPort.


_has_serverPort

boolean _has_serverPort
keeps track of state for field: _serverPort


_serverUsername

String _serverUsername
Field _serverUsername.


_serverPassword

String _serverPassword
Field _serverPassword.


_status

boolean _status
Field _status.


_has_status

boolean _has_status
keeps track of state for field: _status


_managedInterfaces

ManagedInterfaces _managedInterfaces
Settings that apply to all managed interfaces


_scanLevelList

List<E> _scanLevelList
Field _scanLevelList.


_excludes

Excludes _excludes
Excludes that override all includes (managed interfaces or scan levels)


Package org.opennms.netmgt.config.webuiColors

Class org.opennms.netmgt.config.webuiColors.CategoryColors extends Object implements Serializable

Serialized Fields

_green

String _green
The color used for a normal status


_yellow

String _yellow
The color used for a warning status


_red

String _red
The color used for an abnormal status


Package org.opennms.netmgt.config.wmi

Class org.opennms.netmgt.config.wmi.Attrib extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_alias

String _alias
Field _alias.


_wmiObject

String _wmiObject
Field _wmiObject.


_type

String _type
Field _type.


_maxval

String _maxval
Field _maxval.


_minval

String _minval
Field _minval.

Class org.opennms.netmgt.config.wmi.Definition extends Object implements Serializable

Serialized Fields

_retry

int _retry
Field _retry.


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_timeout

int _timeout
Field _timeout.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_username

String _username
Field _username.


_domain

String _domain
Field _domain.


_password

String _password
Field _password.


_rangeList

List<E> _rangeList
IP address range to which this definition applies.


_specificList

List<E> _specificList
Specific IP address to which this definition applies.


_ipMatchList

List<E> _ipMatchList
Match Octets (as in IPLIKE)

Class org.opennms.netmgt.config.wmi.WmiCollection extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_rrd

Rrd _rrd
RRD parms


_wpms

Wpms _wpms
WMI object groups

Class org.opennms.netmgt.config.wmi.WmiConfig extends Object implements Serializable

Serialized Fields

_timeout

int _timeout
Default timeout (in milliseconds).


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_retry

int _retry
Default number of retries.


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_username

String _username
Default username.


_domain

String _domain
Default Windows Domain.


_password

String _password
Default user password.


_definitionList

List<E> _definitionList
Maps IP addresses to specific SNMP parmeters (retries, timeouts...)

Class org.opennms.netmgt.config.wmi.WmiDatacollectionConfig extends Object implements Serializable

Serialized Fields

_rrdRepository

String _rrdRepository
Field _rrdRepository.


_wmiCollectionList

List<E> _wmiCollectionList
A grouping of WMI related RRD parms and WMI object groups

Class org.opennms.netmgt.config.wmi.Wpm extends Object implements Serializable

Serialized Fields

_name

String _name
The name of this group, for user id purposes


_wmiClass

String _wmiClass
This is the WMI object class that we'll be checking.


_keyvalue

String _keyvalue
The Key value which, if present, indicates that the rest of this group should be collected


_recheckInterval

int _recheckInterval
Specifies how often the key value of this group should be rechecked for existence. In milliseconds


_has_recheckInterval

boolean _has_recheckInterval
keeps track of state for field: _recheckInterval


_ifType

String _ifType
Specifies the interface collection type.


_resourceType

String _resourceType
Specifies the name of the resource type that pertains to the attributes in this group. For scalar attributes (those occurring once per node, such as available system memory) this should be "node". For multi-instanced attributes, this should be the name of a custom resource type declared in datacollection-config.xml.


_attribList

List<E> _attribList
An WMI Object

Class org.opennms.netmgt.config.wmi.Wpms extends Object implements Serializable

Serialized Fields

_wpmList

List<E> _wpmList
A WMI Object Group


Package org.opennms.netmgt.config.xmlrpcd

Class org.opennms.netmgt.config.xmlrpcd.ExternalServers extends Object implements Serializable

Serialized Fields

_retries

int _retries
Retries to set up communication with an XMLRPC server


_has_retries

boolean _has_retries
keeps track of state for field: _retries


_elapseTime

int _elapseTime
Elapsed time between retries


_has_elapseTime

boolean _has_elapseTime
keeps track of state for field: _elapseTime


_xmlrpcServerList

List<E> _xmlrpcServerList
Configuration of xmlrpc servers - these servers are serially redundant - ie. OpenNMS will connect to one, and if it goes down will connect to another


_serverSubscriptionList

List<E> _serverSubscriptionList
Name of a subscription for this server

Class org.opennms.netmgt.config.xmlrpcd.SubscribedEvent extends Object implements Serializable

Serialized Fields

_uei

String _uei
The UEI of an event

Class org.opennms.netmgt.config.xmlrpcd.Subscription extends Object implements Serializable

Serialized Fields

_name

String _name
Name of subscription


_subscribedEventList

List<E> _subscribedEventList
Events subscribed by the external XMLRPC servers

Class org.opennms.netmgt.config.xmlrpcd.XmlrpcdConfiguration extends Object implements Serializable

Serialized Fields

_maxEventQueueSize

int _maxEventQueueSize
Maximum size of the event queue


_has_maxEventQueueSize

boolean _has_maxEventQueueSize
keeps track of state for field: _maxEventQueueSize


_genericMsgs

boolean _genericMsgs
True if using the generic message RPC instead of the original 6 RPCs


_has_genericMsgs

boolean _has_genericMsgs
keeps track of state for field: _genericMsgs


_externalServersList

List<E> _externalServersList
Configuration of external XMLRPC servers


_subscriptionList

List<E> _subscriptionList
Group of events that can be subscribed by XMLRPC servers

Class org.opennms.netmgt.config.xmlrpcd.XmlrpcServer extends Object implements Serializable

Serialized Fields

_url

String _url
URL of an XMLRPC server


_timeout

int _timeout
For non-https connections, specify a read timeout in milliseconds.


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


Package org.opennms.netmgt.config.xmpConfig

Class org.opennms.netmgt.config.xmpConfig.XmpConfig extends Object implements Serializable

Serialized Fields

_port

int _port
If set, overrides TCP port 5270 as the port where XMP documents (queries) are sent.


_has_port

boolean _has_port
keeps track of state for field: _port


_retry

int _retry
Default number of retries


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_timeout

int _timeout
Default timeout (in milliseconds)


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_authenUser

String _authenUser
Default XMP user/profile


Package org.opennms.netmgt.config.xmpDataCollection

Class org.opennms.netmgt.config.xmpDataCollection.Group extends Object implements Serializable

Serialized Fields

_name

String _name
group name


_resourceType

String _resourceType
Name of resource or null if scalars. Resource type matches declaration in datacollection-config.xml for presentation in Web UI and in RRD storage. Each table, that is collected, should generally be given their own resource type. MIB2 tables, however, need not be given a separate resourceType as they are handled out-of-box by ONMS.


_mibObjList

List<E> _mibObjList
a MIB object


_includeGroupList

List<E> _includeGroupList
sub group

Class org.opennms.netmgt.config.xmpDataCollection.Groups extends Object implements Serializable

Serialized Fields

_groupList

List<E> _groupList
a MIB object group

Class org.opennms.netmgt.config.xmpDataCollection.MibObj extends Object implements Serializable

Serialized Fields

_mib

String _mib
MIB name


_table

String _table
MIB table name or empty string if scalar


_var

String _var
Variable name


_instance

String _instance
Instance identifier or empty string. If not empty, this string will be used for table queries.


_alias

String _alias
a human readable name for the object (such as "ifOctetsIn"). NOTE: This value is used as the RRD file name and data source name. RRD only supports data source names up to 19 chars in length. If the XMP data collector encounters an alias which exceeds 19 characters it will be truncated.

Class org.opennms.netmgt.config.xmpDataCollection.XmpCollection extends Object implements Serializable

Serialized Fields

_name

String _name
collectoion name


_xmpStorageFlag

String _xmpStorageFlag
indicates if collected XMP data is to be stored for "all" interfaces or only for the "primary" interface. Currently ignored.


_rrd

Rrd _rrd
RRD parms


_groups

Groups _groups
MIB object groups

Class org.opennms.netmgt.config.xmpDataCollection.XmpDatacollectionConfig extends Object implements Serializable

Serialized Fields

_rrdRepository

String _rrdRepository
full path to the RRD repository for collected XMP data


_xmpCollectionList

List<E> _xmpCollectionList
XMP data collection element


Package org.opennms.netmgt.correlation.drools.config

Class org.opennms.netmgt.correlation.drools.config.EngineConfiguration extends Object implements Serializable

Serialized Fields

_ruleSetList

List<E> _ruleSetList
Field _ruleSetList.

Class org.opennms.netmgt.correlation.drools.config.Global extends Object implements Serializable

Serialized Fields

_name

String _name
This is the name as it is defined in the rules file


_type

String _type
This is the type that is defined in the rules file. If a value is given then a propertyEditor for this type is used to convert the string value to a value of the type defined here and the result is set a the global in the rules file. If a value is not given the the 'ref' must be specified and the app context associated with this ruleSet is used to look up the bean using the ref attribute and it must be of the type specified in type.


_value

String _value
Field _value.


_ref

String _ref
Field _ref.

Class org.opennms.netmgt.correlation.drools.config.RuleSet extends Object implements Serializable

Serialized Fields

_name

String _name
Field _name.


_ruleFileList

List<E> _ruleFileList
Field _ruleFileList.


_eventList

List<E> _eventList
Field _eventList.


_appContext

String _appContext
Field _appContext.


_globalList

List<E> _globalList
Field _globalList.


Package org.opennms.netmgt.dao

Class org.opennms.netmgt.dao.CastorDataAccessFailureException extends org.springframework.dao.DataAccessResourceFailureException implements Serializable

serialVersionUID: -5546624359373413751L

Class org.opennms.netmgt.dao.CastorObjectRetrievalFailureException extends org.springframework.orm.ObjectRetrievalFailureException implements Serializable

serialVersionUID: -5906087948002738350L

Class org.opennms.netmgt.dao.JAXBDataAccessFailureException extends org.springframework.dao.DataAccessResourceFailureException implements Serializable

serialVersionUID: 8182669018299441638L


Package org.opennms.netmgt.dao.db

Class org.opennms.netmgt.dao.db.BackupTablesFoundException extends Exception implements Serializable

serialVersionUID: -3888915116741506735L

Serialized Fields

m_oldTables

List<E> m_oldTables

Class org.opennms.netmgt.dao.db.DatabaseConnectionException extends SQLException implements Serializable

serialVersionUID: -6548231456647908279L


Package org.opennms.netmgt.dao.jmx

Class org.opennms.netmgt.dao.jmx.JmxObjectNameException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

serialVersionUID: -7210917837913419033L


Package org.opennms.netmgt.dhcpd

Class org.opennms.netmgt.dhcpd.Message extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

m_dhcpmsg

edu.bucknell.net.JDHCP.DHCPMessage m_dhcpmsg

m_target

InetAddress m_target

Package org.opennms.netmgt.eventd

Class org.opennms.netmgt.eventd.EventIpcException extends Exception implements Serializable

serialVersionUID: 1L

Class org.opennms.netmgt.eventd.UndeclaredEventException extends UndeclaredThrowableException implements Serializable

serialVersionUID: 1L


Package org.opennms.netmgt.eventd.datablock

Class org.opennms.netmgt.eventd.datablock.EventKey extends LinkedHashMap<String,Object> implements Serializable

serialVersionUID: 3498941419429346315L

Serialized Fields

m_hashCode

int m_hashCode
The hash code calculated from the elements

Class org.opennms.netmgt.eventd.datablock.EventMaskValueList extends ArrayList<String> implements Serializable

serialVersionUID: 1L

Serialized Fields

m_hashCode

int m_hashCode
The hash code calculated from the elements


Package org.opennms.netmgt.filter

Class org.opennms.netmgt.filter.FilterParseException extends RuntimeException implements Serializable

serialVersionUID: -1504582717903933407L

Serialized Fields

m_delegate

Throwable m_delegate
The encapsulated throwable if any


Package org.opennms.netmgt.importer

Class org.opennms.netmgt.importer.ModelImportException extends Exception implements Serializable

serialVersionUID: 6520991163434052156L


Package org.opennms.netmgt.jasper.rrdtool

Class org.opennms.netmgt.jasper.rrdtool.Columns extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.jasper.rrdtool.Data extends Object implements Serializable

Serialized Fields

_rowList

List<E> _rowList
Field _rowList.

Class org.opennms.netmgt.jasper.rrdtool.End extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.jasper.rrdtool.Entry extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.jasper.rrdtool.Legend extends Object implements Serializable

Serialized Fields

_entryList

List<E> _entryList
Field _entryList.

Class org.opennms.netmgt.jasper.rrdtool.Meta extends Object implements Serializable

Serialized Fields

_start

Start _start
Field _start.


_step

Step _step
Field _step.


_end

End _end
Field _end.


_rows

Rows _rows
Field _rows.


_columns

Columns _columns
Field _columns.


_legend

Legend _legend
Field _legend.

Class org.opennms.netmgt.jasper.rrdtool.Row extends Object implements Serializable

Serialized Fields

_t

T _t
Field _t.


_vList

List<E> _vList
Field _vList.

Class org.opennms.netmgt.jasper.rrdtool.Rows extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.jasper.rrdtool.Start extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.jasper.rrdtool.Step extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.jasper.rrdtool.T extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.jasper.rrdtool.V extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage

Class org.opennms.netmgt.jasper.rrdtool.Xport extends Object implements Serializable

Serialized Fields

_meta

Meta _meta
Field _meta.


_data

Data _data
Field _data.


Package org.opennms.netmgt.linkd

Class org.opennms.netmgt.linkd.NodeToNodeLink extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_nodeId

int m_nodeId

m_ifIndex

int m_ifIndex

m_nodeParentId

int m_nodeParentId

m_parentIfIndex

int m_parentIfIndex

Package org.opennms.netmgt.model

Class org.opennms.netmgt.model.DataLinkInterface extends Object implements Serializable

serialVersionUID: 5241963830563150843L

Serialized Fields

id

Integer id

nodeId

Integer nodeId

ifIndex

Integer ifIndex

nodeParentId

Integer nodeParentId

parentIfIndex

Integer parentIfIndex

status

String status

linkTypeId

Integer linkTypeId

lastPollTime

Date lastPollTime

Class org.opennms.netmgt.model.OnmsAcknowledgmentCollection extends LinkedList<OnmsAcknowledgment> implements Serializable

serialVersionUID: -8540172282769996576L

Serialized Fields

m_totalCount

int m_totalCount

Class org.opennms.netmgt.model.OnmsAlarm extends Object implements Serializable

serialVersionUID: 7275548439687562161L

Serialized Fields

m_id

Integer m_id
identifier field


m_uei

String m_uei
persistent field


m_distPoller

OnmsDistPoller m_distPoller
persistent field


m_node

OnmsNode m_node
nullable persistent field


m_ipAddr

String m_ipAddr
nullable persistent field


m_serviceType

OnmsServiceType m_serviceType
nullable persistent field


m_reductionKey

String m_reductionKey
nullable persistent field


m_alarmType

Integer m_alarmType
nullable persistent field


m_ifIndex

Integer m_ifIndex
nullable persistent field


m_counter

Integer m_counter
persistent field


m_severity

OnmsSeverity m_severity
persistent field


m_firstEventTime

Date m_firstEventTime
persistent field


m_lastEventTime

Date m_lastEventTime
persistent field


m_firstAutomationTime

Date m_firstAutomationTime
persistent field


m_lastAutomationTime

Date m_lastAutomationTime
persistent field


m_description

String m_description
nullable persistent field


m_logMsg

String m_logMsg
nullable persistent field


m_operInstruct

String m_operInstruct
nullable persistent field


m_tTicketId

String m_tTicketId
nullable persistent field


m_tTicketState

TroubleTicketState m_tTicketState
nullable persistent field


m_mouseOverText

String m_mouseOverText
nullable persistent field


m_suppressedUntil

Date m_suppressedUntil
nullable persistent field


m_suppressedUser

String m_suppressedUser
nullable persistent field


m_suppressedTime

Date m_suppressedTime
nullable persistent field


m_alarmAckUser

String m_alarmAckUser
nullable persistent field


m_alarmAckTime

Date m_alarmAckTime
nullable persistent field


m_clearKey

String m_clearKey
nullable persistent field


m_lastEvent

OnmsEvent m_lastEvent
persistent field


m_eventParms

String m_eventParms
persistent field


m_managedObjectInstance

String m_managedObjectInstance
persistent field


m_managedObjectType

String m_managedObjectType
persistent field


m_applicationDN

String m_applicationDN
persistent field


m_ossPrimaryKey

String m_ossPrimaryKey

m_x733AlarmType

String m_x733AlarmType

m_qosAlarmState

String m_qosAlarmState

m_x733ProbableCause

int m_x733ProbableCause

m_details

Map<K,V> m_details

Class org.opennms.netmgt.model.OnmsAlarmCollection extends LinkedList<OnmsAlarm> implements Serializable

serialVersionUID: 7054167470617453783L

Serialized Fields

m_totalCount

int m_totalCount

Class org.opennms.netmgt.model.OnmsArpInterface extends Object implements Serializable

serialVersionUID: 7750043250236397014L

Serialized Fields

m_id

Integer m_id

m_node

OnmsNode m_node

m_ipAddress

String m_ipAddress

m_physAddr

String m_physAddr

m_status

OnmsArpInterface.StatusType m_status

m_sourceNode

OnmsNode m_sourceNode

m_ifIndex

Integer m_ifIndex

m_lastPoll

Date m_lastPoll

Class org.opennms.netmgt.model.OnmsArpInterface.StatusType extends Object implements Serializable

serialVersionUID: -4784344871599250528L

Serialized Fields

m_statusType

char m_statusType

Class org.opennms.netmgt.model.OnmsAssetRecord extends Object implements Serializable

serialVersionUID: 509128305684814487L

Serialized Fields

m_id

Integer m_id

m_category

String m_category
identifier field


m_manufacturer

String m_manufacturer
identifier field


m_vendor

String m_vendor
identifier field


m_modelNumber

String m_modelNumber
identifier field


m_serialNumber

String m_serialNumber
identifier field


m_description

String m_description
identifier field


m_circuitId

String m_circuitId
identifier field


m_assetNumber

String m_assetNumber
identifier field


m_operatingSystem

String m_operatingSystem
identifier field


m_rack

String m_rack
identifier field


m_slot

String m_slot
identifier field


m_port

String m_port
identifier field


m_region

String m_region
identifier field


m_division

String m_division
identifier field


m_department

String m_department
identifier field


m_address1

String m_address1
identifier field


m_address2

String m_address2
identifier field


m_city

String m_city
identifier field


m_state

String m_state
identifier field


m_zip

String m_zip
identifier field


m_building

String m_building
identifier field


m_floor

String m_floor
identifier field


m_room

String m_room
identifier field


m_vendorPhone

String m_vendorPhone
identifier field


m_vendorFax

String m_vendorFax
identifier field


m_vendorAssetNumber

String m_vendorAssetNumber
identifier field


m_username

String m_username
identifier field


m_password

String m_password
identifier field


m_enable

String m_enable
identifier field


m_connection

String m_connection
identifier field


m_autoenable

String m_autoenable
identifier field


m_lastModifiedBy

String m_lastModifiedBy
identifier field


m_lastModifiedDate

Date m_lastModifiedDate
identifier field


m_dateInstalled

String m_dateInstalled
identifier field


m_lease

String m_lease
identifier field


m_leaseExpires

String m_leaseExpires
identifier field


m_supportPhone

String m_supportPhone
identifier field


m_maintContractNumber

String m_maintContractNumber
identifier field


m_maintContractExpiration

String m_maintContractExpiration
identifier field


m_displayCategory

String m_displayCategory
identifier field


m_notifyCategory

String m_notifyCategory
identifier field


m_pollerCategory

String m_pollerCategory
identifier field


m_thresholdCategory

String m_thresholdCategory
identifier field


m_comment

String m_comment
identifier field


m_node

OnmsNode m_node
persistent field


m_managedObjectType

String m_managedObjectType

m_managedObjectInstance

String m_managedObjectInstance

Class org.opennms.netmgt.model.OnmsCategory extends Object implements Serializable

serialVersionUID: 4694348093332239377L

Serialized Fields

m_id

Integer m_id
identifier field


m_name

String m_name
persistent field


m_description

String m_description
persistent field


m_authorizedGroups

Set<E> m_authorizedGroups

Class org.opennms.netmgt.model.OnmsCategoryCollection extends LinkedList<OnmsCategory> implements Serializable

serialVersionUID: 4731486422555152257L

Class org.opennms.netmgt.model.OnmsCriteria.OnmsDetachedCriteria extends org.hibernate.criterion.DetachedCriteria implements Serializable

serialVersionUID: -2016788794945601848L

Serialized Fields

m_impl

org.hibernate.impl.CriteriaImpl m_impl

Class org.opennms.netmgt.model.OnmsDistPoller extends Object implements Serializable

serialVersionUID: -1094353783612066524L

Serialized Fields

m_name

String m_name
identifier field


m_ipAddress

String m_ipAddress
persistent field


m_comment

String m_comment
nullable persistent field


m_discoveryLimit

BigDecimal m_discoveryLimit
nullable persistent field


m_lastNodePull

Date m_lastNodePull
nullable persistent field


m_lastEventPull

Date m_lastEventPull
nullable persistent field


m_lastPackagePush

Date m_lastPackagePush
nullable persistent field


m_adminState

Integer m_adminState
nullable persistent field


m_runState

Integer m_runState
nullable persistent field

Class org.opennms.netmgt.model.OnmsEvent extends OnmsEntity implements Serializable

serialVersionUID: -7412025003474162992L

Serialized Fields

m_eventId

Integer m_eventId
identifier field


m_eventUei

String m_eventUei
persistent field


m_eventTime

Date m_eventTime
persistent field


m_eventHost

String m_eventHost
nullable persistent field


m_eventSource

String m_eventSource
persistent field


m_ipAddr

String m_ipAddr
nullable persistent field


m_distPoller

OnmsDistPoller m_distPoller
persistent field


m_eventSnmpHost

String m_eventSnmpHost
nullable persistent field


m_serviceType

OnmsServiceType m_serviceType
nullable persistent field


m_eventSnmp

String m_eventSnmp
nullable persistent field


m_eventParms

String m_eventParms
nullable persistent field


m_eventCreateTime

Date m_eventCreateTime
persistent field


m_eventDescr

String m_eventDescr
nullable persistent field


m_eventLogGroup

String m_eventLogGroup
nullable persistent field


m_eventLogMsg

String m_eventLogMsg
nullable persistent field


m_eventSeverity

Integer m_eventSeverity
persistent field


m_ifIndex

Integer m_ifIndex
nullable persistent field


m_eventPathOutage

String m_eventPathOutage
nullable persistent field


m_eventCorrelation

String m_eventCorrelation
nullable persistent field


m_eventSuppressedCount

Integer m_eventSuppressedCount
nullable persistent field


m_eventOperInstruct