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

serverdensity (25) Versions 3.1.1

Installs/Configures the v2 Server Density monitoring agent

Policyfile
Berkshelf
Knife
cookbook 'serverdensity', '= 3.1.1', :supermarket
cookbook 'serverdensity', '= 3.1.1'
knife supermarket install serverdensity
knife supermarket download serverdensity
README
Dependencies
Changelog
Quality 33%

chef-serverdensity

This cookbook installs the v2 Server Density agent on your Linux systems. This also includes support for the following plugins:

  • sd-agent-apache
  • sd-agent-btrfs
  • sd-agent-consul
  • sd-agent-couchbase
  • sd-agent-couchdb
  • sd-agent-directory
  • sd-agent-docker
  • sd-agent-elastic
  • sd-agent-haproxy
  • sd-agent-hdfs
  • sd-agent-kafka-consumer
  • sd-agent-memcache
  • sd-agent-mongo
  • sd-agent-mysql
  • sd-agent-nginx
  • sd-agent-ntp
  • sd-agent-phpfpm
  • sd-agent-postfix
  • sd-agent-postgres
  • sd-agent-rabbitmq
  • sd-agent-redis
  • sd-agent-riak
  • sd-agent-supervisord
  • sd-agent-varnish
  • sd-agent-zookeeper

Requirements

Cookbooks

  • apt
  • yum
  • dpkg_autostart

Gems

  • rest-client

Platforms:

  • Ubuntu
  • Debian
  • RHEL
  • CentOS
  • Amazon
  • Oracle
  • Scientific

Support for Ubuntu Precise is now deprecated and agent updates are no longer provided after 2.1.6. This cookbook will install agent 2.1.6 for any server detected as Ubuntu Precise

Attributes

serverdensity::default

Check attributes/default.rb for the full list

Usage

serverdensity::default

Just include serverdensity in your node's run_list to have the agent installed without any configuration:

{
  "name":"my_node",
  "run_list": [
    "recipe[serverdensity]"
  ]
}

To install and configure the agent include serverdensity in your node's run_list and configure the token and sd_account attributes

Including your API token will allow the cookbook to query the API and generate a new agent key for you, or if the device already exists, return the correct agent key.
You can either specify your account and token in attributes/default.rb or you can specify attributes in your run_list too:
json
{
"name":"my_node",
"serverdensity": {"token": "b97da80a41c4f61bff05975ee51eb1aa","sd_account":"example"},
"run_list": [ "recipe[serverdensity]" ]
}

You can also include any of the attributes from attributes/default.rb in your run list to install and configure plugins. Plugin installation is decided by the presence of the first attribute in the list for the specific plugin:
json
{
"name":"my_node",
"serverdensity": {"token": "b97da80a41c4f61bff05975ee51eb1aa","sd_account":"example","apache_status_url":"http://localhost/server-status?auto"},
"run_list": [
"recipe[serverdensity]"
]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

References

Authors

License

MIT

Dependent cookbooks

apt >= 0.0.0
yum >= 0.0.0
dpkg_autostart >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

ChangeLog for chef-serverdensity

3.1.0 (22-11-2017)

  • Added support for new deb repositories
  • Added support for el6 python27 dependency
  • Ensured Amazon linux only install el6 packages

3.0.7 (10-01-2017)

  • Added support for Couchbase plugin

3.0.6 (08-12-2016)

  • Added support for HDFS and Zookeeper plugins

3.0.5 (04-10-2016)

  • Added timeout option for Elasticsearch plugin

3.0.4 (29-09-2016)

  • Added Elasticsearch support

3.0.3 (22-09-2016)

  • Fix to prevent empty array from installing the sd-agent-directory plugin

3.0.2 (19-09-2016)

  • Added HAProxy support
  • Improved handling of attributes which use arrays.

3.0.1 (01-09-2016)

  • Improved recipe to ensure that the sd-agent service is only restarted after a configuration change.
  • Small template tweaks
  • Better comments in attributes to describe when to use arrays
  • Small fixes to the recipe to point to correct packages and yaml files
  • Removal/update of deprecated features
  • Foodcritic fixes

3.0.0 (14-04-2016)

  • Rewrote entire recipe to install the Server Density v2 agent. v1 agent support has been removed.

2.1.4 (26-03-2015)

  • Use 1.7.3 rest-client (fix for "Unable to acquire a ServerDensity agent_key")

2.1.3 (12-03-2015)

  • Add matchers library for ChefSpec

2.1.2 (12-03-2015)

  • Allow the device attribute to override a built-in device provider (AWS)
  • Move chef_gem to converge time for Chef 12.1.0

2.1.1 (10-03-2015)

  • Update to use rest-client gem (rest_client depreciated)

2.1.0 (10-10-2014)

  • Added support for managing plugins
  • Move agent config to /etc/sd-agent/conf.d/agent.cfg an updated template
  • Improved support for AWS EC2 linking with Server Density cloud support
  • Added :remove and :purge options for removing the agent
  • Support for AWS OpsWorks
  • Improved docs
  • Various performance improvements
  • Various bug fixes

2.0.0 (20-03-2014)

1.0.1 (17-09-2013)

  • Fixed bug in switching between API versions which may have caused the agent to not be installed and strange output in logs.

1.0.0 (26-07-2013)

  • Initial release with v1 and v2 API support.

Collaborator Number Metric
            

3.1.1 failed this metric

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

Contributing File Metric
            

3.1.1 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
            

3.1.1 failed this metric

FC085: Resource using new_resource.updated_by_last_action to converge resource: serverdensity/providers/default.rb:13
FC085: Resource using new_resource.updated_by_last_action to converge resource: serverdensity/providers/default.rb:38
FC085: Resource using new_resource.updated_by_last_action to converge resource: serverdensity/providers/default.rb:44
FC085: Resource using new_resource.updated_by_last_action to converge resource: serverdensity/providers/default.rb:54
FC085: Resource using new_resource.updated_by_last_action to converge resource: serverdensity/providers/default.rb:62
FC085: Resource using new_resource.updated_by_last_action to converge resource: serverdensity/providers/default.rb:68
Run with Foodcritic Version 13.1.1 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

3.1.1 passed this metric

Testing File Metric
            

3.1.1 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
            

3.1.1 passed this metric