mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
ef767de2f9
commit
08866bcc1c
4 changed files with 10 additions and 7 deletions
|
|
@ -50,7 +50,8 @@ const DeleteSecretModal = ({
|
|||
unable to enroll.
|
||||
</p>
|
||||
<p>
|
||||
Hosts that enrolled with this secret will not get updates to agent options.
|
||||
Hosts that enrolled with this secret will not get updates to agent
|
||||
options.
|
||||
</p>
|
||||
<p>
|
||||
Follow this guide to{" "}
|
||||
|
|
|
|||
|
|
@ -81,9 +81,9 @@ const Agents = ({
|
|||
<SectionHeader title="Agent options" />
|
||||
<form onSubmit={onFormSubmit} autoComplete="off">
|
||||
<p className={`${baseClass}__section-description`}>
|
||||
Agent options configure Fleet's agent (fleetd). When you update agent
|
||||
options, they will be applied the next time a host checks in to
|
||||
Fleet.{" "}
|
||||
Agent options configure Fleet's agent (fleetd). When you update
|
||||
agent options, they will be applied the next time a host checks in
|
||||
to Fleet.{" "}
|
||||
<CustomLink
|
||||
url="https://fleetdm.com/docs/configuration/agent-configuration"
|
||||
text="Learn more about agent options"
|
||||
|
|
|
|||
|
|
@ -142,8 +142,9 @@ const AgentOptionsPage = ({
|
|||
return (
|
||||
<div className={`${baseClass}`}>
|
||||
<p className={`${baseClass}__page-description`}>
|
||||
Agent options configure Fleet's agent (fleetd). When you update agent
|
||||
options, they will be applied the next time a host checks in to Fleet.
|
||||
Agent options configure Fleet's agent (fleetd). When you update
|
||||
agent options, they will be applied the next time a host checks in to
|
||||
Fleet.
|
||||
<br />
|
||||
<CustomLink
|
||||
url="https://fleetdm.com/docs/configuration/configuration-files#team-agent-options"
|
||||
|
|
|
|||
|
|
@ -1462,7 +1462,8 @@ const ManageHostsPage = ({
|
|||
"Expecting to see new hosts? Try again in a few seconds as the system catches up.";
|
||||
} else if (canEnrollHosts) {
|
||||
emptyHosts.header = "Add your hosts to Fleet";
|
||||
emptyHosts.info = "Generate Fleet's agent (fleetd) to add your own hosts.";
|
||||
emptyHosts.info =
|
||||
"Generate Fleet's agent (fleetd) to add your own hosts.";
|
||||
emptyHosts.primaryButton = (
|
||||
<Button variant="brand" onClick={toggleAddHostsModal} type="button">
|
||||
Add hosts
|
||||
|
|
|
|||
Loading…
Reference in a new issue