J
JOATOSIT Operations Platform
Browse documentation

Adding a service check

Services

A service represents an application running on one of your servers. Adding one lets you document it and, optionally, monitor its health.

The Services list

Select Services in the sidebar. The list shows each service with its Name, Type, Server, Site, Groups, and Status (a coloured dot: Running, Stopped, Degraded, or Unknown). Use the search box and the All sites / All groups filters to narrow it down.

Adding a service

  1. Select Add service.
  2. Complete the form:
FieldRequiredNotes
NameYese.g. nginx
SiteNoFilters the server list
ServerYesThe server this service runs on
TypeNoWeb, Database, File Share, DNS, DHCP, VPN, or Custom
StatusNoOnly set manually if monitoring is off
RedundancyNoNone, Active/Passive, Active/Active, or Load Balanced
Frontend URLNoPublic URL, if the service has a front end
Health Check URLNoEndpoint to check for HTTP monitoring
Linked applicationNoLink to a Software record for version tracking
DescriptionNoFree-form notes
  1. Select Add service.

Discovering services from a server

Instead of adding services one by one, you can discover them from the server side. On a server's Services tab, agentless (SSH / WMI) servers offer a Discover services button that scans the host and lets you pick which detected services to start tracking — see Viewing packages and services.

Recording ports and access methods

On a service's detail page you can also document service ports (port, protocol, direction) and access methods (how to reach it — direct, VPN, proxy, jump host, with protocol and URL). These are reference details, not health checks.

Notes & tips

Related