summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss37-38/+46
2007-01-27Fix #1643463: Miscalculating thresholds check_diskThomas Guyot-Sionnest2-5/+23
2007-01-27Include GNULib's "dirname.h" in order to pull in the base_name()Holger Weiss1-0/+1
2007-01-24Various cleanups in the syncing with gnulibTon Voon2-2/+2
2007-01-24Sync with gnulib - lots of extraneous code removed in preference to GNU codeTon Voon8-765/+10
2007-01-23Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' for backwardHolger Weiss1-1/+2
2007-01-23Add missing `break' to the switch-case block that handles the `-m' optionHolger Weiss1-0/+1
2007-01-23Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban - 1642658)Holger Weiss1-0/+1
2007-01-22Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) andHolger Weiss1-3/+15
2007-01-20compilation fixes for check_ntp.c:M. Sean Finney1-3/+3
2007-01-20Fix bug #1632091: printf format string typos. Add some more cosmetic changes.Thomas Guyot-Sionnest2-6/+6
2007-01-20Fix bug #1632072 pointer error in plugins/netutils.c. Add changelog entry for...Thomas Guyot-Sionnest1-1/+1
2007-01-17Fix bug #1630970 Fix for buffer overflow of check_procs procprog stringThomas Guyot-Sionnest1-1/+1
2007-01-08Added notes about check_disk perf data fix. Added test to check perf data isTon Voon1-6/+21
2007-01-07Fix bug #1627970: check_disk performance output for more then one partitionThomas Guyot-Sionnest1-2/+7
2007-01-06Fix bug #1629008: check_ping fails to handle Packet filtered errorThomas Guyot-Sionnest1-2/+14
2007-01-06Revert last patch: it works but not really for the reason I though.Thomas Guyot-Sionnest1-5/+1
2007-01-06Fix the way check_ping calculate the maximum run timeThomas Guyot-Sionnest1-1/+5
2007-01-04Fix bug #1574863: check_real does not accept the '-v' optionThomas Guyot-Sionnest1-1/+1
2007-01-04Fix bug #1592605: check_ping times outThomas Guyot-Sionnest1-1/+1
2006-12-23Regexps in check_snmp tests fails where they shouldn't.Thomas Guyot-Sionnest1-3/+3
2006-12-20Removed unused timestamp variable (Matthias Eble)Ton Voon2-25/+25
2006-12-20Fixed inode thresholds, regressed from previous releaseTon Voon2-14/+92
2006-12-07Fix coredump on 64bit Solaris. Also adds more error conditions and movesTon Voon4-27/+41
2006-12-06Move SSL libs to correct order per pluginTon Voon1-4/+4
2006-12-06Only include -lssl for plugins that require itTon Voon1-2/+2
2006-11-09Reduced DNS lookups in check_ping and netutils.c in IPv6 configurationsTon Voon2-7/+5
2006-10-26Remove C style comments (1583467 - Markus Baertschi)Ton Voon2-3/+1
2006-10-24last localization fixes for core plugins in cBenoit Mortier1-2/+2
2006-10-24next round of localization fixesBenoit Mortier1-49/+50
2006-10-24Restored accidently regressed fixTon Voon1-3/+2
2006-10-23localization fixesBenoit Mortier1-82/+78
2006-10-22latest localization fixes for tonight ;-)Benoit Mortier1-21/+21
2006-10-22 localization fixesBenoit Mortier1-17/+16
2006-10-22more localization fixesBenoit Mortier2-96/+86
2006-10-20Reverting back accidently regressed codeTon Voon1-6/+12
2006-10-20more localization fixesBenoit Mortier1-41/+37
2006-10-20localization updatesBenoit Mortier1-1/+4
2006-10-19adding missing check_snmpBenoit Mortier1-19/+14
2006-10-19another round of localization cleaningBenoit Mortier11-116/+173
2006-10-19Initialise strings for Fedora Core 5 (Henning Schmiedehausen)Ton Voon1-3/+3
2006-10-19Removed asprintf for perf data (Craig Orsinger, Robby Giffin - 1310495)Ton Voon1-3/+5
2006-10-19type variable not cleared in Sol 10 (Kyle Tucker)Ton Voon1-0/+4
2006-10-19Redirection error if other headers beginning with L (Aravind Gottipati - 1562...Ton Voon2-4/+7
2006-10-19Added tests for SMTP servers without TLS and with TLSTon Voon1-4/+18
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier24-519/+879
2006-10-18Re-added perf data to check_diskTon Voon2-4/+25
2006-10-12Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832)Ton Voon2-20/+69
2006-10-12Removed extraneous comma in perf data outputTon Voon1-1/+1
2006-10-12Remove the "- free space" if status is OKTon Voon2-6/+13