This cookbook deploys sysedge for the following platform familly: debian-ish redhat-ish
External Internet Access
TODO: Will need to revisit when this is cookbook is finished
Key | Type | Description | Default |
---|---|---|---|
['sysedge']['trapCommunity'] | String | SNMP Trap Community String | public |
['sysedge']['communityType'] | String | SNMP Community Read/write Level | read |
['sysedge']['syscontact'] | String | System Contact Information for Spectrum | wse@rackspace.com |
['sysedge']['dataDirectory'] | String | Configuration Directory for SystemEDGE | /opt/CA/SystemEDGE/config |
['sysedge']['port'] | String | UDP Listen Port for SystemEDGE | 1691 |
['sysedge']['trapSource'] | String | Public IP Address of the Server | |
['sysedge']['community'] | String | SNMP Community String | |
['sysedge']['sysdescr'] | String | Server Hostname | |
['sysedge']['syslocation'] | String | Server Datacenter | |
['sysedge']['trapCommunityDest'] | String | SNMP Trap Destination IP |
Key | Type | Description | Default |
---|---|---|---|
['sysedge']['redhat']['src_url'] | String | Source URL for SystemEDGE Installer |
Just include sysedge
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[sysedge]"
]
}
Authors: Victor Palma Authors: Derek Lane Authors: Josh Mattson Authors: Dustin Randel Authors: Jake Briggs