J
JOATOSIT Operations Platform
Browse documentation

Choosing a collection method

Servers

JOATOS can collect from a server in three ways. You choose per server, depending on the access you have and how much detail you want.

The three methods

MethodHow to set it upWhat you getNeeds
AgentInstall the agent on the serverFull inventory: stats, disks, software, services, roles (Windows), patches, vulnerabilitiesThe agent installed on the host
AgentlessAdd the server and assign a scanning profileFull inventory, polled over the networkAn SSH / WMI / Proxmox API credential
ICMP-onlyAdd the server with just an ICMP profileUp/down (reachability) status onlyNothing beyond network reachability

How to choose

  • Agent — best for machines you can install software on; deepest data, pushed on a heartbeat, and works even across networks since it's outbound-only.
  • Agentless — best when you can't (or don't want to) install anything; the Site Collector polls the server on an interval using stored credentials.
  • ICMP-only — when you just need to know whether a host is up.

By operating system:

OSAgentless method
LinuxSSH
Windows ServerWMI (WinRM)
Proxmox VEProxmox API

Two independent settings

A server has two separate profiles:

  • Scanning profile — the inventory/stats source. A server uses one source: agent or agentless, not both.
  • ICMP profile — ping-based up/down monitoring. This is independent and can be added to any server regardless of how (or whether) its inventory is collected.

Set or change both from the server's Edit form, or review them on the Monitoring tab — see Server dependencies and monitoring.

Notes & tips

  • Agentless polling runs through the site's collector, so the server's site must have a Site Collector online.
  • For agentless servers, a Scan now button lets you poll immediately instead of waiting for the interval.

Related