Administration Tasks ==================== Since Promgen is a standard `django `__ many tasks can be handled through `Django's admin `__. or through management commands. .. image:: /images/admin.png Managing Shards using CLI ------------------------- .. code-block:: bash # Register a Prometheus server running on the host prometheus002 on port 9090 # to the shard 'promshard' promgen register-server promshard prometheus002 9090