summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Convert plugins to use the new output functionshw/output/pluginsHolger Weiss10-296/+199
2009-04-21Make C plugin output format configurableHolger Weiss5-19/+259
2007-09-15Properly handle SMTP server responses which are split into multipleHolger Weiss2-18/+73
2007-09-15Correct all instances of misaligned memory access. This fixes bus errosHolger Weiss2-43/+37
2007-09-15Remove "-Wtraditional" from our development GCC flags. We use ANSI C.Holger Weiss1-1/+1
2007-09-13Adding in optional Nagios::Plugin perl module (andTon Voon11-3/+122
2007-08-28These plugins assumed the "use lib util.pm;" would be substituted like standa...Thomas Guyot-Sionnest4-4/+4
2007-08-09Don't use C++ style comments (noted by Johannes Kingma onHolger Weiss1-1/+1
2007-07-31Read the response to an SMTP QUIT command before closing the socketHolger Weiss1-3/+28
2007-07-29Don't use C++ style comments.Holger Weiss1-1/+1
2007-07-27If the TMPDIR environment variable is set, use that instead of "/tmp" asHolger Weiss1-2/+3
2007-07-26The "--serverip" and "--requestedip" options now accept host names, too.Holger Weiss2-19/+20
2007-07-26New "-m, --mac" option which allows for specifying the MAC address toHolger Weiss2-12/+60
2007-07-26Make sure strncpy(3)d buffers are nul-terminated.Holger Weiss1-3/+6
2007-07-26A few minor fixes/improvements which were included with (but unrelatedHolger Weiss1-6/+13
2007-07-26New "-u, --unicast" option which gives check_dhcp the ability to mimic aHolger Weiss4-10/+80
2007-07-24Removing all .cvsignore filesTon Voon14-177/+0
2007-07-24Updated to use svn instead of cvsTon Voon2-20/+28
2007-07-21Add "Connection: close" to the HTTP request header, which tells HTTP/1.1Holger Weiss2-0/+5
2007-07-15Make ps column count in zombie detection less restrictive. Thanks to Andrew E...Matthias Eble2-1/+2
2007-07-14Fixed segfault in argument processing. Thanks to Christoph Schell (#1742066)Matthias Eble2-4/+9
2007-07-14check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo...Matthias Eble2-1/+2
2007-07-10Added examples for new features to check_diskMatthias Eble2-0/+6
2007-07-10Check_disk now calls stat() for all filesystems to check.Matthias Eble3-29/+14
2007-07-07Added -v/--verbose argument to call ldap_perror() for detailed messages on fa...Matthias Eble1-6/+16
2007-07-07Changed output order of print_revisionMatthias Eble1-6/+5
2007-07-07Changed print_revision output order in utils.pmMatthias Eble1-1/+1
2007-07-07substituted $ID$ through $Revision$ in print_revision callMatthias Eble1-2/+2
2007-07-07Changed order in -V/--version outputMatthias Eble3-5/+5
2007-07-06Added hint to avoid using the boolean type in C as discussed on the devel listMatthias Eble1-0/+4
2007-06-20Fixed default behaviour of check_ldapsMatthias Eble1-1/+3
2007-06-20Clarified check_ldaps behaviour. New arguments to explicitly select secure co...Matthias Eble2-36/+64
2007-06-20added -V/--version to check_clusterMatthias Eble1-1/+7
2007-06-18Make Linux specific plugin check_ide_smart build if appropriate headers are f...Matthias Eble3-0/+17
2007-06-17Minor fixes.Holger Weiss1-1/+3
2007-06-17Fix buffer overflow vulnerabilities when parsing HTTP redirectHolger Weiss2-16/+30
2007-06-15When following redirects, the plugin supported 'Location:' header fieldsHolger Weiss1-1/+13
2007-06-15`host_name' is a NULL pointer if the "-I" flag is used instead of "-H",Holger Weiss1-2/+2
2007-06-13Fixed some syntax errors to make check_ide_smart buildMatthias Eble1-19/+2
2007-06-12Add "-v" to help/usage output.Holger Weiss1-1/+2
2007-06-12Removed debug lineMatthias Eble1-1/+0
2007-06-11Fixed problem with popen.c not parsing --longopt='foo bar' correctly (Daniel ...Matthias Eble2-2/+12
2007-06-04Removed duplicate namesTon Voon1-2/+0
2007-06-04For 1.4.9 releaserelease-1.4.9Ton Voon5-19/+282
2007-06-03Minor corrections to test_tcp.cMatthias Eble1-12/+8
2007-06-03Makefile.am changes for test_tcp.cMatthias Eble1-2/+7
2007-06-03Added test cases for utils_tcpMatthias Eble4-1/+70
2007-06-03Moved check_tcp's expect string testing into utils_tcp for testing purposes.Matthias Eble5-26/+91
2007-06-01Fix possible check_http segfaults when following HTTP redirects.Holger Weiss2-2/+2
2007-06-01Fix an off-by-one error where a realloc(3) call doesn't allocate spaceHolger Weiss1-1/+1