{% extends "base.html" %} {% block main %} {% if demo %}

demo mode

{% end %} {% for group in groups %}

{{ group['name'] }} {% for server in servers[group['id']] %}
{{ server['hostname'] }} {% end %}

{% end %} {% if not groups %}

to get started, create a group

{% end %}

Run the client on a machine with the --configure flag to set up a new server. Your group ID and API key can be found on the groups page.
Run the client without arguments as a cronjob every minute:
* * * * * /.../sysvitals_client
and you're good to go!

{% end %}