Skip to content

Commit

Permalink
Correction of 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 68c7bd9 commit e2389ca
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 e2389ca

Please sign in to comment.