From 317905c313f896ad143e21710ca6fa1fcf4dcf6d Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:13:28 +0100 Subject: [PATCH] Add webmin documentation (#30617) * Add webmin documentation * List all currently provided sensors * Update source/_integrations/webmin.markdown Co-authored-by: Klaas Schoute --------- Co-authored-by: Klaas Schoute --- source/_integrations/webmin.markdown | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 source/_integrations/webmin.markdown diff --git a/source/_integrations/webmin.markdown b/source/_integrations/webmin.markdown new file mode 100644 index 00000000000..8af16998932 --- /dev/null +++ b/source/_integrations/webmin.markdown @@ -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