Serialized Form


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.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.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.

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.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.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.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
Field _maxVarsPerPdu.


_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.

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 ("SNMP" specific); "oid" : object identifier; "timeout": timeout (in milliseconds); "retries": retries; "port" : protocol/service port


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.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.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.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.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


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.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.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
Specifies the maximum number of variables that may be encoded into an individual SNMP pdu request by Collectd. Provides a means to limit the size of outgoing PDU requests. Value of 0 indicates no limit on number of PDUs which can be encoded into a single PDU.


_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


_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

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.


_getNextAlarmID

String _getNextAlarmID
SQL query to get the next sequence for the alarms table serial number.


_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.groups

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

Serialized Fields

_name

String _name
Field _name.


_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.


_parameters

Parameters _parameters
Field _parameters.


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.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


_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.modelimport

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

String _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 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.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 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.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 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.


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.

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.) Critical link here is that the polling package name is used to link 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.


_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.


_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.


_responseRange

String _responseRange
Field _responseRange.


_parameterList

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

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.


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.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.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.Definition extends Object implements Serializable

Serialized Fields

_retry

int _retry
Number of retries (overrides the default value).


_has_retry

boolean _has_retry
keeps track of state for field: _retry


_timeout

int _timeout
Timeout in milliseconds (overrides the default value).


_has_timeout

boolean _has_timeout
keeps track of state for field: _timeout


_readCommunity

String _readCommunity
Read community string (overrides default value).


_writeCommunity

String _writeCommunity
Write community string (overrides default value).


_proxyHost

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


_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


_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 per get-bulk requests.


_has_maxRepetitions

boolean _has_maxRepetitions
keeps track of state for field: _maxRepetitions


_maxRequestSize

int _maxRequestSize
Specifies the maximum number of variables that may be encoded into an individual SNMP pdu request by Collectd. Provides a means to limit the size of outgoing PDU requests. Value of 0 indicates no limit on number of PDUs which can be encoded into a single PDU.


_has_maxRequestSize

boolean _has_maxRequestSize
keeps track of state for field: _maxRequestSize


_securityName

String _securityName
SNMPv3


_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


_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 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


_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


_definitionList

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


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

_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

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

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


Package org.opennms.netmgt.config.threshd

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

Serialized Fields

_type

String _type
Threshold type. If "high", a 'highThresholdExceeded' event will be generated. If "low", a 'lowThresholdExceeded' event.


_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


_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.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 passive status keeper will subscribe to translate to an event for a passive node

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.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


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.

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


_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.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


Package org.opennms.netmgt.xml.eventconf

Class org.opennms.netmgt.xml.eventconf.AlarmData extends Object implements Serializable

Serialized Fields

_reductionKey

String _reductionKey
Field _reductionKey.


_alarmType

int _alarmType
Field _alarmType.


_has_alarmType

boolean _has_alarmType
keeps track of state for field: _alarmType


_clearUei

String _clearUei
Field _clearUei.


_clearKey

String _clearKey
Field _clearKey.


_autoClean

boolean _autoClean
Field _autoClean.


_has_autoClean

boolean _has_autoClean
keeps track of state for field: _autoClean


_x733AlarmType

String _x733AlarmType
Field _x733AlarmType.


_x733ProbableCause

int _x733ProbableCause
Field _x733ProbableCause.


_has_x733ProbableCause

boolean _has_x733ProbableCause
keeps track of state for field: _x733ProbableCause

Class org.opennms.netmgt.xml.eventconf.Autoacknowledge extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_state

String _state
Field _state.

Class org.opennms.netmgt.xml.eventconf.Autoaction extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_state

String _state
Field _state.

Class org.opennms.netmgt.xml.eventconf.Correlation extends Object implements Serializable

Serialized Fields

_state

String _state
The state determines if event is correlated


_path

String _path
The correlation path


_cueiList

List<E> _cueiList
A cancelling UEI for this event


_cmin

String _cmin
The minimum count for this event


_cmax

String _cmax
The maximum count for this event


_ctime

String _ctime
The correlation time for this event

Class org.opennms.netmgt.xml.eventconf.Event extends Object implements Serializable

Serialized Fields

_mask

Mask _mask
The event mask which helps to uniquely identify an event


_uei

String _uei
The Universal Event Identifier


_eventLabel

String _eventLabel
A human readable name used to identify an event in the web ui


_snmp

Snmp _snmp
The snmp information from the trap


_descr

String _descr
The event description


_logmsg

Logmsg _logmsg
The event logmsg


_severity

String _severity
The event severity


_correlation

Correlation _correlation
The event correlation information


_operinstruct

String _operinstruct
The operator instruction for this event


_autoactionList

List<E> _autoactionList
The automatic action to occur when this event occurs


_operactionList

List<E> _operactionList
The operator action to be taken when this event occurs


_autoacknowledge

Autoacknowledge _autoacknowledge
The autoacknowledge information for the user


_loggroupList

List<E> _loggroupList
A logical group with which to associate this event


_tticket

Tticket _tticket
The trouble ticket info


_forwardList

List<E> _forwardList
The forwarding information for this event


_scriptList

List<E> _scriptList
The script information for this event


_mouseovertext

