@@ -168,7 +168,7 @@ chown -R apache:apache syslog
168
168
169
169
3.) copy config.php.dist to config.php
170
170
171
- 5.) You have two options for storing syslog information you can either use the exisiting
171
+ 5.) You have two options for storing syslog information you can either use the existing
172
172
Cacti Database or use a dedicated database for syslog as syslog databases especially
173
173
for large networks can grow pretty quick it may be wise to create a dedicated database.
174
174
To use a dedicated DB first create a database
@@ -229,11 +229,11 @@ the file is located in /etc/sysconfig/snmptrapd and should look like this after
229
229
OPTIONS="-on"
230
230
```
231
231
232
- 4.) Now you need to modify the snmptrapd config file to recive snmptraps by
232
+ 4.) Now you need to modify the snmptrapd config file to receive snmptraps by
233
233
default snmptrapd will not process any traps until you configure it to do so
234
234
you will also need to tell snmptrapd to forward the received traps over to snmptt
235
235
236
- Here is an example of configuring snmptrapd to recive snmptraps from a device
236
+ Here is an example of configuring snmptrapd to receive snmptraps from a device
237
237
using the public snmp string and forwarding it over to snmptt
238
238
239
239
``` console
@@ -388,9 +388,9 @@ GitHub.
388
388
389
389
## Authors
390
390
391
- The sylog plugin has been in development for well over a decade with increasing
391
+ The syslog plugin has been in development for well over a decade with increasing
392
392
functionality and stibility over that time. There have been several contributors
393
- to thold over the years. Chief amonst them are Jimmy Conner, Larry Adams,
393
+ to thold over the years. Chief amongst them are Jimmy Conner, Larry Adams,
394
394
SideWinder, and Harlequin. We hope that version 2.0 and beyond are the most
395
395
stable and robust versions of syslog ever published. We are always looking for
396
396
new ideas. So, this won't be the last release of syslog, you can rest assured of
0 commit comments