This Cookbook is used to setup a Self Healing Solution for an existing monitored infrastructure. It consists of two essential components: Self healing server & Self healing clients.
The cookbook consists of a recipe which should be used to deploy these component:
- Self healing client deployment:
shs-client
Operating System: centos Dependencies The cookbook depends on the below cookbooks:
windows
chef_handler
Key | Type | Description | Default |
---|---|---|---|
['shs-client']['server_host_name'] | String | Hostname of the SHS server | ip-172-31-33-212.ec2.internal |
['shs-client']['shs_handler_debug'] | String | Special attribute for better logging of self healing execution on client | true |
This recipe is used to setup the shs-client
Just include litc-glds-shs-client::shs-client
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[litc-glds-shs-client::shs-client]"
]
}
Authors: Copyright 2016, Opex Software