Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Windows Port of Nagios Plugins
Current Version
2.2.3
Compatible With
- Nagios 3.x
- Nagios 4.x
- Nagios XI
Owner
Hits
8287
Files:
File | Description |
---|---|
nagios-plugins-2.1.3.zip | nagios-plugins-2.1.3.zip |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This is a short tutorial howto compile the tools with Cygwin.
To compile the plugins from https://nagios-plugins.org/ install Cygwin including the packages: gcc-core, libiconv, libkrb5-devel, libmysqlclient-devel, make, mysql, openssh, openssl-devel, ping, procps-ng, zlib-devel
$ tar xzf nagios-plugins-2.1.3.tar.gz
$ cd nagios-plugins-2.1.3
$ CFLAGS=-static ./configure --with-ps-command="$(which procps) -eo 's uid pid ppid vsz rss pcpu etime comm args'" --with-ps-format='%s %d %d %d %d %d %f %s %s %n' --with-ps-cols=10 --with-ps-varlist='procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos' --with-ping-command="ping %s 56 %d"
$ make -i
Nagios Plugins for Windows
Reviews (0)
Be the first to review this listing!