Age | Commit message (Expand) | Author | Files | Lines |
2013-01-23 | check_snmp: Don't thrash memory when using multiple label/unit argument | Robin Sonefors | 1 | -11/+11 |
2012-11-02 | plugins/check_snmp: Show snmp error when we fail to parse its output | Andreas Ericsson | 1 | -2/+2 |
2012-11-02 | Make check_snmp backwards compatible in how it parses thresholds | Andreas Ericsson | 1 | -0/+23 |
2012-06-29 | Die when asprintf fails | Anders Kaseorg | 1 | -17/+17 |
2012-06-27 | check_snmp: use single quotes for perf data labels | Sven Nierlein | 1 | -3/+3 |
2012-06-26 | Fix performance data label containing spaces in check_snmp (Jochen Bern) | Sven Nierlein | 1 | -3/+23 |
2012-02-24 | Cosmetic change | Holger Weiss | 1 | -7/+7 |
2012-02-24 | Accept multiple labels specified with "-l" | Holger Weiss | 1 | -3/+3 |
2010-11-30 | Revert "check_snmp now considers strings returned by SNMP that contain just" | Thomas Guyot-Sionnest | 1 | -14/+0 |
2010-11-30 | check_snmp: Remove that is_numeric madness | Thomas Guyot-Sionnest | 1 | -8/+4 |
2010-11-15 | check_snmp now considers strings returned by SNMP that contain just | nagios | 1 | -0/+14 |
2010-07-09 | Fix --help output when MAX_OIDS is altered. | Thomas Guyot-Sionnest | 1 | -2/+2 |
2010-06-30 | Corrected rate_multiplier calculation | tonvoon | 1 | -1/+1 |
2010-06-30 | Removed suffix of "-rate" and let user decide label via --label | tonvoon | 1 | -2/+0 |
2010-06-30 | Tests for --rate-multiplier option | tonvoon | 1 | -1/+1 |
2010-06-30 | Fixed rate-multiplier option | Ton Voon | 1 | -4/+8 |
2010-06-23 | Added option to invert search results | tonvoon | 1 | -6/+14 |
2010-06-23 | Added state retention APIs. Implemented for check_snmp with --rate option. | Ton Voon | 1 | -16/+157 |
2010-04-22 | Add newline after "Usage:" in --help | Thomas Guyot-Sionnest | 1 | -1/+1 |
2010-04-21 | Standardize the extra-opts notes | Thomas Guyot-Sionnest | 1 | -3/+0 |
2010-04-21 | Replace the lousy multiline parser with a robust one. | Thomas Guyot-Sionnest | 1 | -8/+49 |
2010-04-21 | Attempt at fixing check_snmp multiline output: | Thomas Guyot-Sionnest | 1 | -3/+17 |
2010-04-14 | Fix translations when extra-opts aren't enabled | Thomas Guyot-Sionnest | 1 | -8/+8 |
2010-03-31 | check_snmp: Update last patch to copy value verbatim | Thomas Guyot-Sionnest | 1 | -10/+6 |
2010-03-30 | check_snmp: Fix regression introduced in #1867716 | Thomas Guyot-Sionnest | 1 | -2/+10 |
2009-10-22 | Fix usage of repeated -o options in check_snmp | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-08-05 | Fix segfault in check_snmp (definitive fix is still in the works - see bug #2... | Thomas Guyot-Sionnest | 1 | -3/+5 |
2009-07-31 | Fix check_snmp passing single-quotes as -m argument when it should be empty | Thomas Guyot-Sionnest | 1 | -3/+3 |
2009-07-31 | check_snmp: Add some verbose output and tests | Thomas Guyot-Sionnest | 1 | -2/+5 |
2009-05-28 | check_snmp: Make use of standard threshold functions | Thomas Guyot-Sionnest | 1 | -197/+53 |
2009-05-27 | Fix whitespaces in check_snmp | Thomas Guyot-Sionnest | 1 | -73/+73 |
2009-03-18 | check_snmp: Fix potential buffer overflow - enforce MAX_OIDS limit (John A. B... | Thomas Guyot-Sionnest | 1 | -2/+1 |
2009-03-16 | check_snmp fixes: | Thomas Guyot-Sionnest | 1 | -5/+5 |
2009-03-14 | Ignore stderr messages unless return code is non-zero or there is no output | Ton Voon | 1 | -12/+20 |
2009-03-14 | Fixed passing of quotes in OID for check_snmp (#1985230 - Jan Wagner, patch b... | Ton Voon | 1 | -155/+140 |
2009-02-24 | check_snmp long help missing retries entry (#2608223) | Thomas Guyot-Sionnest | 1 | -0/+2 |
2009-02-20 | Typo fixes (Jan Wagner - SF 1878971) | Ton Voon | 1 | -3/+3 |
2008-12-23 | Allow privproto to be passed through check_snmp to snmpget. Defaults to DES | Ton Voon | 1 | -4/+13 |
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -6/+2 |
2008-11-19 | Bulk EOL cleanup | Thomas Guyot-Sionnest | 1 | -19/+19 |
2008-07-09 | check_snmp now only prints perfdata for non numeric values (Joerg Linge #1867... | Matthias Eble | 1 | -7/+11 |
2008-05-07 | Added support for --extra-opts in all C plugins (disabled by default, see con... | Thomas Guyot-Sionnest | 1 | -0/+7 |
2008-04-27 | --help output cleanup (plus removal of spaces on blank lines) | Thomas Guyot-Sionnest | 1 | -18/+21 |
2008-01-31 | Bump plugin/ to GPLv3 (check_overcr to check_users) | Thomas Guyot-Sionnest | 1 | -21/+18 |
2007-12-10 | Plenty of french translations (and a few fixes BTW) | Thomas Guyot-Sionnest | 1 | -1/+1 |
2007-11-11 | Fix broken usage2 in check_snmp and check_cluster | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-11-09 | Fix check_snmp buffer overflow (CVE-2007-5623) | Thomas Guyot-Sionnest | 1 | -6/+10 |
2007-11-09 | Fix missing \n in --help output | Thomas Guyot-Sionnest | 1 | -2/+2 |
2007-10-24 | Hide the SNMP community string (and v3 passwords) from error messages | Holger Weiss | 1 | -3/+10 |
2007-05-29 | check_snmp don't warn anymore if something is printed on stderr | Thomas Guyot-Sionnest | 1 | -2/+9 |