XEDIA-CRON-MIB
AI MIB Summary
The XEDIA-CRON-MIB enables SNMP-based monitoring and configuration of scheduled batch job execution parameters and status states on Xedia network appliances. It exposes specific metrics for cron daemon instances, including job definitions, execution schedules, and current task queue states to facilitate automated maintenance and system reliability management.
This module defines objects for management of the 'Cron' batch job scheduler mechanism in Xedia devices.
Main OID:
xediaCronMIB.1.3.6.1.4.1.838.3.13
28
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
28 total| Object Name |
|---|
xediaCronMIBThis module defines objects for management of the 'Cron'
batch job scheduler mechanism in Xedia devices. MODULE-IDENTITY .1.3.6.1.4.1.838.3.13 |
xcronObjects OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.13.1 |
xcronGeneral OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.13.1.1 |
xcronAdminThe administrative status of the 'Cron mechanism' in the router.
The value 'enabled(1)' indicates that the batch scheduler will
try to become active. The value 'disabled(2)' indicates that
no attempt will be made to start the Cron batch scheduler.
Changes to this object require a node reset in order to take affect.rw Enumeration .1.3.6.1.4.1.838.3.13.1.1.1 |
xcronOperThe Operational status of the 'Cron mechanism' in the router.
An 'up' status indicates that the scheduler is activated and
running normally. The 'down' status indicates that the scheduler
is NOT running. A 'stalled' status indicates that the scheduler
is trying to run, but may not have enough resources to fulfill
its jobs.ro Enumeration .1.3.6.1.4.1.838.3.13.1.1.2 |
xcronIntervalThe number of minutes the scheduler sleeps. After waiting
for the configured number of minutes, or any configuration changes,
the scheduler wakes up and checks for any jobs that need to be run.
Also, a change to this parameter only takes affect AFTER the scheduler
completes its next scheduling pass.rw INTEGER .1.3.6.1.4.1.838.3.13.1.1.3 |
xcronLoggingAdminThe administrative status of the 'logging' mechanism to attempt
to retain as much status information as possible for each transaction
that is performed. Also, a change to this parameter only takes affect
AFTER the scheduler completes its next scheduling pass.rw Enumeration .1.3.6.1.4.1.838.3.13.1.1.4 |
xcronLogClearThe action to CLEAR all log messages of the list of batch jobs.
When read, this object always returns the value 'ready(1)'. When
set to 'clear(2)', the log messages of all batch jobs will be
cleared.rw Enumeration .1.3.6.1.4.1.838.3.13.1.1.5 |
xcronDateTimeScheduleLastThe date and time of the LAST Scheduling pass.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.838.3.13.1.1.6 |
xcronDateTimeScheduleCurrentThe current date and time relating to the Scheduler.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.838.3.13.1.1.7 |
xcronDateTimeScheduleNextThe date and time of the NEXT Scheduling pass.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.838.3.13.1.1.8 |
xcronObjectTables OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.13.1.2 |
xcronBatchTableA list of cron batch entries. SEQUENCE OF XcronBatchEntry .1.3.6.1.4.1.838.3.13.1.2.1 |
xcronBatchEntryAn entry containing cron batch job information. XcronBatchEntry .1.3.6.1.4.1.838.3.13.1.2.1.1 |
xcronBatchIDThe index of the table. INTEGER .1.3.6.1.4.1.838.3.13.1.2.1.1.1 |
xcronBatchMonthThe bit mask associated with the Month of the year portion of the date
in which to execute the associated command.rw BIT STRING { any(0), jan(1), feb(2), mar(3), apr(4), may(5), jun(6), jul(7), aug(8), sep(9), oct(10), nov(11), dec(12) } .1.3.6.1.4.1.838.3.13.1.2.1.1.2 |
xcronBatchDayOfTheMonthThe bit mask associated with the Day of the Month portion of the date
to execute the associated command.rw BIT STRING { any(0), d01(1), d02(2), d03(3), d04(4), d05(5), d06(6), d07(7), d08(8), d09(9), d10(10), d11(11), d12(12), d13(13), d14(14), d15(15), d16(16), d17(17), d18(18), d19(19), d20(20), d21(21), d22(22), d23(23), d24(24), d25(25), d26(26), d27(27), d28(28), d29(29), d30(30), d31(31) } .1.3.6.1.4.1.838.3.13.1.2.1.1.3 |
xcronBatchDayOfTheWeekThe bit mask associated with the Day of the Week portion of the date
to execute the associated command.rw BIT STRING { any(0), sun(1), mon(2), tue(3), wed(4), thu(5), fri(6), sat(7) } .1.3.6.1.4.1.838.3.13.1.2.1.1.4 |
xcronBatchHourThe bit mask associated with the Hour of the day portion of the date
to execute the associated command.rw BIT STRING { h00(0), h01(1), h02(2), h03(3), h04(4), h05(5), h06(6), h07(7), h08(8), h09(9), h10(10), h11(11), h12(12), h13(13), h14(14), h15(15), h16(16), h17(17), h18(18), h19(19), h20(20), h21(21), h22(22), h23(23), any(24) } .1.3.6.1.4.1.838.3.13.1.2.1.1.5 |
xcronBatchMinuteThe bit mask associated with the Minute of the Hour portion of the date
to execute the associated command.rw BIT STRING { m00(0), m01(1), m02(2), m03(3), m04(4), m05(5), m06(6), m07(7), m08(8), m09(9), m10(10), m11(11), m12(12), m13(13), m14(14), m15(15), m16(16), m17(17), m18(18), m19(19), m20(20), m21(21), m22(22), m23(23), m24(24), m25(25), m26(26), m27(27), m28(28), m29(29), m30(30), m31(31), m32(32), m33(33), m34(34), m35(35), m36(36), m37(37), m38(38), m39(39), m40(40), m41(41), m42(42), m43(43), m44(44), m45(45), m46(46), m47(47), m48(48), m49(49), m50(50), m51(51), m52(52), m53(53), m54(54), m55(55), m56(56), m57(57), m58(58), m59(59), any(60) } .1.3.6.1.4.1.838.3.13.1.2.1.1.6 |
xcronBatchDateTimeThe formatted date/time string associated with the entry.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.838.3.13.1.2.1.1.7 |
xcronBatchLogMessageThe log message associated with the entry. It contains errors or
success messages, generated from the system.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.838.3.13.1.2.1.1.8 |
xcronBatchCommandThe CLI command to execute. It can be a simple command,
a series of commands, the execution of a TCL procedure,
or the sourcing of a script file.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.838.3.13.1.2.1.1.9 |
xcronBatchScheduleStatusThe most recent scheduling status of the batch entry.ro Enumeration .1.3.6.1.4.1.838.3.13.1.2.1.1.10 |
xcronBatchRowStatusThis object is used to add and remove entries from the
table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.838.3.13.1.2.1.1.11 |
xcronConformance OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.13.2 |
xcronCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.13.2.1 |
xcronGroups OBJECT IDENTIFIER .1.3.6.1.4.1.838.3.13.2.2 |