Skip to content

opexsw/shs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

litc-glds-shs-client Cookbook

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

Requirements

Operating System: centos Dependencies The cookbook depends on the below cookbooks:

  • windows
  • chef_handler

Attributes

litc-glds-shs-client::shs-client

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

Usage

litc-glds-shs-client::shs-client

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]"
  ]
}

License and Authors

Authors: Copyright 2016, Opex Software