Reports and metrics for Atlassian Tools
Project description
# Damster
Scripts to collect metrics and reports from Atlassian tools.
This is a WIP, starting with some reports on Bamboo deployments
_*Damster* Builder of dams for logging purposes_
## Database configuration
In order to use any of the queries that access directly to the database, you will need to provide a database
configuration section.
### Direct connection
Use this settings if you can connect directly to the DB port
[Confluence DB]
dbname=confluence
dbuser=confluence
password=password1
host=dbhost.example.com
port=5432
### Use SSH tunnel
Use this configuration when you can not access the DB directly. For example, if your DB is an RDS instance in AWS:
----------------------------------------------------------------------
|
-------------+ | +---------+ +--------+
LOCAL | | | APP | | RDS |
CLIENT | <== SSH ======> | SERVER | <== Sec ==> | SERVER |
-------------+ | +---------+ Group +--------+
|
AWS (only access to port 22 on app.server)
----------------------------------------------------------------------
Example configuration for the above case:
[Confluence DB]
dbname=confluence
dbuser=confluence
password=password1
ssh_gateway=app.server
host=rds.server
port=5432
Additionally, you may also need an SSH section, if the defaults do not work for your case:
[SSH]
; All below values are optional. Examples are the default values
;ssh_username: current_user
;ssh_private_key: ~/.ssh/id_rsa
;port: 22
;local_bind_port: 6543
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
damster-0.2.0.tar.gz
(19.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
damster-0.2.0-py3-none-any.whl
(22.9 kB
view details)
File details
Details for the file damster-0.2.0.tar.gz.
File metadata
- Download URL: damster-0.2.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
554e9b091f903e0fc34d205531f1211ea7f1b364fd8913389784548c94920db4
|
|
| MD5 |
3e583960e2c596fecffbe6016dd99639
|
|
| BLAKE2b-256 |
9dae23f09dcd1d1428dcc28b094521642e7eb34f5ee4f1e5ec8aea4c0becc593
|
File details
Details for the file damster-0.2.0-py3-none-any.whl.
File metadata
- Download URL: damster-0.2.0-py3-none-any.whl
- Upload date:
- Size: 22.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77b6532231d2afd1d70bcc25017404a125f595b9953de58cbbe6417eefd96d8e
|
|
| MD5 |
f504326413448090d6d35a07cd95e17e
|
|
| BLAKE2b-256 |
5b85a8765a41c1666af30d1aa45ebf5084d0fb98908614bc225a2b41285f6be9
|