From f6967eab35dc4f9bdf9b305e65a19243a86ca3b2 Mon Sep 17 00:00:00 2001 From: Henry Dollman Date: Tue, 23 Jul 2024 15:43:26 -0400 Subject: [PATCH] update gitignore / readme --- .gitignore | 1 + readme.md | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c28cd5f..8b08a68 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ temp beszel beszel-agent beszel_data +beszel_data* dist \ No newline at end of file diff --git a/readme.md b/readme.md index 6c943bf..aa910ec 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ A lightweight server resource monitoring hub with historical data, docker stats, [![Docker Image Size (tag)](https://img.shields.io/docker/image-size/henrygd/beszel-agent/0.0.1-alpha.6?logo=docker&label=agent%20image%20size)](https://hub.docker.com/r/henrygd/beszel-agent) [![Docker Image Size (tag)](https://img.shields.io/docker/image-size/henrygd/beszel/0.0.1-alpha.6?logo=docker&label=hub%20image%20size)](https://hub.docker.com/r/henrygd/beszel) -![Screenshot of the hub](https://henrygd-assets.b-cdn.net/beszel/screenshot.png?) +![Screenshot of the hub](https://henrygd-assets.b-cdn.net/beszel/screenshot.png) ## Features @@ -16,7 +16,7 @@ A lightweight server resource monitoring hub with historical data, docker stats, - **Simple**: Easy setup and doesn't require anything to be publicly available online. - **OAuth / OIDC**: Supports many OAuth2 providers. Password auth can be disabled. - **Automated backups**: Automatically back up your data to disk or S3-compatible storage. -- **REST API**: Pull your metrics to use in your own scripts and applications. +- **REST API**: Use your metrics in your own scripts and applications. ## Introduction @@ -160,3 +160,8 @@ If it's not set, the agent will try to find the filesystem mounted on `/` and us Records for longer time periods are made by averaging stats from the shorter time periods. They require the agent to be running uninterrupted for long enough to get a full set of data. If you pause / unpause the agent for longer than one minute, the data will be incomplete and the timing for the current interval will reset. + +