mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Update the System monitor page (#36745)
* Update the System monitor page * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
80b28a4968
commit
5c2c434ff4
@ -16,8 +16,7 @@ ha_codeowners:
|
|||||||
- '@gjohansson-ST'
|
- '@gjohansson-ST'
|
||||||
---
|
---
|
||||||
|
|
||||||
The System monitor integration allows you to monitor disk usage,
|
The **System monitor** {% term integration %} allows you to monitor disk usage, memory usage, network usage, CPU usage, and running processes.
|
||||||
memory usage, CPU usage, and running processes.
|
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -25,7 +24,7 @@ memory usage, CPU usage, and running processes.
|
|||||||
|
|
||||||
{% note %}
|
{% note %}
|
||||||
|
|
||||||
All entities are disabled by default, you need to enable the entities that you wish to use.
|
All entities are disabled by default, you need to [enable the entities](/common-tasks/general/#enabling-or-disabling-entities) that you wish to use.
|
||||||
|
|
||||||
All sensors are also marked as diagnostic and won't be automatically added to automatic dashboards.
|
All sensors are also marked as diagnostic and won't be automatically added to automatic dashboards.
|
||||||
|
|
||||||
@ -33,20 +32,24 @@ All sensors are also marked as diagnostic and won't be automatically added to au
|
|||||||
|
|
||||||
### Disks
|
### Disks
|
||||||
|
|
||||||
- Disk free - (One per disk/mount point)
|
One sensor per found disk/mount point will be created
|
||||||
- Disk use - (One per disk/mount point)
|
|
||||||
- Disk usage (percent) - (One per disk/mount point)
|
- Disk free
|
||||||
|
- Disk use
|
||||||
|
- Disk usage (percent)
|
||||||
|
|
||||||
### Network
|
### Network
|
||||||
|
|
||||||
- IPv4 address - (One per network interface)
|
One sensor per found network interface will be created
|
||||||
- IPv6 address - (One per network interface)
|
|
||||||
- Network in - (One per network interface)
|
- IPv4 address
|
||||||
- Network out - (One per network interface)
|
- IPv6 address
|
||||||
- Packets in - (One per network interface)
|
- Network in
|
||||||
- Packets out - (One per network interface)
|
- Network out
|
||||||
- Network throughput in - (One per network interface)
|
- Packets in
|
||||||
- Network throughput out - (One per network interface)
|
- Packets out
|
||||||
|
- Network throughput in
|
||||||
|
- Network throughput out
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
@ -65,23 +68,29 @@ All sensors are also marked as diagnostic and won't be automatically added to au
|
|||||||
|
|
||||||
## Add `process` binary sensor
|
## Add `process` binary sensor
|
||||||
|
|
||||||
The `process` binary sensor needs to be configured by the config entry options. Go to **{% my integrations title="Settings > Devices & services" %}**, select the **System Monitor** integration and click **Configure** to select which `process` binary sensors should be created.
|
The `process` binary sensor needs to be configured by the config entry options. Go to **{% my integrations title="Settings > Devices & services" %}**, select the **System Monitor** integration and select **Configure**.
|
||||||
|
|
||||||
|
You can select from the pre-populated list (current running processes) or manually enter the process name, to which a binary sensor will be created per selected `process`.
|
||||||
|
|
||||||
## Disk usage
|
## Disk usage
|
||||||
|
|
||||||
{% note %}
|
{% note %}
|
||||||
|
|
||||||
The disk usage sensors do not support monitoring folder/directory sizes. Instead, it is only concerned with "disks" (more specifically mount points on Linux).
|
The disk usage sensors do not support monitoring folder/directory sizes. Instead, it is only targeting "disks" (more specifically mount points on Linux).
|
||||||
|
|
||||||
{% endnote %}
|
{% endnote %}
|
||||||
|
|
||||||
|
**Example output from the Linux `df -H` command**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
$ df -H
|
$ df -H
|
||||||
Filesystem Size Used Avail Use% Mounted on
|
Filesystem Size Used Avail Use% Mounted on
|
||||||
/dev/root 29G 12G 16G 42% /
|
/dev/root 29G 12G 16G 42% /
|
||||||
devtmpfs 805M 0 805M 0% /dev
|
devtmpfs 805M 0 805M 0% /dev
|
||||||
tmpfs 934M 0 934M 0% /dev/shm
|
tmpfs 934M 0 934M 0% /dev/shm
|
||||||
/dev/mmcblk0p1 253M 54M 199M 22% /boot
|
/dev/mmcblk0p1 253M 54M 199M 22% /boot
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Processor temperature
|
## Processor temperature
|
||||||
|
Loading…
x
Reference in New Issue
Block a user