diff --git a/code/processes/monitor.q b/code/processes/monitor.q index 7a3ed786e..23e481dbf 100644 --- a/code/processes/monitor.q +++ b/code/processes/monitor.q @@ -61,7 +61,7 @@ bucketlmchartdata:{[x] x:`minute$$[x=0;1;x];0!select errcount:count i by (0D00:0 /- Data functions - These are functions that are requested by the front end /- start is sent on each connection and refresh. Where there are more than one table it is wise to identify each one using a dictionary as shown -start:{.html.wssub each `heartbeat`logmsg`lmchart; +start:{.html.wssub each `heartbeat`logmsg; .html.dataformat["start";(`hbtable`lmtable`lmchart)!(hbdata[];lmdata[];lmchart[])]} bucketlmchart:{.html.dataformat["bucketlmchart";enlist bucketlmchartdata[x]]} monitorui:.html.readpagereplaceHP["index.html"]