Hostgroups and servicegroups in the Nagios Core web interface turn many individual monitoring objects into reviewable groups. Hostgroups show host state by role, site, customer, or environment, while servicegroups show related services that are OK or non-OK across one or more hosts.
The grouped status screens are rendered by status.cgi. Overview gives a compact group row with totals, Summary emphasizes aggregate counts, and Detail expands the group into individual host or service rows.
Use grouped views to decide where to drill in, not as a replacement for object detail pages. A group row can identify the affected area, but host and service detail pages still carry the plugin output, command links, check timing, and action history for the selected object.
http://monitor.example.net/nagios4/
Debian and Ubuntu packages commonly publish the web UI under /nagios4/. Source installs often use /nagios/.
http://monitor.example.net/nagios4/cgi-bin/status.cgi?hostgroup=all&style=overview
Open the affected hostgroup when it matches the role, site, customer, or environment already being investigated.
http://monitor.example.net/nagios4/cgi-bin/status.cgi?hostgroup=linux-servers&style=detail
Status Information is the plugin output from the latest check. Use it to choose the service that needs object-level review.
http://monitor.example.net/nagios4/cgi-bin/status.cgi?servicegroup=all&style=overview
Servicegroups fit checks that repeat across hosts, such as disk, load, HTTP, database, queue, or endpoint checks.