Skip to content

Instantly share code, notes, and snippets.

@JayCuthrell
Created September 20, 2010 03:52
Show Gist options
  • Select an option

  • Save JayCuthrell/587405 to your computer and use it in GitHub Desktop.

Select an option

Save JayCuthrell/587405 to your computer and use it in GitHub Desktop.
[relic]# cloudkick-config
Welcome to the Cloudkick configuration utility. This will securely
use your Cloudkick username and password to generate an API key
for the Cloudkick Agent.
Username: cloudlover
Password: *******************
Writing configuration to /etc/cloudkick.conf
All done!
// Well, not really -all- done.
// You have to tag and name this agent activity.
[relic]# vi /etc/cloudkick.com
// You'll want to append to the bottom of the file something like this
// tags agent, printing
// name migrateme01
[relic]# chkconfig cloudkick-agent on
[relic]# service cloudkick-agent start
Starting cloudkick-agent: [ OK ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment