Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-10 | check_disk_smb: Allow for specifying an IP address | Holger Weiss | 1 | -0/+1 | |
Add the "-a, --address option" which allows for specifying the IP address of the server to connect to. If this option is used, the IP address will be handed over to smbclient(1)'s "-I" option. (Contributed by Sean Finney, forwarded by Jan Wagner.) | |||||
2010-04-06 | check_http: Add warning about SNI not enabled by default anymore | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2010-04-06 | Fix regression in check_http ssl checks on some servers | Thomas Guyot-Sionnest | 1 | -0/+1 | |
The fix is making SNI an option. | |||||
2010-03-31 | check_snmp: Fix regression introduced in #1867716 | Thomas Guyot-Sionnest | 1 | -0/+1 | |
Bug #1867716 fixed what it meant to fix: broken perfdata strings. Unfortunately some users relied on half-broken perfdata string where at least the first token was OK. This patch do a two-way conversion (string to double then back to string) instead and use the conversion result for the performance data. A possible caveat is that the string may change where it normally shouldn't but the result should be somewhat similar. | |||||
2010-03-27 | Fix compilation with GCC 2.96 (Konstantin Khomoutov - #2977105) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2010-03-17 | Let check_ntp_peer check the number of truechimers | Holger Weiss | 1 | -0/+1 | |
Add support for checking the number of usable time sources (i.e., the number of peers which are classified as so-called "truechimers" by NTP's intersection algorithm). The new "-m" and "-n" options allow for specifying the according WARNING and CRITICAL thresholds (and thereby activating the truechimers check), respectively. | |||||
2010-03-16 | Typo in NEWS | Thomas Guyot-Sionnest | 1 | -1/+1 | |
2010-02-26 | Fix memory leak in check_http for large pages (Jimmy Bergman - #2957455) | Ton Voon | 1 | -0/+1 | |
2009-12-05 | Detect arguments passed via --with-ping[6]-command (#2908236) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-10-22 | Fix usage of repeated -o options in check_snmp | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-10-16 | Increment per-host sequence in check_icmp | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-09-24 | Updated documentation re: no equals sign and single quote | Ton Voon | 1 | -1/+2 | |
2009-09-24 | Updated NEWS file with docs changes | Ton Voon | 1 | -0/+4 | |
2009-09-23 | Test, again | Thomas Guyot-Sionnest | 1 | -1/+1 | |
2009-09-23 | Test | Thomas Guyot-Sionnest | 1 | -1/+1 | |
2009-09-22 | Oops - wrong author/bug in last commit! | Thomas Guyot-Sionnest | 1 | -1/+1 | |
2009-09-22 | Add proxy-authorization option to check_http (Peter Doherty - #2863772, ↵ | Thomas Guyot-Sionnest | 1 | -0/+1 | |
Bryan Irvine - #2863925) | |||||
2009-09-19 | Fix check_ircd binding to wrong interface (#668778) | Thomas Guyot-Sionnest | 1 | -0/+3 | |
2009-09-16 | Prep for 1.4.14 releaserelease-1.4.14 | Ton Voon | 1 | -1/+1 | |
2009-07-14 | pst3 compile with Sun Studio Compiler | Ton Voon | 1 | -0/+1 | |
2009-06-11 | renamed check_ifoperstatus' newly introdced -x to -P so it fits check_ifstatus | Matthias Eble | 1 | -1/+1 | |
check_ifstatus already used -x so both plugins can use same short option, now. to specify privacy protocol. | |||||
2009-06-11 | Fixed SNMPv3 behaviour of check_ifstatus. Added -P to define privprotocol ↵ | Matthias Eble | 1 | -2/+2 | |
(#2343438 - Robin Schroeder) check_ifstatus didn't function correctly with SNMPv3. This is fixed now. Created argument-hash for SNMP session creation. This removes redundant code. Session creation was moved out of process_arguments() and now takes place after setting the timeout handler. Additionally the -P argument was added to specify the privprotocol. | |||||
2009-06-11 | check_ifoperstatus is now more user friendly in case of missing arguments | Matthias Eble | 1 | -0/+1 | |
Added proper usage messages in case of missing arguments. Removed accidently committed Data::Dumper call. Minor whitespace fixes. | |||||
2009-06-10 | Fixed SNMPv3 behaviour of check_ifoperstatus. Added -x to define ↵ | Matthias Eble | 1 | -0/+1 | |
privprotocol (#2343438 - Robin Schroeder) check_ifoperstatus didn't function correctly with SNMPv3. This is fixed now. Created argument-hash for SNMP session creation. This removes redundant code. Session creation was moved out of process_arguments() and now takes place after setting the timeout handler. Additionally the -x argument was added to specify the privprotocol. | |||||
2009-06-01 | check_fping now supports passing target timeout and interval to fping ↵ | Matthias Eble | 1 | -0/+1 | |
(#2347686 - Martin Foster) Added support for passing timeout and interval length to check_fping. To protect compatibility, both options use fping's defaults if they are not specified on the command line. | |||||
2009-05-28 | check_snmp: Make use of standard threshold functions | Thomas Guyot-Sionnest | 1 | -0/+1 | |
This patch makes use of standard threshold functions. This allows using doubles as thresholds. Since SNMP supports only integers, double precision numbers are only printed when parsed from a STRING type. In addition, support for printing properly Timeticks type has been added, and the code has been thoroughly cleaned. | |||||
2009-05-26 | Fix check_by_ssh interpretation of quotes in -C parameter (#1985246, #2268675) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-05-22 | Fixed wrong perfdata label for output traffic in check_mrtgtraf | Matthias Eble | 1 | -0/+1 | |
check_mrtgtraf used the label "in" for both input and output traffic. This fixed, now. | |||||
2009-05-20 | check_http: Add SSL/TLS hostname extension support (SNI) - (#1939022 - Joe ↵ | Thomas Guyot-Sionnest | 1 | -0/+1 | |
Presbrey) | |||||
2009-05-20 | Fix awk subst.in/subst script path error (#2722832 - Martin Foster) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-05-20 | Fix check_mysql* not using password set in my.cnf (#2531905 - Ben Timby) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-05-07 | Fixed typo in check_disk | Ton Voon | 1 | -0/+1 | |
2009-05-01 | Fixed crash from check_nt when -H unspecified or given multiple times ↵ | Matthias Eble | 1 | -0/+1 | |
(sf.net #2731755, debian #521097) | |||||
2009-03-25 | check_nt: allow returning UNKNOWN on timeouts (-u) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-03-24 | check_mysql: Fix segfault with old slaves (#2696823 - Oskar Ahner) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-03-21 | check_http: add --onredirect=stickyport - also follow the same port | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-03-20 | negate: make timeouts configurable | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-03-20 | negate: Fix not printing the real timeout in ALRM handler when timeout is ↵ | Thomas Guyot-Sionnest | 1 | -0/+1 | |
left to default | |||||
2009-03-19 | Fixed check_http not timing-out on redirects | Thomas Guyot-Sionnest thomas@aei.ca | 1 | -0/+1 | |
2009-03-17 | Fix check_http sending HTTP/1.0 with v1.1 headers (#2638765) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2009-03-14 | Fixed passing of quotes in OID for check_snmp (#1985230 - Jan Wagner, patch ↵ | Ton Voon | 1 | -0/+1 | |
by John Barbuto) | |||||
2009-02-24 | check_snmp long help missing retries entry (#2608223) | Thomas Guyot-Sionnest | 1 | -1/+1 | |
Fix for check_snmp long help, reported by Richard Edward Horner | |||||
2009-02-19 | Fixed coredump from check_nt when drive not found (Olli Hauer - SF 2179754) | Ton Voon | 1 | -0/+1 | |
2009-02-06 | Small correction in NEWS entry | Thomas Guyot-Sionnest | 1 | -1/+1 | |
2009-02-05 | check_http --onredirect=sticky follows using the same IP address (sf.net ↵ | Thomas Guyot-Sionnest | 1 | -0/+1 | |
#2550208). | |||||
2009-02-03 | Add NEWS entry for last commit | Thomas Guyot-Sionnest | 1 | -2/+3 | |
2008-12-03 | check_mrtg: fix plugin returning UNKNOWN instead of OK (bug #2378068) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
2008-11-29 | Add Libtap as a bundled library (does not change any behaviour without ↵ | Thomas Guyot-Sionnest | 1 | -0/+1 | |
--enable-libtap) Detects system library as pre-1.4.13 and does not install the built-in library anymore Tested on: - Linux x86_64, with and without local libtap (System libtap installed) - Linux x86, with and without local libtap (System libtap NOT installed) - Solaris SPARC, with and without local libtap, with and without system libtap installed | |||||
2008-11-19 | Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2086 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-19 | check_disk: rerpopulate the mount list after doing a stat() on paths ↵ | Thomas Guyot-Sionnest | 1 | -0/+1 | |
specified with -p for better automount support. NB: There's a memory leak here - properly freeing the mount list would invlove much more work - there's many other places where leaks can happen so it should be a project on its own. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2085 f882894a-f735-0410-b71e-b25c423dba1c |