mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-09 16:00:59 +00:00
Point agent 401 recovery copy at the Pulse UI, not a wrong breadcrumb
Refs #1515 The install command is generated under the Settings infrastructure installer, not a "Settings > Agents" tab. Correct the agent log, installer warning, and Machines tooltip to say "the Pulse UI" so the recovery step is accurate.
This commit is contained in:
parent
c7dcd90b83
commit
a54e67cb0f
3 changed files with 3 additions and 3 deletions
|
|
@ -352,7 +352,7 @@ restore_selinux_contexts() {
|
|||
# health-check paths report it identically.
|
||||
warn_agent_token_rejected() {
|
||||
log_warn "Pulse rejected this agent's API token (HTTP 401/403). The saved token is no longer valid on the server, which usually means Pulse was restored/reinstalled or upgraded (for example v5 -> v6) without carrying the token across."
|
||||
log_warn "Re-run the full agent install command from the Pulse UI (Settings > Agents) to mint a fresh token. The agent will keep reporting 401 until the token is replaced."
|
||||
log_warn "Re-run the full agent install command from the Pulse UI to mint a fresh token. The agent will keep reporting 401 until the token is replaced."
|
||||
}
|
||||
|
||||
# verify_agent_server_registration returns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue