Add admin dashboard option to run health checks (#3606)
There's one for git gc, why not git fsck too? Also add a couple more trace logs to GitFsck to see progress
This commit is contained in:
parent
2cd3622ddc
commit
8606d9f5bc
4 changed files with 12 additions and 0 deletions
|
@ -1220,6 +1220,8 @@ dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for w
|
|||
dashboard.reinit_missing_repos_success = All missing Git repositories for which records existed have been reinitialized.
|
||||
dashboard.sync_external_users = Synchronize external user data
|
||||
dashboard.sync_external_users_started = External user synchronization started
|
||||
dashboard.git_fsck = Execute health checks on all repositories
|
||||
dashboard.git_fsck_started = Repository health checks started
|
||||
dashboard.server_uptime = Server Uptime
|
||||
dashboard.current_goroutine = Current Goroutines
|
||||
dashboard.current_memory_usage = Current Memory Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue