From 4a8a2c7bf9608ce1344da64015d9d7b80f9b6c1a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 30 Nov 2017 15:29:53 -0500 Subject: [PATCH] make MacDown.app happy --- README.md | 4 +++- checks/README.md | 13 +++++++++---- zabbix/README.md | 2 ++ 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 91e8076..ddbbb43 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -python zabbix api - https://github.com/gescheit/scripts/tree/master/zabbix +python zabbix api + +- https://github.com/gescheit/scripts/tree/master/zabbix diff --git a/checks/README.md b/checks/README.md index a6cf552..5c07671 100644 --- a/checks/README.md +++ b/checks/README.md @@ -1,4 +1,9 @@ -functions.sh - functions for locking and caching -disksmart.sh - check SMART of all disks in system -- Work under FreeBSD and linux -- Use caching and locking +functions.sh + +- functions for locking and caching + +disksmart.sh + +- check SMART of all disks in system + - Works under FreeBSD and Linux + - Use caching and locking diff --git a/zabbix/README.md b/zabbix/README.md index 032253a..e3012e0 100644 --- a/zabbix/README.md +++ b/zabbix/README.md @@ -11,6 +11,7 @@ Python 2 and 3 are supported. Future versions must be supported too, if there is no deep changes. Installation: + ```sh # pip install zabbix-api ``` @@ -25,6 +26,7 @@ Short example: ``` See also: + * http://www.zabbix.com/wiki/doc/api * https://www.zabbix.com/documentation/2.4/manual/api * http://www.zabbix.com/forum/showthread.php?t=15218