summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthieu <matthieu.cneude@gmail.com>2020-06-07 15:10:01 +0200
committermatthieu <matthieu.cneude@gmail.com>2020-06-07 15:10:01 +0200
commita8fca8a2f2bf819f4f4af8c03da4091af64e38a6 (patch)
tree8f4dfa7b6e25ffd39a9b1c7dc826931db6e46f92
parent577c36ff06f765122c743616865d701e8fb431b1 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2b9021..f67a8b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,14 +12,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* ga.bar_countries
* ga.bar_devices
-* Remote host service (grab data from command line via SSH on remote host)
- * rh.box_uptime
+* Remote host / local host service (grab data from command line via SSH on remote or local host)
+ * rh.box_uptime
* rh.box_load
- * rh.box_processes
+ * rh.box_net_io
+ * rh.box_disk_io
* rh.bar_memory
+ * rh.gauge_cpu_rate
+ * rh.gauge_memory_rate
+ * rh.gauge_swap_rate
+ * rh.bar_rates
+ * rh.table_disk
+ * rh.box
+ * rh.gauge
+ * rh.table
+ * rh.bar
* Possibility to load dashboard configurations from `$XDG_CONFIG_HOME` only using filename.
-Example: `devdash -c dashboard` if there is a file `$XDG_CONFIG_HOME/devdash/dashboard`
+ * Example: `devdash -c dashboard` if there is a file `$XDG_CONFIG_HOME/devdash/dashboard.yml/json`
### Updated