Skip to content

Commit 30cb7f8

Browse files
committed
docs: replace PerHost/Broadcast scope wording with target language
Swap the remaining internal scope-model terms (PerHost, Broadcast-scoped) for the product's target vocabulary — Network, Daemon host, Remote hosts — in the credentials, discovery, docker-proxy, and podman pages. Left unrelated uses of 'broadcast' (ARP) and 'per-host' (error/IP-scoping) alone.
1 parent 5a3648e commit 30cb7f8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/content/docs/guides/docker-proxy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Once your proxy is running, create a credential in Scanopy so the daemon knows h
100100
101101
### Assigning to a host
102102
103-
Docker Proxy is a **PerHost** credential — it must be assigned to the specific host where you want Docker discovery.
103+
A Docker Proxy credential targets a specific host — the **Daemon host** or a **Remote host** — so assign it to the host where you want Docker discovery.
104104
105105
**For new hosts** (not yet discovered): Add the credential during daemon setup or from the discovery **Credentials** tab, along with the target IP of the Docker host. The credential will be [auto-assigned](/using-scanopy/credentials/#auto-assignment) after the first scan discovers the host.
106106

docs/content/docs/guides/podman.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Create a credential in Scanopy so the daemon knows how to connect.
7373

7474
### Assigning to a host
7575

76-
Podman credentials are **PerHost** assign them to the specific host where you want Podman discovery.
76+
Podman credentials target a specific host — the **Daemon host** (for a local socket) or a **Remote host** — so assign them to the host where you want Podman discovery.
7777

7878
**For new hosts** (not yet discovered): Add the credential during daemon setup (the **Integrations** step) or from the discovery **Credentials** tab, targeting the host by IP — or the daemon host itself (`127.0.0.1`) for a local socket. The credential is [auto-assigned](/using-scanopy/credentials/#auto-assignment) after the first scan discovers the host.
7979

docs/content/docs/using-scanopy/credentials.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Every credential is pointed at one or more **targets**, which determine the host
2323
| **Daemon host** | The daemon's own machine (`127.0.0.1`). Used for local Docker and Podman sockets. |
2424
| **Remote hosts** | Specific hosts you name by IP address. |
2525

26-
Not every type supports every target — the **Can be targeted at** column above shows which. SNMP can be a network default or per-host. Docker and Podman are per-host: a **Proxy** credential can point at the daemon host or a remote host, while a **Socket** credential applies only to the daemon's own host.
26+
Not every type supports every target — the **Can be targeted at** column above shows which. SNMP can target the whole **Network** or specific hosts. Docker and Podman target specific hosts only: a **Proxy** credential can point at the **Daemon host** or a **Remote host**, while a **Socket** credential applies only to the **Daemon host**.
2727

2828
## How to Provide Credentials
2929

@@ -36,7 +36,7 @@ When creating a new daemon, the **Integrations** step lets you add SNMP, Docker,
3636
- **Target All Hosts** — the credential becomes a network default, tried on every host the daemon scans.
3737
- **Target Specific Hosts** — the credential applies only to the hosts you name. Add the **daemon host** itself (its loopback address, `127.0.0.1` — used for local Docker and Podman sockets) or one or more **remote hosts** by IP.
3838

39-
After the daemon's first scan discovers hosts at those IPs, per-host credentials are [auto-assigned](/using-scanopy/credentials/#auto-assignment) to the matching hosts and used in subsequent scans without manual assignment.
39+
After the daemon's first scan discovers hosts at those IPs, host-targeted credentials are [auto-assigned](/using-scanopy/credentials/#auto-assignment) to the matching hosts and used in subsequent scans without manual assignment.
4040

4141
### From the discovery modal (existing daemons, new network segments)
4242

docs/content/docs/using-scanopy/discovery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Without SNMP, hosts have only what port scanning and DNS provide — IP addresse
9393
When the daemon queries a host via SNMP, it resolves which community string to use in this order:
9494

9595
1. **Host-specific assignment** — a credential assigned directly to the host
96-
2. **Network default** — a Broadcast-scoped credential assigned to the host's network
96+
2. **Network default** — a credential targeted at the host's whole network (the **Network** target)
9797
3. **Fallback** — the community string `public`
9898

9999
<Callout type="info">

0 commit comments

Comments
 (0)