Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new dry-run flow and revert http logging changes #27

Merged
merged 6 commits into from Aug 31, 2013

undo changes to point at chipper

  • Loading branch information
rhigdon committed Aug 30, 2013
commit db333ef8dff4e13b4fea16c7aa9110659f082ee4
@@ -86,10 +86,10 @@
"to manually re-configure syslog for Loggly.")
STR_SYSLOG_DAEMON_MESSAGE = ("\nSyslog daemon (%s) is not running. "
"Please start %s daemon and try again.\n")
REST_URL_GET_AUTH_TOKEN = ("http://%s.frontend.chipper01.loggly.net/apiv2/customer")
REST_URL_GET_SEARCH_ID = ("http://%s.frontend.chipper01.loggly.net"
REST_URL_GET_AUTH_TOKEN = ("http://%s.loggly.com/apiv2/customer")
REST_URL_GET_SEARCH_ID = ("http://%s.loggly.com"
"/apiv2/search?q=%s&from=-2h&until=now&size=10")
REST_URL_GET_SEARCH_RESULT = ("http://%s.frontend.chipper01.loggly.net/apiv2/events?rsid=%s")
REST_URL_GET_SEARCH_RESULT = ("http://%s.loggly.com/apiv2/events?rsid=%s")
USER_NAME_TEXT = ("Enter the username that you use to log into your Loggly account.")
ACCOUNT_NAME_TEXT = ("Enter your Loggly account name. This is your subdomain. "
"For example if you login at mycompany.loggly.com,"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.