Age | Commit message (Expand) | Author | Files | Lines |
2007-12-10 | More translations | Thomas Guyot-Sionnest | 1 | -6/+5 |
2007-12-10 | re-update the po files | Thomas Guyot-Sionnest | 3 | -182/+335 |
2007-12-10 | Some translations | Thomas Guyot-Sionnest | 2 | -378/+205 |
2007-12-10 | Localization updates for recent changes | Matthias Eble | 3 | -81/+77 |
2007-12-10 | Fix output when response time is critical. Thanks to Nobuhiro Ban (patch #181... | Matthias Eble | 1 | -3/+3 |
2007-12-10 | Fixed check_load argument handling when passing non triplet thresholds. Thank... | Matthias Eble | 3 | -4/+14 |
2007-12-09 | Gettin' ready for some translation frenzy :) | Thomas Guyot-Sionnest | 4 | -125/+541 |
2007-12-09 | update po files and fix a few French translations | Thomas Guyot-Sionnest | 3 | -1674/+2459 |
2007-12-08 | Fix check_disk reporting OK if disk usage grows over 100% (bug #1348746). | Thomas Guyot-Sionnest | 2 | -1/+10 |
2007-12-04 | Interesting... For some reason it did not take this (patch barfed on it and I... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-12-04 | Merge changes from branches/dermoth_ntp_rework (check_ntp_peer/check_ntp_time) | Thomas Guyot-Sionnest | 5 | -722/+342 |
2007-12-04 | Add the new checks as check_ntp copies to keep full plug-in history | Thomas Guyot-Sionnest | 2 | -0/+1754 |
2007-12-04 | missing word in comment block. | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-11-23 | - Use max_state_alt in check_ntp to fix some issues with the latest commits. | Thomas Guyot-Sionnest | 2 | -54/+10 |
2007-11-23 | Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead of OK. | Thomas Guyot-Sionnest | 2 | -0/+28 |
2007-11-11 | Fix broken usage2 in check_snmp and check_cluster | Thomas Guyot-Sionnest | 3 | -6/+4 |
2007-11-10 | Fix newly added stratum check (has to be decreased by one when using normal N... | Thomas Guyot-Sionnest | 1 | -1/+3 |
2007-11-09 | Adding svn:keywords props | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-11-09 | Adding test for base64 lib | Thomas Guyot-Sionnest | 5 | -3/+366 |
2007-11-09 | Moved base64 function to /lib. | Thomas Guyot-Sionnest | 5 | -86/+59 |
2007-11-09 | Nothing to see here... | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-11-09 | Credits of check_snmp fix for bug #1815362 (CVE-2007-5623) | Thomas Guyot-Sionnest | 1 | -0/+1 |
2007-11-09 | Fix check_snmp buffer overflow (CVE-2007-5623) | Thomas Guyot-Sionnest | 1 | -6/+10 |
2007-11-09 | Close the socket on all exits (not just the OK one) | Thomas Guyot-Sionnest | 1 | -0/+2 |
2007-11-09 | Fix missing \n in --help output | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-10-25 | check_ntp now return UNKNOWN instead of WARNING if jitter is | Thomas Guyot-Sionnest | 2 | -6/+30 |
2007-10-25 | Automatically update website with --help output. Cosmetic | Ton Voon | 4 | -5/+49 |
2007-10-24 | Hide the SNMP community string (and v3 passwords) from error messages | Holger Weiss | 2 | -4/+12 |
2007-10-15 | Add reparagraph option to make ChangeLog output bit prettier | Ton Voon | 1 | -1/+1 |
2007-10-14 | Fix a possible segfault if using "-f follow" and the server sends a | Holger Weiss | 1 | -2/+1 |
2007-10-11 | Add stratum thresholds support for check_ntp (feature request #1703823) | Thomas Guyot-Sionnest | 2 | -15/+57 |
2007-10-11 | Use provided threshold functions (no functionnal change apart the check for o... | Thomas Guyot-Sionnest | 1 | -38/+26 |
2007-10-02 | Fix regression in 1.4.10 where following redirects to relative URLs on | Holger Weiss | 2 | -4/+8 |
2007-09-29 | Updated notes on releasing, mainly for svn | Ton Voon | 1 | -4/+6 |
2007-09-29 | Prep for 1.4.10release-1.4.10 | Ton Voon | 5 | -4371/+5818 |
2007-09-26 | Drop the weird and undocumented behaviour of using positional argument | Holger Weiss | 2 | -24/+12 |
2007-09-26 | Patch #1798774: check_ntp: honor ntp flags | Thomas Guyot-Sionnest | 3 | -0/+11 |
2007-09-24 | Update N::P with new version, redirecting help, version and usage to | Ton Voon | 2 | -0/+0 |
2007-09-24 | State that stderr should not have any output | Ton Voon | 1 | -3/+7 |
2007-09-24 | Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted by | Holger Weiss | 3 | -8/+23 |
2007-09-23 | Removed some c99 style comments | Matthias Eble | 2 | -2/+2 |
2007-09-23 | Added multiline output capability to check_by_ssh. Thanks to Matthias Flacke ... | Matthias Eble | 2 | -1/+3 |
2007-09-23 | removed solved issues | Matthias Eble | 1 | -2/+0 |
2007-09-23 | Added radiusclient-ng support to requirement notes | Matthias Eble | 1 | -0/+2 |
2007-09-23 | Fixed bug: stat was called on remote fs even if -l was given | Matthias Eble | 2 | -15/+40 |
2007-09-23 | Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12... | Matthias Eble | 4 | -13/+57 |
2007-09-22 | substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel) | Matthias Eble | 3 | -14/+14 |
2007-09-22 | Added -i/-I to ignore pathes/partitions based on regular expressions | Matthias Eble | 6 | -18/+168 |
2007-09-22 | Rewrite the "map changes to return codes" patch nearly from scratch. | Thomas Guyot-Sionnest | 3 | -36/+89 |
2007-09-21 | Stop double expansion of parameters for negate - works like | Ton Voon | 12 | -113/+771 |