Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 537 Bytes

admin.rst

File metadata and controls

15 lines (10 loc) · 537 Bytes

Administration Tasks

Since Promgen is a standard django many tasks can be handled through Django's admin. or through management commands.

/images/admin.png

Managing Shards using CLI

# Register a Prometheus server running on the host prometheus002 on port 9090
# to the shard 'promshard'
promgen register-server promshard prometheus002 9090