From 760a7696e649939649bfdadf787d52a4cd07e319 Mon Sep 17 00:00:00 2001 From: alemidev Date: Thu, 29 Sep 2022 19:41:57 +0200 Subject: [PATCH] initial commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6587b55 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Server Monitor +A small rust webserver exposing an HTTP api to get info about server resource utilization. + +Built with `rocket` and `systemstat`