@cryptotaxi247 / netdata-1 / commits / 2c667f60a

add proc_uptime charts info (#11569)

Ilya Mashchenko committed Sep 24, 2021 at 17:29 UTC 2c667f60abddad6e96d9af1b014092673b41b341
1 file changed +4
web/gui/dashboard_info.js
+4
@@ -1134,6 +1134,10 @@ netdataDashboard.context = {
1134 info: 'Amount of memory currently used by messages in System V IPC message queues.'
1135 },
1136
1137 + 'system.uptime': {
1138 + info: 'The amount of time the system has been running, including time spent in suspend.'
1139 + },
1140 +
1141 // ------------------------------------------------------------------------
1142 // CPU charts
1143