From d32f7f6467c1456b32ea4675d17bfba1c428c2b7 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 5 Nov 2022 15:21:18 +0100 Subject: Proxmox improvements --- docs/customservices.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/customservices.md b/docs/customservices.md index 65f3d4c..2e74443 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -298,6 +298,11 @@ Configuration example: warning_value: 50 danger_value: 80 api_token: "PVEAPIToken=root@pam!your-api-token-name=your-api-token-key" + # values below this line are optional (default value are false/empty): + hide_decimals: true # removes decimals from stats values. + hide: ["vms", "vms_total", "lxcs", "lxcs_total", "disk", "mem", "cpu"] # hides values included in the array + small_font_on_small_screens: true # uses small font on small screens (like mobile) + small_font_on_desktop: true # uses small font on desktops (just in case you're showing much info) ``` ## qBittorrent -- cgit v1.2.3