SVC

Use the SVC command to add or update the state of a service status alert in the service.status table for IBM Tivoli Composite Application Manager for Internet Service Monitoring.

Syntax

SVC UPDATE 'name' integer;  

In this command, name is the name of the profile element generating the alert and integer is its current status. Valid values for the service status are shown in the following table. If you enter any other value, the service level is set to 3 (unknown).

Table 1. Service status levels
Integer Service status level
0 Good.
1 Marginal.
2 Bad.
3 Service level is unknown.

Example

svc update 'newservice' 2;