From c7b64d75a21fd1d2a176122a3fd61f331aefeca1 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Mon, 21 Dec 2020 20:41:58 +0500 Subject: [PATCH] Update README. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e74409a..b646a53 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Each subdirectory might contain own README file. | -------------------- | ----------- | | [Linux](/templates/oses/linux) | Comprehensive Linux host monitoring template. | | [MikroTik](/templates/network-devices/mikrotik) | Pretty basic MikroTik devices monitoring template. | -| [MySQL - generic data](/templates/mysql/generic) | Monitors generic MySQL things. | -| [MySQL - InnoDB](/templates/mysql/innodb) | Monitors InnoDB-related parameters. | -| [MySQL - MyISAM](/templates/mysql/myisam) | Monitors MyISAM-related parameters. | -| [PostgreSQL](/templates/postgresql) | Monitors PostgreSQL server and databases. | -| [Processes - monitor by ProcessesToMonitor list](/templates/processes/monitor-by-processestomonitor-list) | Quick start with processes monitoring using helper script. | +| [MySQL - generic data](/templates/applications/mysql/generic) | Monitors generic MySQL things. | +| [MySQL - InnoDB](/templates/applications/mysql/innodb) | Monitors InnoDB-related parameters. | +| [MySQL - MyISAM](/templates/applications/mysql/myisam) | Monitors MyISAM-related parameters. | +| [PostgreSQL](/templates/applications/postgresql) | Monitors PostgreSQL server and databases. | +| [Processes - monitor by ProcessesToMonitor list](/templates/applications/processes/monitor-by-processestomonitor-list) | Quick start with processes monitoring using helper script. | +| [Yggdrasil](/templates/applications/yggdrasil) | Monitor additional [Yggdrasil](https://yggdrasil-network.github.io) statistics. |