Skip to content

Commit 32af936

Browse files
authored
Update README.md
1 parent 666fa8a commit 32af936

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ In order for Check_MK to send alerts (notifications) to the Telegram Messenger,
2424

2525
There are a lot of good instructions for this on the Internet, so this is not part of this documentation.
2626

27+
Additionally for the XML-based configuration the command line tool ```xmllint``` is used, which requires the following packages on the Linux system:
28+
```
29+
apt install libxml2-utils # Debian/Raspbian-based distributions
30+
yum install libxml2-utils # Redhat/CentOS-based distributions
31+
```
32+
2733
## INSTALLATION
2834
Change to your Check_MK site user
2935
```

0 commit comments

Comments
 (0)