Skip to content

bluematador/chef-bluematador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bluematador_agent

Installs/Configures the Blue Matador Agent. Documentation for the Chef Agent can be found https://www.bluematador.com/docs/chef-agent-install.

Requirements

  • chef >= 12.1

Platforms

  • Amazon Linux
  • CentOS
  • Debian
  • RedHat
  • Ubuntu
  • Windows Server

Usage

  1. If you are using https://docs.chef.io/berkshelf.html, add the bluematador_agent cookbook to your Berksfile. You can also install the cookbook in to your repository using knife knife cookbook site install bluematador_agent or clone this repo.
  2. Set the account_id, api_key, and env attributes.
    node['bluematador_agent']['api_key'] = '<your api key>'
    node['bluematador_agent']['account_id'] = '<your account id>'
    node['bluematador_agent']['env'] = node['chef_environment']
    
  3. Optionally set the project and http_proxy attributes if you need those features
    node['bluematador_agent']['projects'] '<project_id>,<project_id>'
    node['bluematador_agent']['http_proxy'] 'http://myproxy.example.co:3128'
    node['bluematador_agent']['https_proxy'] 'http://myproxy.example.co:3128'
    
  4. Upload the cookbook to your Chef server with berks upload or knife cookbook upload bluematador_agent
  5. Edit your node's runlist to include recipe[bluematador_agent]
  6. Wait for chef-client to run

Additional Information

To get your account_id, api_key, and project IDs visit the Install Agent page of our app and copy them from the command.

For more information about Blue Matador, visit the Blue Matador Website

About

Chef cookbook to install the Blue Matador agent. Blue Matador is the world's first and only recommendation engine for preventing downtime.

Resources

License

Stars

Watchers

Forks

Packages

No packages published