{% extends "base.html" %} {% block main %} {% if demo %}
{{ 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 (you will need to install python-psutil or your distro's equivalent). 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!