Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

2.3 Definition File for Collection of Configuration Information

File name

schedule.conf

Use

Specify operation schedule of an agent for connecting configuration information.

File Location

File Format

#] <agent type> <minute> <hour> <day> <month> <day of week> [<parameter>]

...

Parameter

This file defines one schedule from the following parameters.

[#] <agent type> <minute> <hour> <day> <month> <day of week> [<parameter>]
#:Comment line

If #(sharp) is applied at the head of a line, it becomes a comment. Because the agent which is set up is defined operation schedule by default, apply # at the head of a line when you need not collect information regularly.

<agent type>:Type of agent

Specify type of the agent which operates along schedule.

Agent types which can be specified are shown below. Specify type of agent which is set up.

AGT_CENTINV :An agent for inventory information of Systemwalker Centric Manager.

AGT_CENTREP :An agent for node information of Systemwalker Centric Manager.

AGT_ADSC :An agent for auto detection of node.

AGT_INV :An agent for collection of IT resource information.

<minute>:Field for minute

From 0 to 59

<hour>:Field for hour

From 0 to 23

<day>:Field for day

From 1 to 31

<month>:Field for month

From 1 to 12

<day of week>:Field for day of week

From 0 to 6

0:Sunday 1:Monday 2:Tuesday 3:Wednesday 4:Thursday 5:Friday 6:Saturday

<parameter>:Group name of the agent for collection of IT resource information.

This parameter is effective when you specify "AGT_INV" to type of agent.
You can specify schedule for collection of information in each group by specifying group name that is specified by the definition file for collection of IT resource information.
When group is not defined in the definition file for collection of IT resource information, omit this parameter.
All groups are collected when this parameter is omitted and group is defined in the definition file for collection of IT resource information.

Method of Specifying Value of Each Field

Note

Example

Under the following definition, AGT_INV collects information automatically on the first day of every month at 0:30.

AGT_INV 30 0 1 * * group1

Under the following definition, AGT_INV collects information automatically on every Sunday at 1:00.

AGT_INV 0 1 * * 0 group1

Under the following definition, AGT_INV collects information automatically on February 1 at 22:30.

AGT_ADSC 30 22 1 2 *

Under the following definition, AGT_INV collects information automatically from group1 on every Monday at 2:00.

In addition, AGT_INV collects information automatically from group2 on every Tuesday at 2:00.

AGT_INV 0 2 * * 1 group1

AGT_INV 0 2 * * 2 group2

Under the following definition, AGT_INV doesn't collect information automatically.

# AGT_INV 30 4 * * *