Skip to content

Commit ab3e231

Browse files
committed
add license and first readme
1 parent 894f5c8 commit ab3e231

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

LICENSE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License
2+
3+
Copyright (c) Paperless Post, http://www.paperlesspost.com
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.
22+

README

Whitespace-only changes.

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Graphiti is simple. It connects to your Graphite instance and gives you access to the metrics you send from your various sources. It has a handy toolbar:
2+
3+
<img src="https://img.skitch.com/20111115-pqexiik89c2fdi235x4a5977i7.jpg" width=900>
4+
5+
Which gives you the ability to create and list dashboards:
6+
7+
<img src="https://img.skitch.com/20111115-bacr31cmhdkuus79mte17jtsnf.jpg" width=900>
8+
9+
Which are collections of graphs:
10+
11+
<img src="https://img.skitch.com/20111115-1c11u3fb4mdnsr2g6yep16y6ag.jpg" width=900>
12+
13+
That have a closeup view:
14+
15+
<img src="https://img.skitch.com/20111115-rr4f9b9yxxdhsirq8f7psiqipi.jpg" width=900>
16+
17+
With some classy controls:
18+
19+
<img src="https://img.skitch.com/20111115-tp8938ngxgaqkrri41pbk4wrdu.jpg" width=900>
20+
21+
That let you access your metrics:
22+
23+
<img src="https://img.skitch.com/20111115-d8mctb977jaxh3ukn8ika2kage.jpg" width=900>
24+
25+
With a snazzy, Javascripty editor that lets you explore and store JSON graph specifications:
26+
27+
<img src="https://img.skitch.com/20111115-8hp68q4g23skxg2dwnjrx62u6b.jpg" width=900>

0 commit comments

Comments
 (0)