{% extends "base.html" %} {% block main %} {% for group in groups %}
{{ group['name'] }}
{% for server in servers[group['id']] %}
{{ server['hostname'] }}
{% end %}
to get started, create a group
{% end %}
Run the client on a machine with the --configure flag to set up a new server. Your 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!