# nagios-plugins を Homebrew, apk, dnf, MacPorts, pacman, zypper でインストール

nagios-plugins のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

- MacPorts (94%):

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

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:nagios-plugins
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.5
- **ソース概要:** Plugins for the nagios network monitoring system
- **ホームページ:** <https://www.nagios-plugins.org/>
- **リポジトリ:** <https://github.com/nagios-plugins/nagios-plugins>
- **最終更新:** 2026-06-22T14:05:34-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

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

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.5
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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

### ソース

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


## セキュリティノート

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

- **Geiger リスク:** orange / 中
- broad file, network, media, or database tool signal
- infrastructure mutation or orchestration signal

## 他のパッケージマネージャ記録

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


## ソース

- 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
