
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
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.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.