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

mackerel-agent (11) Versions 1.2.0

Installs/Configures mackerel-agent

Policyfile
Berkshelf
Knife
cookbook 'mackerel-agent', '= 1.2.0', :supermarket
cookbook 'mackerel-agent', '= 1.2.0'
knife supermarket install mackerel-agent
knife supermarket download mackerel-agent
README
Dependencies
Changelog
Quality 0%

cookbook-mackerel-agent Build Status

This cookbook provides recipes to install and configure mackerel-agent.
mackerel-agent is a server monitoring agent for https://mackerel.io .

Requirements

  • Chef 11 or higher
  • Ruby 1.9

SYNPOSIS

node.default['mackerel-agent']['conf']['apikey'] = 'Your API KEY' # required
node.default['mackerel-agent']['conf']['roles'] = ["My-Service:app", "Another-Service:db"] # optional

node.default['mackerel-agent']['plugins'] = true #optional
node.default['mackerel-agent']['conf']['plugin.metrics.vmstat'] = { # optional
  'command' => 'ruby /etc/sensu/plugins/system/vmstat-metrics.rb',
}

include_recipe 'mackerel-agent'
include_recipe 'mackerel-agent::plugins' # Option for installation of mackerel-agent-plugins package

Attributes

The following attributes are set by default.
(CAUTION! node attribute namespace has changed since version 1.0.)

default['mackerel-agent']['package-action'] = :upgrade

default['mackerel-agent']['conf']['apikey']  = nil
default['mackerel-agent']['conf']['pidfile'] = "/var/run/mackerel-agent.pid"
default['mackerel-agent']['conf']['root'] = "/var/lib/mackerel-agent"
default['mackerel-agent']['conf']['verbose'] = false
default['mackerel-agent']['conf']['roles'] = nil

Not to start mackerel-agent when you create a static image (like AMI)

default['mackerel-agent']['start_on_setup'] = false

Development

[Development Docuement](DEVELOPMENT.md)

LICENSE

Copyright:: 2014 Hatena Co., Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

apt >= 0.0.0
yum < 4.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

mackerel-agent Cookbook CHANGELOG

This file is used to list changes made in each version of the mackerel-agent cookbook.

v1.2.0

  • Change default mackerel-agent-plugins action into :upgrade.
  • Add node['mackerel-agent']['plugins']['package-action'] attribute.
  • Set compile_time to chef_gem for future compatibility (by sawanoboly)

v1.1.0

  • Add installation of mackerel-agent-plugins package. (by koudaiii)

v1.0.1

  • Change action of service[mackerel-agent] from restart to start (by sawanoboly)
  • Restart agent when package is newly installed or upgraded
  • Add node attribute start_on_setup.

v1.0.0

  • Stable release

Foodcritic Metric
            

1.2.0 failed this metric

FC009: Resource attribute not recognised: /tmp/cook/9aa33dffa4464b935ced91ea/mackerel-agent/recipes/default.rb:13
FC023: Prefer conditional attributes: /tmp/cook/9aa33dffa4464b935ced91ea/mackerel-agent/recipes/default.rb:29
FC031: Cookbook without metadata file: /tmp/cook/9aa33dffa4464b935ced91ea/mackerel-agent/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/9aa33dffa4464b935ced91ea/mackerel-agent/metadata.rb:1