Skip to content

How do I set up monitoring for a system?

Requires Pro

In the Monitoring module, click “Add manual system”, give it a name and an address (host/IP), and choose the checks: ping reachability, a TCP port and/or an HTTP(S) URL. Notory then checks the system regularly, server-side. Open its history by clicking the system name — selectable via 1 h, 24 h and 7 d.

Monitoring is part of the Operations module and available from the Pro tier.

  1. Open the dialog. Click “Add manual system” in the top right.

  2. Define the system and its checks. Fill in the dialog:

    • Name (required) — a recognizable name, e.g. “Webserver DMZ”.
    • Address (Host / IP) — e.g. 192.168.1.10 or web.example.com.
    • Checks:
      • Ping reachability — Is the host reachable via ping? (default: on)
      • TCP port — an optional port for a connection test, e.g. 443.
      • HTTP(S) URL — an optional URL; a successful response counts as up.
    Creating a manual system with ping, TCP and HTTP checks.
  3. Save. The system appears in the list — initially with status Unknown, until the first server-side check runs.

  4. View the history. Click the system name. The history opens on the right with the 1 h / 24 h / 7 d range switcher and the Resource usage chart (CPU, memory, disk — for agent systems). For manual systems, the history reflects reachability instead.

    The system history with the time range switcher (1 h / 24 h / 7 d).
  • Server-side checking: Manual systems (host_type: manual) are checked by a periodic job from the outside (TCP connect / HTTP GET), which writes reachability and, where applicable, HTTP latency into the time series.
  • Detail metrics come from the agent: CPU, memory and disk curves are only populated by an agent system. A manual system shows reachability instead of utilization.
  • Optional asset link: A system can reference an asset (asset_id); if the asset is deleted, the system remains (the link is set to null).
  • Retention: Raw data and aggregates are trimmed by retention jobs once they expire. Tenant isolation and audit logging apply as everywhere else.