# Installer nagios-plugins avec Homebrew, apk, dnf, MacPorts, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nagios-plugins pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

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

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:nagios-plugins
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.5
- **Résumé source:** Plugins for the nagios network monitoring system
- **Page d'accueil:** <https://www.nagios-plugins.org/>
- **Dépôt:** <https://github.com/nagios-plugins/nagios-plugins>
- **Dernière mise à jour:** 2026-06-22T14:05:34-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- 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)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.5
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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

### Sources

- <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/>


## Notes de sécurité

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

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

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
