Skip to main content

Nodes

A node is any device Stratora monitors — a Windows server, Linux box, network switch, firewall, NAS, VMware host, or anything reachable by SNMP, an agent, or a ping. Nodes are the core unit of monitoring: every metric, alert, and dashboard panel ties back to a node.

Every node belongs to a site and is assigned a device template that determines what gets collected. Nodes can also be organized into node groups for filtering and management.


Nodes list

Node Types

TypeProtocolExamples
Windows ServerAgent (Telegraf)Domain controllers, SQL servers, IIS, Hyper-V hosts
Linux ServerAgent (Telegraf)Web servers, database servers, Docker hosts
Network SwitchSNMPCisco Catalyst, Cisco SG300/CBS, Ubiquiti UniFi
FirewallSNMPPalo Alto PA series
Storage (NAS/SAN)SNMPSynology, QNAP
VMware ESXi HostSNMPESXi 6.x/7.x/8.x hosts
VMware vCentervSphere APIvCenter Server Appliance
Wi-Fi Controller / APSNMPAruba Instant APs
HTTP/HTTPS EndpointHTTPWeb apps, APIs, public URLs
PingICMPAny IP-reachable device

Adding Nodes

There are three ways to add nodes to Stratora.

Manual Creation

Navigate to Infrastructure → Nodes and click Add Node. You'll need:

  • Name — display name for the node
  • IP Address — must be reachable from the assigned collector
  • Node Type — select from the dropdown (Windows Server, Network Switch, etc.)
  • Site — every node must be assigned to a site (required)
  • Device Template — determines what metrics are collected
  • Credentials — SNMP community, API keys, or other authentication as required by the template

The node enters Discovering status until the first metrics arrive.

Via Discovery Import

Run a network discovery scan against a subnet. Stratora probes each host with ICMP, SNMP, HTTP banners, and other signals to identify device types and auto-match templates. You then review the results and import selected devices as nodes.

During import, Stratora automatically:

  • Sets the node type based on fingerprinting results
  • Assigns the best-matching device template
  • Populates SNMP system fields (sysDescr, sysObjectID, sysName)
  • Assigns the node to the site where the discovery was run
  • Creates an IPAM address record for the discovered IP

Via Agent Enrollment

When you install the Stratora Agent on a Windows or Linux server, the agent registers itself with the Stratora server during first startup. The node appears in Infrastructure → Nodes with a Pending approval status. Once you approve the node, monitoring begins.

See Enrollment for installation and registration details.

tip

Agent-enrolled nodes automatically detect installed roles and services. For example, a Windows server running Active Directory will have LDAP, DNS, and DHCP metrics collected without extra configuration.


Node Detail View

Click any node to open its detail view. The layout adapts based on the device template.

Node detail view

What You See

  • Header — node name, IP address, type, current health status, and uptime
  • Dashboard panels — template-driven gauges, charts, and tables for the node's key metrics (CPU, memory, disk, interface traffic, etc.)
  • System info — OS, manufacturer, model, serial number (populated by agent or SNMP)
  • Assigned collector — which collector is polling this node
  • Active alerts — any currently firing alerts with severity and duration
  • Node groups — color-coded group badges showing which groups this node belongs to

Key Metrics by Type

Node TypePrimary Metrics
Windows/Linux ServerCPU (per-core), memory, disk usage/IO, network throughput, services, uptime
Network SwitchPort status grid, CPU, per-interface traffic (TX/RX), interface errors
FirewallManagement/data-plane CPU, active sessions, throughput, connections/sec, HA state
NAS/StorageDisk health, RAID status, volume capacity, temperature, read/write IO
VMware ESXiCPU/memory, VM count, datastore usage, per-vmnic throughput
VMware vCenterCluster resources, top VMs by CPU/memory, datastore usage, VM latency
Wi-Fi Controller / APConnected clients by SSID, radio utilization, AP memory/CPU
HTTP/HTTPSResponse time, HTTP status code, availability percentage, SSL certificate expiry
PingResponse time (min/avg/max), packet loss

Health Status

Every node has a health status that reflects its current state. Status is evaluated automatically by the alert engine on a 10-second cycle.

StatusMeaning
DiscoveringNode was just added — waiting for the first metrics to arrive
HealthyNode is reachable and all metrics are within normal thresholds
WarningNode is reachable but one or more metrics have crossed a warning threshold
CriticalNode is reachable but one or more metrics have crossed a critical threshold
OfflineNo data received for 5+ minutes (unreachable)
MaintenanceNode is in a scheduled or manual maintenance window (alerts suppressed)
info

Health status is driven by alert configurations. The highest-severity active alert determines the node's status. If no alerts are firing and the node is reachable, it shows as Healthy.


Bulk Actions

Select multiple nodes from the node list to perform bulk operations.

Assign to Site

Move selected nodes to a different site. Useful when reorganizing after initial setup or when a new site is created.

  • Select nodes → Actions → Move to Site → choose target site
  • Up to 500 nodes per operation
  • Nodes already in the target site are skipped automatically

Assign Collector

Change which collector polls the selected nodes. When you reassign a collector, the old collector's configuration is regenerated to remove the nodes, and the new collector picks them up on its next config pull (within ~10 seconds).

Maintenance Mode

Place selected nodes into maintenance mode to suppress alerts during planned work. See Maintenance for details.


Approval Workflow

Nodes registered via agent enrollment arrive with Pending approval status. This prevents unknown devices from being monitored automatically.

From the node list or detail view:

  • Approve — activates monitoring, the collector begins polling
  • Reject — marks the node as rejected, no monitoring occurs
warning

Rejected nodes remain in the database but are excluded from monitoring and dashboards. You can approve a rejected node later if needed.


Node Fields Reference

FieldDescriptionSource
NameDisplay nameManual or agent hostname
IP AddressIPv4 addressManual or discovery
HostnameDevice hostnameAgent or DNS
Node TypeDevice categoryManual, discovery, or agent
SiteParent siteManual (required)
TemplateDevice templateManual or discovery auto-match
Environmentproduction, staging, or developmentManual (default: production)
Node GroupsColor-coded group membershipsManual
OS Name / VersionOperating systemAgent or SNMP sysDescr
Manufacturer / ModelHardware infoAgent (WMI/DMI) or SNMP
Serial NumberDevice serialAgent or SNMP
SNMP sysObjectIDVendor enterprise OIDSNMP probe
Last SeenTimestamp of most recent dataAutomatic