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

update api url for latest chopper build #1

Merged
merged 1 commit into from Aug 17, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -65,11 +65,11 @@
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"
"/api/customer")
"/apiv2/customer")
REST_URL_GET_SEARCH_ID = ("http://%s.frontend.chipper01.loggly.net"
"/api/search?q=%s&from=-2h&until=now&size=10")
"/apiv2/search?q=%s&from=-2h&until=now&size=10")
REST_URL_GET_SEARCH_RESULT = ("http://%s.frontend.chipper01.loggly.net"
"/api/events?rsid=%s")
"/apiv2/events?rsid=%s")

_LOG_SOCKET = None
OUR_PROGNAME = "configure-syslog"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.