Skip to content

Commit

Permalink
Change grid name and fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanElawady committed Nov 28, 2023
1 parent a1d946f commit a757aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmds/modules/zui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func action(ctx *cli.Context) error {
resources.Border = false

errorsGrid := ui.NewGrid()
errorsGrid.Title = "Provision"
errorsGrid.Title = "Errors"
errorsGrid.SetRect(0, 22, width, 26)

var flag signalFlag
Expand Down
2 changes: 1 addition & 1 deletion pkg/perf/healthcheck/healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
id = "healthcheck"
schedule = "*/30 * * * * *"
schedule = "0 */20 * * * *"
description = "health check task runs multiple checks to ensure the node is in a usable state and set flags for the power daemon to stop reporting uptime if it is not usable"
)

Expand Down

0 comments on commit a757aac

Please sign in to comment.