From 9ca945aea25cb5d5a60f6bd068e18d966d2b8734 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Sat, 25 Feb 2023 02:09:18 +0100 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9Econf?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/.htaccess | 1 + conf/esm.config.json | 110 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 conf/.htaccess create mode 100644 conf/esm.config.json diff --git a/conf/.htaccess b/conf/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/conf/.htaccess @@ -0,0 +1 @@ +deny from all \ No newline at end of file diff --git a/conf/esm.config.json b/conf/esm.config.json new file mode 100644 index 0000000..c937e4f --- /dev/null +++ b/conf/esm.config.json @@ -0,0 +1,110 @@ +{ + "esm": { + "version": "1.5", + "website": "https://m-viper.de", + "check_updates": true, + "auto_refresh": 60, + "theme": "dark", + "custom_title": "Monitoring" + }, + "cpu": { + "enable_temperature": true + }, + "disk": { + "show_tmpfs": false, + "show_filesystem": true + }, + "ping": { + "hosts": [ + "facebook.com", + "google.com", + "yahoo.com" + ] + }, + "last_login": { + "enable": true, + "max": 5 + }, + "services": { + "show_port": false, + "list": [ + { + "name": "Web Server", + "host": "localhost", + "port": 8443, + "protocol": "tcp" + }, + { + "name": "Email Server (incoming)", + "host": "localhost", + "port": 993, + "protocol": "tcp" + }, + { + "name": "Email Server (outgoing)", + "host": "localhost", + "port": 465, + "protocol": "tcp" + }, + { + "name": "FTP Server", + "host": "localhost", + "port": 21, + "protocol": "tcp" + }, + { + "name": "Database Server", + "host": "localhost", + "port": 3306, + "protocol": "tcp" + }, + { + "name": "SSH", + "host": "localhost", + "port": 22, + "protocol": "tcp" + } + ] + }, + "server": { + "show_port": false, + "list": [ + { + "name": "ovh Server", + "host": "188.165.205.198", + "port": 22, + "protocol": "tcp" + }, + { + "name": "Singnaltransmitter Server", + "host": "185.230.162.35", + "port": 22, + "protocol": "tcp" + }, + { + "name": "Strato Server 1", + "host": "81.169.128.18", + "port": 22, + "protocol": "tcp" + }, + { + "name": "Strato Server 2", + "host": "localhost", + "port": 22, + "protocol": "tcp" + }, + { + "name": "NAS", + "host": "nas.viper-918.myds.me", + "port": 5001, + "protocol": "tcp" + }, + { + "name": "Home", + "host": "rmet37stguxgdoqa.myfritz.net", + "port": 200, + "protocol": "tcp" + } + ] + } +}