Section | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Adding
Add the Windows service resource to a group.
- When add a resource from a group name, select a group → right click → 'Add Resource'.
- Select 'Service' from Resource Type lists and click 'Next' button.
- Enter service name and it will automatically search and suggest proper service name.
Select the service to be managed.
[Figure] Service Resource Added - Click the 'Finish' button to add the basic application resource.
You can immediately check the result in the management web console.
Deleting
Select resource type → right click → delete resource.
The deleted resource will immediately disappear from the management web console.
Warning |
---|
After deleting the service resource, if another resource is added, the changed status values and start type will not revert to the original. |
...
Status | Agent command | Description | Note |
---|---|---|---|
Online Windows service is operating properly. | Offline | Terminates windows service. It has the same effects as the following command. | |
Monitoring | The status of Windows service is assessed. Refer to the results from running the following command. | ||
Offline Windows service is terminated. | Online | Windows service is started. It has the same effects as the following command. | |
Monitoring | The status of Windows service is assessed. Refer to the results from running the following command. | ||
TroubleFault Windows service is not operating properly. | Online | Windows service is started. It has the same effects as the following command. C:\> SC START SERVICE_NAME EX) SC START SQLSERVER | |
Offline | Terminates windows service. It has the same effects as the following command. C:\> SC STOP SERVICE_NAME EX) SC STOP SQLSERVER |
Attribute
Display the unique attribute of Windows service resource.
Attribute | Description | Type | Default | Edit | Note |
ServiceName | It is a name of the window service to be monitored. | STRING | X |
...