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'
toINSTALLED_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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aa_top-0.3.0a0.tar.gz
.
File metadata
- Download URL: aa_top-0.3.0a0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6234eadb7c25d409a5f7ccdc3f1dcfe4a780fee129831860eb4b389fcaa4dcf3 |
|
MD5 | 506022d8eda6e7512e31c363e770e97f |
|
BLAKE2b-256 | 0dc3af9262c6382c942b2a8e4f43c6c292c755b057c38ef37d78fbf90a07a553 |
File details
Details for the file aa_top-0.3.0a0-py3-none-any.whl
.
File metadata
- Download URL: aa_top-0.3.0a0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5009fb74ce03e6a41dd14fe16e180060391b499128eed7a455e9bb183c6a89c8 |
|
MD5 | 0db51c6fdb4724b4faba60a85da941c2 |
|
BLAKE2b-256 | 988d95d4f92833fde004fbf83b9b51d176c778819658ca0b5139a62fa833b01a |