Skip to content

Commit

Permalink
Add documentation for graphs
Browse files Browse the repository at this point in the history
Fixes #61
  • Loading branch information
TooAngel committed Aug 19, 2017
1 parent 81559b7 commit 74ebc43
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

https://screeps.com/

See rendered version:
http://tooangel.github.io/screeps/

## For in game room visitors:

Happy to see you visiting one of our rooms. [Visit FAQ to find answers](doc/FAQ.md)
Expand All @@ -25,7 +28,7 @@ The AI is deployable on a private screeps server, follow the information on

This is not a good example for code quality or structure, most LOCs written
while fighting or other occasions which needed quick fixes or in the ingame
editor. But I think there are a couple of funny ideas. Every contribution is
editor (getting better :-)). But I think there are a couple of funny ideas. Every contribution is
welcome.

## Features
Expand All @@ -40,6 +43,7 @@ welcome.
- [Layout visualization](doc/Visualization.md)
- [Manual commands](doc/Manual.md)
- [Alliance](doc/Alliance.md)
- [Graphs](doc/Graphs.md)

## Tweaking

Expand Down
Binary file added doc/Grafana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions doc/Graphs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Graphs

Located on screepspl.us.

https://screepspl.us/grafana/?orgId=95

- username `tooangels`
- password `tooSecretPassword`

Switch to the `TooAngel` organization.

<img src="Grafana.png">


To transfer stats to the shared account are possible:

## Browser

Enabling `config.stats.screepsPlusEnabled` in your config will send stats
while your browser window is open to the shared account.

## node-agent

Using the node-agent https://github.com/ScreepsPlus/node-agent
the token is `eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InRvb2FuZ2VscyIsImlhdCI6MTQ4MzU2MTU3OSwiYXVkIjoic2NyZWVwc3BsLnVzIiwiaXNzIjoic2NyZWVwc3BsLnVzIn0.NhobT7Jg8bOAg-MYqrYsgeMgXEVXGVYG9s3G9Qpfm-o`

0 comments on commit 74ebc43

Please sign in to comment.