The crontab commands create rows in the control table (crontabControlTable).
The general syntax of these commands is:
crontab property=value
crontab create property=value ...
crontab reset
Table 1 lists the properties supported in these commands.
Property |
Type |
Description |
Sets MIB object |
|---|---|---|---|
description |
string |
A description of the control row. |
Description |
event |
int |
The index of the event generated when the command finishes executing. |
EventIndex |
eventstatus |
enum |
Event flow control: alwaysready fired ready |
EventStatus |
eventtime |
string |
Sets the scheduled time for command execution or event firing in crontime mode. See Event times for details about the time format for this parameter. |
CronEventTime |
executioncmd |
string |
The command to be executed at the scheduled time. |
ExecutionCmd |
period |
int |
Specifies the interval (in minutes) at which an event is generated after it is initially triggered. |
Period |
starttime |
string |
Sets the scheduled time for command execution or event firing in periodic mode. See Start time for details about the time format for this parameter. |
StartTime |
type |
enum |
The event firing behavior: crontime - Emulates the UNIX crontab command periodic - Emulates the UNIX at command |
CronType |