Skip to content

Commit

Permalink
Fixed dashboard generator typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Apr 7, 2023
1 parent f62016f commit 326d73e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,313 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def script():
for _title in ['Up', 'CPU']:
replace.single(oH, pnl=panelStat, job='hadoop3', title=_title, h=HEIGHT, w=WIDTH, x=xpos, y=ypos)
xpos += WIDTH
replace.single(oH, pnl=panelStat, job='h3stats', title='Dead Nodes' threshold2='0.9', threshold3='1.2', h=HEIGHT, w=WIDTH, x=xpos, y=ypos)
replace.single(oH, pnl=panelStat, job='h3stats', title='Dead Nodes', threshold2='0.9', threshold3='1.2', h=HEIGHT, w=WIDTH, x=xpos, y=ypos)
xpos += WIDTH
replace.single(oH, pnl=panelStatHadoopUsed, job='h3stats', title='Used', threshold2='85', threshold3='96', h=4, w=2, x=xpos, y=ypos)
xpos = blockCol
Expand Down
Loading

0 comments on commit 326d73e

Please sign in to comment.