Skip to content

Commit

Permalink
fix(README): BSM connector now needs luaxml (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
omercier committed Aug 3, 2020
1 parent 3797580 commit b2c816a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stream-connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,9 @@ echo "proxy=http://my.proxy.server:3128" >> /etc/yum.conf
Now that your Centreon central server is able to reach the Internet, you can run:

```bash
yum install -y lua-curl
yum install -y lua-curl epel-release
yum install -y luarocks
luarocks install luaxml
```

These packages are necessary for the script to run. Now let's download the script:
Expand Down

0 comments on commit b2c816a

Please sign in to comment.