From eed29317e7a82d215ddf77058ca20483398879fb Mon Sep 17 00:00:00 2001 From: "kevin.francoise" Date: Mon, 16 Jan 2023 14:28:12 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 953e873..64868f6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Description Super-Vision is a monitoring dashboard for Zabbix. +![](super-vision-example.png) + ## Installation You will need [Python 3.6+](https://www.python.org/) or later. It is a good practice to create a dedicated virtualenv first. Even if it usually won't harm to install Python libraries directly on the system, better to contain dependencies in a virtual environment.