Created
September 20, 2010 03:52
-
-
Save JayCuthrell/587405 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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