Specify a comma-separated list of service type descriptions as the value of the ServiceTypesToRunOnCSV
parameter to run the Lua task only on services with a specified service type or types.
The service type description of a service corresponds to the Type
parameter for the AddService
action, and the ServiceTypes
parameter for the GetStatistics
action. Note that a service can have one type only, but many labels.
Note: The service type description should not be confused with the basic type of the service (service, process, or system).
Type: | String |
---|---|
Default: | By default, the Lua task runs on all services. |
Required: | No |
Configuration Section: | LuaTaskN |
Example: | ServiceTypesToRunOnCSV=content,community
|
See Also: |
|