]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added Monitor Docker & updated README.md
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 9 Jan 2023 23:07:17 +0000 (00:07 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 9 Jan 2023 23:07:17 +0000 (00:07 +0100)
.storage/lovelace.lovelace_settings
README.md
components/monitor_docker.yaml [new file with mode: 0644]
configuration.yaml
log/history.yaml
log/logbook.yaml
log/recorder.yaml

index c2ba7b7e2e928136656912931ede62732a477bac..4021d18aaaadcbfe46063f135e63929e557541f5 100644 (file)
                 {
                   "entity": "sensor.spare_door_battery",
                   "name": "Spare Door"
-                },
-                {
-                  "entity": "sensor.wireless_button_battery",
-                  "name": "Wireless Button"
                 }
               ]
             },
index 4047396086b23d5b08440f36db07cd6880c869c6..dd26f1e638bbba7e535e2642a20ba8cadd59fc96 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,14 +30,14 @@ My server is an Intel NUC (NUC10i5FNH) with [Proxmox Virtual Environment](https:
 ### Integrations
 * [browser_mod](https://github.com/thomasloven/hass-browser_mod)
 * [HACS](https://github.com/hacs/integration)
-* [Monitor Docker](https://github.com/ualex73/monitor_docker) (not currently used)
+* [Monitor Docker](https://github.com/ualex73/monitor_docker)
 * [MercedeME 2020](https://github.com/ReneNulschDE/mbapi2020)
 * [pfSense integration for Home Assistant](https://github.com/travisghansen/hass-pfsense) (not currently used)
 * [Pirate Weather](https://github.com/alexander0042/pirate-weather-ha)
 * [Scheduler Component](https://github.com/nielsfaber/scheduler-component) (not currently used)
 ### Frontend
 * [auto-entities](https://github.com/thomasloven/lovelace-auto-entities)
-* [badge-Card](https://github.com/thomasloven/lovelace-auto-entities) (not currently used)
+* [badge-Card](https://github.com/thomasloven/lovelace-auto-entities)
 * [Bar Card](https://github.com/custom-cards/bar-card)
 * [Battery State Card](https://github.com/maxwroc/battery-state-card)
 * [button-card](https://github.com/custom-cards/button-card)
@@ -51,7 +51,7 @@ My server is an Intel NUC (NUC10i5FNH) with [Proxmox Virtual Environment](https:
 * [Lovelace Swipe Navigation](https://github.com/maykar/lovelace-swipe-navigation)
 * [mini-graph-card](https://github.com/kalkih/mini-graph-card)
 * [Mushroom](https://github.com/piitaya/lovelace-mushroom)
-* [Mushroom Themes](https://github.com/piitaya/lovelace-mushroom-themes)
+* [Mushroom Themes](https://github.com/piitaya/lovelace-mushroom-themes) (not currently used)
 * [Paper Buttons Row](https://github.com/jcwillox/lovelace-paper-buttons-row) (not currently used)
 * [pirate-weather-ha](https://github.com/alexander0042/pirate-weather-ha)
 * [Plotly Graph Card](https://github.com/dbuezas/lovelace-plotly-graph-card)
diff --git a/components/monitor_docker.yaml b/components/monitor_docker.yaml
new file mode 100644 (file)
index 0000000..ba21a81
--- /dev/null
@@ -0,0 +1,31 @@
+######################################################################
+# Component: Monitor Docker
+######################################################################
+
+- name: Docker
+  scan_interval: 300
+  monitored_conditions:
+    - version
+    - containers_total
+    - containers_running
+    #- containers_paused
+    #- containers_stopped
+    #- containers_cpu_percentage
+    #- containers_1cpu_percentage
+    #- containers_memory
+    #- containers_memory_percentage
+    #- images
+    #- state
+    - status
+    #- health
+    #- uptime
+    #- image
+    #- cpu_percentage
+    #- 1cpu_percentage
+    #- memory
+    #- memory_percentage
+    #- network_speed_up
+    #- network_speed_down
+    #- network_total_up
+    #- network_total_down
+    #- allinone
index e5c199e34720b702b91a0ef20cbc370c85e1e9c4..6ede35a775f9f460fa41c0c997e7c4a1d3dc402b 100644 (file)
@@ -222,3 +222,6 @@ proxmoxve: !include components/proxmox.yaml
 
 # Telegram
 telegram_bot: !include components/telegram.yaml
+
+# Monitor Docker
+monitor_docker: !include components/monitor_docker.yaml
\ No newline at end of file
index 04c9c0dcfdc2f493418f7a484294a69dd91e364f..801ff6a3713f15d2429cb8f3b40a898c3ad87487 100644 (file)
@@ -73,6 +73,8 @@ exclude:
     # CO2
     - sensor.co2_signal_co2_intensity
     - sensor.co2_signal_grid_fossil_fuel_percentage
+  entity_globs:
+    - sensor.docker_*
   domains:
     - automation
     - button
index 20dc041fc055ffdcafbbb26cc6657af95956b05e..3d5f7d21acdc082a7de1f80566d796a59c4f174e 100644 (file)
@@ -73,6 +73,8 @@ exclude:
     # CO2
     - sensor.co2_signal_co2_intensity
     - sensor.co2_signal_grid_fossil_fuel_percentage
+  entity_globs:
+    - sensor.docker_*
   domains:
     - automation
     - button
index b0dfabd7645385b6baa6fa4623780fde466475fd..65247d9d06bc47397b7b82d4a18ecef12a61aa63 100644 (file)
@@ -75,6 +75,8 @@ exclude:
     # CO2
     - sensor.co2_signal_co2_intensity
     #- sensor.co2_signal_grid_fossil_fuel_percentage
+  entity_globs:
+    - sensor.docker_*
   domains:
     - automation
     - button