Automic VaultAutomic Vault

brew

Install nagios with Homebrew, apk, dnf, MacPorts, Nix, zypper

Network monitoring and management system. Version 4.5.13 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install nagios

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install nagios

MacPorts ports tree · net/nagios/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add nagios

Alpine Linux edge package indexes · nagios · source: dl-cdn.alpinelinux.org

Fedora dnfverified · 92%
sudo dnf install nagios

Fedora Rawhide package metadata · nagios · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#nagios

nixpkgs package indexes · pkgs/by-name/na/nagios/package.nix · source: api.github.com

openSUSE zypperverified · 92%
sudo zypper install nagios

openSUSE Tumbleweed package metadata · nagios · source: download.opensuse.org

overview

Package summary

Network monitoring and management system

Commands and aliases

  • archivejson.cgi
  • avail.cgi
  • cmd.cgi
  • config.cgi
  • extinfo.cgi
  • histogram.cgi
  • history.cgi
  • nagios
  • nagiostats
  • notifications.cgi
  • objectjson.cgi
  • outages.cgi
  • showlog.cgi
  • status.cgi
  • statusjson.cgi
  • statusmap.cgi
  • statuswml.cgi
  • statuswrl.cgi
  • summary.cgi
  • tac.cgi
  • trends.cgi

history

Project history and usage

Nagios Core is one of the long-running reference points for open source infrastructure monitoring: a scheduler, notification engine, web UI, and plugin model for checking hosts, services, and network devices.

Project history

Nagios traces its architecture to Ethan Galstad's 1996 MS-DOS pager/checking tool and a 1998 Linux rewrite. Galstad released the project as open source in 1999 under the name NetSaint, then renamed it Nagios in 2002 after trademark concerns; the official history expands the name as "Nagios Ain't Gonna Insist On Sainthood." The plugin checks that originally shipped with NetSaint were split into the separate Nagios Plugins project, which became central to the ecosystem.

The project became Nagios Core in 2009, after Nagios Enterprises had been formed in 2007 to provide consulting and commercial development around the open source engine. Nagios Core 4 arrived in 2013, and the GitHub release stream still carries 4.x maintenance releases; release 4.5.13 was published on 2026-05-28.

Adoption history

Nagios grew from a sysadmin tool into an ecosystem by the late 2000s. The official history records SourceForge Project of the Month in June 2005, eWeek and LinuxQuestions.org recognition in 2006-2007, InfoWorld BOSSIE recognition in 2008 and 2009, more than 500,000 direct SourceForge downloads by 2008, more than 600,000 by 2009, and more than 8 million installs since 2008 by 2014.

Homebrew is not Nagios's primary deployment channel, but it remains a convenient local install path for Mac and Linux users. The Homebrew formula page consulted on 2026-07-01 listed Nagios 4.5.13 and 509 installs over the prior 365 days.

How it is used

Package nerds use Nagios as the classic check/alert loop: define hosts and services, run plugin commands such as ping, HTTP, SSH, disk, or custom checks, and let Nagios notify when state changes. It is especially common as a baseline or compatibility target because many monitoring plugins, add-ons, and forks learned from its object model and check-result format.

A Homebrew install is most useful for labs, local config validation, plugin experimentation, or small monitoring setups. Production Nagios deployments more often live on Linux servers with explicit configuration under a Nagios etc directory, a web server front end for the CGI views, and a large local collection of plugins.

Why package nerds care

Nagios matters because it normalized the small-executable monitoring plugin pattern: the core does scheduling and state, while checks are ordinary commands with exit codes and text output. That shape made it easy to package checks separately, script local probes, and carry Nagios-compatible checks into later monitoring stacks.

Timeline

  • 1996: Ethan Galstad builds a pager/checking tool for Novell NetWare servers.
  • 1999: The project is released as NetSaint.
  • 2002: NetSaint is renamed Nagios; plugins move under the Nagios Plugins project.
  • 2007: Nagios Enterprises is founded.
  • 2009: The open source engine is renamed Nagios Core.
  • 2013: Nagios Core 4 is released.
  • 2026-05-28: Nagios Core 4.5.13 is published on GitHub.

Related projects

  • Nagios Plugins
  • Nagios XI
  • Icinga
  • Naemon
  • Checkmk

security posture

Risk level: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

Risk classifier

orange risk · medium confidence · infrastructure

Why

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

Signals

  • metadata:service
  • text:network,archive

Install behavior

  • Homebrew declares a post-install hook for this formula.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 4 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/usr/local/nagios/etc/nagios.cfg/usr/local/nagios/etc/hosts.cfg/usr/local/nagios/etc/services.cfg/usr/local/nagios/etc/commands.cfg

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
/usr/local/nagios/etc/resource.cfg

executables

Installed executables

