cookbook 'takipi', '= 0.5.3'
takipi (6) Versions 0.5.3 Follow2
Installs/Configures takipi
cookbook 'takipi', '= 0.5.3', :supermarket
knife supermarket install takipi
knife supermarket download takipi
Description
Installing Takipi daemon using Chef (Current cookbook is only for Linux!)
https://supermarket.chef.io/cookbooks/takipi
Requirements
Java ( >=1.6 )
Attributes
Make sure you include your Takipi secret key as custom Chef JSON:
{
"takipi": {
"secret_key": "YOUR SECRET KEY"
"machine_name": ""
}
}
Or in the default attributes file:
default["takipi"]["secret_key"] = "YOUR SECRET KEY HERE"
Usage
Takipi website: http://www.takipi.com
To connect Takipi to your Java process add the following JVM argument -agentlib:TakipiAgent before -classpath/-jar.
Dependent cookbooks
apt >= 0.0.0 |
yum >= 0.0.0 |
java >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
CHANGELOG for takipi
0.5.3
Added an option to change machine_name in Takipi
0.5.2
Use Takipi official deb/rpm repositories when installing
0.4.0
Removed old installer format. Use deb/rpm to install Takipi.
0.3.1
Initial release
Foodcritic Metric
0.5.3 failed this metric
FC019: Access node attributes in a consistent manner: /tmp/cook/4b9e192b1ef441f0cbe1bff3/takipi/recipes/default.rb:10
0.5.3 failed this metric