summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-10-15 11:45:12 +0200
committernicolargo <nicolas@nicolargo.com>2022-10-15 11:45:12 +0200
commit6ac163536da536fc496323948e67c4028e9f1e09 (patch)
tree8543fe4b619294c0d2b842c683af18bd4eab8493
parent5511bbfd83c7990897396cb8f42af026121032ba (diff)
parenta4067cd856fea9e842f71a3b15012f5ba54ef567 (diff)
Merge branch 'develop' of github.com:nicolargo/glances into develop
-rw-r--r--.ci/appveyor/download_exes.py2
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--NEWS.rst46
-rw-r--r--README.rst4
-rw-r--r--conf/glances.conf16
-rw-r--r--docker-compose/glances.conf14
-rw-r--r--docs/aoa/actions.rst2
-rw-r--r--docs/aoa/diskio.rst2
-rw-r--r--docs/aoa/docker.rst6
-rw-r--r--docs/aoa/ports.rst2
-rw-r--r--docs/aoa/quicklook.rst2
-rw-r--r--docs/api.rst18
-rw-r--r--docs/config.rst2
-rw-r--r--docs/gw/graph.rst2
-rw-r--r--docs/gw/influxdb.rst4
-rw-r--r--docs/gw/mqtt.rst2
-rw-r--r--docs/quickstart.rst4
-rw-r--r--glances/__init__.py2
-rw-r--r--glances/amps_list.py2
-rw-r--r--glances/autodiscover.py2
-rw-r--r--glances/compat.py2
-rw-r--r--glances/filter.py4
-rw-r--r--glances/main.py6
-rw-r--r--glances/outputs/glances_stdout_issue.py4
-rw-r--r--glances/outputs/static/js/App.vue35
-rw-r--r--glances/outputs/static/js/components/plugin-docker.vue97
-rw-r--r--glances/outputs/static/js/components/plugin-ports.vue2
-rw-r--r--glances/outputs/static/js/components/plugin-process.vue114
-rw-r--r--glances/outputs/static/js/components/plugin-processcount.vue2
-rw-r--r--glances/outputs/static/js/components/plugin-processlist.vue15
-rw-r--r--glances/outputs/static/public/glances.js8
-rw-r--r--glances/plugins/glances_cloud.py2
-rw-r--r--glances/plugins/glances_docker.py18
-rw-r--r--glances/plugins/glances_load.py2
-rw-r--r--glances/plugins/glances_plugin.py10
-rw-r--r--glances/plugins/glances_processcount.py2
-rw-r--r--glances/plugins/glances_processlist.py2
-rw-r--r--glances/processes.py9
-rw-r--r--glances/secure.py2
-rw-r--r--glances/stats.py2
-rw-r--r--glances/stats_client_snmp.py2
-rwxr-xr-xsetup.py2
-rwxr-xr-xsnap/local/launchers/glances-launch2
-rwxr-xr-xunitest.py4
44 files changed, 287 insertions, 197 deletions
diff --git a/.ci/appveyor/download_exes.py b/.ci/appveyor/download_exes.py
index cb8cb0b2..2e8973c1 100644
--- a/.ci/appveyor/download_exes.py
+++ b/.ci/appveyor/download_exes.py
@@ -7,7 +7,7 @@
"""
Script which downloads exe and wheel files hosted on AppVeyor:
https://ci.appveyor.com/project/giampaolo/psutil
-Copied and readapted from the original recipe of Ibarra Corretge'
+Copied and re-adapted from the original recipe of Ibarra Corretge'
<saghul@gmail.com>:
http://code.saghul.net/index.php/2015/09/09/
"""
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 4f79ea23..e602208c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,7 +12,7 @@ A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
-1. Start Glances with the followings options '...'
+1. Start Glances with the following options '...'
2. Press the key '....'
3. See error
diff --git a/NEWS.rst b/NEWS.rst
index d7caa6b8..5d0f34db 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -18,8 +18,8 @@ Enhancements:
* Keybind(s) for modifying nice level #2081
* [WEBUI] Reorganize help screen #2037
* Add a Json stdout option #2060
- * Improve error message when export error occures
- * Improve error message when MQTT error occures
+ * Improve error message when export error occurs
+ * Improve error message when MQTT error occurs
* Change the way core are displayed
* Remove unused key in the process list
* Refactor top menu of the curse interface
@@ -126,7 +126,7 @@ Bugs corrected:
* Failure to start on Apple M1 Max #1939
* Influxdb2 via SSL #1934
* Update WebUI (security patch). Thanks to @notFloran.
- * Swith from black <> white theme with the '9' hotkey - Related to issue #976
+ * Switch from black <> white theme with the '9' hotkey - Related to issue #976
* Fix: Docker plugin - Invalid IO stats with Arch Linux #1945
* Bug Fix: Docker plugin - Network stats not being displayed #1944
* Fix Grafana CPU temperature panel #1954
@@ -219,7 +219,7 @@ Enhancement and development requests:
- Add caching for processing username and cmdline
- Correct and improve refresh time method
- Set refresh rate for global CPU percent
- - Set the dafault refresh rate of system stats to 60 seconds
+ - Set the default refresh rate of system stats to 60 seconds
- Default refresh time for sensors is refresh rate * 2
- Improve history perf
- Change main curses loop
@@ -301,7 +301,7 @@ Version 3.1.6.1
Bugs corrected:
- * Glances crash after installing module for shown GPU informations on Windows 10 #1800
+ * Glances crash after installing module for shown GPU information on Windows 10 #1800
Version 3.1.6
=============
@@ -359,7 +359,7 @@ Enhancements and new features:
* Enhancement: RSS for containers enhancement #1694
* exports: support rabbitmq amqps enhancement #1687
* Quick Look missing CPU Infos enhancement #1685
- * Add amqps protocol suppport for rabbitmq export #1688
+ * Add amqps protocol support for rabbitmq export #1688
* Select host in Grafana json #1684
* Value for free disk space is counterintuative on ext file systems enhancement #644
@@ -403,7 +403,7 @@ Bugs corrected:
* Disk IO stats missing after upgrade to 5.5.x kernel #1601
* Glances don't want to run on Crostini (LXC Container, Debian 10, python 3.7.3) #1600
* Kafka key name needs to be bytes #1593
- * Cant start glances with glances --export mqtt #1581
+ * Can't start glances with glances --export mqtt #1581
* [WEBUI] AMP plugins is not displayed correctly in the Web Interface #1574
* Unhandled AttributeError when no config files found #1569
* Glances writing lots of Docker Error message in logs file enhancement #1561
@@ -641,7 +641,7 @@ Graph:
# generate_every to a non zero value corresponding to the seconds between
# two generation. Set it to 0 to disable graph auto generation.
generate_every=60
- # See followings configuration keys definitions in the Pygal lib documentation
+ # See following configuration keys definitions in the Pygal lib documentation
# http://pygal.org/en/stable/documentation/index.html
width=800
height=600
@@ -701,7 +701,7 @@ Bugs corrected:
* glances_network `OSError: [Errno 19] No such device` (issue #1106)
* GPU plugin. <class 'TypeError'>: ... not JSON serializable"> (issue #1112)
* PermissionError on macOS (issue #1120)
- * Cant move up or down in glances --browser (issue #1113)
+ * Can't move up or down in glances --browser (issue #1113)
* Unable to give aliases to or hide network interfaces and disks (issue #1126)
* `UnicodeDecodeError` on mountpoints with non-breaking spaces (issue #1128)
@@ -758,7 +758,7 @@ Bugs corrected:
* On Windows --export-statsd terminates immediately and does not export (issue #1067)
* Glances v2.8.7 issues with Curses UI on Android (issue #1053)
* Fails to start, OSError in sensors_temperatures (issue #1057)
- * Crashs after long time running the glances --browser (issue #1059)
+ * Crashes after long time running the glances --browser (issue #1059)
* Sensor values don't refresh since psutil backend (issue #1061)
* glances-version.db Permission denied (issue #1066)
@@ -857,7 +857,7 @@ Enhancements and new features:
* Not compatible with the new Docker API 2.0 (Docker 1.13) (issue #1000)
* Add ZeroMQ exporter (issue #939)
* Add CouchDB exporter (issue #928)
- * Add hotspot Wifi informations (issue #937)
+ * Add hotspot Wifi information (issue #937)
* Add default interface speed and automatic rate thresolds (issue #718)
* Highlight max stats in the processes list (issue #878)
* Docker alerts and actions (issue #875)
@@ -880,8 +880,8 @@ Version 2.7.1
Bugs corrected:
- * AMP plugin crashs on start with Python 3 (issue #917)
- * Ports plugin crashs on start with Python 3 (issue #918)
+ * AMP plugin crashes on start with Python 3 (issue #917)
+ * Ports plugin crashes on start with Python 3 (issue #918)
Version 2.7
===========
@@ -902,7 +902,7 @@ Enhancements and new features:
* Add a new "Ports scanner" plugin (issue #734)
* Add a new IRQ monitoring plugin (issue #911)
* Improve IP plugin to display public IP address (issue #646)
- * CPU additionnal stats monitoring: Context switch, Interrupts... (issue #810)
+ * CPU additional stats monitoring: Context switch, Interrupts... (issue #810)
* Filter processes by others stats (username) (issue #748)
* [Folders] Differentiate permission issue and non-existence of a directory (issue #828)
* [Web UI] Add cpu name in quicklook plugin (issue #825)
@@ -1042,10 +1042,10 @@ Enhancements and new features:
Bugs corrected:
* The WebUI displays bad sensors stats (issue #632)
- * Filter processes crashs with a bad regular expression pattern (issue #665)
+ * Filter processes crashes with a bad regular expression pattern (issue #665)
* Error with IP plugin (issue #651)
* Crach with Docker plugin (issue #649)
- * Docker plugin crashs with webserver mode (issue #654)
+ * Docker plugin crashes with webserver mode (issue #654)
* Infrequently crashing due to assert (issue #623)
* Value for free disk space is counterintuative on ext file systems (issue #644)
* Try/catch for unexpected psutil.NoSuchProcess: process no longer exists (issue #432)
@@ -1125,7 +1125,7 @@ Enhancements and new features:
* Add InfluxDB export module (--export-influxdb) (issue #455)
* Add StatsD export module (--export-statsd) (issue #465)
* Refactor export module (CSV export option is now --export-csv). It is now possible to export stats from the Glances client mode (issue #463)
- * The Web inteface is now based on Bootstrap / RWD grid (issue #417, #366 and #461) Thanks to Nicolas Hart @nclsHart
+ * The Web interface is now based on Bootstrap / RWD grid (issue #417, #366 and #461) Thanks to Nicolas Hart @nclsHart
* It is now possible, through the configuration file, to define if an alarm should be logged or not (using the _log option) (issue #437)
* You can now set alarm for Disk IO
* API: add getAllLimits and getAllViews methods (issue #481) and allow CORS request (issue #479)
@@ -1181,7 +1181,7 @@ Version 2.1.1
Enhancement:
- * Automaticaly compute top processes number for the current screen (issue #408)
+ * Automatically compute top processes number for the current screen (issue #408)
* CPU and Memory footprint optimization (issue #401)
Bugs corrected:
@@ -1190,7 +1190,7 @@ Bugs corrected:
* Process no longer exists (issue #421)
* Error with Glances Client with Python 3.4.1 (issue #419)
* TypeError: memory_maps() takes exactly 2 arguments (issue #413)
- * No filesystem informations since Glances 2.0 bug enhancement (issue #381)
+ * No filesystem information since Glances 2.0 bug enhancement (issue #381)
Version 2.1
===========
@@ -1200,7 +1200,7 @@ Version 2.1
The pattern could be defined from the command line (-f <pattern>)
or by pressing the ENTER key in the curse interface.
For the moment, process filter feature is only available in standalone mode.
- * Add extended processes informations for top process
+ * Add extended processes information for top process
Top process stats availables: CPU affinity, extended memory information (shared, text, lib, datat, dirty, swap), open threads/files and TCP/UDP network sessions, IO nice level
For the moment, extended processes stats are only available in standalone mode.
* Add --process-short-name tag and '/' key to switch between short/command line
@@ -1396,7 +1396,7 @@ Version 1.6.1
* Key 'u' shows cumulative net traffic
* Work in improving autoUnit
* Take into account the number of core in the CPU process limit
- * API improvment add time_since_update for disk, process_disk and network
+ * API improvement add time_since_update for disk, process_disk and network
* Improve help display
* Add more dummy FS to the ignore list
* Code refactory: psutil < 0.4.1 is deprecated (Thk to Alessio)
@@ -1504,7 +1504,7 @@ Version 1.3.7
=============
* Display (if terminal space is available) an alerts history (logs)
- * Add a limits classe to manage stats limits
+ * Add a limits class to manage stats limits
* Manage black and white console (issue #31)
Version 1.3.6
@@ -1533,7 +1533,7 @@ Version 1.3.4
Version 1.3.3
=============
- * Automatically swith between process short and long name
+ * Automatically switch between process short and long name
* Center the host / system information
* Always put the hour/date in the bottom/right
* Correct a bug if there is a lot of Disk/IO
diff --git a/README.rst b/README.rst
index 6986ec90..ecfd1f8f 100644
--- a/README.rst
+++ b/README.rst
@@ -198,7 +198,7 @@ Get the Glances container:
docker pull nicolargo/glances:alpine-latest-full
-The followings tags are availables:
+The following tags are availables:
- *alpine-latest-full* for a full Alpine Glances image (latest release) with all dependencies
- *latest-full* for a full Debian Glances image (latest release) with all dependencies
@@ -414,7 +414,7 @@ or in a CSV format thanks to the stdout-csv option:
2018-12-08 22:04:23 CEST,5.4,5949136896,4,1.04,0.99,1.04
...
-or in a JSON format thanks to the stdout-json option (attibute not supported in this mode in order to have a real JSON object in output):
+or in a JSON format thanks to the stdout-json option (attribute not supported in this mode in order to have a real JSON object in output):
.. code-block:: console
diff --git a/conf/glances.conf b/conf/glances.conf
index 5f3b128d..86c2b92a 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -181,7 +181,7 @@ public_ip_disabled=False
# Need to create an aacount: https://censys.io/login
censys_url=https://search.censys.io/api
# Get your own credential here: https://search.censys.io/account/api
-# Enter your creadential and uncomment the following lines
+# Enter your credential and uncomment the following lines
#censys_username=<censys_api_id>
#censys_password=<censys_secret>
# List of fields to be displayed in user interface (comma separated)
@@ -249,7 +249,7 @@ disable=False
# * careful: optional careful threshold (in MB)
# * warning: optional warning threshold (in MB)
# * critical: optional critical threshold (in MB)
-# * refresh: interval in second between two refreshs
+# * refresh: interval in second between two refreshes
#folder_1_path=/tmp
#folder_1_careful=2500
#folder_1_warning=3000
@@ -372,7 +372,7 @@ port_default_gateway=True
# web_x_url is the URL to monitor (example: http://my.site.com/folder)
# web_x_description is optional (if not set, define to URL)
# web_x_timeout is optional and overwrite the default timeout value
-# web_x_rtt_warning is optional and defines the warning respond time in ms (approximatively)
+# web_x_rtt_warning is optional and defines the warning respond time in ms (approximately)
#
#web_1_url=https://blog.nicolargo.com
#web_1_description=My Blog
@@ -385,10 +385,10 @@ port_default_gateway=True
[docker]
disable=False
-# Only show specific containers (comma separeted list of container name or regular expression)
+# Only show specific containers (comma separated list of container name or regular expression)
# Comment this line to display all containers (default configuration)
#show=telegraf
-# Hide some containers (comma separeted list of container name or regular expression)
+# Hide some containers (comma separated list of container name or regular expression)
# Comment this line to display all containers (default configuration)
#hide=telegraf
# Define the maximum docker size name (default is 20 chars)
@@ -453,7 +453,7 @@ path=/tmp
# generate_every to a non zero value corresponding to the seconds between
# two generation. Set it to 0 to disable graph auto generation.
generate_every=60
-# See followings configuration keys definitions in the Pygal lib documentation
+# See following configuration keys definitions in the Pygal lib documentation
# http://pygal.org/en/stable/documentation/index.html
width=800
height=600
@@ -478,7 +478,7 @@ db=glances
# => foo.mem
# You can also use dynamic values
#prefix=foo
-# Followings tags will be added for all measurements
+# Following tags will be added for all measurements
# You can also use dynamic values.
# Note: hostname is always added as a tag
#tags=foo:bar,spam:eggs,domain:`domainname`
@@ -498,7 +498,7 @@ token=EjFUTWe8U-MIseEAkaVIgVnej_TrnbdvEcRkaB1imstW7gapSqy6_6-8XD-yd51V0zUUpDy-kA
# => foo.mem
# You can also use dynamic values
#prefix=foo
-# Followings tags will be added for all measurements
+# Following tags will be added for all measurements
# You can also use dynamic values.
# Note: hostname is always added as a tag
#tags=foo:bar,spam:eggs,domain:`domainname`
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index efcb0e95..02744a08 100644
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -238,7 +238,7 @@ disable=False
# * careful: optional careful threshold (in MB)
# * warning: optional warning threshold (in MB)
# * critical: optional critical threshold (in MB)
-# * refresh: interval in second between two refreshs
+# * refresh: interval in second between two refreshes
#folder_1_path=/tmp
#folder_1_careful=2500
#folder_1_warning=3000
@@ -359,7 +359,7 @@ port_default_gateway=True
# web_x_url is the URL to monitor (example: http://my.site.com/folder)
# web_x_description is optional (if not set, define to URL)
# web_x_timeout is optional and overwrite the default timeout value
-# web_x_rtt_warning is optional and defines the warning respond time in ms (approximatively)
+# web_x_rtt_warning is optional and defines the warning respond time in ms (approximately)
#
#web_1_url=https://blog.nicolargo.com
#web_1_description=My Blog
@@ -372,10 +372,10 @@ port_default_gateway=True
[docker]
disable=False
-# Only show specific containers (comma separeted list of container name or regular expression)
+# Only show specific containers (comma separated list of container name or regular expression)
# Comment this line to display all containers (default configuration)
#show=telegraf
-# Hide some containers (comma separeted list of container name or regular expression)
+# Hide some containers (comma separated list of container name or regular expression)
# Comment this line to display all containers (default configuration)
#hide=telegraf
# Define the maximum docker size name (default is 20 chars)
@@ -440,7 +440,7 @@ path=/tmp
# generate_every to a non zero value corresponding to the seconds between
# two generation. Set it to 0 to disable graph auto generation.
generate_every=60
-# See followings configuration keys definitions in the Pygal lib documentation
+# See following configuration keys definitions in the Pygal lib documentation
# http://pygal.org/en/stable/documentation/index.html
width=800
height=600
@@ -465,7 +465,7 @@ db=glances
# => foo.mem
# You can also use dynamic values
#prefix=foo
-# Followings tags will be added for all measurements
+# Following tags will be added for all measurements
# You can also use dynamic values.
# Note: hostname is always added as a tag
#tags=foo:bar,spam:eggs,domain:`domainname`
@@ -485,7 +485,7 @@ token=EjFUTWe8U-MIseEAkaVIgVnej_TrnbdvEcRkaB1imstW7gapSqy6_6-8XD-yd51V0zUUpDy-kA
# => foo.mem
# You can also use dynamic values
#prefix=foo
-# Followings tags will be added for all measurements
+# Following tags will be added for all measurements
# You can also use dynamic values.
# Note: hostname is always added as a tag
#tags=foo:bar,spam:eggs,domain:`domainname`
diff --git a/docs/aoa/actions.rst b/docs/aoa/actions.rst
index aaa4fc64..65030cd1 100644
--- a/docs/aoa/actions.rst
+++ b/docs/aoa/actions.rst
@@ -40,7 +40,7 @@ critical is reached:
.. note::
- Use && as seprator for multiple commands
+ Use && as separator for multiple commands
Within ``/etc/glances/actions.d/fs-critical.py``:
diff --git a/docs/aoa/diskio.rst b/docs/aoa/diskio.rst
index 6ae77207..9a1e87d7 100644
--- a/docs/aoa/diskio.rst
+++ b/docs/aoa/diskio.rst
@@ -10,7 +10,7 @@ dynamically.
You can display:
-- bytes per second (default behavor / Bytes/s, KBytes/s, MBytes/s, etc)
+- bytes per second (default behavior / Bytes/s, KBytes/s, MBytes/s, etc)
- requests per second (using --diskio-iops option or *B* hotkey)
There is no alert on this information.
diff --git a/docs/aoa/docker.rst b/docs/aoa/docker.rst
index 2c5b951d..cc8c485b 100644
--- a/docs/aoa/docker.rst
+++ b/docs/aoa/docker.rst
@@ -21,11 +21,11 @@ under the ``[docker]`` section:
[docker]
disable=False
- # Only show specific containers (comma separeted list of container name or regular expression)
+ # Only show specific containers (comma separated list of container name or regular expression)
show=thiscontainer,andthisone,andthoseones.*
- # Hide some containers (comma separeted list of container name or regular expression)
+ # Hide some containers (comma separated list of container name or regular expression)
hide=donotshowthisone,andthose.*
- # Show only specific containers (comma separeted list of container name or regular expression)
+ # Show only specific containers (comma separated list of container name or regular expression)
#show=showthisone,andthose.*
# Define the maximum docker size name (default is 20 chars)
max_name_size=20
diff --git a/docs/aoa/ports.rst b/docs/aoa/ports.rst
index 54353891..5f26917e 100644
--- a/docs/aoa/ports.rst
+++ b/docs/aoa/ports.rst
@@ -50,7 +50,7 @@ configuration file.
# web_x_url is the URL to monitor (example: http://my.site.com/folder)
# web_x_description is optional (if not set, define to URL)
# web_x_timeout is optional and overwrite the default timeout value
- # web_x_rtt_warning is optional and defines the warning respond time in ms (approximatively)
+ # web_x_rtt_warning is optional and defines the warning respond time in ms (approximately)
#
web_1_url=https://blog.nicolargo.com
web_1_description=My Blog
diff --git a/docs/aoa/quicklook.rst b/docs/aoa/quicklook.rst
index eaa3751c..093a7814 100644
--- a/docs/aoa/quicklook.rst
+++ b/docs/aoa/quicklook.rst
@@ -19,7 +19,7 @@ sparkline using 'S' hot key or --sparkline command line option (need the
sparklines Python lib on your system). Please be aware that sparklines use
the Glances history and will not be available if the history is disabled
from the command line. For the moment sparkline is not available in
-client/server mode (see isse ).
+client/server mode (see issue ).
.. image:: ../_static/sparkline.png
diff --git a/docs/api.rst b/docs/api.rst
index 78aa98ae..dfadc569 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -15,7 +15,7 @@ GET API status
--------------
This entry point should be used to check the API status.
-It will return nothing but a 200 return code if everythin is OK.
+It will return nothing but a 200 return code if everything is OK.
Get the Rest API status::
@@ -109,7 +109,7 @@ Get a specific field::
# curl http://localhost:61208/api/3/amps/name
{"name": ["Dropbox", "Python", "Conntrack", "Nginx", "Systemd", "SystemV"]}
-Get a specific item when field matchs the given value::
+Get a specific item when field matches the given value::
# curl http://localhost:61208/api/3/amps/name/Dropbox
{"Dropbox": [{"count": 0,
@@ -213,7 +213,7 @@ Get a specific field::
# curl http://localhost:61208/api/3/diskio/disk_name
{"disk_name": ["sda", "sda1", "sda2", "sda5", "dm-0", "dm-1"]}
-Get a specific item when field matchs the given value::
+Get a specific item when field matches the given value::
# curl http://localhost:61208/api/3/diskio/disk_name/sda
{"sda": [{"disk_name": "sda",
@@ -287,7 +287,7 @@ Get a specific field::
# curl http://localhost:61208/api/3/fs/mnt_point
{"mnt_point": ["/", "/var/snap/firefox/common/host-hunspell"]}
-Get a specific item when field matchs the given value::
+Get a specific item when field matches the given value::
# curl http://localhost:61208/api/3/fs/mnt_point//
{"/": [{"device_name": "/dev/mapper/ubuntu--gnome--vg-root",
@@ -460,7 +460,7 @@ Get a specific field::
"vboxnet0",
"mpqemubr0"]}
-Get a specific item when field matchs the given value::
+Get a specific item when field matches the given value::
# curl http://localhost:61208/api/3/network/interface_name/lo
{"lo": [{"alias": None,
@@ -542,7 +542,7 @@ Get a specific field::
# curl http://localhost:61208/api/3/ports/host
{"host": ["192.168.0.254"]}
-Get a specific item when field matchs the given value::
+Get a specific item when field matches the given value::
# curl http://localhost:61208/api/3/ports/host/192.168.0.254
{"192.168.0.254": [{"description": "DefaultGateway",
@@ -971,7 +971,7 @@ Get a specific field::
535974,
536119]}
-Get a specific item when field matchs the given value::
+Get a specific item when field matches the given value::
# curl http://localhost:61208/api/3/processlist/pid/477633
{"477633": [{"cmdline": ["/snap/firefox/187