| 1234567891011121314151617 |
- {% extends "base.html" %}
- {% block css %}
- <link rel="stylesheet" href="/css/home.css">
- {% end %}
- {% block main %}
- <p>
- sysvitals is Linux system monitoring as a service. Think hosted <a href="http://munin-monitoring.org/" target="_blank">Munin</a>, but way faster, prettier, and easier.
- </p>
- <p>
- The <a href="/client/sysvitals_client">client</a> sends CPU, memory, network, and disk usage data to the sysvitals API once a minute.
- </p>
- <p>
- The site queries that same API to draw pretty <del>pictures</del> <a href="/servers">graphs</a>.
- </p>
- {% end %}
|