From e2389ca651969117f454e478170c4bedb8bd5459 Mon Sep 17 00:00:00 2001 From: Jaxom99 <30865395+Jaxom99@users.noreply.github.com> Date: Thu, 28 Apr 2022 16:47:51 +0200 Subject: [PATCH] Correction of MD display same errors --- .../5.4/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Applications/template_mqtt_(mosquitto)_broker_monitoring/5.4/README.md b/Applications/template_mqtt_(mosquitto)_broker_monitoring/5.4/README.md index fa3ec5fe4..436ce5e6b 100644 --- a/Applications/template_mqtt_(mosquitto)_broker_monitoring/5.4/README.md +++ b/Applications/template_mqtt_(mosquitto)_broker_monitoring/5.4/README.md @@ -31,7 +31,7 @@ CONFIG ======================= CUT HERE ================================ - +``` # Mosquitto monitoring @@ -49,7 +49,7 @@ CONFIG UserParameter=mosquitto[*],/etc/zabbix/scripts/mosquitto \$SYS/broker/$1 2>/dev/null - +``` ======================= CUT HERE ================================ @@ -64,12 +64,12 @@ SCRIPT ======================= CUT HERE ================================ - +``` #!/bin/bash -mosquitto\_sub -C 1 -u USERNAME -P PASSWORD -t "$1" - +mosquitto_sub -C 1 -u USERNAME -P PASSWORD -t "$1" +``` ======================= CUT HERE ================================