disable-event

Syntax

tadm disable-event common_options [ (--time=hh:mm [--month=1-12] [--day-of-week=sun|mon|tue|wed|thu|fri|sat] 
[--day-of-month=1-31]) | --interval=number_of_seconds ] 
--config=config_name --command=restart|reconfig|rotate-log|rotate-access-log|update-crl|commandline

Description

Use this command to disable a scheduled event.

Options

For information about common_options, run the help command.

--time|-t

Specify the time when you want this event to start. The time format is hh:mm, (for example, 12:30).

--month|-m

Specify the month when you want this event to occur. The range of values is 1 to 12.

--day-of-week|-k

Specify the day of the week when you want this event to occur. The values can be Sun, Mon, Tue, Wed, Thu, Fri, or Sat.

--day-of-month|-d

Specify the day of the month when you want this event to occur. The range of values is 1 to 31.

--interval|-r

Specify the time interval at which you want this event to occur. The range of values is 60 to 86400 seconds.

--config|-c

Specify the name of the configuration for disabling the event.

--command|-C

Specify the command that the event executes. The value can be restart, reconfig, rotate-log, rotate-access-log, update-crl, or any executable command.

Example

tadm disable-event --user=admin --host=admin.example.com 
--password-file=./admin.passwd --port=8989 
--no-prompt --interval=3600 --config=www.example.org 
--command=restart

Exit Codes

The following exit values are returned:

0: command executed successfully

>0: error in executing the command

For more information about exit codes and syntax notations, run the help command.