cookbook 'swiagent', '= 0.1.5'
swiagent (9) Versions 0.1.5 Follow0
Installs/Configures swiagent
cookbook 'swiagent', '= 0.1.5', :supermarket
knife supermarket install swiagent
knife supermarket download swiagent
swiagent
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.5
- Added \n to the end of bash command in swiagent resource
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.
License Metric
0.1.5 passed this metric
0.1.5 passed this metric