Number of object identfiers making up the interface extensions table
WARNING: This value must be incremented by one for each new object added
to the ms_elemList variable
This class encapsulates all of the node-level data required by the SNMP data
collector in order to successfully perform data collection for a scheduled
primary SNMP interface.
This class holds all the data and logic for sending out a notification Each
notification that is sent will be accompanied by a row in the notifications
table.
Process the event, construct a new PollableService object representing
the node/interface/service/pkg combination, and schedule the service for
polling.
Process the event, construct a new ThresholdableService object
representing the node/interface combination, and schedule the interface
for thresholding.
nodeID -
Variable in class org.opennms.web.admin.nodeManagement.ManagedNode
The fun part is actually sending those notifications we worked so hard for
so here we let growl know about things we think the user would like, and growl
decides if that is the case.
Convenienve method that defers to notifyGrowlOf( String inNotificationName,
NSData inIconData, String inTitle, String inDescription,
NSDictionary inExtraInfo ) with null passed for icon and extraInfo arguments