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

The chef-grafana cookbook has been deprecated

Author provided reason for deprecation:

The chef-grafana cookbook has been deprecated and is no longer being maintained by its authors. Use of the chef-grafana cookbook is no longer recommended.

You may find that the grafana cookbook is a suitable alternative.

RSS

chef-grafana (4) Versions 0.5.0

Installs/Configures grafana

Policyfile
Berkshelf
Knife
cookbook 'chef-grafana', '~> 0.5.0', :supermarket
cookbook 'chef-grafana', '~> 0.5.0'
knife supermarket install chef-grafana
knife supermarket download chef-grafana
README
Dependencies
Changelog
Quality 33%

chef-grafana

Build Status

This cookbook installs and configures Grafana, a dashboard application for
graphite and influxdb.

Requirements

Platforms

  • Debian/Ubuntu
  • Redhat/CentOS

Chef

  • Chef 12.1+

Cookbooks

  • apt
  • yum

Recipes

The default recipe will install the latest stable Grafana from
the official packagecloud repository,
configure grafana.ini, and start the service.

To install the latest unstable release, set:
ruby
node['chef-grafana']['install']['channel'] = 'testing'

To install a specific Grafana version, set:
ruby
node['chef-grafana']['install']['version'] = '4.5.0'

Other recipes:

  • grafana::install - this installs grafana and starts the service, but doesn't perform any configuration of grafana.ini.
  • grafana::configure - this configures grafana.ini.

Configuration

All grafana.ini configuration is provided through attributes. Set
node['chef-grafana']['config']['section']['config'] to set the appropriate
values. For example, if you want to enable anonymous authentication, you can
set node['chef-grafana']['config']['auth.anonymous']['enabled'] to true.

License & Authors

Author: Mark Harrison (mharrison@chef.io)

Copyright: 2008-2017, Chef Software, Inc.
```
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 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

chef-grafana Cookbook CHANGELOG

0.5.0 (2018-01-04)

  • Add channel option to repositories allowing installation of beta versions of grafana.
  • Add ability to install a specific version of grafana.

0.4.0 (2017-07-13)

  • Remove default_dashboards recipe, which replaced the default dashboard with an old and broken one.

0.3.0 (2017-04-01)

  • Add support for rhel platforms.

Collaborator Number Metric
            

0.5.0 failed this metric

Failure: Cookbook has 1 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

Cookstyle 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 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 include a tag that matches this cookbook version number