Menu

Tree [9408e2] master /
 History

HTTPS access


File Date Author Commit
 base 2014-04-26 Eric Stanley Eric Stanley [289ad9] Fixed bug #600: Service Check Timeout State alw...
 cgi 2014-04-15 Eric Stanley Eric Stanley [dd010d] Fixed bug #438: Reloads during downtime causes ...
 common 2014-04-05 Eric Stanley Eric Stanley [1d41ed] Macros: Remove more memory leaks for macros in ...
 contrib 2014-04-18 Eric Mislivec Eric Mislivec [e0a03e] Main page layout changes, style and markup clea...
 docs 2013-03-21 Andreas Ericsson Andreas Ericsson [3d2be7] lib/worker: Add and use routines to parse messa...
 html 2014-04-29 Eric Mislivec Eric Mislivec [33b223] Prep for 4.0.6 release.
 include 2014-04-29 Eric Mislivec Eric Mislivec [33b223] Prep for 4.0.6 release.
 lib 2014-04-19 Eric Stanley Eric Stanley [a604d5] Fixed bug #573: Service checks returns (No outp...
 module 2012-08-17 Andreas Ericsson Andreas Ericsson [df4634] Remove "Last Modified" and copyright years from...
 sample-config 2013-09-17 Daniel Wittenberg Daniel Wittenberg [11118f] sample-config: Update with new options for Nagi...
 t 2013-08-11 Andreas Ericsson Andreas Ericsson [79212a] Propagate service values to hosts at configure ...
 t-tap 2014-05-07 Eric Stanley Eric Stanley [1ede2a] Tests: test_commands compiling and passing again.
 tap 2011-07-26 Ethan Galstad Ethan Galstad [643bc1] Style consistency - conformity!
 test 2013-10-04 Eric Stanley Eric Stanley [a00de5] test/test-downtime: Fixes to single-run code
 worker 2013-04-07 Andreas Ericsson Andreas Ericsson [0a6322] Janitor patch: Remove trailing whitespace from ...
 xdata 2014-04-19 Eric Stanley Eric Stanley [f94188] Removed extra check for contact groups with no ...
 .gitignore 2012-08-26 Andreas Ericsson Andreas Ericsson [2519de] Store backups when running indent
 Changelog 2014-04-30 Eric Mislivec Eric Mislivec [f967f9] Remove an email address.
 INSTALLING 2007-03-06 Ethan Galstad Ethan Galstad [ce4d72] Doc updates
 LEGAL 2012-08-17 Andreas Ericsson Andreas Ericsson [df4634] Remove "Last Modified" and copyright years from...
 LICENSE 2002-02-26 Ethan Galstad Ethan Galstad [a63e5a] Initial import of Nagios code
 Makefile.in 2013-05-15 Andreas Ericsson Andreas Ericsson [db2618] Makefile: tests require nagios and cgis
 README 2014-05-08 Scott Wilkerson Scott Wilkerson [9408e2] Moved to https://github.com/NagiosEnterprises/n...
 THANKS 2013-04-07 Andreas Ericsson Andreas Ericsson [bcbf9c] Add Anton Lofgren to THANKS file
 UPGRADING 2007-03-06 Ethan Galstad Ethan Galstad [ce4d72] Doc updates
 config.guess 2006-12-14 Ethan Galstad Ethan Galstad [fe7ba2] New vars for masking out retention of host/serv...
 config.sub 2006-12-14 Ethan Galstad Ethan Galstad [fe7ba2] New vars for masking out retention of host/serv...
 configure 2014-04-29 Eric Mislivec Eric Mislivec [33b223] Prep for 4.0.6 release.
 configure.in 2014-04-29 Eric Mislivec Eric Mislivec [33b223] Prep for 4.0.6 release.
 daemon-init.in 2014-03-26 Scott Wilkerson Scott Wilkerson [313bcb] * Fixed unreferenced variable NagiosVarDir in d...
 doxy.conf 2014-04-29 Eric Mislivec Eric Mislivec [33b223] Prep for 4.0.6 release.
 functions 2002-02-26 Ethan Galstad Ethan Galstad [a63e5a] Initial import of Nagios code
 indent-all.sh 2011-08-17 Andreas Ericsson Andreas Ericsson [f4c832] indent-scripts: Make sure we don't use a defaul...
 indent.sh 2012-08-26 Andreas Ericsson Andreas Ericsson [2519de] Store backups when running indent
 install-sh 2007-10-20 Ethan Galstad Ethan Galstad [cf46d3] Freshness check race condition fix, fix to inst...
 make-tarball 2002-08-13 Karl DeBisschop Karl DeBisschop [f89a07] make the directory if it does not exist
 mkpackage 2002-02-26 Ethan Galstad Ethan Galstad [a63e5a] Initial import of Nagios code
 nagios.spec 2014-04-29 Eric Mislivec Eric Mislivec [33b223] Prep for 4.0.6 release.
 nagios.sysconfig 2014-03-03 Scott Wilkerson Scott Wilkerson [95ee71] Basically reverting a bad patch from 30ab1ba26e...
 pkginfo.in 2002-02-26 Ethan Galstad Ethan Galstad [a63e5a] Initial import of Nagios code
 subst.in 2012-08-08 Andreas Ericsson Andreas Ericsson [d86117] Silence ridiculous autoconf warnings about data...
 update-version 2014-04-29 Eric Mislivec Eric Mislivec [33b223] Prep for 4.0.6 release.

Read Me

Nagios 4.x README
-----------------
Moved to https://github.com/NagiosEnterprises/nagioscore

Nagios is a host/service/network monitoring program written in C and
released under the GNU General Public License.  CGI programs are
included to allow you to view the current status, history, etc via
a web interface if you so desire.

Features:

1) Monitoring of network services (via SMTP, POP3, HTTP, PING, etc).
2) A plugin interface to allow for user-developed service monitoring methods.
3) Notifications when problems occur and get resolved (via email, pager,
   or user-defined method).
4) Ability to define "event handlers" for proactive problem resolution
5) Web output (current status, notifications, problem history, log file, etc.)
6) Automatic log file rotation/archiving

For installation instructions, use a web browser to read the HTML documentation
in the html/docs subdirectory.  

Visit the Nagios homepage at http://www.nagios.org for online
documentation, new releases, bug reports, information on the mailing
lists, etc.

   -- Ethan Galstad (egalstad@nagios.org)