CommandKindExposureNote
archivejson.cgicliglobal executable
avail.cgicliglobal executable
cmd.cgicliglobal executable
config.cgicliglobal executable
extinfo.cgicliglobal executable
histogram.cgicliglobal executable
history.cgicliglobal executable
nagioscliglobal executable
nagiostatscliglobal executable
notifications.cgicliglobal executable
objectjson.cgicliglobal executable
outages.cgicliglobal executable
showlog.cgicliglobal executable
status.cgicliglobal executable
statusjson.cgicliglobal executable
statusmap.cgicliglobal executable
statuswml.cgicliglobal executable
statuswrl.cgicliglobal executable
summary.cgicliglobal executable
tac.cgicliglobal executable
trends.cgicliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version4.5.13
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/NagiosEnterprises/nagioscore

install metadata

Package metadata

Package keybrew:nagios
Version4.5.13
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/nagios
Homepagehttps://www.nagios.org/
Repositoryhttps://github.com/NagiosEnterprises/nagioscore
Upstream docshttps://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en
LicenseGPL-2.0-only
Source archivehttps://github.com/NagiosEnterprises/nagioscore/releases/download/nagios-4.5.13/nagios-4.5.13.tar.gz
Last updated2026-06-22T14:05:34-07:00
Pulseupdated
Dependenciesgd, jpeg-turbo, libpng, openssl@4
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installdefined
Servicedeclared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenagios
Version Scheme0
Revision0
Head VersionHEAD
Requirements
  • xcode
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

nagios

nix profile install nixpkgs#nagios
  • normalized package name match
  • Matched by: Nagios
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/na/nagios/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

nagios 4.5.13-r0

Popular monitoring tool

https://www.nagios.org/

sudo apk add nagios
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: nagios
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nagios
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nagios from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nagios-apache 4.5.13-r0

Popular monitoring tool

https://www.nagios.org/

sudo apk add nagios-apache
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: nagios
  • 1 dependencies
  • normalized package name match
  • Matched by: Nagios
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nagios-apache from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nagios-openrc 4.5.13-r0

Popular monitoring tool (OpenRC init scripts)

https://www.nagios.org/

sudo apk add nagios-openrc
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: nagios
  • normalized package name match
  • Matched by: Nagios
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nagios-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

nagios-web 4.5.13-r0

Popular monitoring tool

https://www.nagios.org/

sudo apk add nagios-web
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: nagios
  • 1 dependencies
  • normalized package name match
  • Matched by: Nagios
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nagios-web from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

nagios 4.5.12-2.fc45

Host/service/network monitoring program

https://www.nagios.org/projects/nagios-core/

sudo dnf install nagios
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nagios
  • 21 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Nagios
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nagios from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nagios-common 4.5.12-2.fc45

Provides common directories, uid and gid among nagios-related packages

https://www.nagios.org/projects/nagios-core/

sudo dnf install nagios-common
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nagios
  • 1 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Nagios
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nagios-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nagios-contrib 4.5.12-2.fc45

Eventhandlers contributed to nagios

https://www.nagios.org/projects/nagios-core/

sudo dnf install nagios-contrib
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nagios
  • 5 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nagios
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nagios-contrib from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nagios-devel 4.5.12-2.fc45

Provides include files that Nagios-related applications may compile against

https://www.nagios.org/projects/nagios-core/

sudo dnf install nagios-devel
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: nagios
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nagios
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nagios-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nagios-httpd 4.5.12-2.fc45

Configuration files for Apache httpd

https://www.nagios.org/projects/nagios-core/

sudo dnf install nagios-httpd
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nagios
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Nagios
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nagios-httpd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nagios-selinux 4.5.12-2.fc45

SELinux context for nagios

https://www.nagios.org/projects/nagios-core/

sudo dnf install nagios-selinux
  • License: GPL-2.0-only
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: nagios
  • 7 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nagios
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nagios-selinux from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

nagios 4.5.12-1.2

The Nagios Network Monitor

http://www.nagios.org/

sudo zypper install nagios
  • License: GPL-2.0-or-later
  • Category: System/Monitoring
  • Architecture: x86_64
  • Source Package: nagios
  • 18 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Nagios
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nagios from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

nagios-contrib 4.5.12-1.2

Files from the contrib directory

http://www.nagios.org/

sudo zypper install nagios-contrib
  • License: GPL-2.0-or-later
  • Category: Development/Tools/Other
  • Architecture: noarch
  • Source Package: nagios
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nagios
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nagios-contrib from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

nagios-devel 4.5.12-1.2

Development files for Nagios

http://www.nagios.org/

sudo zypper install nagios-devel
  • License: GPL-2.0-or-later
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: nagios
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nagios
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nagios-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

nagios-theme-exfoliation 4.5.12-1.2

Nagios Core web interface

http://www.nagios.org/

sudo zypper install nagios-theme-exfoliation
  • License: GPL-2.0-or-later
  • Category: System/Monitoring
  • Architecture: noarch
  • Source Package: nagios
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Nagios
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nagios-theme-exfoliation from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

nagios-www 4.5.12-1.2

Provides the HTML and CGI files for the Nagios web interface

http://www.nagios.org/

sudo zypper install nagios-www
  • License: GPL-2.0-or-later
  • Category: System/Monitoring
  • Architecture: x86_64
  • Source Package: nagios
  • 17 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Nagios
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nagios-www from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment