Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2008-11-08 | Add missing long options for check_nt (for use with extra-opts) | Thomas Guyot-Sionnest | 1 | -1/+2 | |
Extra-opts (ini files) requires long-options for setting up arguments. Added the missing ones for check_nt so that it can be properly used with extra-opts. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2079 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-08 | Fix long options parsing in check_disk, check_dns, check_mrtg and ↵ | Thomas Guyot-Sionnest | 1 | -1/+1 | |
check_mrtgtraf (check_tcp was done in an earlier commit) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2078 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-08 | Fixed bug where extra headers and redirect caused segfault (Dieter Van de ↵ | Ton Voon | 1 | -0/+1 | |
Walle - 2089159) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2076 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-08 | check_http now has options to specify the HTTP method (Jan - 2155152) | Ton Voon | 1 | -0/+1 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2075 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-07 | check_icmp now reports min and max round trip time perfdata (Steve Rader) | Thomas Guyot-Sionnest | 1 | -0/+1 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2073 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-05 | Fix check_tcp longoptions handling | Thomas Guyot-Sionnest | 1 | -0/+1 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2072 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-05 | Missing NEWS item | Thomas Guyot-Sionnest | 1 | -0/+1 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2070 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-11-05 | Fixed libtap dependency issue. Warning: will install tap into lib directories | Ton Voon | 1 | -0/+1 | |
if ./configure --enable-libtap is used, but as development tool, will be okay git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2068 f882894a-f735-0410-b71e-b25c423dba1c |