# nagios-plugins mit Homebrew, apk, dnf, MacPorts, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für nagios-plugins in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:nagios-plugins
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install nagios-plugins
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install nagios-plugins
```

  Evidenz: MacPorts ports tree: net/nagios-plugins/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add nagios-plugins
```

  Evidenz: Alpine Linux edge package indexes: nagios-plugins from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install nagios-plugins
```

  Evidenz: Fedora Rawhide package metadata: nagios-plugins from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S monitoring-plugins
```

  Evidenz: Arch Linux sync databases: monitoring-plugins from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install monitoring-plugins
```

  Evidenz: openSUSE Tumbleweed package metadata: monitoring-plugins from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:nagios-plugins
- **Paketmanager:** Homebrew
- **Version:** 2.5
- **Quellzusammenfassung:** Plugins for the nagios network monitoring system
- **Homepage:** <https://www.nagios-plugins.org/>
- **Repository:** <https://github.com/nagios-plugins/nagios-plugins>
- **Zuletzt aktualisiert:** 2026-06-22T14:05:34-07:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- check_apt (Alias)
- check_breeze (Alias)
- check_by_ssh (Alias)
- check_clamd (Alias)
- check_cluster (Alias)
- check_dig (Alias)
- check_disk (Alias)
- check_disk_smb (Alias)
- check_dns (Alias)
- check_dummy (Alias)
- check_file_age (Alias)
- check_flexlm (Alias)
- check_ftp (Alias)
- check_http (Alias)
- check_ide_smart (Alias)
- check_ifoperstatus (Alias)
- check_ifstatus (Alias)
- check_imap (Alias)
- check_ircd (Alias)
- check_jabber (Alias)
- check_load (Alias)
- check_log (Alias)
- check_mailq (Alias)
- check_mrtg (Alias)
- check_mrtgtraf (Alias)
- check_nagios (Alias)
- check_nntp (Alias)
- check_nntps (Alias)
- check_nt (Alias)
- check_ntp (Alias)
- check_ntp_peer (Alias)
- check_ntp_time (Alias)
- check_nwstat (Alias)
- check_oracle (Alias)
- check_overcr (Alias)
- check_ping (Alias)
- check_pop (Alias)
- check_procs (Alias)
- check_real (Alias)
- check_rpc (Alias)
- check_sensors (Alias)
- check_simap (Alias)
- check_smtp (Alias)
- check_spop (Alias)
- check_ssh (Alias)
- check_ssl_validity (Alias)
- check_ssmtp (Alias)
- check_swap (Alias)
- check_tcp (Alias)
- check_time (Alias)
- check_udp (Alias)
- check_ups (Alias)
- check_uptime (Alias)
- check_users (Alias)
- check_wave (Alias)
- negate (Alias)
- remove_perfdata (Alias)
- urlize (Alias)
- utils.pm (Alias)
- utils.sh (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.5
## Projektgeschichte und Nutzung

Nagios Plugins is the official plugin collection for the Nagios monitoring architecture: checks such as `check_http`, `check_disk`, `check_ping`, `check_ssh`, `check_load`, and many more. Its history is tied directly to Nagios itself and to the design choice that monitoring checks are external executables with standardized output, thresholds, performance data, and return codes.

### Projektgeschichte

Nagios traces its origin to Ethan Galstad's 1996 MS-DOS paging tool and the 1999 open-source NetSaint release. The Nagios history page says plugins that were originally distributed with NetSaint were soon spun off as a separate NetSaint Plugins project; in 2002 NetSaint was renamed Nagios and NetSaint Plugins development moved to the Nagios Plugins project. The current GitHub repository was created on January 16, 2014, but the codebase and plugin convention are much older.

### Adoptionsgeschichte

Nagios Plugins became important because Nagios delegated resource-specific checks to plugins, allowing the core scheduler to monitor almost anything that could be automated. Official docs list network services, system resources, Unix/Linux, Windows and NetWare servers, routers, switches, and community plugins as part of the ecosystem. Homebrew reported only 451 installs over 365 days on July 1, 2026, but that understates adoption because Nagios deployments usually install plugins through Linux distributions, source packages, monitoring appliances, or bundled Nagios stacks.

### Wie es verwendet wird

Administrators call plugins directly while testing and then wire the same command into Nagios service definitions. Each plugin prints a short status line to stdout and exits 0 for OK, 1 for Warning, 2 for Critical, or 3 for Unknown. The shared options pattern matters in day-to-day use: `-H` for host, `-w` and `-c` for thresholds, `-t` for timeout, `-v` for verbosity, and `--help` or `--usage` for plugin-specific syntax. Performance data after `|` feeds graphing and long-term metrics.

### Warum Paket-Nerds sich dafür interessieren

The package is a foundational example of a stable CLI plugin ABI. The individual checks are ordinary executables, but the exit-code and output contract let Nagios, Icinga-style systems, wrappers, and custom scripts compose checks written in C, shell, Perl, Python, or anything else. For package maintainers, it is also a bundle package: installing one formula drops a fleet of `check_*` tools into Homebrew's sbin.

### Zeitleiste

- 1996: Ethan Galstad creates the early paging/checking tool that becomes Nagios's architectural seed.
- 1999: NetSaint is released as open source and the plugin code is soon spun out as a separate project.
- 2002: NetSaint is renamed Nagios and NetSaint Plugins development moves to Nagios Plugins.
- 2014-01-16: current GitHub repository created.
- 2026-03-31: Nagios Plugins 2.5 released.
- 2026-07-01: Homebrew API reported 451 installs over 365 days.

### Related projects

- Nagios Core
- Nagios XI
- Nagios Exchange
- Icinga
- Monitoring Plugins
- NRPE
- NCPA

### Quellen

- <https://api.github.com/repos/nagios-plugins/nagios-plugins>
- <https://api.github.com/repos/nagios-plugins/nagios-plugins/releases/latest>
- <https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/plugins.html>
- <https://formulae.brew.sh/api/formula/nagios-plugins.json>
- <https://formulae.brew.sh/formula/nagios-plugins>
- <https://github.com/nagios-plugins/nagios-plugins>
- <https://nagios-plugins.org/>
- <https://nagios-plugins.org/doc/guidelines.html>
- <https://nagios-plugins.org/doc/man/index.html>
- <https://www.nagios.org/about/history/>


## Sicherheitshinweise

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal

## Andere Paketmanager-Einträge

- apk - nagios-plugins - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Plugins for Nagios to check services on hosts | https://nagios-plugins.org/
- apk - nagios-plugins-all - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-all from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Metapackage that installs *all* Nagios plugins from the nagios-plugins package | https://nagios-plugins.org/
- apk - nagios-plugins-breeze - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-breeze from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_breeze | https://nagios-plugins.org/
- apk - nagios-plugins-by_ssh - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-by_ssh from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_by_ssh | https://nagios-plugins.org/
- apk - nagios-plugins-cluster - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-cluster from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_cluster | https://nagios-plugins.org/
- apk - nagios-plugins-dbi - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-dbi from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_dbi | https://nagios-plugins.org/
- apk - nagios-plugins-dhcp - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-dhcp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_dhcp | https://nagios-plugins.org/
- apk - nagios-plugins-dig - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-dig from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_dig | https://nagios-plugins.org/
- apk - nagios-plugins-disk - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-disk from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_disk | https://nagios-plugins.org/
- apk - nagios-plugins-disk_smb - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-disk_smb from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_disk_smb | https://nagios-plugins.org/
- apk - nagios-plugins-dns - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-dns from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_dns | https://nagios-plugins.org/
- apk - nagios-plugins-dummy - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-dummy from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_dummy | https://nagios-plugins.org/
- apk - nagios-plugins-file_age - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-file_age from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_file_age | https://nagios-plugins.org/
- apk - nagios-plugins-fping - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-fping from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_fping | https://nagios-plugins.org/
- apk - nagios-plugins-hpjd - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-hpjd from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_hpjd | https://nagios-plugins.org/
- apk - nagios-plugins-http - 2.5-r0: normalized package name match | Alpine Linux edge package indexes: nagios-plugins-http from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Nagios plugin check_http | https://nagios-plugins.org/


## Combined YAML source

View the package source record on GitHub. [combined/nagios-plugins.yml](https://github.com/mxcl/pkgdb/blob/main/combined/nagios-plugins.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
