Description:
|
log MANAGED OBJECT CLASS
DERIVED FROM top;
CHARACTERIZED BY
-- see CCITT Rec. X.735 | ISO/IEC 10164-6 for the description of this managed object class.
logPackage PACKAGE
BEHAVIOUR
logBehaviour BEHAVIOUR
DEFINED AS "This managed object is used to store incoming event reports and local system notifications. Additional details are defined in CCITT Rec. X. 735 | ISO/IEC 10164-6.";;
ATTRIBUTES
logId GET,
discriminatorConstruct GET-REPLACE,
administrativeState GET-REPLACE,
operationalState GET,
availabilityStatus PERMITTED VALUES Attribute-ASN1Module.LogAvailability
REQUIRED VALUES Attribute-ASN1Module.UnscheduledLogAvailability GET,
logFullAction GET-REPLACE;
NOTIFICATIONS
objectCreation,
objectDeletion,
attributeValueChange,
stateChange,
processingErrorAlarm;;;
CONDITIONAL PACKAGES
finiteLogSizePackage PACKAGE
ATTRIBUTES
maxLogSize GET-REPLACE,
currentLogSize GET,
numberOfRecords GET;
REGISTERED AS {smi2Package 12}; PRESENT IF "an instance supports it",
logAlarmPackage PACKAGE
ATTRIBUTES
capacityAlarmThreshold GET-REPLACE ADD-REMOVE;
REGISTERED AS {smi2Package 13}; PRESENT IF "a log is of finite size and halts logging when the availability status has the log full value.",
availabilityStatusPackage PRESENT IF "any of the scheduling packages, (duration, weekly scheduling, external) are present. The presence of this package makes available the off-duty value of the available status attribute to the object.",
duration PRESENT IF "the logging function is scheduled to start at a specified time and stop at either a specified time or function continuously.",
dailyScheduling PRESENT IF "both the weekly scheduling package and external scheduler packages are not present in an instance and daily scheduling is supported by that instance.",
weeklyScheduling PRESENT IF "both the daily scheduling package and external scheduler packages are not present in an instance and weekly scheduling is supported by that instance.",
externalScheduler PRESENT IF "both the daily scheduling package and weekly scheduling packages are not present in an instance and external scheduling is supported by that instance.";
|
|