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

swiagent (9) Versions 0.1.4

Installs/Configures swiagent

Policyfile
Berkshelf
Knife
cookbook 'swiagent', '= 0.1.4', :supermarket
cookbook 'swiagent', '= 0.1.4'
knife supermarket install swiagent
knife supermarket download swiagent
README
Dependencies
Changelog
Quality 50%

swiagent

Cookbook Version
License

Purpose

This cookbook provides a resource to download and install the swiagent from Solarwinds Orion on target Linux servers.

Resource: swiagent

Actions

Action Description
install Downloads, installs and possibly configures the swiagent
remove Removes the swiagent and related repositories

Properties

Properties Description Type Values and Default
fqdn FQDN of the Orion server String Required, no default
port Port for swiagent to use Integer Required, default is 17778
username Orion admin username String Desired_state is false, identity is true, no default
password Orion admin password String Desired_state is false, sensitve is true, no default

Example Usage

swiagent 'install swiagent' do
  fqdn     'orion.solarwinds.com'
  username 'admin'
  password 'mypassword'
end
swiagent 'remove swiagent' do
  action :remove
end

Authors

  • Contributor: Rolf Fujino

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

swiagent Cookbook CHANGELOG

0.1.3 & 0.1.4

  • Added TESTING.md

0.1.2

  • Updated the README.md to have the correct cookbook version info

0.1.1

  • Added a chefspec test for when action :remove is run

0.1.0

  • Initial release.

Collaborator Number Metric
            

0.1.4 failed this metric

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

Contributing File Metric
            

0.1.4 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.4 passed this metric

No Binaries Metric
            

0.1.4 passed this metric

Testing File Metric
            

0.1.4 passed this metric

Version Tag Metric
            

0.1.4 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