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

zabbix-pkg (1) Versions 0.1.0

Installs/Configures zabbix server and agent

Policyfile
Berkshelf
Knife
cookbook 'zabbix-pkg', '~> 0.1.0', :supermarket
cookbook 'zabbix-pkg', '~> 0.1.0'
knife supermarket install zabbix-pkg
knife supermarket download zabbix-pkg
README
Dependencies
Changelog
Quality 33%

zabbix-pkg cookbook

Installs and configure zabbix server and agent from packages available from Zabbix SIA official packages.

Supported Platforms

  • Ubuntu 14.04
  • Debian 7

Recipes

default

Run setup_repository, server_postgres, php_frontend recipes, and optionally configures database and webserver if attributes node['zabbix']['include_postgresql'] and node['zabbix']['include_apache2'] are true.

setup_repository

Configures apt repository for the current version of zabbix.

server_postgres

Installs zabbix server package, postgres version.

php_frontend

Installs zabbix frontend package and configures it.

dependency_postgresql

Installs and configures a local postgres server for you.

dependency_apache2

Installs and configure a local apache2 webserver with php support and specific zabbix tuning.

License and Authors

Author:: Giovanni Toraldo (giovanni.toraldo@cloudesire.com)

Code and inspiration have been grabbed from the original https://github.com/laradji/zabbix cookbook, that supported only source installs and contains a dependencies hell to be actually usable.

Dependent cookbooks

apache2 >= 0.0.0
database >= 0.0.0
openssl >= 0.0.0
php >= 0.0.0
postgresql >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of chef-zabbix-pkg

Collaborator Number Metric
            

0.1.0 passed this metric

Contributing File Metric
            

0.1.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.1.0 failed this metric

FC064: Ensure issues_url is set in metadata: zabbix-pkg/metadata.rb:1
FC065: Ensure source_url is set in metadata: zabbix-pkg/metadata.rb:1
FC066: Ensure chef_version is set in metadata: zabbix-pkg/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: zabbix-pkg/metadata.rb:1
FC069: Ensure standardized license defined in metadata: zabbix-pkg/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.0 passed this metric

Testing File Metric
            

0.1.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.1.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