Skip to content

Instantly share code, notes, and snippets.

@abacha
Created March 28, 2014 02:59
Show Gist options
  • Select an option

  • Save abacha/9824306 to your computer and use it in GitHub Desktop.

Select an option

Save abacha/9824306 to your computer and use it in GitHub Desktop.
~/projects/graphite-web/examples (master ✔‹ruby-2.0.0›) curl -H 'Accept-Content: application/json' http://localhost/graphite/render\?target\=system.loadavg_1min\&format\=json
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- Copyright 2008 Orbitz WorldWide
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
<html>
<head>
<title>Graphite Browser</title>
</head>
<frameset rows="60,*" frameborder="1" border="1">
<frame src="/browser/header/" name="Header" id='header' scrolling="no" noresize="true" />
<frame src="/composer/?showTarget=system.loadavg_1min&target=system.loadavg_1min&format=json" name="content" id="composerFrame"/>
</frameset>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment