Skip to content

Commit

Permalink
Correct MD display
Browse files Browse the repository at this point in the history
same errors
  • Loading branch information
Jaxom99 authored Apr 28, 2022
1 parent e2389ca commit 9889669
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONFIG


======================= CUT HERE ================================

```
# Mosquitto monitoring
Expand All @@ -49,7 +49,7 @@ CONFIG
UserParameter=mosquitto[*],/etc/zabbix/scripts/mosquitto \$SYS/broker/$1 2>/dev/null

```
======================= CUT HERE ================================


Expand All @@ -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 ================================

Expand Down

0 comments on commit 9889669

Please sign in to comment.