mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add webmin documentation (#30617)
* Add webmin documentation * List all currently provided sensors * Update source/_integrations/webmin.markdown Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com> --------- Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
parent
06c6851926
commit
317905c313
35
source/_integrations/webmin.markdown
Normal file
35
source/_integrations/webmin.markdown
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
title: Webmin
|
||||||
|
description: Instructions on how to set up Webmin with Home Assistant.
|
||||||
|
ha_category:
|
||||||
|
- System monitor
|
||||||
|
ha_release: 2024.3
|
||||||
|
ha_iot_class: Local Polling
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_codeowners:
|
||||||
|
- '@autinerd'
|
||||||
|
ha_domain: webmin
|
||||||
|
ha_integration_type: integration
|
||||||
|
ha_platforms:
|
||||||
|
- sensor
|
||||||
|
---
|
||||||
|
|
||||||
|
[Webmin](https://webmin.com) is a web-based interface for the system administration of Unix-like servers.
|
||||||
|
|
||||||
|
This {% term integration %} provides sensors for monitoring the CPU and memory usage of your server.
|
||||||
|
|
||||||
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
## Sensors
|
||||||
|
|
||||||
|
**All entities are disabled by default, you need to enable the entities that you wish to use.**
|
||||||
|
|
||||||
|
Following sensors will be added:
|
||||||
|
|
||||||
|
- Load (1m)
|
||||||
|
- Load (5m)
|
||||||
|
- Load (15m)
|
||||||
|
- Memory total
|
||||||
|
- Memory free
|
||||||
|
- Swap total
|
||||||
|
- Swap free
|
Loading…
x
Reference in New Issue
Block a user