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.2.1

Installs/Configures swiagent

Policyfile
Berkshelf
Knife
cookbook 'swiagent', '= 0.2.1', :supermarket
cookbook 'swiagent', '= 0.2.1'
knife supermarket install swiagent
knife supermarket download swiagent
README
Dependencies
Quality 67%

swiagent Cookbook

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

  • :install (default action): Install, configure and enable the SolarWinds agent (swiagent).
  • :remove: Remove the SolarWinds agent (swiagent) and its related resources.

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
ssl Use SSL (HTTPS) for repo URI Boolean Required, default is true
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

# install the agent and connect it to the Orion server
swiagent 'swiagent' do
  fqdn 'solaror001.intra.rakuten.co.jp'
  username 'admin'
  password '123456'
end

# remove the swiagent from a server
swiagent 'swiagent' do
  action :remove
end

License & Authors


- Author:: Rolf Fujino (fujinorolf@gmail.com)

Copyright:: 2011-2015, 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

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.2.1 failed this metric

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

Contributing File Metric
            

0.2.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
            

0.2.1 passed this metric

No Binaries Metric
            

0.2.1 passed this metric

Testing File Metric
            

0.2.1 passed this metric

Version Tag Metric
            

0.2.1 passed this metric