String _mouseovertext
The text to be displayed on a 'mouseOver' event when this event is displayed in the event browser.


_alarmData

AlarmData _alarmData
Data used to create an event.

Class org.opennms.netmgt.xml.eventconf.Events extends Object implements Serializable

Serialized Fields

_global

Global _global
Global settings for this configuration


_eventList

List<E> _eventList
Field _eventList.


_eventFileList

List<E> _eventFileList
Field _eventFileList.

Class org.opennms.netmgt.xml.eventconf.Forward extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_state

String _state
Field _state.


_mechanism

String _mechanism
Field _mechanism.

Class org.opennms.netmgt.xml.eventconf.Global extends Object implements Serializable

Serialized Fields

_security

Security _security
Security settings for this configuration

Class org.opennms.netmgt.xml.eventconf.Logmsg extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_dest

String _dest
Field _dest.

Class org.opennms.netmgt.xml.eventconf.Mask extends Object implements Serializable

Serialized Fields

_maskelementList

List<E> _maskelementList
The mask element


_varbindList

List<E> _varbindList
The varbind element

Class org.opennms.netmgt.xml.eventconf.Maskelement extends Object implements Serializable

Serialized Fields

_mename

String _mename
The mask element name. Must be from the following subset: "uei" (the OpenNMS Universal Event Identifier), "source" (source of the event; "trapd" for received SNMP traps; warning: these aren't that standardized), "host" (host related to the event; for SNMP traps this is the IP source address of the host that sent the trap to OpenNMS, "snmphost" (SNMP host related to the event; for SNMPv1 traps this is IP address reported in the trap; for SNMPv2 traps and later this is the same as "host"), "nodeid" (the OpenNMS node identifier for the node related to this event), "interface" (interface related to the event; for SNMP traps this is the same as "snmphost"), "service", "id" (enterprise ID in an SNMP trap), "specific" (specific value in an SNMP trap), "generic" (generic value in an SNMP trap), or "community" (community string in an SNMP trap).


_mevalueList

List<E> _mevalueList
The mask element value. A case-sensitive, exact match is performed. If the mask value has a "%" as the last character, it will match zero or more characters at the end of the string being matched. The mask element value matching is performed by org.opennms.netmgt.eventd.datablock.EventConfData#eventValuePassesMaskValue.

Class org.opennms.netmgt.xml.eventconf.Operaction extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_state

String _state
Field _state.


_menutext

String _menutext
Field _menutext.

Class org.opennms.netmgt.xml.eventconf.Script extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_language

String _language
Field _language.

Class org.opennms.netmgt.xml.eventconf.Security extends Object implements Serializable

Serialized Fields

_doNotOverrideList

List<E> _doNotOverrideList
Event element whose value cannot be overridden by a value in an incoming event

Class org.opennms.netmgt.xml.eventconf.Snmp extends Object implements Serializable

Serialized Fields

_id

String _id
The snmp enterprise id


_idtext

String _idtext
The snmp enterprise id text


_version

String _version
The snmp version


_specific

int _specific
The specific trap number


_has_specific

boolean _has_specific
keeps track of state for field: _specific


_generic

int _generic
The generic trap number


_has_generic

boolean _has_generic
keeps track of state for field: _generic


_community

String _community
The community name

Class org.opennms.netmgt.xml.eventconf.Tticket extends Object implements Serializable

Serialized Fields

_content

String _content
internal content storage


_state

String _state
Field _state.

Class org.opennms.netmgt.xml.eventconf.Varbind extends Object implements Serializable

Serialized Fields

_textualConvention

String _textualConvention
Field _textualConvention.


_vbnumber

int _vbnumber
The varbind element number


_has_vbnumber

boolean _has_vbnumber
keeps track of state for field: _vbnumber


_vbvalueList

List<E> _vbvalueList
The varbind element value


Package org.opennms.netmgt.xml.rtc

Class org.opennms.netmgt.xml.rtc.Category extends Object implements Serializable

Serialized Fields

_catlabel

String _catlabel
The category label


_catvalue

double _catvalue
The category availability value


_has_catvalue

boolean _has_catvalue
keeps track of state for field: _catvalue


_nodeList

List<E> _nodeList
A node that belongs to this category

Class org.opennms.netmgt.xml.rtc.EuiLevel extends Object implements Serializable

Serialized Fields

_header

Header _header
The header


_categoryList

List<E> _categoryList
category value and nodes belonging to it

Class org.opennms.netmgt.xml.rtc.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.xml.rtc.Node extends Object implements Serializable

Serialized Fields

_nodeid

long _nodeid
The node id


_has_nodeid

boolean _has_nodeid
keeps track of state for field: _nodeid


_nodevalue

double _nodevalue
The node availability value


_has_nodevalue

boolean _has_nodevalue
keeps track of state for field: _nodevalue


_nodesvccount

long _nodesvccount
The number of active services on the node


_has_nodesvccount

boolean _has_nodesvccount
keeps track of state for field: _nodesvccount


_nodesvcdowncount

long _nodesvcdowncount
The number of active services currently down on the node


_has_nodesvcdowncount

boolean _has_nodesvcdowncount
keeps track of state for field: _nodesvcdowncount



Copyright © 2008. All Rights Reserved.