Skip to content

Commit f024c78

Browse files
committed
typos
1 parent a1fa9c5 commit f024c78

12 files changed

+19
-19
lines changed

Cacti-Log.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ The Cacti Log is where all Cacti statistics, warnings, errors and other log mess
66
are sent to. Cacti can optionally log some information to your syslog or event log
77
depending on your OS type.
88

9-
The Cacti Log is by default ordered from newest event to oldest event, a
10-
nd the Cacti Log is rotated by Cacti itself once a day.
9+
The Cacti Log is by default ordered from newest event to oldest event, and
10+
the Cacti Log is rotated by Cacti itself once a day.
1111

12-
If you have the User Level permission, you can view any available Cacti Stadard
12+
If you have the User Level permission, you can view any available Cacti Standard
1313
Output or Standard Error log. If you have the Administrative level access,
1414
you may additionally purge information from the logs.
1515

Data-Queries.md

+4-4
Large diffs are not rendered by default.

Debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ shell> vi /etc/cron.d/cacti
231231
```
232232

233233
This will produce a file `/var/local/log/poller.log`, which includes some
234-
additional informations from each poller's run, such as RRDtool errors. It
234+
additional information from each poller's run, such as RRDtool errors. It
235235
occupies only some few bytes and will be overwritten each time.
236236

237237
If you're using the crontab of user "cactiuser" instead, this will look like

Devices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ They include:
5959
Instance OID
6060
- **Ping** - Either ICMP, TCP at a port, or UDP as a port
6161
- **Ping or SNMP Uptime** - Only one needs to be working for Cacti to collect data
62-
- **SNMP Desc** - Query the SNMP sysDecription in cases where the SNMP Uptime OID
62+
- **SNMP Desc** - Query the SNMP sysDescription in cases where the SNMP Uptime OID
6363
is not available
6464
- **SNMP GetNext** - Query the first available OID in the OID tree for the **Device**
6565
Used for certain devices that have limited SNMP support.

Frequently-Asked-Questions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ is fine
255255

256256
**A:** Check that the network connection between the Remote poller and Main
257257
poller is working ok if the link has very high latency this can cause the
258-
polling times to increase as the data being transfered from the remote poller
258+
polling times to increase as the data being transferred from the remote poller
259259
will be slowed causing the poll not to finish in time
260260

261261
---

General-Installing-Instructions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following modules are optional, but preferred to be installed.
9292
### A special note for systems using PHP-FPM
9393

9494
Prior to starting the setup process of Cacti you should restart the PHP-FPM
95-
Daemon to rebuild the Cache or you may recive a HTTP 500 Error
95+
Daemon to rebuild the Cache or you may receive a HTTP 500 Error
9696

9797
```console
9898
systemctl restart php-fpm
@@ -364,7 +364,7 @@ the downloaded directory following commands
364364
shell>./bootstrap
365365
```
366366

367-
If the `boostrap` script is successful, you then will follow the instructions it
367+
If the `bootstrap` script is successful, you then will follow the instructions it
368368
provides to compile and install.
369369

370370
Assuming, you've managed to install spine correctly, you will have to configure

Graph-Templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ for a long time, selecting this option can really slow the **Graph** creation pr
126126
that you create using the **Device Template**.
127127

128128
Under the *Common Options*, for each **Graph Template** you will specify patterns
129-
for the *Graph Name*, assign it's *Veritcal Label*, specify the *Width* and *Height*,
129+
for the *Graph Name*, assign it's *Vertical Label*, specify the *Width* and *Height*,
130130
and *Image Format* for the resulting **Graph**. The *Base Value* is important
131131
as some units of measure can be for example: MB (for Mega Bytes - 1024) and MiB (for
132132
Mega integer Bytes - 1000). Lastly, the *Slope Mode* gives the resulting

Graph-a-Single-SNMP-OID.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ So, based upon your specific OID that you are graphing, You will need to fill
4848
out these fields before the new graph can be created properly.
4949

5050
When finished filling in values for these fields, click the Create button. Your
51-
new **Graph** can now be accessed through the `Cosole > Management > Graphs`
51+
new **Graph** can now be accessed through the `Console > Management > Graphs`
5252
menu pick.
5353

5454
> **NOTE**: When comparing the Table above, to the image, you will see that the

Graphs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ the administrator to view the graphs that are attached to a specific device. You
77
can also search by type of graph. Below we search for graphs that are
88
associated with the local linux server
99

10-
![graph management](images/graph-managment.png)
10+
![graph management](images/graph-management.png)
1111

1212
Clicking on one of the graphs in the list shows the below menu. From this menu
1313
you can enable debugging on the specific graph you can also change the template
1414
of the graph amongst other things
1515

16-
![Graph management click](images/graph-managment-graph.png)
16+
![Graph management click](images/graph-management-graph.png)
1717

1818
### Modifying the graph template
1919

Installing-Under-Ubuntu-Debian.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apt-get install -y apache2 rrdtool mariadb-server snmp snmpd php8.0 php8.0-mysql
1010
### A special note for systems using PHP-FPM
1111

1212
Prior to starting the setup process of Cacti you should restart the PHP-FPM
13-
Daemon to rebuild the Cache or you may recived a HTTP 500 Error
13+
Daemon to rebuild the Cache or you may received a HTTP 500 Error
1414

1515
```console
1616
systemctl restart php-fpm

Known-Issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The best place to go for discovering what Bugs or Issue exist in Cacti is
99
to goto [GitHub](https://www.github.com/Cacti/cacti). From there, you can
1010
view not only the Cacti repo, but a collection of Cacti Group mainteined
1111
**Plugins**. For the Core Cacti and for every Plugin, there is an issue
12-
tracker site the coresponds to it. Issues are generally broken into
12+
tracker site the corresponds to it. Issues are generally broken into
1313
[Enhancements](https://github.com/Cacti/cacti/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)
1414
and [Bugs](https://github.com/Cacti/cacti/issues?q=is%3Aopen+is%3Aissue+label%3Abug).
1515

Plugin-Creating-Plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ setting | description
4040
*compat* | The minimum version of Cacti that is required to use this plugin.
4141
*depends* | A space delimited list of plugins:version that are required to use this plugin.
4242
*capabilities* | A comma delimited list of capabilities for define what capabilities the plugin has primarily remotely.
43-
*nosync* | A comma delimited list of relative paths that should not be syncronized with the remote data collectors, for example transient folders that may contain quite a bit of data that changes often.
43+
*nosync* | A comma delimited list of relative paths that should not be synchronized with the remote data collectors, for example transient folders that may contain quite a bit of data that changes often.
4444

4545
## Functions
4646

0 commit comments

Comments
 (0)