aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-29Prep for 1.4.10Gravatar Ton Voon
2007-09-26Drop the weird and undocumented behaviour of using positional argumentGravatar Holger Weiss
2007-09-26Patch #1798774: check_ntp: honor ntp flagsGravatar Thomas Guyot-Sionnest
2007-09-24Update N::P with new version, redirecting help, version and usage toGravatar Ton Voon
2007-09-24State that stderr should not have any outputGravatar Ton Voon
2007-09-24Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted byGravatar Holger Weiss
2007-09-23Removed some c99 style commentsGravatar Matthias Eble
2007-09-23Added multiline output capability to check_by_ssh. Thanks to Matthias Flacke ...Gravatar Matthias Eble
2007-09-23removed solved issuesGravatar Matthias Eble
2007-09-23Added radiusclient-ng support to requirement notesGravatar Matthias Eble
2007-09-23Fixed bug: stat was called on remote fs even if -l was givenGravatar Matthias Eble
2007-09-23Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12...Gravatar Matthias Eble
2007-09-22substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)Gravatar Matthias Eble
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsGravatar Matthias Eble
2007-09-22Rewrite the "map changes to return codes" patch nearly from scratch.Gravatar Thomas Guyot-Sionnest
2007-09-21Stop double expansion of parameters for negate - works likeGravatar Ton Voon
2007-09-21My solaris box needs %llu to display 64bits integers.Gravatar Thomas Guyot-Sionnest
2007-09-21- Added some variables at verbose==3Gravatar Thomas Guyot-Sionnest
2007-09-17Include directories and files required for perl modulesGravatar Ton Voon
2007-09-15Properly handle SMTP server responses which are split into multipleGravatar Holger Weiss
2007-09-15Correct all instances of misaligned memory access. This fixes bus errosGravatar Holger Weiss
2007-09-15Remove "-Wtraditional" from our development GCC flags. We use ANSI C.Gravatar Holger Weiss
2007-09-13Adding in optional Nagios::Plugin perl module (andGravatar Ton Voon
2007-08-28These plugins assumed the "use lib util.pm;" would be substituted like standa...Gravatar Thomas Guyot-Sionnest
2007-08-09Don't use C++ style comments (noted by Johannes Kingma onGravatar Holger Weiss
2007-07-31Read the response to an SMTP QUIT command before closing the socketGravatar Holger Weiss
2007-07-29Don't use C++ style comments.Gravatar Holger Weiss
2007-07-27If the TMPDIR environment variable is set, use that instead of "/tmp" asGravatar Holger Weiss
2007-07-26The "--serverip" and "--requestedip" options now accept host names, too.Gravatar Holger Weiss
2007-07-26New "-m, --mac" option which allows for specifying the MAC address toGravatar Holger Weiss
2007-07-26Make sure strncpy(3)d buffers are nul-terminated.Gravatar Holger Weiss
2007-07-26A few minor fixes/improvements which were included with (but unrelatedGravatar Holger Weiss
2007-07-26New "-u, --unicast" option which gives check_dhcp the ability to mimic aGravatar Holger Weiss
2007-07-24Removing all .cvsignore filesGravatar Ton Voon
2007-07-24Updated to use svn instead of cvsGravatar Ton Voon
2007-07-21Add "Connection: close" to the HTTP request header, which tells HTTP/1.1Gravatar Holger Weiss
2007-07-15Make ps column count in zombie detection less restrictive. Thanks to Andrew E...Gravatar Matthias Eble
2007-07-14Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066)Gravatar Matthias Eble
2007-07-14check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo...Gravatar Matthias Eble
2007-07-10Added examples for new features to check_diskGravatar Matthias Eble
2007-07-10Check_disk now calls stat() for all filesystems to check.Gravatar Matthias Eble
2007-07-07Added -v/--verbose argument to call ldap_perror() for detailed messages on fa...Gravatar Matthias Eble
2007-07-07Changed output order of print_revisionGravatar Matthias Eble
2007-07-07Changed print_revision output order in utils.pmGravatar Matthias Eble
2007-07-07substituted $ID$ through $Revision$ in print_revision callGravatar Matthias Eble
2007-07-07Changed order in -V/--version outputGravatar Matthias Eble
2007-07-06Added hint to avoid using the boolean type in C as discussed on the devel listGravatar Matthias Eble
2007-06-20Fixed default behaviour of check_ldapsGravatar Matthias Eble
2007-06-20Clarified check_ldaps behaviour. New arguments to explicitly select secure co...Gravatar Matthias Eble
2007-06-20added -V/--version to check_clusterGravatar Matthias Eble