
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
screeps-grafana
Advanced tools
* When running on linux logs size and go-carbon-storage folder can be infinitely increasing, keep an good eye! (I'm working on a fix for this). Disabling exporting should fix this already, windows should not have this issue.
npm install
to install dependenciesgrafanaConfig/.env.grafana
. This file will be updated after a volume reset.A. MMO:
{
"username": "PandaMaster",
"type": "mmo",
"shards": ["shard0"],
"token": "TOKEN_FOR_THIS_USER!",
}
B. Private:
{
"username": "W1N1",
"type": "private",
"shards": ["screeps"],
"password": "password",
}
If the private server is not hosted on localhost, add the host to the user:
{
"username": "W1N1",
"type": "private",
"shards": ["screeps"],
"password": "password",
"host": "123.456.789",
}
If the segment of the stats is not memory, add it to the user:
{
"username": "W1N1",
"type": "private",
"shards": ["screeps"],
"password": "password",
"host": "123.456.789",
"segment": 0,
}
Grafana Environment Variables Add any env variables you want to modify. Currently, there is no URL for the documentation of all variables.
Run Commands
--grafanaPort
: port for Grafana to run on--serverPort
: port for push-stats to look for a server on--grafanaType
: type of Grafana to run (mmo or private). If not included, it will run a normal Grafana instance.--relayPort
: port for relay to run on (default is 2003)--disablePushGateway
: disable the push gateway--force
: force the non .example config files to be overwritten.--deleteLogs
: deletes the logs folder--deleteWhsiper
: deletes the carbon whsiper folder--debug
: listen to setup Docker logs--username
: overwrite the username for the admin user--password
: overwrite the password for the admin user--defaultRetention
: overwrite the default retention for the default retention policy, path stats & screeps (screepsUserStats) are not affected by this.--enableAnonymousAccess
: enable anonymous access to Grafana--includePushStatusApi
: include the push-status-api in the setupGo to localhost:3000 and login with admin
and password
.
By default, stats are gathered from users every minute. If the mod screepsmod-server-stats
Its possible to use https for your grafana instance, check out this tutorial for example on how to do this, enough info online about it.
FAQs
* When running on linux logs size and go-carbon-storage folder can be infinitely increasing, keep an good eye! (I'm working on a fix for this). Disabling exporting should fix this already, windows should not have this issue.
The npm package screeps-grafana receives a total of 0 weekly downloads. As such, screeps-grafana popularity was classified as not popular.
We found that screeps-grafana demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.