From d82833d0c9c8d313273aaffc918aafa755f0c300 Mon Sep 17 00:00:00 2001 From: Hirzi <64255651+HirziDevs@users.noreply.github.com> Date: Mon, 19 Jul 2021 17:02:55 +0700 Subject: [PATCH] v1.4.0 --- config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 250fe4e..7416e94 100644 --- a/config.yml +++ b/config.yml @@ -10,7 +10,7 @@ botstatus: # Channel and RefreshTime Configuration channel: 'CHANNEL ID' # Put channel id here where the embed will be sended -refreshtime: 60 # Time when the embed edited/refreshed (MUST BE A SECONDS) +refreshtime: 60 # Time when the embed edited/refreshed (MUST BE A SECONDS) (RECOMMENDED MORE THAN 20 SECONDS) # Panel Info's panel: @@ -37,8 +37,12 @@ status: check: ':orange_circle: Checking' # Message if the status is Checking # Node Resource -resource: true # Enable resource option ex [Ram: 2gb/5gb] bellow node name (MUST BE "true" OR "false") -unit: 'gb' # Must be 'mb', 'gb', or 'percent' +resource: + enable: true # Enable resource option ex [Ram: 2gb/5gb] bellow node name (MUST BE "true" OR "false") + servers: true # Enable Total server on the node to resource text (MUST BE "true" OR "false") + allocations: true # Enable Total Allocation on the node to resource text (MUST BE "true" OR "false") + location: true # Enable location short name on the node to resource text (MUST BE "true" OR "false") + unit: 'gb' # Must be 'mb', 'gb', or 'percent' # Developers feature debug: false # Enable and Disable debug log to console