Small documentation typos (#14101)

* Update Templates.md

withing > within

* Update index.md

Small typos correction

* Update Performance.md

Typos/Rewording

* Update Performance.md

* Update Syslog.md

recieving > receiving

* Update Entities.md

Remove rogue `

* Update Dashboards.md

embeded > embedded

* Update Interface-Description-Parsing.md

infor > information

* Update Network-Map.md

genrated > generated
This commit is contained in:
wrongecho
2022-07-10 10:46:01 +01:00
committed by GitHub
parent 060c87c535
commit afb5fb7eea
5 changed files with 5 additions and 5 deletions

View File

@@ -190,7 +190,7 @@ Create a file called `/etc/rsyslog.d/30-librenms.conf`and add the following depe
*.* :omprog:;librenms
```
If your rsyslog server is recieving messages relayed by another syslog
If your rsyslog server is receiving messages relayed by another syslog
server, you may try replacing `%fromhost%` with `%hostname%`, since
`fromhost` is the host the message was received from, not the host
that generated the message. The `fromhost` property is preferred as