From 52227987d2d88780e4ebfd5938f4a52a27358cb6 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Wed, 24 Apr 2024 16:56:45 +0200 Subject: [PATCH] fix typo in index of checks --- docs/20_Checks/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/20_Checks/_index.md b/docs/20_Checks/_index.md index d9b92da..3faba34 100644 --- a/docs/20_Checks/_index.md +++ b/docs/20_Checks/_index.md @@ -22,7 +22,7 @@ There is one include script used by all checks: * [check_dns_responsetime](check_dns_responsetime.md) * [check_docker_info](check_docker_info.md) * [check_docker_stats](check_docker_stats.md) -* [check_dockercontaeiner_top](check_dockercontaeiner_top.md) +* [check_dockercontainer_top](check_dockercontainer_top.md) * [check_eol](check_eol.md) * [check_fs_errors](check_fs_errors.md) * [check_fs_writable](check_fs_writable.md) -- GitLab