Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

bleemeo (7) Versions 0.5.0

Installs/Configures bleemeo-agent

Policyfile
Berkshelf
Knife
cookbook 'bleemeo', '= 0.5.0', :supermarket
cookbook 'bleemeo', '= 0.5.0'
knife supermarket install bleemeo
knife supermarket download bleemeo
README
Dependencies
Quality 50%

Bleemeo-cookbook

About

Bleemeo is a Cloud based monitoring solution. This cookbook deploys the agent
on servers you want to monitor. Free trial is available at https://bleemeo.com/trial

This cookboot is a community contribution and is not officially supported.

Install Bleemeo agent using repositories.

Supported Platforms

  • Ubuntu 16.04
  • Debian 8
  • Centos 7.3
  • Fedora 24

Attributes

account (uuid v4)

node['bleemeo']['account']

ID of the account to connect node to.

key (uuid v4)

node['bleemeo']['key']

Registration key to allow node to register.

auto-upgrade (boolean)

node['bleemeo']['auto-upgrade']

Define version strategy, will upgrade automatically if true or stick to the same
version.

default to false

tags (Array)

node['bleemeo']['tags']

List of tags for the agent. Your agent will be tagged with those tags on Bleemeo Cloud Platform.

Only create associated configuration file if bleemeo::configure is ran.

default to ['chef-client']

stack (String)

node['bleemeo']['stack']

Default services stack for the agent.

Only create associated configuration file if bleemeo::configure is ran.

default to nil

Usage

Include bleemeo in your node's run_list:

{
  "run_list": [
    "recipe[bleemeo::default]"
  ],
  "normal": {
    "bleemeo": {
      "account": "YOUR_ACCOUNT_ID",
      "key": "YOUR_REGISTRATION_KEY"
    }
  },
}

Recipes

bleemeo::default / bleemeo::install

Install and configure Bleemeo agent from repositories

bleemeo::repositories

Install Bleemeo agent's repositories, included in bleemeo::install.

bleemeo::configure

Create default Bleemeo agent's configuration folder and files, included in bleemeo::install.

Resources

bleemeo_tcp_check

Define a tcp custom check

bleemeo_tcp_check 'name' do
  id              String  # default to 'name' if not specified
  port            Integer # required
  address         String  # default to 127.0.0.1
  stack           String  # default to nil
end

bleemeo_http_check

Define a http(s) custom check

bleemeo_http_check 'name' do
  id              String  # default to 'name' if not specified
  tls             TrueClass, FalseClass # default to false
  port            Integer # required
  address         String  # default to 127.0.0.1
  path            String  # default to /
  status_code     Integer
  stack           String  # default to nil
end

bleemeo_nagios_check

Define a nagios custom check

bleemeo_nagios_check 'name' do
  id              String  # default to 'name' if not specified
  command         String  # required
  stack           String  # default to nil
end

bleemeo_pull_metric

Define a custom poll metric.

bleemeo_pull_metric 'name' do
  id              String  # default to 'name' if not specified
  url             String  # required
  item            [String, nil]
  ssl_check       [TrueClass, FalseClass]  # default to true
  username        [String, nil]
  password        [String, nil]
end

bleemeo_prometheus_endpoint

Define a custom prometheus endpoint.

bleemeo_prometheus_endpoint 'name' do
  id              String  # default to 'name' if not specified
  url             String  # required
end

Development

Install gems from Gemfile :

bundler install

Linter

Foodcritic :

foodcritic .

Rubocop

rubocop -D

Tests

Require vagrant and virtualbox.

Run tests : kitchen test

License (MIT)

Copyright 2017 Matlo

[see LICENSE](./LICENSSE)

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.5.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.5.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.5.0 passed this metric

No Binaries Metric
            

0.5.0 passed this metric

Testing File Metric
            

0.5.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.5.0 passed this metric