Install Using Chef
The OverOps Chef cookbook is available at https://github.com/overops/chef-cookbooks
To install OverOps with Chef cookbook:
- Configure the name for the server, and the installation key:
default["takipi"]["server_name"] = "YOUR SERVER NAME HERE"
default["takipi"]["secret_key"] = "YOUR SECRET KEY HERE"
- Add the
-agentlib:TakipiAgent
Add the JVM argument to the Java processes to monitor and restart it.
Updated almost 4 years ago