Skip to main content

Alliance Auth Resource Monitor

Project description

AA "Top"

System Utilization and AA Statistics plugin for Alliance Auth.

Inspired by https://zkillboard.com/ztop/ by Squizz Caphinator

Features

Resource Monitor Celery Jobs in Queue

Diff of last update

Planned Features

Installation

Step 2 - Install app

pip install aa-top

Step 3 - Configure Auth settings

Configure your Auth settings (local.py) as follows:

  • Add 'top' to INSTALLED_APPS
  • Add below lines to your settings file:
## Settings for AA-Top
# Update aatop.txt
CELERYBEAT_SCHEDULE['top_update_aa_top_txt'] = {
    'task': 'top.tasks.update_aa_top_txt',
    'schedule': crontab(minute='*'),
}

Step 4 - Maintain Alliance Auth

  • Run migrations python manage.py migrate

  • Gather your staticfiles python manage.py collectstatic

  • Restart your project supervisorctl restart myauth:

  • Add file permissions setfacl -m u:allianceserver:rw /var/www/myauth/static/top/aatop.txt

Permissions

Perm Admin Site Perm Description
basic_access nill Can access the web view for this app

Settings

Name Description Default

Contributing

Make sure you have signed the License Agreement by logging in at https://developers.eveonline.com before submitting any pull requests. All bug fixes or features must not include extra superfluous formatting changes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa_top-0.3.0a0.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

aa_top-0.3.0a0-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page