Skip to content

CU-CommunityApps/opsworks-utils-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opsworks-utils-cookbook

Standard, shared recipes for use in OpsWorks.

These recipes have been tested/used on the following linux distributions:

  • Amazon Linux
  • RedHat 7
  • Centos 7

Configuration

Papertrail

Recipe: papertrail

You need to configure the exact Papertrail target using OpsWorks custom JSON. Replace logsXXX.papertrailapp.com and 1234 with values for your Papertrail account.

{
  "papertrail": {
    "files": [
        "/var/log/cloud-init.log",
        "/var/log/yum.log"
    ],
    "host": "logsXXX.papertrailapp.com",
    "port": "1234",
    "protocol": "tls"
  }
}

About

Chef cookbook with handy recipes for OpsWorks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published