Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jacobs committed Mar 31, 2021
1 parent daa62cf commit 9393a13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ checkpointing
checksum
checksums
ClickHouse
CloudWatch
comms
CPUs
CRAM-MD5
Expand All @@ -33,6 +34,7 @@ CVE-2020-7920
datagram
datagrams
DBaaS
debian
defragmentation
e.g.
ElasticSearch
Expand Down Expand Up @@ -96,6 +98,7 @@ mysqld
mysqld_exporter
natively
netstat
nginx
node_exporter
non-DBAs
non-UTF-8
Expand Down Expand Up @@ -9115,6 +9118,7 @@ PMM-9998
PMM-9999
pmm-admin
pmm-agent
pmm-client
pmm-managed
pmm-server
pmm-update
Expand All @@ -9133,7 +9137,7 @@ quickstart
ReadAhead
recalc
Reddit
RedHat
redhat
Redis
reenabled
replicaset
Expand Down Expand Up @@ -9173,6 +9177,7 @@ substring
SYS-V-IPC
tablespace
tablespaces
tablestats
templated
timespan
timestamp
Expand All @@ -9193,14 +9198,17 @@ uptime
v1
v2
v4
vcpu
VictoriaMetrics
VirtualBox
virtualbox
virtualization
virtualized
VMware
vmware
webhook
WiredTiger
Writeset
Xenial
Xerus
XtraDB
Zaitzev
zlib
2 changes: 1 addition & 1 deletion docs/release-notes/2.15.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Percona Monitoring and Management (PMM) is a free and open-source platform for m
* [PMM-7366](https://jira.percona.com/browse/PMM-7366): Integrated Alerting: Entities (e.g. templates, channels, rules) are in inconsistent states.
* [PMM-7467](https://jira.percona.com/browse/PMM-7467): Integrated Alerting: `<` (less-than symbol) wrongly interpreted by Alert templates (as `&lt;`).
* [PMM-7591](https://jira.percona.com/browse/PMM-7591): Integrated Alerting: User can not receive notifications on email after password update.
* [PMM-7343](https://jira.percona.com/browse/PMM-7343): Security Threat Tool: Check results show previously failed checks after STT reenabled.
* [PMM-7343](https://jira.percona.com/browse/PMM-7343): Security Threat Tool: Check results show previously failed checks after STT re-enabled.
* [PMM-7250](https://jira.percona.com/browse/PMM-7250): DBaaS: Confusing error "Cannot get PSMDB/PXC cluster" appears after removing DB cluster.
* [PMM-7193](https://jira.percona.com/browse/PMM-7193): DBaaS: Number of Nodes can be set as float.
* [PMM-7349](https://jira.percona.com/browse/PMM-7349): DBaaS: Host and Password occasionally disappearing from Connection column.
2 changes: 1 addition & 1 deletion docs/setting-up/client/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GRANT SELECT, UPDATE, DELETE, DROP ON performance_schema.* TO 'pmm'@'%';

If you have Amazon RDS with a MySQL version prior to 5.5, `REPLICATION CLIENT` privilege is not available there and has to be excluded from the above statement.

> General system metrics are monitored by using the `rds_exporter` exporter which replaces `node_exporter`. `rds_exporter` gives access to Amazon Cloudwatch metrics.
> General system metrics are monitored by using the `rds_exporter` exporter which replaces `node_exporter`. `rds_exporter` gives access to Amazon CloudWatch metrics.
>
> `node_exporter`, used in versions of PMM prior to 1.8.0, was not able to monitor general system metrics remotely.
Expand Down
2 changes: 1 addition & 1 deletion docs/setting-up/client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ However, the client needs to store any collected data that it cannot dispatch im
sudo yum install -y pmm2-client
```

> **Tip** If you have used `percona-release` before, disable and reenable the repository:
> **Tip** If you have used `percona-release` before, disable and re-enable the repository:
> ```sh
> sudo percona-release disable all
> sudo percona-release enable original release
Expand Down

0 comments on commit 9393a13

Please sign in to comment.